Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-10215

Reduce redundant secondary index selection lookups

    XMLWordPrintableJSON

Details

    Description

      Once an index has been identified as being the one that should be used for a given query, it should be included as part of the ReadCommand so that it can be retrieved when needed during execution. Currently we don't do this, meaning that the index selection process implemented in SIM::getBestIndexFor is run multiple times on both the coordinator and each replica when performing a range command.

      This is also a pre-requisite of CASSANDRA-10214

      Attachments

        Activity

          People

            samt Sam Tunnicliffe
            samt Sam Tunnicliffe
            Sam Tunnicliffe
            T Jake Luciani
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: