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:
parent
ea0b8d8d74
commit
e1ffa20e97
@ -844,7 +844,7 @@ class InnerJoin : private Firebird::PermanentStorage
|
|||||||
|
|
||||||
struct JoinedStreamInfo
|
struct JoinedStreamInfo
|
||||||
{
|
{
|
||||||
static const unsigned MAX_EQUI_MATCHES = 4;
|
static const unsigned MAX_EQUI_MATCHES = 8;
|
||||||
|
|
||||||
void reset (StreamType num)
|
void reset (StreamType num)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user