Category Archives: TokuView

Posts to the TokuView Blog

Loading Air Traffic Control Data with TokuDB 4.1.1

Posted on by Rich Prohaska

TokuDB has a big advantage over B-trees when trickle loading data into existing tables. However, it is possible to preprocess the data when bulk loading into empty tables or when new indexes are created. TokuDB release 4 now uses a…

7 Comments

Announcing TokuDB v4.1.1

Posted on by John Partridge

Tokutek is pleased to announce immediate availability of TokuDB for MySQL, version 4.1.1…. It is ideally suited for delivering fast response times for complex / high-volume Web applications that must simultaneously store and query large volumes of rapidly arriving

Comments Off

Announcing TokuDB v4.1

Posted on by Martin Farach-Colton

Tokutek is pleased to announce immediate availability of TokuDB for MySQL, version 4.1…. 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.1

Leave a comment

On “Replace Into”, “Insert...

Posted on by zardosht

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

TokuDB speeds up “replace” and...

Posted on by Rich Prohaska

In posts on June 30 and July 6, we 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 end

Leave a comment