Re: Solr import doubling space on disk

2018-05-18 Thread Alexandre Rafalovitch
And (as an additive comment), You may want to index into a completely separate collection and then do alias switching to point to it when done. That indexing could even be on a separate machine. Regards, Alex. On 18 May 2018 at 08:47, Emir Arnautović wrote: > Hi Darko, > There is no updating

Re: Solr import doubling space on disk

2018-05-18 Thread Emir Arnautović
Hi Darko, There is no updating data in Solr. It is always written into new segment and if some existing document has the same ID it will be flagged as deleted but will not be removed until that segment is merged. While merging it will keep old segments until new is done and searcher updated. So

Solr import doubling space on disk

2018-05-18 Thread Darko Todoric
Hi guys, We have about 250gb solr data on one server and when we start full import solr doubling space on disk... This is problem for us because we have 500gb SSD on this server and we hit almost 100% disk usage when full import running. Because we don't use "clean" option, are they are way to