|
|
|
|
|
by elchief
4993 days ago
|
|
When you have so many writes that sharding isn't enough. When you make changes so fast you need a liquid schema. When you want to make your boss learn map-reduce so he can query the data. When the application can take care of integration and not the database itself. |
|
> When you have so many writes that sharding isn't enough.
TokuDB does indexed insertions very fast. [1] We've even plugged ourselves in underneath MongoDB (just for fun) and we beat them too. [2]
> When you make changes so fast you need a liquid schema.
TokuDB supports lots of schema changes with zero downtime. [3]
> When you want to make your boss learn map-reduce so he can query the data.
Can't help you there, but I can make you not need to torture your boss that way.
> When the application can care of integration and not the database.
What if it didn't need to?
We also get fantastic compression [4], retain full transactional semantics, and lots of other fun stuff.
Email us if you're curious!
[1]: http://www.tokutek.com/resources/benchmark-results/benchmark...
[2]: http://www.tokutek.com/2012/08/10x-insertion-performance-inc...
[3]: http://www.tokutek.com/resources/benchmark-results/benchmark...
[4]: http://www.tokutek.com/resources/benchmark-results/benchmark...