|
Diagnosis This check returns a list of indexes whose delta index is too large. If the number of documents in the main index exceeds 5,000,000, therelative parameters are used as reference parameters. The index fulfillsthe criteria of the check in the following cases:
- The volume of storage used by the delta index is more than 10% of the
volume of storage used by the main index (technical parametererror_idx_mem_size_pct uses 10%).
- The number of documents in the delta index is more than 10% of the
number of documents in the main index (technical parametererror_idx_num_docs_pct uses 10%). If the number of documents in the main index is less than or equal to 5 ,000,000, the absolute parameters are used as reference parameters. Theindex fulfills the criteria of the check in the following cases:
- The volume of storage used by the delta index is larger than 200
megabytes (technical parameter error_mem is 200 megabytes in size).
|