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?