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 3585 update some defaults in config file
This commit is contained in:
@ -2122,7 +2122,6 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
ColScanReadAheadBlocks = sysConfigOld->getConfig("PrimitiveServers", "ColScanReadAheadBlocks");
|
||||
PrefetchThreshold = sysConfigOld->getConfig("PrimitiveServers", "PrefetchThreshold");
|
||||
MaxOutstandingRequests = sysConfigOld->getConfig("JobList", "MaxOutstandingRequests");
|
||||
PmMaxMemorySmallSide = sysConfigOld->getConfig("HashJoin", "PmMaxMemorySmallSide");
|
||||
ThreadPoolSize = sysConfigOld->getConfig("JobList", "ThreadPoolSize");
|
||||
}
|
||||
@ -2133,7 +2132,6 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
sysConfigNew->setConfig("PrimitiveServers", "ColScanReadAheadBlocks", ColScanReadAheadBlocks);
|
||||
sysConfigNew->setConfig("PrimitiveServers", "PrefetchThreshold", PrefetchThreshold);
|
||||
sysConfigNew->setConfig("JobList", "MaxOutstandingRequests", MaxOutstandingRequests);
|
||||
sysConfigNew->setConfig("HashJoin", "PmMaxMemorySmallSide", PmMaxMemorySmallSide);
|
||||
sysConfigNew->setConfig("JobList", "ThreadPoolSize", ThreadPoolSize);
|
||||
}
|
||||
|
Reference in New Issue
Block a user