Prisma Rate Limits
Prisma Data Platform (Postgres + Accelerate) does not publish a per-second rate-limit table. The documented quantitative bounds are response-size and connection-related — Accelerate flags retrievals over 5 MB as significantly slowing the application (error P6009), and the default Postgres connection limit is 10 unless `connection_limit` is configured. Plan-level monthly operation quotas (free / starter / pro / business) effectively serve as the consumer-facing rate ceilings.
Prisma Rate Limits is the machine-readable rate-limit profile for Prisma on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring operations, varies, and concurrent_requests.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Database, ORM, Postgres, and Rate Limiting.