Files
ternfs-XTXMarkets/cpp
Francesco Mazzoli 53049d5779 Shard batch writes, use batch UDP syscalls
The idea is to drain the socket and do a single RocksDB WAL
write/fsync for all the write requests we have found.

The read requests are immediately executed. The reasoning here is
that currently write requests are _a lot_ slower than the read
requests because fsyncing takes ~500us on fsf1. In the future this
might change.

Since we're at it, we also use batch UDP syscalls in the CDC.

Fixes #119.
2023-12-07 14:29:07 +00:00
..
2023-05-18 15:29:41 +00:00
2023-06-03 18:03:49 +00:00
2023-11-29 11:08:07 +00:00
2023-01-26 23:20:58 +00:00
2023-11-28 21:45:40 +00:00