prql
prql copied to clipboard
Feature request: optimizer hints
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.