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
feat(extent-elimination)!: re-enable extent-elimination for dictionary columns scanning
This is "productization" of an old code that would enable extent elimination for dictionary columns. This concrete patch enables it, fixes perfomance degradation (main problem with old code) and also fixes incorrect behavior of cpimport.
This commit is contained in:
@ -50,7 +50,7 @@ using namespace messageqcpp;
|
||||
using namespace rowgroup;
|
||||
using namespace joiner;
|
||||
|
||||
//#define XXX_BATCHPRIMPROC_TOKENS_RANGES_XXX
|
||||
#define XXX_BATCHPRIMPROC_TOKENS_RANGES_XXX
|
||||
|
||||
namespace joblist
|
||||
{
|
||||
|
Reference in New Issue
Block a user