Large data sets.
The last post by
soltice made me think of a similar issue. How do the rest of you handle really large data sets? I usually use limit 0, 1000 and then limit 1000, 1000, etc. until I reach the end of the table, but this seems more difficult that it needs to be. Does anyone have a better way of doing this?
