Skip to content

Support for index hints #871

Open
Open
@zebrapurring

Description

@zebrapurring

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:

For PostgreSQL I haven't found an equivalent alternative.

Proposed Solutions

I would like to either:

  1. Implement support for SQLite and MySQL hints (platform specific)
  2. Implement a generic way to pass table hints to the tables used in the FROM clause

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions