solrj - what happens when multiple processes send solr commits to single solr instance? -


we have multiple processes adding adding documents same collection in single instance of solr. happen if apps send commit @ same once, or close each other? cause data corruption, or kind of lock?

you not going data corruption or locks, performance issues solr repeatedly heavy commit work (flush , reopen of readers).

if on latest solr (4.3+), soft/hard commits based on timeout or document count. way don't need manage commits explicitly @ all.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -