Skip to main content
Design around these platform limits:
Because findAll caps at 2,000 records, do counts, sums, and group-bys in the database with zite.sql() rather than pulling rows into JavaScript.
The Database API returns RateLimit-* headers on every response — back off when you approach the limit. See the Database API overview to raise it.