Maximum number of buckets created

Is it possible to generate more than 30 buckets in version 6.5?

I’m using about 40 buckets, will it cause problems if I add more?

https://docs-archive.couchbase.com/server/6.5/learn/buckets-memory-and-storage/buckets.html

  • A maximum of 30 buckets can be created in a cluster. Each bucket must be specified as one of the following three types.

  • version 6.5.0 4960


Settings Check Results

curl -X GET -u Administrator:password http://[cluster_ip]:8091/internalSettings

It was used by increasing maxBucketCount.

Can you tell me the problem that occurs when you create an additional bucket by increasing maxBucketCount?

Hi @bellpumpkin
Is it possible that scopes and collections (available from 7.0) would be of use to you? It’s possible to create many more scopes & collections than buckets.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.