Hi all,
Now I'm doing research on solr distributed search, and it
is said documents more than one million is reasonable to use
distributed search.
So I want to know, does anyone have the test
result(Such as time cost) of using single index and distributed search
of more than one million data?
Please don't cross-post to the dev list too, that
list is for internal Solr/Lucene development discussions.
As Jay says, "it depends". The general advice is that
you should use a single index (perhaps replicated)
before you start trying to go the distributed route
(sharding). It's like asking "how
Hi all,
Now I'm doing research on solr distributed search, and it is said documents
more than one million is reasonable to use distributed search.
So I want to know, does anyone have the test result(Such as time cost) of using
single index and distributed search of more than one million data? I