Skip to content

Commit

Permalink
KIKIMR-18845 Cut keys option TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
kunga committed Sep 7, 2023
1 parent 3795497 commit 9b7ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tablet_flat/flat_page_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace NPage {
}

bool Final = true;
bool CutIndexKeys = false;
bool CutIndexKeys = true;
ui32 MaxLargeBlob = 8 * 1024 * 1024 - 8; /* Maximum large blob size */
ui32 LargeEdge = Max<ui32>(); /* External blob edge size */
ui32 SmallEdge = Max<ui32>(); /* Outer blobs edge bytes limit */
Expand Down

0 comments on commit 9b7ff42

Please sign in to comment.