One way to compare storage engines is via read amplification and write amplification factors. These are defined as follows:
RA = data read from disk / data read by the application WA = data written to disk / data written by the application
We currently count operations, but don't maintain byte counts that would allow an application to calculate these factors.