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

Add cursor API/auto paging to the native CQL protocol

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 2.0 beta 1
    • None

    Description

      The goal here would be to use a query paging mechanism to the CQL native protocol. Typically the client/server with that would look something like this:

      C sends query to S.
      S sends N first rows matching the query + flag saying the response is not complete
      C requests the next N rows
      S sends N next rows + flag saying whether there is more
      C requests the next N rows
      ...
      S sends last rows + flag saying there is no more result
      

      The clear goal is for user to not have to worry about limiting queries and doing manual paging.

      Attachments

        Issue Links

          Activity

            People

              slebresne Sylvain Lebresne
              slebresne Sylvain Lebresne
              Sylvain Lebresne
              Aleksey Yeschenko
              Votes:
              11 Vote for this issue
              Watchers:
              27 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: