-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Description
It looks like #6728 is closed via #8832 - but #8832 reports on the memory usage of these items, eg. the doc_values_memory_in_bytes reports on the memory we use for efficient access to the doc values on disk. So I think 8832 only addresses part of this request here. The other part is that it will be helpful to report on the size on disk usage (eg. ls -l) of the Lucene files, in particular, the ones that tend to use the most storage like files associated to term dictionaries, norms, doc values. The use case is that one can use this information to help size the amount of OS cache space (probably not 1-1 since its unlikely that it will use all of the norms, doc values, terms, etc.. but it will be helpful to get an idea of the worst case scenario when it comes to sizing). Since this may end up being a separate API, I am filing this as a new ticket.