Re: solrcloud consumes more time than solr when write index

2016-07-14 Thread Kent Mu
correct the URL. http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201607.mbox/%3CCAMCstK6rv0NWH3tqG0MBo%3D1kccDHTH4JQP-sNFvTuEzd2mUYFA%40mail.gmail.com%3E 2016-07-14 1:17 GMT+08:00 Jeff Wartes : > There’s another thread on this list going on right now touching on the > need to optimize,

Re: solrcloud consumes more time than solr when write index

2016-07-14 Thread Kent Mu
Thanks a lot! I see now. well, I come across an issue that so many connections in solrcloud. and I have raised a issue on mailing list. please help me! looking forward to your reply. http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201607.mbox/ajax/%3CCAMCstK6rv0NWH3tqG0MBo%3D1kccDHTH4JQP

Re: solrcloud consumes more time than solr when write index

2016-07-13 Thread Jeff Wartes
There’s another thread on this list going on right now touching on the need to optimize, might be worth reading. http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201607.mbox/%3c61f3d01f-c3ef-2d71-7112-6a88b0145...@elyograg.org%3E On 7/12/16, 6:25 PM, "Kent Mu" wrote: >Dear Mr. Wartes,

Re: solrcloud consumes more time than solr when write index

2016-07-12 Thread Kent Mu
Dear Mr. Wartes, Thanks for your reply. well, I see. for solr we do have replicas, and for solrcloud, we have 5 shards and each shards with one leader and one replica. and the data number is nearly 100 million, you mean we do not need to optimize the index data? Thanks! Kent 2016-07-12 23:02 GMT+

Re: solrcloud consumes more time than solr when write index

2016-07-12 Thread Jeff Wartes
Well, two thoughts: 1. If you’re not using solrcloud, presumably you don’t have any replicas. If you are, presumably you do. This makes for a biased comparison, because SolrCloud won’t acknowledge a write until it’s been safely written to all replicas. In short, solrcloud write time is max(per

Re: solrcloud consumes more time than solr when write index

2016-07-12 Thread Kent Mu
hello, does anybody also come across the issue? can anybody help me? 2016-07-11 23:17 GMT+08:00 Kent Mu : > Hi friends! > > solr version: 4.9.0. > > we use solr and solrcloud in our project, that means we use sorl and > solrcloud at the same time. > but we find a phenomenon that sorlcoud consumes

solrcloud consumes more time than solr when write index

2016-07-11 Thread Kent Mu
Hi friends! solr version: 4.9.0. we use solr and solrcloud in our project, that means we use sorl and solrcloud at the same time. but we find a phenomenon that sorlcoud consumes more time than solr when write index. it takes nearly 5 or more times longer. I wonder that is why? in our project, we