8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fix #8250: Bad performance on simple three-way join over the same set of fields

This commit is contained in:
Dmitry Yemanov 2024-09-23 18:06:44 +03:00
parent ea0b8d8d74
commit e1ffa20e97

View File

@ -844,7 +844,7 @@ class InnerJoin : private Firebird::PermanentStorage
struct JoinedStreamInfo
{
static const unsigned MAX_EQUI_MATCHES = 4;
static const unsigned MAX_EQUI_MATCHES = 8;
void reset (StreamType num)
{