yhuai / SS-DB-MySQL

A clone of the MySQL version of SS-DB benchmark (http://www.xldb.org/science-benchmark/). Paper (http://people.csail.mit.edu/jennie/_content/research/ssdb_benchmark.pdf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

===================================================
REQUIREMENTS

- cmake 2.6
- reasonably latest libstdc/boost/etc.
- log4cxx
- MySQL Connector/C (not mysql++ for ideal performance)
see CMakeLists.txt for more details.

===================================================
DIRECTORY STRUCTURE

Simply put everything under scidb_rdb. This program should be compact.

===================================================
CODING STYLE

I don't care.
basically 2-space (no tab) indent, orthodox style. You can object.

===================================================
ENVIRONMENT SPECIFIC FILES

Files named "xxx.template" are configuration files you should copy/rename
to "xxx" in your environment.

- connection.config.template: define MySQL servers to connect. the first row
is 'main' server which should be localhost.

===================================================
BUILD
cmake ./ && make

About

A clone of the MySQL version of SS-DB benchmark (http://www.xldb.org/science-benchmark/). Paper (http://people.csail.mit.edu/jennie/_content/research/ssdb_benchmark.pdf)


Languages

Language:C++ 91.1%Language:Shell 6.1%Language:Perl 2.5%Language:C 0.3%