You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
change signature array in a std::set ! lookup performance is now log(N). About 10x performance can be expected on cpimport containing varchars.
Signed-off-by: Patrice Linel <plinel@mendel-master2.cm.cluster>
This commit is contained in:
committed by
Patrice Linel
parent
d4d7f55c9e
commit
06f24df724
@ -45,7 +45,7 @@ namespace
|
||||
{
|
||||
// Minimum time to wait for a condition, so as to periodically wake up and
|
||||
// check the global job status, to see if the job needs to terminate.
|
||||
const int COND_WAIT_SECONDS = 3;
|
||||
const int COND_WAIT_SECONDS = 1;
|
||||
}
|
||||
|
||||
namespace WriteEngine
|
||||
|
Reference in New Issue
Block a user