Skip to content

Commit ec8a48d

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

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
@@ -842,7 +842,7 @@ class InnerJoin : private Firebird::PermanentStorage
842842

843843
struct JoinedStreamInfo
844844
{
845-
static const unsigned MAX_EQUI_MATCHES = 4;
845+
static const unsigned MAX_EQUI_MATCHES = 8;
846846

847847
void reset (StreamType num)
848848
{

0 commit comments

Comments
 (0)