Live data from Hacker News

TokuMX 1.0: MongoDB with transactions, compression, MVCC, clustering indexes

tokutek.com

1–10 of 35 posts

Re: TokuMX 1.0: MongoDB with transactions, compression, MVCC, clustering indexes

#3
Here are a few questions:

1. Is this a drop in replacement if I'm on Mongo 2.4? 2. If I want to migrate back to Mongodb from TokuMX, what needs to be done? 3. How quickly does TokuMX integrate improvements from MongoDB? 4. Is anyone using this in their production deployment?

Re: TokuMX 1.0: MongoDB with transactions, compression, MVCC, clustering indexes

#5

Here are a few questions: 1. Is this a drop in replacement if I'm on Mongo 2.4? 2. If I want to migrate back to Mongodb from TokuMX, what needs to be done? 3. How quickly does TokuMX integrate improvements from MongoDB? 4. Is anyone using this in their production deployment?

1. Yep 2. Dump and reload to get between mongodb and TokuMX. The storage systems and replication systems are incompatible

Re: TokuMX 1.0: MongoDB with transactions, compression, MVCC, clustering indexes

#6

Here are a few questions: 1. Is this a drop in replacement if I'm on Mongo 2.4? 2. If I want to migrate back to Mongodb from TokuMX, what needs to be done? 3. How quickly does TokuMX integrate improvements from MongoDB? 4. Is anyone using this in their production deployment?

3. We support 2.2 but we've back ported some things from 2.4 (like hash-based sharding) pretty easily, I think we'll be able to keep up 4. Nope, it just came out today.

Re: TokuMX 1.0: MongoDB with transactions, compression, MVCC, clustering indexes

#7
post #2

I'll experiment with this a bit to see for myself but I would really appreciate a list of downsides of using this over mongo; if anything else than there may be less people supporting it.

The simplest list is this: no full text search, geo indexes, or background indexing yet.

Re: TokuMX 1.0: MongoDB with transactions, compression, MVCC, clustering indexes

#8
post #7
post #2

I'll experiment with this a bit to see for myself but I would really appreciate a list of downsides of using this over mongo; if anything else than there may be less people supporting it.

The simplest list is this: no full text search, geo indexes, or background indexing yet.

Is there a feature roadmap somewhere detailing what order these and other features will be added (actual schedule is great too!)?

Re: TokuMX 1.0: MongoDB with transactions, compression, MVCC, clustering indexes

#10
post #9

What's the storage multiplier for TokuMX vs. straight mongodb? Will my total size on disk go up or down?

If I've understood their marketing material correctly, it should go down a fair amount thanks to extensive use of compression.
Post reply on HN