Hi @matthew.groves,
Thanks for the info.
The use case is that we have different types of documents and have prefixes in their keys like documents of type “a” have keys like “a_123”, “a_789” and documents of type “b” have keys like “b_123”, “b_789”. Number of each type of document is 10 million to 100 million.
Keeping different type of document in separate bucket would allow us to have preferable number of documents in RAM, thus number of buckets might cross the limit of 10 buckets.
If you have any suggestion on how i can command Couchbase to store documents in RAM based on type of documents (key prefixes)? Since that might be another option which would keep number of buckets less as well.
Might be same approach would help when we go multi-tenant.
Also, can you explain what is “discriminator value”?