in reply to Re: Of large database tables and high memory usage.
in thread Of large database tables and high memory usage.

executing the same query more times, using the limit/offset, can cause differend results

That's a really good point. So far I've only been using the strategy in scenarios where that wouldn't be an issue, but I'll have to keep it in mind if I want to make it a more general solution.

  • Comment on Re^2: Of large database tables and high memory usage.