OLTPBench:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
无编辑摘要
第20行: 第20行:
== 外部連結 ==
== 外部連結 ==
* {{Official|https://github.com/oltpbenchmark/oltpbench}}
* {{Official|https://github.com/oltpbenchmark/oltpbench}}
[[Category:軟體]]

2018年12月10日 (一) 03:44的版本

OLTPBench是一套数据库效能测试软件。

基本环境

目前测试的环境为Ubuntu 18.04,其他的平台目前还没测过。

安装

目前测出来发现需要同时安装OpenJDK 8与OpenJDK 11,并且将预设的Java改到OpenJDK 8:

sudo apt install ant openjdk-8-jdk default-jdk
sudo update-alternatives --config java

然后再下载编译:

git clone https://github.com/oltpbenchmark/oltpbench.git
cd oltpbench
ant

外部链接