Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

What kind of growth has index solr?

avatar
Expert Contributor

Hi,

I have this report for my solr test:

X-axis --> number of records always growing

Y-axis --> MB of index

1491-index.png

Growth seems linear but this assumption is correct for big data set?

I do not have a large data set to be tested.

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Davide Isoardi

Good thread to read - link

Solr Cloud - link

View solution in original post

2 REPLIES 2

avatar
Master Mentor
@Davide Isoardi

Good thread to read - link

Solr Cloud - link

avatar

Yes, this graph seems reasonable. Very early in the curve, the steep growth represents vocabulary acquisition. After most words in the dominant language have been indexed, the curve flattens out to represent just the data necessary to represent each document's invert index + tags, which is roughly proportional to the size of the document.