mike-tr-adamson commented on code in PR #2409:
URL: https://github.com/apache/cassandra/pull/2409#discussion_r1228159510
##########
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:
I have changed these to use `bbt` as a prefix. I think we need to use this
rather than use `BlockBalancedTree` everywhere.
--
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]