TokuMX is a drop-in replacement for MongoDB 2.4 but we're developing some features for our app that really require some of the aggregation features introduced in MongoDB 2.6 and 3.0.
We have a fairly large (>50GB uncompressed) database in TokuMX format, so it would be nice to not have to export the data and re-import. We're not using sharding or replicas.
These are the options I'm aware of:
- Upgrade to MongoDB 3.0 and install the TokuMXse storage engine (not yet GA)
- Upgrade to MongoDB 3.0 and use WiredTiger or RocksDB (consequences?)
- Try out the new Percona Server for MongoDB (https://www.percona.com/software/mongo-database/percona-server-for-mongodb) which looks like it could be a replacement for TokuMX, but it's hard to tell from the marketing.