You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
[MCOL-5106] Support 48 extents per file for rebuildEM.
This patch increases the number of extents per segment file for rebuildEM tool.
This commit is contained in:
@ -56,7 +56,7 @@ const int LEN_OFFSET = 5;
|
||||
const unsigned HEADER_SIZE = 9;
|
||||
|
||||
// The max number of lbids to be stored in segment file.
|
||||
const uint32_t LBID_MAX_SIZE = 10;
|
||||
const uint32_t LBID_MAX_SIZE = 48;
|
||||
|
||||
struct CompressedDBFileHeader
|
||||
{
|
||||
|
Reference in New Issue
Block a user