You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-5522 Properly process pm join result count.
This patch: 1. Properly processes situation when pm join result count is exceeded. 2. Adds session variable 'columnstore_max_pm_join_result_count` to control the limit.
This commit is contained in:
committed by
Leonid Fedorov
parent
9f15a0a9ac
commit
5f07828619
@@ -1458,9 +1458,13 @@ void TupleBPS::run()
|
||||
fBPP->setThreadCount(fMaxNumProcessorThreads);
|
||||
|
||||
if (doJoin)
|
||||
{
|
||||
for (i = 0; i < smallSideCount; i++)
|
||||
tjoiners[i]->setThreadCount(fMaxNumProcessorThreads);
|
||||
|
||||
fBPP->setMaxPmJoinResultCount(fMaxPmJoinResultCount);
|
||||
}
|
||||
|
||||
if (fe1)
|
||||
fBPP->setFEGroup1(fe1, fe1Input);
|
||||
|
||||
|
Reference in New Issue
Block a user