It depends on how many queries you'd be making per second. I know for us, I
have a gradient of index sizes. The first machine, which gets hit most
often is about 2.5 gigs. Most of the queries would only ever need to hit
this index but then I have a bigger indices of about 5-10 gigs each which
ar
Hello,
On Mon, 2011-07-04 at 13:51 +0200, Jame Vaalet wrote:
> What would be the maximum size of a single SOLR index file for resulting in
> optimum search time ?
How do you define optimimum? Do you want the fastest possible response time
at any cost or do you have a specific response time go
On Mon, 2011-07-04 at 13:51 +0200, Jame Vaalet wrote:
> What would be the maximum size of a single SOLR index file for resulting in
> optimum search time ?
There is no clear answer. It depends on the number of (unique) terms,
number of documents, bytes on storage, storage speed, query complexity,
There are Solutions for Indexing huge data. e.g. SolrCloud,
ZooKeeperIntegration, MultiCore, MultiShard.
depending on your requirement you can choose one or other.
On 4 July 2011 17:21, Jame Vaalet wrote:
> Hi,
>
> What would be the maximum size of a single SOLR index file for resulting in
> o