Y
Hacker News
new
|
ask
|
show
|
jobs
by
epalm
1186 days ago
Yeah, I do this when querying sql databases. I limit the data to some small/local range, iteratively work on the query, and when I'm happy with the local results, I remove the filter and get the big results.