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 as you approach the limit, or email support@zite.com to have it raised.