selda icon indicating copy to clipboard operation
selda copied to clipboard

Batch query

Open revskill10 opened this issue 7 years ago • 3 comments

How can we query in batch ? It's handy in case our table is super large.

revskill10 avatar Jul 08 '18 19:07 revskill10

Batching query results is currently not supported, but would definitely be great to have. It's not really on the roadmap (though maybe it should be), but I'd be happy to merge any work in that direction.

valderman avatar Jul 08 '18 21:07 valderman

As i see, can we create combinator from offset and limit to simulate batch ? Moreover, we must support index to really have batch query in its sense.

revskill10 avatar Jul 08 '18 22:07 revskill10

You can use limit for this. Unfortunately, indexes are not supported in the current version, but basic index support has been merged for the upcoming release.

valderman avatar Jul 12 '18 17:07 valderman