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

Add plasma bloom filter config to settings/indexes endpoint

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 7.1.0
    • None
    • ns_server
    • 1

    Description

      For bloom filter added in MB-37350, it would be good to add a setting to enable/disable it in the official GSI settings endpoint - :8091/settings/indexes.

      Currently, the setting can only be enabled using the indexer's internal settings endpoint:

      Enable bloom filter:

      $ curl -X POST -u <user>:<password> <index-node>:9102/settings -d '{"indexer.plasma.backIndex.enablePageBloomFilter":true}'
      OK
      

      Disable bloom filter:

      $ curl -X POST -u <user>:<password> <index-node>:9102/settings -d '{"indexer.plasma.backIndex.enablePageBloomFilter":false}'
      OK
      

      Attachments

        Issue Links

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

          Activity

            People

              sanjit.chauhan Sanjit Chauhan (Inactive)
              akhil.mundroy Akhil Mundroy
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                PagerDuty