influxdb/generated_types
Paul Dix d9c72bb93f
feat: optimize wal with batching (#6399)
* feat: optimize wal with batching

Simplified the wal writer so that it batches up write operations. Currently it waits 10ms between fsync calls. We can pull this out to a config variable later if we want, but I think this is good enough for now.

Also updated the reader to be a more simple blocking reader without the extra tasks and channels as that wasn't really getting us anything that I know of.

* chore: cleanup wal code for PR feedback
2022-12-14 16:07:20 +00:00
..
protos feat: optimize wal with batching (#6399) 2022-12-14 16:07:20 +00:00
src feat: Serialize using protobuf instead of json 2022-11-23 17:07:49 -05:00
.gitignore feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Cargo.toml chore(deps): Bump base64 from 0.13.1 to 0.20.0 (#6371) 2022-12-12 07:07:19 +00:00
build.rs feat: Serialize using protobuf instead of json 2022-11-23 17:07:49 -05:00