Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created February 23, 2017 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcallag/9cc87f53b206315acc5c826f1a2a0d6d to your computer and use it in GitHub Desktop.
Save mdcallag/9cc87f53b206315acc5c826f1a2a0d6d to your computer and use it in GitHub Desktop.
# Compaction IO stats without compression prior to the insert-only tests
Level Files Size(MB} Score Read(GB} Rn(GB} Rnp1(GB} Write(GB} Wnew(GB} Moved(GB} W-Amp Rd(MB/s} Wr(MB/s} Comp(sec} Comp(cnt} Avg(sec} KeyIn KeyDrop
----------------------------------------------------------------------------------------------------------------------------------------------------------
L0 2/0 48.88 0.5 0.0 0.0 0.0 37.7 37.7 0.0 0.0 0.0 140.8 274 1396 0.196 0 0
L3 1/0 29.87 1.0 9.1 8.0 1.1 8.3 7.2 3.7 1.0 61.1 55.9 152 81 1.882 102M 6071K
L4 12/0 282.74 0.9 22.3 6.9 15.4 20.5 5.1 27.2 3.0 71.5 65.8 319 203 1.573 190M 12M
L5 121/0 3025.94 1.0 41.6 5.2 36.4 39.1 2.7 29.3 7.5 60.4 56.8 705 162 4.354 403M 19M
Sum 1166/0 33825.74 0.0 107.5 22.8 84.7 140.5 55.9 86.7 3.5 52.5 68.6 2096 1950 1.075 1187M 52M
# Compaction IO stats with compression prior to the insert-only tests
Level Files Size(MB} Score Read(GB} Rn(GB} Rnp1(GB} Write(GB} Wnew(GB} Moved(GB} W-Amp Rd(MB/s} Wr(MB/s} Comp(sec} Comp(cnt} Avg(sec} KeyIn KeyDrop
----------------------------------------------------------------------------------------------------------------------------------------------------------
L0 3/0 73.32 0.8 0.0 0.0 0.0 36.6 36.6 0.0 0.0 0.0 118.8 315 1353 0.233 0 0
L4 6/0 154.54 0.9 14.0 6.9 7.1 12.5 5.4 25.0 1.8 61.0 54.4 235 61 3.859 154M 11M
L5 66/0 1670.74 1.0 47.5 5.2 42.3 44.7 2.4 29.3 8.6 66.3 62.4 734 163 4.503 422M 20M
Sum 918/0 18745.40 0.0 125.7 42.3 83.5 144.0 60.6 54.6 3.8 20.9 23.9 6165 2674 2.306 1650M 45M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment