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


##########
src/java/org/apache/cassandra/index/sai/disk/format/IndexComponent.java:
##########
@@ -31,6 +31,12 @@
      */
     META("Meta"),
 
+    /**
+     * KDTree written by {@code BKDWriter} indexes mappings of term to one or 
more segment row IDs
+     * (segment row ID = SSTable row ID - segment row ID offset).
+     */
+    KD_TREE("KDTree"),

Review Comment:
   I'd rename the component to be congruent w/ whatever we name `BKDWriter`. 
Either way, calling this a kd-tree doesn't strictly match reality I guess.



-- 
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