maedhroz commented on code in PR #1751:
URL: https://github.com/apache/cassandra/pull/1751#discussion_r931651076


##########
src/java/org/apache/cassandra/db/ColumnFamilyStoreMBean.java:
##########
@@ -217,6 +217,12 @@ public List<String> importNewSSTables(Set<String> srcPaths,
      */
     public long[] getPerLevelSizeBytes();
 
+    /**
+     * @return sstable count for each bucket in TWCS. null unless time window 
compaction is used.
+     *         array index corresponds to bucket(int[0] is for most recent, 
...).

Review Comment:
   Given its temporality, I might be inclined to want to read oldest to newest 
left to right. Is the thought here to emulate what we do w/ LCS where the 
levels move left to right? (i.e. The age of the data moves left to right?)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to