vocdoni/census3

feature: database iterator for large query results

Closed this issue · 0 comments

Some queries retrieves a large collection of items (e.g.: https://github.com/vocdoni/census3/blob/main/api/censuses.go#L160). To improve efficiency of this kind of operations, we need to implement a rows iterator.

[TBD]