Hello,
I’m considering Couchbase for my product which hosts thousands of different customers. I’d like to bring some multitenancy on their respective datasets. I’d like to use collections for that. However the documentation indicates a maximum of 1000 collections per cluster. By using around 10 collections per user I’m finding these numbers a bit too low.
In that logic I wanted to know if scopes could be a solution. There also is a 1000 scopes limitations, which would allow me to have a reasonnable amount of clusters. But is the collection limitation per cluster or per scope ?
If I use a shared collection and a specific field for my tenant, won’t I hit a hard cap on my indexes (considering I’ll use partial indexes with tenant IDs, so easily tens of thousands of indexes).
Thanks a lot