Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Given the nature of DB requests (they are transfeered over relatively slow network), large requests have to be managed accurately to really defeat latency. In particular, they should be processed in small batches, so that network never pending processing previous batxh or request. Commented Oct 29 at 11:30