placeholder for serialize

This commit is contained in:
tushicheng
2024-01-19 12:17:43 +00:00
committed by ob-robot
parent 7688f5aa8a
commit 690a0d5bb5
4 changed files with 11 additions and 0 deletions

View File

@ -210,6 +210,7 @@ const uint64_t OB_SERVER_USER_ID = 0;
const int64_t OB_MAX_INDEX_PER_TABLE = 128;
const int64_t OB_MAX_SSTABLE_PER_TABLE = OB_MAX_INDEX_PER_TABLE + 1;
const int64_t OB_MAX_SQL_LENGTH = 64 * 1024;
const int64_t OB_TINY_SQL_LENGTH = 128;
const int64_t OB_SHORT_SQL_LENGTH = 1 * 1024; // 1KB
const int64_t OB_MEDIUM_SQL_LENGTH = 2 * OB_SHORT_SQL_LENGTH; // 2KB
const int64_t OB_MAX_PROXY_SQL_STORE_LENGTH = 8 * 1024; // 8KB