A newer version of this documentation is available.

View Latest

maxFeedsPerDCPAgent

      +

      The maxFeedsPerDCPAgent setting refers to the number of index partitions a single physical connection to KV will handle. This setting controls the sharing of feed Agent or the underlying connection per feed of various index partitions belonging to the same bucket.

      The default value for the maxFeedsPerDCPAgent setting is 6.

      You can get the maximum indexing throughput by setting the maxFeedsPerDCPAgent value to 1. However, it results in higher resource utilization.

      Example

      curl -XPUT -H "Content-type:application/json" \
      http://<ip>:8094/api/managerOptions -u <username>:<password> -d '{
          "maxFeedsPerDCPAgent": "10"
      }'