mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added NOTES section.
This commit is contained in:
parent
0a457d5f74
commit
410c403fa3
@ -8,6 +8,13 @@ DESCRIPTION:
|
||||
When no index can be used on a INNER JOIN and there's a relation setup between X and Y
|
||||
then a MERGE should be performed. Test with selectable Stored Procedure.
|
||||
FBTEST: functional.arno.optimizer.opt_inner_join_merge_06
|
||||
|
||||
NOTES:
|
||||
[08.04.2022] pzotov
|
||||
FB 5.0.0.455 and later: data source with greatest cardinality will be specified at left-most position
|
||||
in the plan when HASH JOIN is choosen. Because of this, two cases of expected stdout must be taken
|
||||
in account, see variables 'fb3x_checked_stdout' and 'fb5x_checked_stdout'.
|
||||
See letter from dimitr, 05.04.2022 17:38.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
|
@ -6,6 +6,13 @@ TITLE: Mixed JOINS
|
||||
DESCRIPTION:
|
||||
Tables without indexes should be merged (when inner join) and those who can use a index, should use it.
|
||||
FBTEST: functional.arno.optimizer.opt_mixed_joins_02
|
||||
|
||||
NOTES:
|
||||
[08.04.2022] pzotov
|
||||
FB 5.0.0.455 and later: data source with greatest cardinality will be specified at left-most position
|
||||
in the plan when HASH JOIN is choosen. Because of this, two cases of expected stdout must be taken
|
||||
in account, see variables 'fb3x_checked_stdout' and 'fb5x_checked_stdout'.
|
||||
See letter from dimitr, 05.04.2022 17:38.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
|
Loading…
Reference in New Issue
Block a user