cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.74k stars 436 forks source link

perf: user-level IO scheduler #18

Open petermattis opened 6 years ago

petermattis commented 6 years ago

ScyllaDB claims their user-level IO scheduler provides better latencies under any circumstance.

Jira issue: PEBBLE-189

petermattis commented 5 years ago

See also https://www.usenix.org/system/files/atc19-balmau.pdf.

github-actions[bot] commented 2 years ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to Pebble!

jbowens commented 1 year ago

https://www.scylladb.com/2022/08/03/implementing-a-new-io-scheduler-algorithm-for-mixed-read-write-workloads/