Is there a threshold (in MB) above which we can say that the index size has become too big ?
Also if we have n indexes should the sum of their sizes be below that threshold ?
Is there a threshold (in MB) above which we can say that the index size has become too big ?
Also if we have n indexes should the sum of their sizes be below that threshold ?
There is no fixed limit on index size, either per index or cumulatively. Generally, an index is “too big” when it impacts performance adversely. We’ll learn more about evaluating this later in the course.