adelapena commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1333481560
##########
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
+ */
+ PQ("PQ"),
Review Comment:
Maybe `PQ` is not the most friendly nor easy to investigate name when
looking at the sstable files without context. We could extend it so it looks
like the other components:
```suggestion
PRODUCT_QUANTIZATION("ProductQuantization"),
```
--
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]