maedhroz commented on code in PR #2943:
URL: https://github.com/apache/cassandra/pull/2943#discussion_r1409811902
##########
src/java/org/apache/cassandra/index/sai/disk/format/IndexComponent.java:
##########
@@ -73,7 +73,12 @@ public enum IndexComponent
TOKEN_VALUES("TokenValues"),
/**
- * An on-disk block packed index containing the starting and ending rowIds
for each partition.
+ * An on-disk block packed index mapping rowIds to partitionIds.
+ */
+ PARTITION_ROWS("PartitionRows"),
+
+ /**
+ * An on-disk block packed index containing the partition size for each
partition keyed by partitionId.
Review Comment:
I would take some care to be clear everywhere in the new code that partition
size is the number of rows.
--
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]