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

Store metadata outside of Solr #34

Open
averagehat opened this issue Sep 3, 2015 · 1 comment
Open

Store metadata outside of Solr #34

averagehat opened this issue Sep 3, 2015 · 1 comment

Comments

@averagehat
Copy link
Collaborator

We know that storing metadata within solr makes the search slower. We could add a second embedded database to do the metadata look-up using solr's search results. Would it make sense to have a second index for the metadata using solr rather than introducing a second database technology?

For the server-based solution, maybe a second server would be appropriate.

@lianyi
Copy link
Collaborator

lianyi commented Sep 8, 2015

Yes, that's a viable solution if metadata make the index very big. The experience I had for very big indexes, i.e 500G indexes that won't fit a single host, one can use a secondary document storage database for document retrieval to speed things up. Alternatively (especially since solr 4.10), we could further tune the SOLR_HOME, sharding, caching etc to store the metadata in the same Solr instance. Chances are less dependencies if that scales well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants