Category Archives: TokuView

Posts to the TokuView Blog

MariaDB and the MySQL Sandbox

Posted on by Rich Prohaska

Tokutek tests its TokuDB Fractal Tree storage engine with multiple MySQL distributions. We make extensive use of the MySQL Sandbox in our test automation. We tweaked the regular expressions that match binary tarball names in the MySQL Sandbox so that…

Leave a comment

On “Replace Into”, “Insert...

Posted on by Zardosht Kasheff

In posts on June 30 and July 6, I explained how implementing the commands “replace into” and “insert ignore” with TokuDB’s fractal trees data structures can be two orders of magnitude faster than implementing them with B-trees. Towards the

Leave a comment

Why “insert … on duplicate key...

Posted on by Zardosht Kasheff

In my post on June 18th, I explained why the semantics of normal ad-hoc insertions with a primary key are expensive because they require disk seeks on large data sets. I previously explained why it would be better to use

6 Comments

Making “Insert Ignore” Fast, by...

Posted on by Zardosht Kasheff

In my post from three weeks ago, I explained why the semantics of normal ad-hoc insertions with a primary key are expensive because they require disk seeks on large data sets. Towards the end of the post, I claimed

2 Comments

Announcing TokuDB v4.0

Posted on by John Partridge

Tokutek is pleased to announce immediate availability of TokuDB for MySQL, version 4.0…. It is designed for continuous querying and analysis of large volumes of rapidly arriving and changing data, while maintaining full ACID properties.
New in TokuDB v4.0

Leave a comment