From 56594941db6af8aef68508425b5fad9a21574714 Mon Sep 17 00:00:00 2001 From: Cameron Zemek Date: Fri, 10 Aug 2018 10:30:41 +1000 Subject: [PATCH] Added row histogram to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index afa3e69..846eab1 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,13 @@ Summary: Summary statistics about partitions | Maximum (Size) | Maximum uncompressed partition size | | Maximum (SSTable) | Maximum number of sstables a partition belongs to | +Row Histogram: Histogram of number of rows per partition + +| Column | Description | +|----------------------------------------------|----------------------------------------------------------------------| +| Percentile | Minimum, average, standard deviation (std dev.), percentile, maximum | | +| Count | Estimated number of rows per partition for the given percentile | + Largest partitions: Partitions with largest uncompressed size | Column | Description |