Skip to content
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

Maybe find a simpler way someday to improve search performance, that doesn't require usage of extra views (if possible) #304

Open
Venryx opened this issue Apr 30, 2024 · 1 comment

Comments

@Venryx
Copy link
Collaborator

Venryx commented Apr 30, 2024

Possible alternative approach: https://stackoverflow.com/a/75105382

Prior issue on the subject (where views were used to achieve the perf gains): #301

@Venryx Venryx converted this from a draft issue Apr 30, 2024
@Venryx Venryx moved this from 📋 Backlog to 🔖 Short-term (Venryx) in Public task list May 20, 2024
@Venryx
Copy link
Collaborator Author

Venryx commented May 20, 2024

The optimization in the linked stackoverflow page (https://stackoverflow.com/a/75105382) was applied, and did help a lot. That said, having a view on top of that improved performance further (in some cases), so further investigation necessary to achieve max perf.

@Venryx Venryx moved this from 🔖 Short-term (Venryx) to 🏚️ Mid-term in Public task list May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏚️ Mid-term
Development

No branches or pull requests

1 participant