worldcoin / signup-sequencer

signup-sequencer repository
MIT License
67 stars 33 forks source link

Added retrieving identities in batches. #738

Closed piohei closed 3 months ago

piohei commented 3 months ago

Motivation

Retrieving few millions rows in single query may not be a great idea. This change introduces retrieving them in batches (20k each batch).

Solution

PR Checklist

piohei commented 3 months ago

Sqlx is doing it under the hood. No need for custom impl.