-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Closes #747 fix slow queries #749
Conversation
…' into enhancement/747-fix-slow-queries
@CrochetFeve0251 With the PR, the queries are almost 5x faster! 🚀 Please check the following:
|
@vmanthos 2. is related to the SQL query which returned a different result not calling the query. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working as expected! 👍
Description
This changes the query to filter first then make the join.
This helps how fast the query is done.
Fixes #747
Type of change
Is the solution different from the one proposed during the grooming?
I added a regex instead of likes to optimize even more queries.
Checklists
Generic development checklist
Test summary
If not, detail what you could not test.
Please describe any additional tests you performed.