We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELECT * FROM hits WHERE URL LIKE '%google%' ORDER BY EventTime LIMIT 10;
This query performs a lot slower than other engines.
I'm not sure how they would achieve the performance they do.
The text was updated successfully, but these errors were encountered:
Some improvement but by rewriting the LIKE condition, this query was running in 75 seconds to 52 seconds.
LIKE
More improvement is needed, but this is a significant reduction in execution.
Sorry, something went wrong.
#2230
7f67737
4b4202a
Merge pull request #2294 from mabel-dev/#2230/1
411cee7
#2230/1
No branches or pull requests
This query performs a lot slower than other engines.
I'm not sure how they would achieve the performance they do.
The text was updated successfully, but these errors were encountered: