Author Archives: dave

Loading Tables with TokuDB 4.0

Posted on by dave

Often, the first step in evaluating and deploying a database is to load an existing dataset into the database. In the latest version, TokuDB makes use of multi-core parallelism to speed up loading (and new index creation). Using the loader,…

Leave a comment

Recovery Times – Part Deux

Posted on by dave

In a follow-up experiment to an earlier post on TokuDB recovery times, I tried to create a better apples-to-apples comparison to InnoDB recovery time. If I measure recovery times when both DBs are doing the same amount…

Leave a comment

Recovery Time for TokuDB

Posted on by dave

Last week Tokutek released version 3.0.0 of TokuDB, adding ACID transactions to its list of features. This post discusses an experiment we ran to measure recovery time following a system crash.
In summary, while actively inserting records into a…

3 Comments