Comment on Scipio: A Thread-per-Core Crate for Rust and LinuxComments−lomkju5yThis only makes sense if the local I/O is really fast and in many cases you contact external databases where the context switches are negligible to the I/O time spent on a query.−gpderetta5ySuru, but this is a good architecture for writing databases in the first place.
Comments
This only makes sense if the local I/O is really fast and in many cases you contact external databases where the context switches are negligible to the I/O time spent on a query.
Suru, but this is a good architecture for writing databases in the first place.