[
https://issues.apache.org/jira/browse/CASSANDRA-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brandon Williams updated CASSANDRA-870:
---------------------------------------
Attachment: 870.txt
Patch to track compaction min/max/mean row size
> Track row stats per CF at compaction time
> -----------------------------------------
>
> Key: CASSANDRA-870
> URL: https://issues.apache.org/jira/browse/CASSANDRA-870
> Project: Cassandra
> Issue Type: New Feature
> Components: Tools
> Reporter: Jonathan Ellis
> Assignee: Brandon Williams
> Priority: Minor
> Fix For: 0.6
>
> Attachments: 870.txt
>
>
> min/max/mean of row size in columns and bytes would be useful to expose via
> jmx (don't worry about nodetool for now)
> it is tempting to expose an SSTableMBean but I don't really want to get into
> dynamically un-registering those when they get compacted. So let's just
> expose each metric as a List<Long> in CFSMBean
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.