inveniosoftware / invenio-vocabularies

Invenio module for managing vocabularies.
https://invenio-vocabularies.readthedocs.io
MIT License
2 stars 40 forks source link

Improve caching #275

Closed ntarocco closed 9 months ago

ntarocco commented 9 months ago

The current vocabulary facet caching is suboptimal, because a set of given ids are cached together. Ideally, we should cache each ID for better performance.