Hello Erick, Thanks a lot for the immediate reply but still the difference between those 2 metrics is not clear to me.
BR MK From: Erick Ramirez <erickramire...@apache.org> Sent: Thursday, May 11, 2023 13:04 To: user@cassandra.apache.org Subject: Re: Questions about high read latency and related metrics The min/max/mean partition sizes are the sizes in bytes which are the same statistics reported by nodetool tablestats. EstimatedPartitionSizeHistogram is the distribution of partition sizes within specified ranges (percentiles) and is the same histogram reported by nodetool tablehistograms (in the Partition Size column). Cheers!