[FEAT MERGE]logical plan move to plan cache module add feedback into to plan

This commit is contained in:
zzg19950727
2023-04-18 11:41:58 +00:00
committed by ob-robot
parent e392fc2a37
commit 8daff3e658
122 changed files with 45692 additions and 43707 deletions

View File

@ -797,7 +797,6 @@ const int64_t SYS_MAX_ALLOCATE_MEMORY = 1L << 34;
// mem factor
const double SQL_AUDIT_MEM_FACTOR = 0.1;
const double SQL_PLAN_MEM_FACTOR = 0.1;
const double MONITOR_MEM_FACTOR = 0.01;
const double KVCACHE_FACTOR = TENANT_RESERVE_MEM_RATIO;