CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
30.15k
stars
3.81k
forks
source link
sql: support pg_hint_plan-style optimizer hints #115306
Open
michae2 opened 11 months ago
pg_hint_plan is a PostgreSQL extension that allows optimizer hints to be provided in a block comment before the query, for example:
This is often easier for applications to generate than the inline hints we currently support.
Epic: CRDB-22192
Jira issue: CRDB-33971