Skip to content

Commit 196e210

Browse files
authored
feat(storage): set full text bf block size to 8m (openGemini#611)
Signed-off-by: xiangyu5632 <[email protected]>
1 parent 05516f3 commit 196e210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const (
6060
NonStreamingCompact = 2
6161
StreamingCompact = 1
6262
AutoCompact = 0
63-
DefaultExpectedSegmentSize uint32 = 1024 * 1024
63+
DefaultExpectedSegmentSize uint32 = 8 * 1024 * 1024
6464
DefaultFileSizeLimit = 8 * 1024 * 1024 * 1024
6565
)
6666

0 commit comments

Comments
 (0)