selda
selda copied to clipboard
Batch query
How can we query in batch ? It's handy in case our table is super large.
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.
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.
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.