HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

collection partitioning in mongodb

Submitted by: @import:stackexchange-dba··
0
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

Context

StackExchange Database Administrators Q#16532, answer score: 3

Revisions (0)

No revisions yet.