Hi Vincent,
Lucene has a hard limit of ~2.1 B documents in a single index; hopefully
you hit the ~50 - 100 GB limit well before that.
Otherwise it's very application dependent: how much latency can you
tolerate during searching, how fast are the underlying IO devices at random
and large sequentia
Hi Vincent,
My 2 cents:
We had a production environment with ~250g and ~1M docs with static + dynamic
fields in Solr (afair lucene 7) with a machine having 4GB for the jvm and
(afair) a little bit more maybe 6GB OS ‚cache‘.
In peak times (re-index) we had 10-15k updates / minute and (partiall