opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ can we update the Opteryx dialect to support join hints

Open joocer opened this issue 9 months ago • 0 comments
trafficstars

FROM a INNER HASH JOIN b ON a.id = b.id
FROM a INNER NESTED JOIN b ON a.id = b.id
FROM a INNER MERGE JOIN b ON a.id = b.id

We almost always want hash joins, but being able to update the parsing will be interesting

joocer avatar Feb 10 '25 01:02 joocer