pranavshenoy commented on code in PR #4909:
URL: https://github.com/apache/cassandra/pull/4909#discussion_r3541045603


##########
src/java/org/apache/cassandra/index/sai/disk/v1/postings/PostingsReader.java:
##########
@@ -52,6 +52,12 @@ public class PostingsReader implements OrdinalPostingList
     private final QueryEventListener.PostingListEventListener listener;
     private final BlocksSummary summary;
 
+    // Block range [startBlock, endBlock) this reader is scoped to, and the 
number of postings to read.
+    // For a full (V1) posting list these are 0, numBlocks and numPostings 
respectively.
+    private final int startBlock;

Review Comment:
   check if the design scalable to suffix as well.



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