initialResultBufferBytes property

int? initialResultBufferBytes
final

Initial size in bytes for query result buffer allocation. When null, repository runners use defaultInitialResultBufferBytes (64 KiB). Larger values (e.g. server presets at 1 MiB) reduce reallocation rounds for large result sets. Low-level FFI calls without an explicit seed still fall back to the native helper default (256 KiB).

Implementation

final int? initialResultBufferBytes;