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


##########
src/java/org/apache/cassandra/index/sai/disk/v1/V1OnDiskFormat.java:
##########
@@ -235,7 +235,7 @@ public int openFilesPerSSTableIndex()
     @Override
     public int openFilesPerColumnIndex(IndexContext indexContext)
     {
-        // For the V1 format there are always 2 open files per index - index 
(kdtree or terms) + postings
+        // For the V1 format there are always 2 open files per index - index 
(balanced tree or terms) + postings

Review Comment:
   I think we only need to mention that one of the files here is the postings 
file. This method is about how many files are open for an index. It doesn't 
need to go into specifics of what are in the files. We do that elsewhere.



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