mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-06-30 17:55:26 -04:00
940667dd37
# Description of Changes Adds the commitlog knobs `max_segment_size`, `write_buffer_size`, and `preallocate_segments` to the server's `config.toml`. There are other seemingly more advanced knobs that I did not add at this time. This patch also increases the `DEFAULT_WRITE_BUFFER_SIZE` from `8KiB` to `128KiB` to optimize high throughput workloads like the keynote-2 benchmark. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing Manual