Comment 2 for bug 1671152

Revision history for this message
Rick Pizzi (pizzi) wrote :

Running OPTIMIZE TABLE and repeating the test brings the desired result.
I believe that the issue is due to the wrong estimate of rows in the table, which is probably TokuDB not subtracting the deleted rows from the count.
If this is correct, in a workload with many deletes, this quickly becomes a serious problem.