[FEAT MERGE] implement dynamic sampling

This commit is contained in:
wangt1xiuyi
2023-04-27 12:15:28 +00:00
committed by ob-robot
parent 56f85c9c76
commit f745b47cbc
86 changed files with 6754 additions and 2282 deletions

View File

@ -23,6 +23,8 @@ const double LN_2 = 0.69314718055994530941723212145818;
const double DEFAULT_CACHE_HIT_RATE = 0.8;
const int64_t DEFAULT_TABLE_ROW_COUNT = 1;
const int64_t DEFAULT_ROW_SIZE = 200;
const int64_t DEFAULT_COLUMN_SIZE = 10;