Hi, On our Solr Cloud based application we use full data import (as a delta import) every minute (http://HOST:PORT/solr/collection1/dataimport/?command=full-import&commit=true&optimize=false&clean=false&synchronous=true). Solr cloud is deployed on 4 nodes. When Solr starts, this full import takes 15-20 seconds but after 2 days it takes 5 minutes and this time is constantly increasing. Each delta import index about 1000 documents. Our index contains about 400M of documents (120GB size). After server restart this situation repeats.
Do you know what may be cause of this behaviour? Best, Michal -- View this message in context: http://lucene.472066.n3.nabble.com/Constantly-increasing-time-of-full-data-import-tp4103873.html Sent from the Solr - User mailing list archive at Nabble.com.