layout | title | permalink |
---|---|---|
page |
Leaderboard |
/leaderboard/ |
Metric to display by:
<script src="/SOSDLeaderboard/scripts/sorttable.js" type="text/javascript"></script> Latency (ns) Build time (μs) SizeSelect a subset of indexes to display: Show options
<script type="text/javascript"> function changeDisplay() { if ($("#display").is(":visible")) { document.getElementById("display").style.display = "None"; document.getElementById("displayToggle").innerHTML = "Show options"; } else { document.getElementById("display").style.display = "Block"; document.getElementById("displayToggle").innerHTML = "Hide table"; } } </script>Quick selections: All indexes Read-only indexes Updatable indexes
Displaying results on datasets: --- 200M Datasets --- -- 64-Bit datasets -- All 64-Bit Datasets - Real-world datasets - All real datasets Books Facebook OSM Wiki - Synthetic datasets - All synthetic datasets Lognormal Normal Uniform dense Uniform sparse -- 32-Bit datasets -- All 32-Bit Datasets - Real-world datasets - Books - Synthetic datasets - All synthetic datasets Lognormal Normal Uniform dense Uniform sparse --- Larger Datasets --- Books (400M) Books (600M) Books (800M) OSM (400M) OSM (600M) OSM (800M)
{{ name }} |
Results below are by model. Click on a header to sort by that measure. Click on an index name to open the relevant GitHub repo.
Learned indexes are marked in bold.
{% for row in site.data.latency %} {% tablerow pair in row %} {{ pair[1] }} {% endtablerow %} {% endfor %}Index / Index Size | XS Up to 0.01% of data size |
S Up to 0.1% of data size |
M Up to 1% of data size |
L Up to 10% of data size |
XL No limit |
Dataset |
---|
Index / Index Size | XS Up to 0.01% of data size |
S Up to 0.1% of data size |
M Up to 1% of data size |
L Up to 10% of data size |
XL No limit |
---|
Index / Index Size | XS Up to 0.01% of data size |
S Up to 0.1% of data size |
M Up to 1% of data size |
L Up to 10% of data size |
XL No limit |
---|
Here we provide a plot of index size against lookup latency on SOSD data. Indexes can be added and removed from the plot using the corresponding buttons on the table.