Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-6564

observing 1000 items on a node takes 1 second on average

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Blocker
    • 2.0
    • None
    • couchbase-bucket
    • Security Level: Public
    • None

    Description

      from rohit:
      Ran observe on one node over 1000 items only, time taken to persist one key is around 1 second,
      Here is the snippet of code as well which i ran over observe

      for key in keys:
      client.set(key, 0, 0, "neval")
      self.log.info("Time1:- %s" % time.localtime())
      opaque, rep_time, persist_time, persisted = client.observe(key)
      self.log.info("##########key:-%s################" % (key))
      self.log.info("Persisted:- %s" % (persisted))
      self.log.info("Time2:- %s" % time.localtime())

      Attachments

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

        Activity

          People

            Rohit Rohit Sinha (Inactive)
            farshid Farshid Ghods (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty