rocksdb/benchmark_results.html
Dhruba Borthakur 79e1273ca7 Fine-tune performance page.
Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
2014-03-06 21:28:28 -08:00

75 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset='utf-8'>
<title>RocksDB | A persistent key-value store for fast storage environments</title>
<link rel='stylesheet' href='static/rocksdb.css' type='text/css'/>
<link rel='shortcut icon' href='static/favicon.ico'>
<meta name='viewport' content='width=device-width'>
<meta property='og:type' content='website'>
<meta property='og:title' content='RocksDB | A persistent key-value store for fast storage environments'>
<meta property='og:description' content='A persistent key-value store for fast storage environments'>
<meta property='og:image' content='http://rocksdb.org/static/rocksdb.png'>
</head>
<body>
<header class='topbar'><nav class='width'>
<a href='index.html'><h1>RocksDB</h1></a>
<ul>
<li><a href='overview.html' class='active'>Overview</a></li>
<li><a href='https://github.com/facebook/rocksdb/wiki/_pages'>Wiki</a></li>
<li><a href='https://github.com/facebook/rocksdb'>GitHub</a>
</ul>
</nav></header>
<header class='hero'><div class='width'>
<hgroup>
<h1>
Performance Benchmarks.
</h1>
</hgroup>
</div></header>
<section class='content'><div class='width'>
<article>
<h2>The goal of having a unified benchmark</h2>
<p>
The main focus for RocksDB is <it>performance</it>. The vision for RocksDB is to make it scale
linearly with storage hardware. This page is here to document, in one place, the
performance of rocksdb on various
hardware platforms. We would like hardware vendors to run the RocksDB benchmark on their
hardware and contribute their results to this page.
</p>
<p>
We have run RocksDB benchmark on a single platform and documented it
<a href='https://github.com/facebook/rocksdb/wiki/Performance-Benchmarks'>here</a>.
We would like vendors to run the same benchmark, create a replica of the
above page with the numbers that they achieve, and then post a pointer
to their page in the RocksDB
<a href='https://www.facebook.com/groups/rocksdb.dev/'> developers group.</a>
After the community vets the results, this page will be updated.
</p>
<h2>Performance Results from Vendors</h2>
<ul>
<li><a href='http://diablosystems.com/xxx.html'> XXX Sytems </a></li>
<li><a href='http:/violinmemory.html/yyy.com'> YYY Memory</a></li>
</ul>
</article>
</div></section>
<footer><div class='width'>
&copy; Copyright 2013, Facebook
</div></footer>
</body>
</html>