You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
when eq Filtercount <6 ,the speed of for loop is faster than hashmap
add threshold for eqFilter
This commit is contained in:
@ -346,8 +346,6 @@ void DictStep::_execute()
|
||||
newRidList[i].pos = i;
|
||||
}
|
||||
|
||||
sort(&newRidList[0], &newRidList[bpp->ridCount], TokenSorter());
|
||||
|
||||
tmpResultCounter = 0;
|
||||
i = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user