How many segments each shard has and what is the reason of running multiple
shards in one machine?
Alex.
-Original Message-
From: qibaoyuan
To: solr-user
Sent: Fri, Apr 19, 2013 12:26 am
Subject: Re: solr-cloud performance decrease day by day
there are 6 shards and they are
How are you committing data? With 4.0, CommitWithin is now a soft commit,
which means that the transaction log will grow until you do a hard commit.
You need to periodically do a hard commit if you are continually updating
the index. How much updating are you doing?
Also, check how much heap i
Thanks manu,i will check it.
在 2013-4-19,下午4:26,Manuel Le Normand 写道:
> Can happen for various reasons.
>
> Can you recreate the situation, meaning restarting the servlet or server
> would start with good qTime and decrease from that point? How fast does
> this happen?
>
> Start by monitoring t
Can happen for various reasons.
Can you recreate the situation, meaning restarting the servlet or server
would start with good qTime and decrease from that point? How fast does
this happen?
Start by monitoring the jvm process, with oracle visualVM for example.
Monitor for frequent garbage collect
there are 6 shards and they are in one machine,and the jvm param is very
big,the physical memory is 16GB,the total #docs is about 150k,the index size of
each shard is about 1GB.AND there is indexing while searching,I USE auto commit
each 10min.and the data comes about 100 per minutes.
在 2013
Could you give more info about your index size and technical details of
your machine? Maybe you are indexing more data day by day and your RAM
capability is not enough anymore?
2013/4/19 qibaoyuan
> Hello,
>i am using sold 4.1.0 and ihave used sold cloud in my product.I have
> found at first