Hi davidphilip,
Without caching, Can we do fast searching?
On Tue, Aug 11, 2015 at 11:43 AM Nitin Solanki wrote:
> Okay davidphilip.
>
> On Mon, Aug 10, 2015 at 8:24 PM davidphilip cherian <
> davidphilipcher...@gmail.com> wrote:
>
>> Hi Nitin,
>>
>> 32 shards for 16 mill
Okay davidphilip.
On Mon, Aug 10, 2015 at 8:24 PM davidphilip cherian <
davidphilipcher...@gmail.com> wrote:
> Hi Nitin,
>
> 32 shards for 16 million documents is too much. 2 shards should suffice
> considering your document sizes are moderate. Caches are to be monitored
> and tuned accordingly.
Hi Nitin,
32 shards for 16 million documents is too much. 2 shards should suffice
considering your document sizes are moderate. Caches are to be monitored
and tuned accordingly. You should study about caches a bit here
https://cwiki.apache.org/confluence/display/solr/Query+Settings+in+SolrConfig
Hi,
I have 32 shards and single replica of each shards having 4 nodes
over Solr cloud.
I have indexed 16 million documents. Without cache, total time taken to
search a document is 0.2 second. And with cache is 0.04 second.
I don't do anything of cache. Caches are set by default in solrconfi