Skip to content

Commit e1ffa20

Browse files
committed
Fix #8250: Bad performance on simple three-way join over the same set of fields
1 parent ea0b8d8 commit e1ffa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/optimizer/Optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ class InnerJoin : private Firebird::PermanentStorage
844844

845845
struct JoinedStreamInfo
846846
{
847-
static const unsigned MAX_EQUI_MATCHES = 4;
847+
static const unsigned MAX_EQUI_MATCHES = 8;
848848

849849
void reset (StreamType num)
850850
{

0 commit comments

Comments
 (0)