prql icon indicating copy to clipboard operation
prql copied to clipboard

Feature request: optimizer hints

Open federico-razzoli opened this issue 4 months ago • 3 comments

What's up?

As far as I understand, optimizer hints are not supported.

I'm particularly interested to MariaDB / MySQL syntax:

< FROM | JOIN > <table_name> [ AS <alias >] < FORCE | USE | IGNORE > INDEX (< index_list >)

But any type of hint should be supported somehow.

federico-razzoli avatar Oct 14 '24 16:10 federico-razzoli