| Option | SEGMENT_READ_MAXIMUM_SIZE_KB | |
| Description | Maximum buffer size in KB for reading storage segment data. Controls the trade-off between memory usage and I/O performance during segment reads. | |
| Introduced Version | 1.207.0 | |
| Default | 1,024 | |
| Minimum | 8 | |
| Maximum | 128 | |
This parameter controls the buffer size used when reading segment data from disk, balancing memory usage with I/O efficiency. Larger values can improve read throughput by reducing the number of disk operations, but consume more memory. Smaller values reduce memory footprint but may increase I/O overhead.