1
0
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:
Denis Khalikov
2022-06-28 01:58:47 +03:00
parent fb5761fbff
commit 2e2fc7d4a3

View File

@ -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
{