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.

3
  • Thanks for that, so the time it takes the method to complete the process is likely to reflect the time in which the RDBMS takes to process the query. Thanks again! Commented Apr 23, 2011 at 20:54
  • yes. So you can try to parallelize the execution with running multiple threads, but that can be tricky. Commented Apr 23, 2011 at 20:54
  • Don't forget to take into account any network latency if the database is running on a separate machine -- particularly if the machine is truly remote. Commented Apr 23, 2011 at 20:58