erikgrinaker / toydb

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

Don’t use gRPC for client/server #14

Closed erikgrinaker closed 4 years ago

erikgrinaker commented 4 years ago

Maybe just Tokio TCP sockets with MessagePack. Make client sessions stateful, i.e. track transaction state in server thread.