Fast insertion – what Tokutek excels at – isn’t only important for handling high data rates. It also enables a new way to extract value from an existing database called ad hoc indexing. KAYAK has a billion rows stored in TokuDB and adding an index for a traditional MySQL storage engine would take too long [...]

0 comments | Continue Reading

At this year’s O’Reilly MySQL Conference we will be showing the latest version of our MySQL storage engine, TokuDB v3.1. Come visit us at Table T1 in the OEM section of the Exhibit Hall. We will be talking about how TokuDB can dramatically improve performance for: Social Networking applications eCommerce Personalization Logfile Analysis High-speed Webcrawling [...]

0 comments | Continue Reading

Announcing TokuDB v3.1

Published on 25 March 2010 by John Partridge in TokuView

Tokutek is pleased to announce immediate availability of TokuDB for MySQL, version 3.1. It is designed for continuous querying and analysis of large volumes of rapidly arriving and changing data, while maintaining full ACID properties. TokuDB v3.1′s new functionality includes: Improved handling of a full disk Configurable disk space reserve Faster group commits Faster crash recovery [...]

0 comments | Continue Reading

Matt Aslett over at The 451 Group has written a Market Development report entitled “Tokutek delivers ACID transaction support with TokuDB version 3.0.” Get the full report and you can try out The 451 Group’s services for free by visiting http://the451group.com/apply/apply.php. Matt observes that, “While TokuDB is effectively an operational database technology, it does blur [...]

2 comments | Continue Reading

One of Profile Technology Ltd.‘s most popular applications is their Advanced Search function for Facebook. Find out how TokuDB v3.0 dramatically increased their insertion speed performance in our new Case Study.

0 comments | Continue Reading

Tokutek is pleased to announce immediate availability of TokuDB for MySQL, version 3.0. It is designed for continuous querying and analysis of large volumes of rapidly arriving and changing data, while maintaining full ACID properties. TokuDB v3.0 combines our long-standing performance advantages with ACID compliant transactional integrity: 10x-50x faster indexing for faster querying Full support [...]

0 comments | Continue Reading

Recovery Times – Part Deux

Published on 13 January 2010 by dave in TokuView

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 of work, TokuDB requires only 2s to recover from a crash, compared to 1020s for InnoDB. Background In [...]

0 comments | Continue Reading

We recently made transactions in TokuDB 3.0 durable. We write table changes into a log file so that in the event of a crash, the table changes up to the last checkpoint can be replayed. Durability requires the log file to be fsync’ed when a transaction is committed. Unfortunately, fsync’s are not free, and may [...]

0 comments | Continue Reading

Recovery Time for TokuDB

Published on 16 December 2009 by dave in TokuView

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 MySQL database using iiBench, we compared the time to recover from a power-cord pull for both [...]

3 comments | Continue Reading

Tokutek is pleased to announce the beta launch of TokuDB for MySQL, version 3.0. Many of our customers have asked for  transaction capabilities to provide the data integrity their businesses require and in this release we provide: Full support for ACID compliant transactions Fast recovery time (seconds or minutes, not hours or days) As with previous [...]

0 comments | Continue Reading