首页 > 数据库技术 > 详细

rocksDB vs InnoDB vsTokuDB

时间:2018-08-26 20:33:48      阅读:341      评论:0      收藏:0      [点我收藏+]

原文地址

https://minervadb.com/index.php/2018/08/06/comparing-tokudb-rocksdb-and-innodb-performance-on-intelr-xeonr-gold-6140-cpu/

该文测试的环境如下

CPU details (Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz with 72 CPUs)

Storage devices used for benchmarking (we used NVME SSD)

MySQL (we have used Percona Server 5.7.22-22 with InnoDB/XtraDB, TokuDB and RocksDB) configuration / system variables 

 

测试结果下面提供简单的各环节结果及最终结论,各个库的配置参数等详情在原文中也有。

Graphical representation of  OLTP INSERT performance in TokuDB, RocksDB and InnoDB: 

技术分享图片

技术分享图片

技术分享图片

 

Graphical representation of  OLTP READ-ONLY transactions performance in TokuDB, RocksDB and InnoDB: 

技术分享图片

技术分享图片

技术分享图片

 

Graphical representation of  OLTP READ-WRITE transactions performance in TokuDB, RocksDB and InnoDB:

技术分享图片

技术分享图片

技术分享图片

The results of benchmarking concluded RocksDB the most ideal candidate for SSD based storage infrastructure compared to InnoDB and TokuDB, The most compelling reasons for using RocksDB on SSD are performance, storage efficiency/compression and much smaller write amplification compared to InnoDB or TokuDB.

rocksDB vs InnoDB vsTokuDB

原文:https://www.cnblogs.com/lixiaoran/p/9538452.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!