1
0
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:
Patrice Linel
2019-04-17 22:32:09 -05:00
committed by Patrice Linel
parent d4d7f55c9e
commit 06f24df724
4 changed files with 34 additions and 24 deletions

View File

@ -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