alamb commented on PR #15561: URL: https://github.com/apache/datafusion/pull/15561#issuecomment-2778855755
I can reproduce the slowdown locally using this command ```shell datafusion-cli -c "SELECT * FROM hits WHERE \"URL\" LIKE '%google%' ORDER BY \"EventTime\" LIMIT 10;" ``` | branch | time | |--------|--------| | main | `Elapsed 3.533 seconds.` | | this pr | `Elapsed 5.076 seconds.` | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
