blob: 55ba22dde82fafdd9bab8d7386263b5bcf8c46bc [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!--
Generated using the following python script:
import math
import numpy
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
m = 100000000
t = 1000000000
b = 10
l = 1
def f(d):
if (d < m):
return 1;
elif d < m * b:
return min(2**math.floor(math.log2(d/m)), b & -b)
elif d < t * b:
return b
else:
return b*2**math.floor((1 - l) * math.log2(d/(t*b)) + 0.5)
e_values = list(range(1250, 2200))
x_values = [2**(x/50) for x in e_values]
fx_values = [f(x) for x in x_values]
x_f_ratio_values = [x / fx if fx > 0 else 0 for x, fx in zip(x_values, fx_values)]
# plt.plot(x_values, fx_values, 'b', label='shards')
# plt.plot(x_values, x_f_ratio_values, 'r', label='SSTable size MiB')
# plt.xscale('log')
# plt.yscale('log')
# plt.xlabel('density MiB')
# plt.ylabel('shards / MiB')
# plt.legend()
# plt.title('SSTable size and shard count')
# plt.grid()
# plt.show()
fig, (ax0, ax1) = plt.subplots(nrows=2)
formatter0 = ticker.EngFormatter(unit='B')
formatter1 = ticker.ScalarFormatter(useMathText=True)
#ax1.axis('equal')
ax0.set_xscale('log')
ax0.set_yscale('log', base=2)
ax1.set_xscale('log')
ax1.set_yscale('log')
ax0.xaxis.set_major_formatter(formatter0)
ax0.yaxis.set_major_locator(ticker.FixedLocator([1, 2, 4, 10]))
ax0.yaxis.set_major_formatter(formatter1)
ax1.xaxis.set_major_formatter(formatter0)
ax1.yaxis.set_major_formatter(formatter0)
ax0.plot(x_values, fx_values, 'b', label='shards')
ax0.set_xlabel('density')
ax0.set_ylabel('shards')
ax0.set_title('Shard count')
ax0.grid()
ax1.plot(x_values, x_f_ratio_values, 'r', label='SSTable size')
ax1.set_xlabel('density')
ax1.set_ylabel('SSTable size')
ax1.set_title('SSTable size')
ax1.grid()
plt.tight_layout()
plt.show()
-->
<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="460.8pt" height="345.6pt" viewBox="0 0 460.8 345.6" xmlns="http://www.w3.org/2000/svg" version="1.1">
<metadata>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<cc:Work>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:date>2023-10-26T11:50:35.670645</dc:date>
<dc:format>image/svg+xml</dc:format>
<dc:creator>
<cc:Agent>
<dc:title>Matplotlib v3.7.1, https://matplotlib.org/</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<defs>
<style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
</defs>
<g id="figure_1">
<g id="patch_1">
<path d="M 0 345.6
L 460.8 345.6
L 460.8 0
L 0 0
z
" style="fill: #ffffff"/>
</g>
<g id="axes_1">
<g id="patch_2">
<path d="M 69.59 136.24
L 450 136.24
L 450 26.88
L 69.59 26.88
z
" style="fill: #ffffff"/>
</g>
<g id="matplotlib.axis_1">
<g id="xtick_1">
<g id="line2d_1">
<path d="M 115.586572 136.24
L 115.586572 26.88
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_2">
<defs>
<path id="m9d2bb9098e" d="M 0 0
L 0 3.5
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#m9d2bb9098e" x="115.586572" y="136.24" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_1">
<!-- 100 MB -->
<g transform="translate(96.709228 150.838437) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-31" d="M 794 531
L 1825 531
L 1825 4091
L 703 3866
L 703 4441
L 1819 4666
L 2450 4666
L 2450 531
L 3481 531
L 3481 0
L 794 0
L 794 531
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-30" d="M 2034 4250
Q 1547 4250 1301 3770
Q 1056 3291 1056 2328
Q 1056 1369 1301 889
Q 1547 409 2034 409
Q 2525 409 2770 889
Q 3016 1369 3016 2328
Q 3016 3291 2770 3770
Q 2525 4250 2034 4250
z
M 2034 4750
Q 2819 4750 3233 4129
Q 3647 3509 3647 2328
Q 3647 1150 3233 529
Q 2819 -91 2034 -91
Q 1250 -91 836 529
Q 422 1150 422 2328
Q 422 3509 836 4129
Q 1250 4750 2034 4750
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-20" transform="scale(0.015625)"/>
<path id="DejaVuSans-4d" d="M 628 4666
L 1569 4666
L 2759 1491
L 3956 4666
L 4897 4666
L 4897 0
L 4281 0
L 4281 4097
L 3078 897
L 2444 897
L 1241 4097
L 1241 0
L 628 0
L 628 4666
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-42" d="M 1259 2228
L 1259 519
L 2272 519
Q 2781 519 3026 730
Q 3272 941 3272 1375
Q 3272 1813 3026 2020
Q 2781 2228 2272 2228
L 1259 2228
z
M 1259 4147
L 1259 2741
L 2194 2741
Q 2656 2741 2882 2914
Q 3109 3088 3109 3444
Q 3109 3797 2882 3972
Q 2656 4147 2194 4147
L 1259 4147
z
M 628 4666
L 2241 4666
Q 2963 4666 3353 4366
Q 3744 4066 3744 3513
Q 3744 3084 3544 2831
Q 3344 2578 2956 2516
Q 3422 2416 3680 2098
Q 3938 1781 3938 1306
Q 3938 681 3513 340
Q 3088 0 2303 0
L 628 0
L 628 4666
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-30" x="127.246094"/>
<use xlink:href="#DejaVuSans-20" x="190.869141"/>
<use xlink:href="#DejaVuSans-4d" x="222.65625"/>
<use xlink:href="#DejaVuSans-42" x="308.935547"/>
</g>
</g>
</g>
<g id="xtick_2">
<g id="line2d_3">
<path d="M 176.114145 136.24
L 176.114145 26.88
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_4">
<g>
<use xlink:href="#m9d2bb9098e" x="176.114145" y="136.24" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_2">
<!-- 1 GB -->
<g transform="translate(164.039145 150.838437) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-47" d="M 3809 666
L 3809 1919
L 2778 1919
L 2778 2438
L 4434 2438
L 4434 434
Q 4069 175 3628 42
Q 3188 -91 2688 -91
Q 1594 -91 976 548
Q 359 1188 359 2328
Q 359 3472 976 4111
Q 1594 4750 2688 4750
Q 3144 4750 3555 4637
Q 3966 4525 4313 4306
L 4313 3634
Q 3963 3931 3569 4081
Q 3175 4231 2741 4231
Q 1884 4231 1454 3753
Q 1025 3275 1025 2328
Q 1025 1384 1454 906
Q 1884 428 2741 428
Q 3075 428 3337 486
Q 3600 544 3809 666
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-20" x="63.623047"/>
<use xlink:href="#DejaVuSans-47" x="95.410156"/>
<use xlink:href="#DejaVuSans-42" x="172.900391"/>
</g>
</g>
</g>
<g id="xtick_3">
<g id="line2d_5">
<path d="M 236.641717 136.24
L 236.641717 26.88
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_6">
<g>
<use xlink:href="#m9d2bb9098e" x="236.641717" y="136.24" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_3">
<!-- 10 GB -->
<g transform="translate(221.385467 150.838437) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-20" x="127.246094"/>
<use xlink:href="#DejaVuSans-47" x="159.033203"/>
<use xlink:href="#DejaVuSans-42" x="236.523438"/>
</g>
</g>
</g>
<g id="xtick_4">
<g id="line2d_7">
<path d="M 297.16929 136.24
L 297.16929 26.88
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_8">
<g>
<use xlink:href="#m9d2bb9098e" x="297.16929" y="136.24" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_4">
<!-- 100 GB -->
<g transform="translate(278.73179 150.838437) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-30" x="127.246094"/>
<use xlink:href="#DejaVuSans-20" x="190.869141"/>
<use xlink:href="#DejaVuSans-47" x="222.65625"/>
<use xlink:href="#DejaVuSans-42" x="300.146484"/>
</g>
</g>
</g>
<g id="xtick_5">
<g id="line2d_9">
<path d="M 357.696863 136.24
L 357.696863 26.88
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_10">
<g>
<use xlink:href="#m9d2bb9098e" x="357.696863" y="136.24" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_5">
<!-- 1 TB -->
<g transform="translate(346.442176 150.838437) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-54" d="M -19 4666
L 3928 4666
L 3928 4134
L 2272 4134
L 2272 0
L 1638 0
L 1638 4134
L -19 4134
L -19 4666
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-20" x="63.623047"/>
<use xlink:href="#DejaVuSans-54" x="95.410156"/>
<use xlink:href="#DejaVuSans-42" x="156.494141"/>
</g>
</g>
</g>
<g id="xtick_6">
<g id="line2d_11">
<path d="M 418.224436 136.24
L 418.224436 26.88
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_12">
<g>
<use xlink:href="#m9d2bb9098e" x="418.224436" y="136.24" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_6">
<!-- 10 TB -->
<g transform="translate(403.788499 150.838437) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-20" x="127.246094"/>
<use xlink:href="#DejaVuSans-54" x="159.033203"/>
<use xlink:href="#DejaVuSans-42" x="220.117188"/>
</g>
</g>
</g>
<g id="xtick_7">
<g id="line2d_13">
<defs>
<path id="m1f1a006c09" d="M 0 0
L 0 2
" style="stroke: #000000; stroke-width: 0.6"/>
</defs>
<g>
<use xlink:href="#m1f1a006c09" x="73.279614" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_8">
<g id="line2d_14">
<g>
<use xlink:href="#m1f1a006c09" x="83.93799" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_9">
<g id="line2d_15">
<g>
<use xlink:href="#m1f1a006c09" x="91.500229" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_10">
<g id="line2d_16">
<g>
<use xlink:href="#m1f1a006c09" x="97.365957" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_11">
<g id="line2d_17">
<g>
<use xlink:href="#m1f1a006c09" x="102.158605" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_12">
<g id="line2d_18">
<g>
<use xlink:href="#m1f1a006c09" x="106.210732" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_13">
<g id="line2d_19">
<g>
<use xlink:href="#m1f1a006c09" x="109.720844" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_14">
<g id="line2d_20">
<g>
<use xlink:href="#m1f1a006c09" x="112.816982" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_15">
<g id="line2d_21">
<g>
<use xlink:href="#m1f1a006c09" x="133.807187" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_16">
<g id="line2d_22">
<g>
<use xlink:href="#m1f1a006c09" x="144.465563" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_17">
<g id="line2d_23">
<g>
<use xlink:href="#m1f1a006c09" x="152.027802" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_18">
<g id="line2d_24">
<g>
<use xlink:href="#m1f1a006c09" x="157.89353" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_19">
<g id="line2d_25">
<g>
<use xlink:href="#m1f1a006c09" x="162.686178" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_20">
<g id="line2d_26">
<g>
<use xlink:href="#m1f1a006c09" x="166.738305" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_21">
<g id="line2d_27">
<g>
<use xlink:href="#m1f1a006c09" x="170.248417" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_22">
<g id="line2d_28">
<g>
<use xlink:href="#m1f1a006c09" x="173.344555" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_23">
<g id="line2d_29">
<g>
<use xlink:href="#m1f1a006c09" x="194.33476" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_24">
<g id="line2d_30">
<g>
<use xlink:href="#m1f1a006c09" x="204.993136" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_25">
<g id="line2d_31">
<g>
<use xlink:href="#m1f1a006c09" x="212.555375" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_26">
<g id="line2d_32">
<g>
<use xlink:href="#m1f1a006c09" x="218.421102" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_27">
<g id="line2d_33">
<g>
<use xlink:href="#m1f1a006c09" x="223.213751" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_28">
<g id="line2d_34">
<g>
<use xlink:href="#m1f1a006c09" x="227.265878" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_29">
<g id="line2d_35">
<g>
<use xlink:href="#m1f1a006c09" x="230.77599" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_30">
<g id="line2d_36">
<g>
<use xlink:href="#m1f1a006c09" x="233.872128" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_31">
<g id="line2d_37">
<g>
<use xlink:href="#m1f1a006c09" x="254.862332" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_32">
<g id="line2d_38">
<g>
<use xlink:href="#m1f1a006c09" x="265.520709" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_33">
<g id="line2d_39">
<g>
<use xlink:href="#m1f1a006c09" x="273.082947" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_34">
<g id="line2d_40">
<g>
<use xlink:href="#m1f1a006c09" x="278.948675" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_35">
<g id="line2d_41">
<g>
<use xlink:href="#m1f1a006c09" x="283.741324" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_36">
<g id="line2d_42">
<g>
<use xlink:href="#m1f1a006c09" x="287.793451" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_37">
<g id="line2d_43">
<g>
<use xlink:href="#m1f1a006c09" x="291.303562" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_38">
<g id="line2d_44">
<g>
<use xlink:href="#m1f1a006c09" x="294.3997" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_39">
<g id="line2d_45">
<g>
<use xlink:href="#m1f1a006c09" x="315.389905" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_40">
<g id="line2d_46">
<g>
<use xlink:href="#m1f1a006c09" x="326.048282" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_41">
<g id="line2d_47">
<g>
<use xlink:href="#m1f1a006c09" x="333.61052" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_42">
<g id="line2d_48">
<g>
<use xlink:href="#m1f1a006c09" x="339.476248" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_43">
<g id="line2d_49">
<g>
<use xlink:href="#m1f1a006c09" x="344.268897" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_44">
<g id="line2d_50">
<g>
<use xlink:href="#m1f1a006c09" x="348.321023" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_45">
<g id="line2d_51">
<g>
<use xlink:href="#m1f1a006c09" x="351.831135" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_46">
<g id="line2d_52">
<g>
<use xlink:href="#m1f1a006c09" x="354.927273" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_47">
<g id="line2d_53">
<g>
<use xlink:href="#m1f1a006c09" x="375.917478" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_48">
<g id="line2d_54">
<g>
<use xlink:href="#m1f1a006c09" x="386.575855" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_49">
<g id="line2d_55">
<g>
<use xlink:href="#m1f1a006c09" x="394.138093" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_50">
<g id="line2d_56">
<g>
<use xlink:href="#m1f1a006c09" x="400.003821" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_51">
<g id="line2d_57">
<g>
<use xlink:href="#m1f1a006c09" x="404.79647" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_52">
<g id="line2d_58">
<g>
<use xlink:href="#m1f1a006c09" x="408.848596" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_53">
<g id="line2d_59">
<g>
<use xlink:href="#m1f1a006c09" x="412.358708" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_54">
<g id="line2d_60">
<g>
<use xlink:href="#m1f1a006c09" x="415.454846" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_55">
<g id="line2d_61">
<g>
<use xlink:href="#m1f1a006c09" x="436.445051" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_56">
<g id="line2d_62">
<g>
<use xlink:href="#m1f1a006c09" x="447.103428" y="136.24" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="text_7">
<!-- density -->
<g transform="translate(241.462187 164.516562) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-64" d="M 2906 2969
L 2906 4863
L 3481 4863
L 3481 0
L 2906 0
L 2906 525
Q 2725 213 2448 61
Q 2172 -91 1784 -91
Q 1150 -91 751 415
Q 353 922 353 1747
Q 353 2572 751 3078
Q 1150 3584 1784 3584
Q 2172 3584 2448 3432
Q 2725 3281 2906 2969
z
M 947 1747
Q 947 1113 1208 752
Q 1469 391 1925 391
Q 2381 391 2643 752
Q 2906 1113 2906 1747
Q 2906 2381 2643 2742
Q 2381 3103 1925 3103
Q 1469 3103 1208 2742
Q 947 2381 947 1747
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-65" d="M 3597 1894
L 3597 1613
L 953 1613
Q 991 1019 1311 708
Q 1631 397 2203 397
Q 2534 397 2845 478
Q 3156 559 3463 722
L 3463 178
Q 3153 47 2828 -22
Q 2503 -91 2169 -91
Q 1331 -91 842 396
Q 353 884 353 1716
Q 353 2575 817 3079
Q 1281 3584 2069 3584
Q 2775 3584 3186 3129
Q 3597 2675 3597 1894
z
M 3022 2063
Q 3016 2534 2758 2815
Q 2500 3097 2075 3097
Q 1594 3097 1305 2825
Q 1016 2553 972 2059
L 3022 2063
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-6e" d="M 3513 2113
L 3513 0
L 2938 0
L 2938 2094
Q 2938 2591 2744 2837
Q 2550 3084 2163 3084
Q 1697 3084 1428 2787
Q 1159 2491 1159 1978
L 1159 0
L 581 0
L 581 3500
L 1159 3500
L 1159 2956
Q 1366 3272 1645 3428
Q 1925 3584 2291 3584
Q 2894 3584 3203 3211
Q 3513 2838 3513 2113
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-73" d="M 2834 3397
L 2834 2853
Q 2591 2978 2328 3040
Q 2066 3103 1784 3103
Q 1356 3103 1142 2972
Q 928 2841 928 2578
Q 928 2378 1081 2264
Q 1234 2150 1697 2047
L 1894 2003
Q 2506 1872 2764 1633
Q 3022 1394 3022 966
Q 3022 478 2636 193
Q 2250 -91 1575 -91
Q 1294 -91 989 -36
Q 684 19 347 128
L 347 722
Q 666 556 975 473
Q 1284 391 1588 391
Q 1994 391 2212 530
Q 2431 669 2431 922
Q 2431 1156 2273 1281
Q 2116 1406 1581 1522
L 1381 1569
Q 847 1681 609 1914
Q 372 2147 372 2553
Q 372 3047 722 3315
Q 1072 3584 1716 3584
Q 2034 3584 2315 3537
Q 2597 3491 2834 3397
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-69" d="M 603 3500
L 1178 3500
L 1178 0
L 603 0
L 603 3500
z
M 603 4863
L 1178 4863
L 1178 4134
L 603 4134
L 603 4863
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-74" d="M 1172 4494
L 1172 3500
L 2356 3500
L 2356 3053
L 1172 3053
L 1172 1153
Q 1172 725 1289 603
Q 1406 481 1766 481
L 2356 481
L 2356 0
L 1766 0
Q 1100 0 847 248
Q 594 497 594 1153
L 594 3053
L 172 3053
L 172 3500
L 594 3500
L 594 4494
L 1172 4494
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-79" d="M 2059 -325
Q 1816 -950 1584 -1140
Q 1353 -1331 966 -1331
L 506 -1331
L 506 -850
L 844 -850
Q 1081 -850 1212 -737
Q 1344 -625 1503 -206
L 1606 56
L 191 3500
L 800 3500
L 1894 763
L 2988 3500
L 3597 3500
L 2059 -325
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-64"/>
<use xlink:href="#DejaVuSans-65" x="63.476562"/>
<use xlink:href="#DejaVuSans-6e" x="125"/>
<use xlink:href="#DejaVuSans-73" x="188.378906"/>
<use xlink:href="#DejaVuSans-69" x="240.478516"/>
<use xlink:href="#DejaVuSans-74" x="268.261719"/>
<use xlink:href="#DejaVuSans-79" x="307.470703"/>
</g>
</g>
</g>
<g id="matplotlib.axis_2">
<g id="ytick_1">
<g id="line2d_63">
<path d="M 69.59 131.269091
L 450 131.269091
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_64">
<defs>
<path id="m0ce4e003d6" d="M 0 0
L -3.5 0
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#m0ce4e003d6" x="69.59" y="131.269091" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_8">
<!-- $\mathdefault{1}$ -->
<g transform="translate(56.19 135.06831) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31" transform="translate(0 0.09375)"/>
</g>
</g>
</g>
<g id="ytick_2">
<g id="line2d_65">
<path d="M 69.59 101.341236
L 450 101.341236
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_66">
<g>
<use xlink:href="#m0ce4e003d6" x="69.59" y="101.341236" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_9">
<!-- $\mathdefault{2}$ -->
<g transform="translate(56.19 105.140455) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-32" d="M 1228 531
L 3431 531
L 3431 0
L 469 0
L 469 531
Q 828 903 1448 1529
Q 2069 2156 2228 2338
Q 2531 2678 2651 2914
Q 2772 3150 2772 3378
Q 2772 3750 2511 3984
Q 2250 4219 1831 4219
Q 1534 4219 1204 4116
Q 875 4013 500 3803
L 500 4441
Q 881 4594 1212 4672
Q 1544 4750 1819 4750
Q 2544 4750 2975 4387
Q 3406 4025 3406 3419
Q 3406 3131 3298 2873
Q 3191 2616 2906 2266
Q 2828 2175 2409 1742
Q 1991 1309 1228 531
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-32" transform="translate(0 0.78125)"/>
</g>
</g>
</g>
<g id="ytick_3">
<g id="line2d_67">
<path d="M 69.59 71.413381
L 450 71.413381
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_68">
<g>
<use xlink:href="#m0ce4e003d6" x="69.59" y="71.413381" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_10">
<!-- $\mathdefault{4}$ -->
<g transform="translate(56.19 75.2126) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-34" d="M 2419 4116
L 825 1625
L 2419 1625
L 2419 4116
z
M 2253 4666
L 3047 4666
L 3047 1625
L 3713 1625
L 3713 1100
L 3047 1100
L 3047 0
L 2419 0
L 2419 1100
L 313 1100
L 313 1709
L 2253 4666
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-34" transform="translate(0 0.09375)"/>
</g>
</g>
</g>
<g id="ytick_4">
<g id="line2d_69">
<path d="M 69.59 31.850909
L 450 31.850909
" clip-path="url(#p2459403182)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_70">
<g>
<use xlink:href="#m0ce4e003d6" x="69.59" y="31.850909" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_11">
<!-- $\mathdefault{10}$ -->
<g transform="translate(49.79 35.650128) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31" transform="translate(0 0.78125)"/>
<use xlink:href="#DejaVuSans-30" transform="translate(63.623047 0.78125)"/>
</g>
</g>
</g>
<g id="text_12">
<!-- shards -->
<g transform="translate(43.710313 98.144375) rotate(-90) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-68" d="M 3513 2113
L 3513 0
L 2938 0
L 2938 2094
Q 2938 2591 2744 2837
Q 2550 3084 2163 3084
Q 1697 3084 1428 2787
Q 1159 2491 1159 1978
L 1159 0
L 581 0
L 581 4863
L 1159 4863
L 1159 2956
Q 1366 3272 1645 3428
Q 1925 3584 2291 3584
Q 2894 3584 3203 3211
Q 3513 2838 3513 2113
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-61" d="M 2194 1759
Q 1497 1759 1228 1600
Q 959 1441 959 1056
Q 959 750 1161 570
Q 1363 391 1709 391
Q 2188 391 2477 730
Q 2766 1069 2766 1631
L 2766 1759
L 2194 1759
z
M 3341 1997
L 3341 0
L 2766 0
L 2766 531
Q 2569 213 2275 61
Q 1981 -91 1556 -91
Q 1019 -91 701 211
Q 384 513 384 1019
Q 384 1609 779 1909
Q 1175 2209 1959 2209
L 2766 2209
L 2766 2266
Q 2766 2663 2505 2880
Q 2244 3097 1772 3097
Q 1472 3097 1187 3025
Q 903 2953 641 2809
L 641 3341
Q 956 3463 1253 3523
Q 1550 3584 1831 3584
Q 2591 3584 2966 3190
Q 3341 2797 3341 1997
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-72" d="M 2631 2963
Q 2534 3019 2420 3045
Q 2306 3072 2169 3072
Q 1681 3072 1420 2755
Q 1159 2438 1159 1844
L 1159 0
L 581 0
L 581 3500
L 1159 3500
L 1159 2956
Q 1341 3275 1631 3429
Q 1922 3584 2338 3584
Q 2397 3584 2469 3576
Q 2541 3569 2628 3553
L 2631 2963
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-73"/>
<use xlink:href="#DejaVuSans-68" x="52.099609"/>
<use xlink:href="#DejaVuSans-61" x="115.478516"/>
<use xlink:href="#DejaVuSans-72" x="176.757812"/>
<use xlink:href="#DejaVuSans-64" x="216.121094"/>
<use xlink:href="#DejaVuSans-73" x="279.597656"/>
</g>
</g>
</g>
<g id="line2d_71">
<path d="M 86.881364 131.269091
L 133.526138 131.269091
L 133.89055 101.341236
L 175.797965 101.341236
L 176.162377 31.850909
L 432.708636 31.850909
L 432.708636 31.850909
" clip-path="url(#p2459403182)" style="fill: none; stroke: #0000ff; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="patch_3">
<path d="M 69.59 136.24
L 69.59 26.88
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_4">
<path d="M 450 136.24
L 450 26.88
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_5">
<path d="M 69.59 136.24
L 450 136.24
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_6">
<path d="M 69.59 26.88
L 450 26.88
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="text_13">
<!-- Shard count -->
<g transform="translate(223.501562 20.88) scale(0.12 -0.12)">
<defs>
<path id="DejaVuSans-53" d="M 3425 4513
L 3425 3897
Q 3066 4069 2747 4153
Q 2428 4238 2131 4238
Q 1616 4238 1336 4038
Q 1056 3838 1056 3469
Q 1056 3159 1242 3001
Q 1428 2844 1947 2747
L 2328 2669
Q 3034 2534 3370 2195
Q 3706 1856 3706 1288
Q 3706 609 3251 259
Q 2797 -91 1919 -91
Q 1588 -91 1214 -16
Q 841 59 441 206
L 441 856
Q 825 641 1194 531
Q 1563 422 1919 422
Q 2459 422 2753 634
Q 3047 847 3047 1241
Q 3047 1584 2836 1778
Q 2625 1972 2144 2069
L 1759 2144
Q 1053 2284 737 2584
Q 422 2884 422 3419
Q 422 4038 858 4394
Q 1294 4750 2059 4750
Q 2388 4750 2728 4690
Q 3069 4631 3425 4513
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-63" d="M 3122 3366
L 3122 2828
Q 2878 2963 2633 3030
Q 2388 3097 2138 3097
Q 1578 3097 1268 2742
Q 959 2388 959 1747
Q 959 1106 1268 751
Q 1578 397 2138 397
Q 2388 397 2633 464
Q 2878 531 3122 666
L 3122 134
Q 2881 22 2623 -34
Q 2366 -91 2075 -91
Q 1284 -91 818 406
Q 353 903 353 1747
Q 353 2603 823 3093
Q 1294 3584 2113 3584
Q 2378 3584 2631 3529
Q 2884 3475 3122 3366
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-6f" d="M 1959 3097
Q 1497 3097 1228 2736
Q 959 2375 959 1747
Q 959 1119 1226 758
Q 1494 397 1959 397
Q 2419 397 2687 759
Q 2956 1122 2956 1747
Q 2956 2369 2687 2733
Q 2419 3097 1959 3097
z
M 1959 3584
Q 2709 3584 3137 3096
Q 3566 2609 3566 1747
Q 3566 888 3137 398
Q 2709 -91 1959 -91
Q 1206 -91 779 398
Q 353 888 353 1747
Q 353 2609 779 3096
Q 1206 3584 1959 3584
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-75" d="M 544 1381
L 544 3500
L 1119 3500
L 1119 1403
Q 1119 906 1312 657
Q 1506 409 1894 409
Q 2359 409 2629 706
Q 2900 1003 2900 1516
L 2900 3500
L 3475 3500
L 3475 0
L 2900 0
L 2900 538
Q 2691 219 2414 64
Q 2138 -91 1772 -91
Q 1169 -91 856 284
Q 544 659 544 1381
z
M 1991 3584
L 1991 3584
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-53"/>
<use xlink:href="#DejaVuSans-68" x="63.476562"/>
<use xlink:href="#DejaVuSans-61" x="126.855469"/>
<use xlink:href="#DejaVuSans-72" x="188.134766"/>
<use xlink:href="#DejaVuSans-64" x="227.498047"/>
<use xlink:href="#DejaVuSans-20" x="290.974609"/>
<use xlink:href="#DejaVuSans-63" x="322.761719"/>
<use xlink:href="#DejaVuSans-6f" x="377.742188"/>
<use xlink:href="#DejaVuSans-75" x="438.923828"/>
<use xlink:href="#DejaVuSans-6e" x="502.302734"/>
<use xlink:href="#DejaVuSans-74" x="565.681641"/>
</g>
</g>
</g>
<g id="axes_2">
<g id="patch_7">
<path d="M 69.59 303.64
L 450 303.64
L 450 194.28
L 69.59 194.28
z
" style="fill: #ffffff"/>
</g>
<g id="matplotlib.axis_3">
<g id="xtick_57">
<g id="line2d_72">
<path d="M 115.586572 303.64
L 115.586572 194.28
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_73">
<g>
<use xlink:href="#m9d2bb9098e" x="115.586572" y="303.64" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_14">
<!-- 100 MB -->
<g transform="translate(96.709228 318.238438) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-30" x="127.246094"/>
<use xlink:href="#DejaVuSans-20" x="190.869141"/>
<use xlink:href="#DejaVuSans-4d" x="222.65625"/>
<use xlink:href="#DejaVuSans-42" x="308.935547"/>
</g>
</g>
</g>
<g id="xtick_58">
<g id="line2d_74">
<path d="M 176.114145 303.64
L 176.114145 194.28
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_75">
<g>
<use xlink:href="#m9d2bb9098e" x="176.114145" y="303.64" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_15">
<!-- 1 GB -->
<g transform="translate(164.039145 318.238438) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-20" x="63.623047"/>
<use xlink:href="#DejaVuSans-47" x="95.410156"/>
<use xlink:href="#DejaVuSans-42" x="172.900391"/>
</g>
</g>
</g>
<g id="xtick_59">
<g id="line2d_76">
<path d="M 236.641717 303.64
L 236.641717 194.28
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_77">
<g>
<use xlink:href="#m9d2bb9098e" x="236.641717" y="303.64" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_16">
<!-- 10 GB -->
<g transform="translate(221.385467 318.238438) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-20" x="127.246094"/>
<use xlink:href="#DejaVuSans-47" x="159.033203"/>
<use xlink:href="#DejaVuSans-42" x="236.523438"/>
</g>
</g>
</g>
<g id="xtick_60">
<g id="line2d_78">
<path d="M 297.16929 303.64
L 297.16929 194.28
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_79">
<g>
<use xlink:href="#m9d2bb9098e" x="297.16929" y="303.64" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_17">
<!-- 100 GB -->
<g transform="translate(278.73179 318.238438) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-30" x="127.246094"/>
<use xlink:href="#DejaVuSans-20" x="190.869141"/>
<use xlink:href="#DejaVuSans-47" x="222.65625"/>
<use xlink:href="#DejaVuSans-42" x="300.146484"/>
</g>
</g>
</g>
<g id="xtick_61">
<g id="line2d_80">
<path d="M 357.696863 303.64
L 357.696863 194.28
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_81">
<g>
<use xlink:href="#m9d2bb9098e" x="357.696863" y="303.64" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_18">
<!-- 1 TB -->
<g transform="translate(346.442176 318.238438) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-20" x="63.623047"/>
<use xlink:href="#DejaVuSans-54" x="95.410156"/>
<use xlink:href="#DejaVuSans-42" x="156.494141"/>
</g>
</g>
</g>
<g id="xtick_62">
<g id="line2d_82">
<path d="M 418.224436 303.64
L 418.224436 194.28
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_83">
<g>
<use xlink:href="#m9d2bb9098e" x="418.224436" y="303.64" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_19">
<!-- 10 TB -->
<g transform="translate(403.788499 318.238438) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-20" x="127.246094"/>
<use xlink:href="#DejaVuSans-54" x="159.033203"/>
<use xlink:href="#DejaVuSans-42" x="220.117188"/>
</g>
</g>
</g>
<g id="xtick_63">
<g id="line2d_84">
<g>
<use xlink:href="#m1f1a006c09" x="73.279614" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_64">
<g id="line2d_85">
<g>
<use xlink:href="#m1f1a006c09" x="83.93799" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_65">
<g id="line2d_86">
<g>
<use xlink:href="#m1f1a006c09" x="91.500229" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_66">
<g id="line2d_87">
<g>
<use xlink:href="#m1f1a006c09" x="97.365957" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_67">
<g id="line2d_88">
<g>
<use xlink:href="#m1f1a006c09" x="102.158605" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_68">
<g id="line2d_89">
<g>
<use xlink:href="#m1f1a006c09" x="106.210732" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_69">
<g id="line2d_90">
<g>
<use xlink:href="#m1f1a006c09" x="109.720844" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_70">
<g id="line2d_91">
<g>
<use xlink:href="#m1f1a006c09" x="112.816982" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_71">
<g id="line2d_92">
<g>
<use xlink:href="#m1f1a006c09" x="133.807187" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_72">
<g id="line2d_93">
<g>
<use xlink:href="#m1f1a006c09" x="144.465563" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_73">
<g id="line2d_94">
<g>
<use xlink:href="#m1f1a006c09" x="152.027802" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_74">
<g id="line2d_95">
<g>
<use xlink:href="#m1f1a006c09" x="157.89353" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_75">
<g id="line2d_96">
<g>
<use xlink:href="#m1f1a006c09" x="162.686178" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_76">
<g id="line2d_97">
<g>
<use xlink:href="#m1f1a006c09" x="166.738305" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_77">
<g id="line2d_98">
<g>
<use xlink:href="#m1f1a006c09" x="170.248417" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_78">
<g id="line2d_99">
<g>
<use xlink:href="#m1f1a006c09" x="173.344555" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_79">
<g id="line2d_100">
<g>
<use xlink:href="#m1f1a006c09" x="194.33476" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_80">
<g id="line2d_101">
<g>
<use xlink:href="#m1f1a006c09" x="204.993136" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_81">
<g id="line2d_102">
<g>
<use xlink:href="#m1f1a006c09" x="212.555375" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_82">
<g id="line2d_103">
<g>
<use xlink:href="#m1f1a006c09" x="218.421102" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_83">
<g id="line2d_104">
<g>
<use xlink:href="#m1f1a006c09" x="223.213751" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_84">
<g id="line2d_105">
<g>
<use xlink:href="#m1f1a006c09" x="227.265878" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_85">
<g id="line2d_106">
<g>
<use xlink:href="#m1f1a006c09" x="230.77599" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_86">
<g id="line2d_107">
<g>
<use xlink:href="#m1f1a006c09" x="233.872128" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_87">
<g id="line2d_108">
<g>
<use xlink:href="#m1f1a006c09" x="254.862332" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_88">
<g id="line2d_109">
<g>
<use xlink:href="#m1f1a006c09" x="265.520709" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_89">
<g id="line2d_110">
<g>
<use xlink:href="#m1f1a006c09" x="273.082947" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_90">
<g id="line2d_111">
<g>
<use xlink:href="#m1f1a006c09" x="278.948675" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_91">
<g id="line2d_112">
<g>
<use xlink:href="#m1f1a006c09" x="283.741324" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_92">
<g id="line2d_113">
<g>
<use xlink:href="#m1f1a006c09" x="287.793451" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_93">
<g id="line2d_114">
<g>
<use xlink:href="#m1f1a006c09" x="291.303562" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_94">
<g id="line2d_115">
<g>
<use xlink:href="#m1f1a006c09" x="294.3997" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_95">
<g id="line2d_116">
<g>
<use xlink:href="#m1f1a006c09" x="315.389905" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_96">
<g id="line2d_117">
<g>
<use xlink:href="#m1f1a006c09" x="326.048282" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_97">
<g id="line2d_118">
<g>
<use xlink:href="#m1f1a006c09" x="333.61052" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_98">
<g id="line2d_119">
<g>
<use xlink:href="#m1f1a006c09" x="339.476248" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_99">
<g id="line2d_120">
<g>
<use xlink:href="#m1f1a006c09" x="344.268897" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_100">
<g id="line2d_121">
<g>
<use xlink:href="#m1f1a006c09" x="348.321023" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_101">
<g id="line2d_122">
<g>
<use xlink:href="#m1f1a006c09" x="351.831135" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_102">
<g id="line2d_123">
<g>
<use xlink:href="#m1f1a006c09" x="354.927273" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_103">
<g id="line2d_124">
<g>
<use xlink:href="#m1f1a006c09" x="375.917478" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_104">
<g id="line2d_125">
<g>
<use xlink:href="#m1f1a006c09" x="386.575855" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_105">
<g id="line2d_126">
<g>
<use xlink:href="#m1f1a006c09" x="394.138093" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_106">
<g id="line2d_127">
<g>
<use xlink:href="#m1f1a006c09" x="400.003821" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_107">
<g id="line2d_128">
<g>
<use xlink:href="#m1f1a006c09" x="404.79647" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_108">
<g id="line2d_129">
<g>
<use xlink:href="#m1f1a006c09" x="408.848596" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_109">
<g id="line2d_130">
<g>
<use xlink:href="#m1f1a006c09" x="412.358708" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_110">
<g id="line2d_131">
<g>
<use xlink:href="#m1f1a006c09" x="415.454846" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_111">
<g id="line2d_132">
<g>
<use xlink:href="#m1f1a006c09" x="436.445051" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="xtick_112">
<g id="line2d_133">
<g>
<use xlink:href="#m1f1a006c09" x="447.103428" y="303.64" style="stroke: #000000; stroke-width: 0.6"/>
</g>
</g>
</g>
<g id="text_20">
<!-- density -->
<g transform="translate(241.462187 331.916562) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-64"/>
<use xlink:href="#DejaVuSans-65" x="63.476562"/>
<use xlink:href="#DejaVuSans-6e" x="125"/>
<use xlink:href="#DejaVuSans-73" x="188.378906"/>
<use xlink:href="#DejaVuSans-69" x="240.478516"/>
<use xlink:href="#DejaVuSans-74" x="268.261719"/>
<use xlink:href="#DejaVuSans-79" x="307.470703"/>
</g>
</g>
</g>
<g id="matplotlib.axis_4">
<g id="ytick_5">
<g id="line2d_134">
<path d="M 69.59 267.574208
L 450 267.574208
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_135">
<g>
<use xlink:href="#m0ce4e003d6" x="69.59" y="267.574208" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_21">
<!-- 1 GB -->
<g transform="translate(38.44 271.373426) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-20" x="63.623047"/>
<use xlink:href="#DejaVuSans-47" x="95.410156"/>
<use xlink:href="#DejaVuSans-42" x="172.900391"/>
</g>
</g>
</g>
<g id="ytick_6">
<g id="line2d_136">
<path d="M 69.59 225.390208
L 450 225.390208
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_137">
<g>
<use xlink:href="#m0ce4e003d6" x="69.59" y="225.390208" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_22">
<!-- 100 GB -->
<g transform="translate(25.715 229.189427) scale(0.1 -0.1)">
<use xlink:href="#DejaVuSans-31"/>
<use xlink:href="#DejaVuSans-30" x="63.623047"/>
<use xlink:href="#DejaVuSans-30" x="127.246094"/>
<use xlink:href="#DejaVuSans-20" x="190.869141"/>
<use xlink:href="#DejaVuSans-47" x="222.65625"/>
<use xlink:href="#DejaVuSans-42" x="300.146484"/>
</g>
</g>
</g>
<g id="text_23">
<!-- SSTable size -->
<g transform="translate(19.635313 279.524844) rotate(-90) scale(0.1 -0.1)">
<defs>
<path id="DejaVuSans-62" d="M 3116 1747
Q 3116 2381 2855 2742
Q 2594 3103 2138 3103
Q 1681 3103 1420 2742
Q 1159 2381 1159 1747
Q 1159 1113 1420 752
Q 1681 391 2138 391
Q 2594 391 2855 752
Q 3116 1113 3116 1747
z
M 1159 2969
Q 1341 3281 1617 3432
Q 1894 3584 2278 3584
Q 2916 3584 3314 3078
Q 3713 2572 3713 1747
Q 3713 922 3314 415
Q 2916 -91 2278 -91
Q 1894 -91 1617 61
Q 1341 213 1159 525
L 1159 0
L 581 0
L 581 4863
L 1159 4863
L 1159 2969
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-6c" d="M 603 4863
L 1178 4863
L 1178 0
L 603 0
L 603 4863
z
" transform="scale(0.015625)"/>
<path id="DejaVuSans-7a" d="M 353 3500
L 3084 3500
L 3084 2975
L 922 459
L 3084 459
L 3084 0
L 275 0
L 275 525
L 2438 3041
L 353 3041
L 353 3500
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#DejaVuSans-53"/>
<use xlink:href="#DejaVuSans-53" x="63.476562"/>
<use xlink:href="#DejaVuSans-54" x="126.953125"/>
<use xlink:href="#DejaVuSans-61" x="171.537109"/>
<use xlink:href="#DejaVuSans-62" x="232.816406"/>
<use xlink:href="#DejaVuSans-6c" x="296.292969"/>
<use xlink:href="#DejaVuSans-65" x="324.076172"/>
<use xlink:href="#DejaVuSans-20" x="385.599609"/>
<use xlink:href="#DejaVuSans-73" x="417.386719"/>
<use xlink:href="#DejaVuSans-69" x="469.486328"/>
<use xlink:href="#DejaVuSans-7a" x="497.269531"/>
<use xlink:href="#DejaVuSans-65" x="549.759766"/>
</g>
</g>
</g>
<g id="line2d_138">
<path d="M 86.881364 298.669091
L 133.526138 282.41482
L 133.89055 288.637158
L 175.797965 274.033711
L 176.162377 288.6494
L 432.708636 199.250909
L 432.708636 199.250909
" clip-path="url(#p018d99a91a)" style="fill: none; stroke: #ff0000; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="patch_8">
<path d="M 69.59 303.64
L 69.59 194.28
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_9">
<path d="M 450 303.64
L 450 194.28
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_10">
<path d="M 69.59 303.64
L 450 303.64
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_11">
<path d="M 69.59 194.28
L 450 194.28
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="text_24">
<!-- SSTable size -->
<g transform="translate(223.117187 188.28) scale(0.12 -0.12)">
<use xlink:href="#DejaVuSans-53"/>
<use xlink:href="#DejaVuSans-53" x="63.476562"/>
<use xlink:href="#DejaVuSans-54" x="126.953125"/>
<use xlink:href="#DejaVuSans-61" x="171.537109"/>
<use xlink:href="#DejaVuSans-62" x="232.816406"/>
<use xlink:href="#DejaVuSans-6c" x="296.292969"/>
<use xlink:href="#DejaVuSans-65" x="324.076172"/>
<use xlink:href="#DejaVuSans-20" x="385.599609"/>
<use xlink:href="#DejaVuSans-73" x="417.386719"/>
<use xlink:href="#DejaVuSans-69" x="469.486328"/>
<use xlink:href="#DejaVuSans-7a" x="497.269531"/>
<use xlink:href="#DejaVuSans-65" x="549.759766"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="p2459403182">
<rect x="69.59" y="26.88" width="380.41" height="109.36"/>
</clipPath>
<clipPath id="p018d99a91a">
<rect x="69.59" y="194.28" width="380.41" height="109.36"/>
</clipPath>
</defs>
</svg>