Query 10 didn't finish on my machine for sf=1. I suspect this is due to our use of the "full compatibility" operators from the rfuns extension for comparison. We might want to use faster variants in "good" cases (e.g., compare a column with a constant) so that duckdb can optimize.
Query 10 didn't finish on my machine for sf=1. I suspect this is due to our use of the "full compatibility" operators from the rfuns extension for comparison. We might want to use faster variants in "good" cases (e.g., compare a column with a constant) so that duckdb can optimize.
Related: #270, CC @toppyy.