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
MCOL-513 use a single funcor per thread. ThreadPool was doing one at a time anyway, but in a convpluted way that made it easier to add more if wanted. But it was expensive. Cleanup and polish.
This commit is contained in:
@ -340,6 +340,7 @@ DDLProcessor::DDLProcessor( int packageMaxThreads, int packageWorkQueueSize )
|
||||
{
|
||||
fDdlPackagepool.setMaxThreads(fPackageMaxThreads);
|
||||
fDdlPackagepool.setQueueSize(fPackageWorkQueueSize);
|
||||
fDdlPackagepool.setName("DdlPackagepool");
|
||||
csc = CalpontSystemCatalog::makeCalpontSystemCatalog();
|
||||
csc->identity(CalpontSystemCatalog::EC);
|
||||
string teleServerHost(config::Config::makeConfig()->getConfig("QueryTele", "Host"));
|
||||
|
Reference in New Issue
Block a user