jbellis commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1357067949


##########
src/java/org/apache/cassandra/index/sai/disk/format/IndexComponent.java:
##########
@@ -50,6 +50,11 @@ public enum IndexComponent
      */
     TERMS_DATA("TermsData"),
 
+    /**
+     * Product Quantization store used to store compressed vectors for the 
vector index
+     */
+    VECTORS("Vectors"),

Review Comment:
   The javadoc is correct but IMO the name is misleading since the actual 
vectors are stored inline with the graph.
   
   COMPRESSED_VECTORS is a bit of a mouthful, PQ_VECTORS is probably more 
reasonable



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