You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@max-sixty Yes, the syntax is purely for row-based databases and 100% specific to each database. And I understand your will to keep things standard. However, when indexes aren't used, a query might be completely unusable.
Based on the documentation, I don't understand how to insert s-strings in that position (after a table name). Would you please provide an example, and perhaps document it? Thank you!
from s"SELECT first_name, id, age FROM employees FORCE foo bar"...
...where FORCE foo bar is the optimizer hint — does that make sense? (Obv prql isn't that helpful in that specific query, it's intended to show the escape hatch...)
What's up?
As far as I understand, optimizer hints are not supported.
I'm particularly interested to MariaDB / MySQL syntax:
But any type of hint should be supported somehow.
The text was updated successfully, but these errors were encountered: