Do DB likes Oracle/Postgres/Mongo etc know how to handle TCP back-pressure?
For ex: Let’s say there is a table / collection with millions of records. The client tries to fetch all the records and consumes very slowly. The receiver buffer at the client becomes full. what happens at the db side?
5