Category Archives: TokuView

Posts to the TokuView Blog

Attempting to Quantify Fragmentation Effects

Posted on by Tom Hotchkiss

We often hear from customers and MySQL experts that fragmentation causes problems such as wasting disk space, increasing backup times, and degrading performance. Typical remedies include periodic “optimize table” or dump and re-load (for example, see Project Golden Gate…).

4 Comments

Cache Miss Rate as a function of Cache Size

Posted on by Bradley C. Kuszmaul

I saw Mark Callaghan’s post…, and his graph showing miss rate as a function of cache size for InnoDB running MySQL. He plots miss rate against cache size and compares it to two simple models:

A linear model where

1 Comment

Sponsoring OpenSQL Camp 2009

Posted on by Bradley C. Kuszmaul

We’re supporting the OpenSQL Camp…, which will be held in Portland on November 14.
One of my objectives for the camp is to make progress on a universal storage engine API, to make it possible to use the same

2 Comments