Open
Description
Motivation
Some queries require manually disabling or specifying indexes, which is currently supported with index hints after the table name in the FROM
clause.
See documentation of the support for index hints:
- SQLite with
INDEXED BY <index-name>
andNOT INDEXED
: https://www.sqlite.org/syntax/table-or-subquery.html - MySQL: https://dev.mysql.com/doc/refman/9.2/en/index-hints.html
For PostgreSQL I haven't found an equivalent alternative.
Proposed Solutions
I would like to either:
- Implement support for SQLite and MySQL hints (platform specific)
- Implement a generic way to pass table hints to the tables used in the
FROM
clause
Metadata
Metadata
Assignees
Labels
No labels