TODO NN
If you want to increase the amount of data you want to store you need to perform the following steps:
- first make sure you have enough free space in your disks mounted to the /data path.
The maximum amount you can increase is equal to the total free space of /data - 15GB (MAX_INC_SIZE)
you can see the /data storage information under the OS screen. - To calculate how to increase your Index set you need to understand 3 parameters that can be retrieved from the Store screen :
- The amount of time (in days) you are currently storing - Index Sets table (Newest Document Time - Oldest Document Time = NUM_OF_DAYS)
- The amount of storage you are using - Index Sets table (size)
- the amount of indexes allocated - Index Sets table (Indices count)
- The rule of thumb to increase size is to increase the Index Sets size together with their amount so each index will contains around 1.5-2 days.
- and for each additional 1TB Data we need to have a memory increase between 32-96GB depends and data variance and acceptable response time from the queries.