RelataDB error reference

Result cap exceeded

The result set is larger than `RELATA_MAX_RESULT_ROWS`.

REL_RESULT_CAPHTTP 406Resource limits

Why this happens

Unbounded SELECT returning more rows than the safety cap (default 1,000,000).

How to fix it

Add LIMIT/narrow the WHERE, or for legitimate bulk exports use GET /export. Raise the cap only with care.

Related configuration

RELATA_MAX_RESULT_ROWS

Also emitted as

Every RelataDB error carries a correlation_id (UUIDv7). Cite it when reporting — ops cannot trace the request without it. See reporting errors.