Home
last modified time | relevance | path

Searched refs:fHashJoinStr (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dresourcemanager.cpp47 const string ResourceManager::fHashJoinStr("HashJoin"); member in joblist::ResourceManager
85 fHJUmMaxMemorySmallSideDistributor(fHashJoinStr, in ResourceManager()
87 … getUintVal(fHashJoinStr, "TotalUmMaxMemorySmallSide", defaultTotalUmMemory), in ResourceManager()
88 … getUintVal(fHashJoinStr, "UmMaxMemorySmallSide", defaultHJUmMaxMemorySmallSide), in ResourceManager()
91 getUintVal(fHashJoinStr, "PmMaxMemorySmallSide", defaultHJPmMaxMemorySmallSide)), in ResourceManager()
125 temp = getIntVal(fHashJoinStr, "NumThreads", -1); in ResourceManager()
160 pmJoinMemLimit = getUintVal(fHashJoinStr, "PmMaxMemorySmallSide", in ResourceManager()
180 string doesItExist = fConfig->getConfig(fHashJoinStr, "TotalPmUmMemory"); in ResourceManager()
187 string umtxt = fConfig->getConfig(fHashJoinStr, whichLimit); in ResourceManager()
206 totalUmMemLimit = getIntVal(fHashJoinStr, whichLimit, in ResourceManager()
H A Dresourcemanager.h189 return getUintVal(fHashJoinStr, "MaxBuckets", defaultHJMaxBuckets); in getHjMaxBuckets()
197 return getUintVal(fHashJoinStr, "MaxElems", defaultHJMaxElems); in getHjMaxElems()
201 return getUintVal(fHashJoinStr, "FifoSizeLargeSide", defaultHJFifoSizeLargeSide); in getHjFifoSizeLargeSide()
205 return getUintVal(fHashJoinStr, "CPUniqueLimit", defaultHjCPUniqueLimit); in getHjCPUniqueLimit()
574 static const std::string fHashJoinStr; variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dresourcemanager.cpp47 const string ResourceManager::fHashJoinStr("HashJoin"); member in joblist::ResourceManager
85 fHJUmMaxMemorySmallSideDistributor(fHashJoinStr, in ResourceManager()
87 … getUintVal(fHashJoinStr, "TotalUmMaxMemorySmallSide", defaultTotalUmMemory), in ResourceManager()
88 … getUintVal(fHashJoinStr, "UmMaxMemorySmallSide", defaultHJUmMaxMemorySmallSide), in ResourceManager()
91 getUintVal(fHashJoinStr, "PmMaxMemorySmallSide", defaultHJPmMaxMemorySmallSide)), in ResourceManager()
125 temp = getIntVal(fHashJoinStr, "NumThreads", -1); in ResourceManager()
160 pmJoinMemLimit = getUintVal(fHashJoinStr, "PmMaxMemorySmallSide", in ResourceManager()
180 string doesItExist = fConfig->getConfig(fHashJoinStr, "TotalPmUmMemory"); in ResourceManager()
187 string umtxt = fConfig->getConfig(fHashJoinStr, whichLimit); in ResourceManager()
206 totalUmMemLimit = getIntVal(fHashJoinStr, whichLimit, in ResourceManager()
H A Dresourcemanager.h189 return getUintVal(fHashJoinStr, "MaxBuckets", defaultHJMaxBuckets); in getHjMaxBuckets()
197 return getUintVal(fHashJoinStr, "MaxElems", defaultHJMaxElems); in getHjMaxElems()
201 return getUintVal(fHashJoinStr, "FifoSizeLargeSide", defaultHJFifoSizeLargeSide); in getHjFifoSizeLargeSide()
205 return getUintVal(fHashJoinStr, "CPUniqueLimit", defaultHjCPUniqueLimit); in getHjCPUniqueLimit()
574 static const std::string fHashJoinStr; variable