[ 
https://issues.apache.org/jira/browse/CASSANDRA-18639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSANDRA-18639:
---------------------------------------
    Description: 
The new -m option will output metadata information for:
 * Partition Key Count
 * Duration

Partition key count is the total number of partitions in the sstable..

For Time Window Compaction (TWC), the min and max timestamps together with 
duration describe the bounds of the time window in the table.
{quote}Partition Key Count: 24306
Droppable Tombstones: 1000.00000 (0.01%)
SSTable Level: 1 

Min Timestamp: 06/28/2023 15:15:04
Max Timestamp: 06/28/2023 15:15:58
Duration Days: 0 Hours: 0 Minutes: 0 Seconds: 53
{quote}

  was:
The new -m option will output metadata information for:
 * Partition Key Count
 * SSTable Level
 * Droppable Tombstones  (%age)
 * Min Timestamp
 * Max Timestamp
 * Duration

Partition key count is the total number of partitions in the sstable. Level is 
zero for STCS and TWC, and varies for LTCS.

For Time Window Compaction (TWC), the min and max timestamps together with 
duration describe the bounds of the time window in the table.
{quote}Partition Key Count: 24306
Droppable Tombstones: 1000.00000 (0.01%)
SSTable Level: 1 

Min Timestamp: 06/28/2023 15:15:04
Max Timestamp: 06/28/2023 15:15:58
Duration Days: 0 Hours: 0 Minutes: 0 Seconds: 53
{quote}


> Add a metadata option to sstablemetadata
> ----------------------------------------
>
>                 Key: CASSANDRA-18639
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18639
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tool/sstable
>            Reporter: Timothy Tu
>            Assignee: Timothy Tu
>            Priority: Normal
>
> The new -m option will output metadata information for:
>  * Partition Key Count
>  * Duration
> Partition key count is the total number of partitions in the sstable..
> For Time Window Compaction (TWC), the min and max timestamps together with 
> duration describe the bounds of the time window in the table.
> {quote}Partition Key Count: 24306
> Droppable Tombstones: 1000.00000 (0.01%)
> SSTable Level: 1 
> Min Timestamp: 06/28/2023 15:15:04
> Max Timestamp: 06/28/2023 15:15:58
> Duration Days: 0 Hours: 0 Minutes: 0 Seconds: 53
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to