RelataDB error reference

Query timeout

Execution exceeded the configured query timeout.

REL_TIMEOUTHTTP 408Resource limits

Why this happens

The query is too broad / unindexed, or the timeout is too low.

How to fix it

Add LIMIT, add an index (or exploit the IdentityIndex), or raise RELATA_QUERY_TIMEOUT_SECS.

Related configuration

RELATA_QUERY_TIMEOUT_SECS

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.