-
Notifications
You must be signed in to change notification settings - Fork 349
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
Querybuilder / Segment SQL Optimisation #925
Comments
After some troubleshooting, i've found out that the query are only executed by the And results from query # 56 and # 57 are discarded. Then re-executed by the appropriate Is it normal the validation run every time the segment is used ? |
Hi @sadortun We need some time to check this |
Hi @aivus Do you have an update on this ? Can you provide an ETA ? It's a blocking issue for us. We are willing to pay to get support on this issue quickly if it can help to get a faster resolution. Thanks, |
Hi @sadortun, |
Hi Oro Team,
We are investigating why on some query the Segment page become very slow ( 30-45 seconds to load with complex query),
Topic 1
We found that the filter query is executed twice and the only difference is the
LIMIT
clause. and there is query executed multiple timesOptimizing theses two would give users a 50% improvement in all features related to segments !
(example with query
email contains "a"
Topic 2
In our use case, the COUNT() query takes almost 15 seconds, compared to the SELECT which takes about 300ms.
Have a good day,
Samuel
The text was updated successfully, but these errors were encountered: