node-viewmodel
node-viewmodel copied to clipboard
Sharding strategy
I'll like to have a sharding strategy in node-viewmodel. We have a multi-tenant application and we want to split data per tenant for performance and security. It would be nice to have different sharding strategies like per database, per collection, custom.
What's your feeling ?
We solve shardening in the system and not in the db. But feel free to make a proposal...