change table column to 4096 with optimization
This commit is contained in:
2
deps/oblib/src/lib/ob_define.h
vendored
2
deps/oblib/src/lib/ob_define.h
vendored
@ -1372,7 +1372,7 @@ const int64_t OB_MAX_MYSQL_RESPONSE_PACKET_SIZE = OB_MALLOC_BIG_BLOCK_SIZE;
|
||||
const int64_t MAX_FRAME_SIZE = OB_MALLOC_BIG_BLOCK_SIZE;
|
||||
|
||||
/// Maximum number of elements/columns a row can contain
|
||||
const int64_t OB_USER_ROW_MAX_COLUMNS_COUNT = 512;
|
||||
const int64_t OB_USER_ROW_MAX_COLUMNS_COUNT = 4096;
|
||||
const int64_t OB_ROW_MAX_COLUMNS_COUNT =
|
||||
OB_USER_ROW_MAX_COLUMNS_COUNT + 2 * OB_USER_MAX_ROWKEY_COLUMN_NUMBER; // used in ObRow
|
||||
const int64_t OB_DEFAULT_COL_DEC_NUM = common::OB_ROW_MAX_COLUMNS_COUNT / 80;
|
||||
|
||||
Reference in New Issue
Block a user