项目作者: starpos

项目描述 :
OLTP并发控制方法的微观标记
高级语言: C++
项目地址: git://github.com/starpos/oltp-cc-bench.git
创建时间: 2017-04-24T21:24:50Z
项目社区:https://github.com/starpos/oltp-cc-bench

开源协议:Other

下载


Benchmarks of Concurrency Control Methods for OLTP

Abstract

This is prototype code to measure concurrency control methods.

Build

make CXX=clang++ MUTEX_ON_CACHELINE=1 DEBUG=0 -j

  • Clang-4.0 seems generate faster code than gcc-6.3.
  • See Makefile for details.

Usage

See script/runme-*.sh or run *_bench with -h option.

Plotting Graphs

See script/*.ipy.

License

See LICENSE files.