Which are the RDBMS that minimize the server roundtrips? Which RDBMS are better (in this area) than
- by user193655
When the latency is high ("when pinging the server takes time") the server roundtrips make the difference.
Now I don't want to focus on the roundtrips created in programming, but the roundtrips that occur "under the hood" in the DB engine, so the roundtrips that are 100% dependant on how the RDBMS is written itself.
I have been told that FireBird…