Uploaded image for project: 'C++ Couchbase Client'
  1. C++ Couchbase Client
  2. CXXCBC-350

Resolve collection ID before performing any range scan operations

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Done
    • Major
    • 1.0.0-dp.7
    • None
    • library
    • None
    • 2
    • SDK28

    Description

      Currently the collection ID is resolved on a per-request basis. This can result in situations where results from a single scan can originate from more than one collection. This could happen if a collection was dropped and then immediately recreated with the same name.

      To implement this, range_scan_create_options just needs to be created with a non-zero collection_id (after it is fetched) instead of setting the collection_name member

      No changes will be needed in the wrappers (other than a core update), this happens internally in the C++ core

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Dimitris.Christodoulou Dimitris Christodoulou
            Dimitris.Christodoulou Dimitris Christodoulou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes