patternMinor
collection partitioning in mongodb
Viewed 0 times
mongodbcollectionpartitioning
Problem
Is there any semantic like table partitioning in MongoDB? My data is not that much that it would need sharding. but data is not important(but not completely useless) after several months.
Solution
Partitioned collection in TokuMX 1.5 is available now.
See Introducing Partitioned Collections for MongoDB Applications
See Introducing Partitioned Collections for MongoDB Applications
Context
StackExchange Database Administrators Q#16532, answer score: 3
Revisions (0)
No revisions yet.