Pergunta

We are managing large SharePoint search application with 15 Million items in Indexer .

Search service is hosted in two servers with server1 as primary index component and server2 as replica.

We added 500 GB disk space to both servers initially and with the growing indexing items, the available free disk space is 150 GB.

Will index still continue till the 150 GB space consumed or the search service needs minimum free disk space?

How much minimum free space we should keep to run the index component without any disruption.

Foi útil?

Solução

The recommendation is 30% of the size of your corpus (the "stuff that you are indexing") free on the disk serving the index. At any time, you will only see a disk allocation of 10-15%, but the 30% number accounts for dynamically allocating space for the index and performing routine master merges.

Outras dicas

SharePoint Search will consume all available disk space until the volume is running out of disk space. So keep an eye on this volume as it will lead to issues with the index such as:

  • new items will not be added to search index
  • search will be slowed down
  • search maybe will stop working

I do not remember any best practice minimum free disk space for index partitions. I would suggest having 25 GB of minimum free disk space to avoid being surprised by running out of space when more items are added to SharePoint.

We have built a number of SharePoint Search Farms. General practice is to allocate 3x space per partition. This is a bit overkill however, Master Merge behaves much better. We have about 14 million items. We allocate 1.4 TB per Partition and two Partition Servers. This is federated search across 6 data sources. Thanks/Good Searching.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top