mike-tr-adamson commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1358474705


##########
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:
   At one point we had this as `PRODUCT_QUANTIZATION`, but that seemed to be 
meaningless to anyone. I think `COMPRESSED_VECTORS` is clearest, even though it 
is a bit long. `PQ_VECTORS` is shorter but isn't clear as to what it contains 
(unless you know).



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