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

Improve SolrQuerySet caching and query efficiency #58

Open
rlskoeser opened this issue Jan 20, 2021 · 0 comments
Open

Improve SolrQuerySet caching and query efficiency #58

rlskoeser opened this issue Jan 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@rlskoeser
Copy link
Contributor

There are several queryset methods for returning partial results (facets, highlighting, stats, etc) that use a result cache if set but otherwise (mostly) use a one-off query with no rows. In practice, this seems to result in a lot of solr queries to render search pages built with parasolr, and it could likely be made more efficient.

Fixing this might also be related to or could include a solution to #43

@rlskoeser rlskoeser added the enhancement New feature or request label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant