Bucket count limitation in 4.0

Best practice suggested limiting the number of buckets in ver 3.x to a minimum.

Perhaps there is a hope that in ver 4.x, that limit will be removed so that it will be possible to open many, e.g., ~10x, of buckets in a single cluster ?

@cihangirb ?

Hi, from what I understood this is being considered but is not going to happen soon, unlikely in the 4.x branches. Why do you want many buckets? Are you looking for a multi-tenants DB?

Hi,

Basically I want to have a bucket for each POCO instead of using a textual type = “xx” flag. It makes the separation better, especially when every class type has many different views (design docs also have their limitations).

What do you mean by multi-tenant DB ?