erikgrinaker / toydb

Distributed SQL database in Rust, written as an educational project
Apache License 2.0
6.12k stars 564 forks source link

Client pipelining #24

Closed erikgrinaker closed 4 years ago

erikgrinaker commented 4 years ago

The client should support pipelining: https://docs.rs/tokio-postgres/0.5.3/tokio_postgres/index.html#pipelining

This would e.g. be useful for the bank simulation setup.

erikgrinaker commented 4 years ago

Drop this, not worth it.