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

How does it work with Solr Cloud? #6

Open
junminstorage opened this issue Jul 18, 2020 · 2 comments
Open

How does it work with Solr Cloud? #6

junminstorage opened this issue Jul 18, 2020 · 2 comments

Comments

@junminstorage
Copy link

junminstorage commented Jul 18, 2020

Read https://github.com/SOLR4189/solcolator#possible-architecture, it mentioned for large number of queries, it suggests a secondary collection which I am not very clear about.

Questions:

  1. Can you explain more about secondary collection or share me few pointers?
  2. Will solcolator as a SOLR Update Processor affect or impact the performance of the main purpose of solr collection. e.g indexing the documents and supporting queries?
  3. If we have couple millions of stored queries, can we index them in its own solr cloud and then run document against the cloud? and how to do it?
@SOLR4189
Copy link
Owner

Sorry, I didn't see your comment.

  1. it depends on your expectations. If we speak about million queries it can impact the performance of the main collection, so in this case I advise to put Solcolator UP to different collection and set your Indexer to send documents to main Collection and collection with Solcolator.
  2. Yes, if we speak about million queries. Also it's important number CPU you assign to your server. Luwak works good in parallel mode.
  3. Yes, Solcolator collection can be multi-shards. For example, you can do that each shard reads all queries from shared folder (NFS) and then you run documents against this collection.

@shamili26M
Copy link

is reverse query possible in solcolator ?

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

3 participants