|
|
|
|
|
by matwood
88 days ago
|
|
> Just converting a loop of queries into bulk ones can help loads This is usually the first thing I look for when someone is complaining about speed. Developers often miss it because they are developing against a database on their local machine which removes any of the network latency that exists in deployed environments. |
|