-
Notifications
You must be signed in to change notification settings - Fork 43
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
[DEA] Search Performance Improvement with custom Search filters #1317
Comments
mahalakshme
changed the title
[DEA] Search Performance Improvement
[DEA] Search Performance Improvement - phase 2
Aug 27, 2024
mahalakshme
changed the title
[DEA] Search Performance Improvement - phase 2
[DEA] Search Performance Improvement with custom Search filters
Sep 19, 2024
As ishttps://explain.dalibo.com/plan/3e9977614f1gbc7c Simplifying query for subject typehttps://explain.dalibo.com/plan/d93869c16a48c705 Not seeing like, date, or age queries show up in the explain results, so not optimising for it. Some other plans: |
petmongrels
added a commit
to avniproject/avni-server
that referenced
this issue
Sep 26, 2024
… simplified search query has lesser cost.
petmongrels
added a commit
to avniproject/avni-server
that referenced
this issue
Sep 27, 2024
…esults and count
Closed
himeshr
pushed a commit
to avniproject/avni-server
that referenced
this issue
Oct 18, 2024
… simplified search query has lesser cost. (cherry picked from commit 394959f)
himeshr
pushed a commit
to avniproject/avni-server
that referenced
this issue
Oct 18, 2024
…esults and count (cherry picked from commit fb3f9d1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search of observations(via Search All) and name via like operator is not fast. This is the place where most of the slow queries w.r to Search are executed. Identified from newrelic. One reason is looks like GIN index is not used and right indices not added on name columns, and others.
AC:
Time taken after improvement
Technical analysis:
The text was updated successfully, but these errors were encountered: