Variable | BLOCKS_PER_SEGMENT | |
Description | Desired number of blocks in a final segment | |
Default | 8,000 |
The BLOCKS_PER_SEGMENT
variable is used to set the desired
number of blocks (each ~1 MB before compression) in a final segment after
merge. Segments will get closed earlier if expired due to
MAX_HOURS_SEGMENT_OPEN
.
ini
MAX_HOURS_SEGMENT_OPEN=24
FLUSH_BLOCK_SECONDS=1800
BLOCKS_PER_SEGMENT=8000
#BLOCKS_PER_MINISEGMENT=128
#BLOCK_SIZE_MIN_KB=384
#BLOCK_SIZE_MAX_KB=1024