|
|
|
|
|
by inerte
262 days ago
|
|
I used to work on a product where the app server and database were in the same rack - so similar low latency. But the product was successful, so our N+1 would generate thousands of queries and 1ms would become >500ms or more easily. Every other month we would look at New Relic and find some slow spot. It was a Rails app, therefore easy to get into the N+1 but also somewhat easy to fix. |
|