At Solr Admin Web Interface I click on "Core Collector" and
select one of the shards.
My maxDocs says 33.972.375 and below the size reports 112.5GB.
Because of 10 shards in my cloud just multiply by 10 which gives
a rough estimate ~340.000.000 Docs and ~1.125TB size.

To calculate growth just take 112.5GB / 33.972.375 which makes ~3.3KB per doc 
(indexed).

Regards
Bernd

Am 15.03.23 um 13:35 schrieb Mark H. Wood:
On Tue, Mar 14, 2023 at 08:21:26AM -0600, Shawn Heisey wrote:
On 3/14/23 08:01, HariBabu kuruva wrote:
Till now it was running with 45GB heap memory. I am trying to tune the
performance of solr by adjusting heap memory.

What is the total index size and total doc count of the server?

I'm always flummoxed by this question:  what is the total index size?

It's easy to get 'numDocs' from the admin. interface, but there's
nothing I can find there that I would interpret as "index size".

Does this mean the sum of sizes of all files in $CORE/data/index?  Can
I just report the output of 'du $CORE/data/index'?  We have a lot of
sizable 'stored' fields, and I suspect that those data are not to be
included.

IOW when someone asks me for the total index size of a Solr instance,
how should I calculate it?


Reply via email to