mike-tr-adamson opened a new pull request, #2540: URL: https://github.com/apache/cassandra/pull/2540
This patch removes the PRIMARY_KEY_TRIE component and adds SortedTermsReader.Cursor.partitionedSeekToTerm to search for primary keys within a partition of the sorted terms. To do this, a new on-disk component PARTITION_SIZES has been added that holds the size of each partition in the SSTable patch by Mike Adamson; reviewed by <REVIEWERS> for CASSANDRA-18673 -- 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]

