Limits on server

why only 10 buckets per cluster?

and can i use community version for unlimited production

The ten bucket limit is for resource constraints within a system. All of the sharding happens automatically through hash partitioning into 1024 virtual containers per bucket. These partitions exist in memory and on disk, and are evenly distributed throughout the number of nodes in the cluster. Replicas are also identical and distributed in the same way.

The best experience with Couchbase is to model the data in such a way where a single bucket is utilized for performance, speed, availability and ease of access in the programming model.

we are gonna make a databse for business,jobs and matrimony on the internet…so shall we use three separate buckets…and searching for a specific document based upon certain texts will take much much time…