maedhroz commented on code in PR #2409:
URL: https://github.com/apache/cassandra/pull/2409#discussion_r1227228295
##########
src/java/org/apache/cassandra/index/sai/QueryContext.java:
##########
@@ -49,6 +49,12 @@
public long trieSegmentsHit = 0;
+ public long bkdPostingListsHit = 0;
+ public long bkdSegmentsHit = 0;
+
Review Comment:
nit: I guess we'll figure out whether we keep the "bkd" naming/prefix, but
either way, perhaps we should group trie stuff together here in a block instead
of the `bkd` stuff being sandwiched between segment hits and posting
skips/decodes.
--
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]