1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +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 6b4bc66188
commit 77103039d4

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
{