piplining db
pipling
- Enabling client to send all the queries upfront It minimaizes
time spend by one side waiting for the other to finisch sending data
- Tradditionaly each query has to be sent to the server
independently and wait until the last one is complete
>[!quote] Tokio_rs
- Tradditionaly each query has to be sent to the server
independently and wait until the last one is complete