视频演示:

https://pan.baidu.com/s/1qYRMp7Q

工具sysbench0.5 128并发 10张表100万行

硬件配置R720 64G RAID10(15000转)

分别压测100秒

sysbench  --test=/root/soft/sysbench-0.5/sysbench/tests/db/oltp.lua --mysql-table-engine=innodb --oltp-table-size=1000000 --max-requests=0 --max-time=100 --num-threads=128 --oltp-tables-count=10 --report-interval=10 --mysql-host=192.168.143.244 --mysql-port=4000 --mysql-user=admin --mysql-password=159753  --mysql-db=test run

############################################
pd+tidb在一台机器部署 192.168.143.244
端口:4000

tikv两台 192.168.143.245/246
参数  
[rocksdb.defaultcf]
block-cache-size(30G)

[rocksdb.writecf]
block-cache-size(10G)

[rocksdb.raftcf]
block-cache-size(10G)

[  10s] threads: 128, tps: 823.93, reads: 11680.25, writes: 3313.20, response time: 363.02ms (95%), errors: 0.00, reconnects:  0.00
[  20s] threads: 128, tps: 781.00, reads: 10920.40, writes: 3117.30, response time: 368.50ms (95%), errors: 0.00, reconnects:  0.00
[  30s] threads: 128, tps: 780.20, reads: 10919.70, writes: 3118.60, response time: 366.96ms (95%), errors: 0.00, reconnects:  0.00
[  40s] threads: 128, tps: 728.80, reads: 10214.74, writes: 2920.51, response time: 371.27ms (95%), errors: 0.00, reconnects:  0.00
[  50s] threads: 128, tps: 672.90, reads: 9417.76, writes: 2690.39, response time: 393.23ms (95%), errors: 0.00, reconnects:  0.00
[  60s] threads: 128, tps: 617.00, reads: 8632.80, writes: 2469.40, response time: 418.37ms (95%), errors: 0.00, reconnects:  0.00
[  70s] threads: 128, tps: 610.20, reads: 8536.60, writes: 2434.20, response time: 413.39ms (95%), errors: 0.00, reconnects:  0.00
[  80s] threads: 128, tps: 634.50, reads: 8885.50, writes: 2544.10, response time: 413.76ms (95%), errors: 0.00, reconnects:  0.00
[  90s] threads: 128, tps: 676.30, reads: 9475.40, writes: 2707.20, response time: 392.52ms (95%), errors: 0.00, reconnects:  0.00
[ 100s] threads: 128, tps: 645.10, reads: 9031.90, writes: 2579.20, response time: 404.45ms (95%), errors: 0.00, reconnects:  0.00
############################################

MariaDB BP(30G)

[  10s] threads: 128, tps: 2678.24, reads: 37599.85, writes: 10720.26, response time: 70.10ms (95%), errors: 0.00, reconnects:  0.00
[  20s] threads: 128, tps: 2851.70, reads: 39931.01, writes: 11405.40, response time: 58.07ms (95%), errors: 0.00, reconnects:  0.00
[  30s] threads: 128, tps: 2846.10, reads: 39843.50, writes: 11384.70, response time: 58.52ms (95%), errors: 0.00, reconnects:  0.00
[  40s] threads: 128, tps: 2490.69, reads: 34935.71, writes: 9972.07, response time: 60.70ms (95%), errors: 0.00, reconnects:  0.00
[  50s] threads: 128, tps: 2354.21, reads: 32900.38, writes: 9411.82, response time: 123.50ms (95%), errors: 0.00, reconnects:  0.00
[  60s] threads: 128, tps: 2839.70, reads: 39745.05, writes: 11358.19, response time: 59.33ms (95%), errors: 0.00, reconnects:  0.00
[  70s] threads: 128, tps: 2854.40, reads: 39969.74, writes: 11416.48, response time: 58.03ms (95%), errors: 0.00, reconnects:  0.00
[  80s] threads: 128, tps: 2846.22, reads: 39841.44, writes: 11384.47, response time: 58.70ms (95%), errors: 0.00, reconnects:  0.00
[  90s] threads: 128, tps: 2334.59, reads: 32679.89, writes: 9338.67, response time: 76.75ms (95%), errors: 0.00, reconnects:  0.00
[ 100s] threads: 128, tps: 2843.30, reads: 39819.07, writes: 11374.99, response time: 59.16ms (95%), errors: 0.00, reconnects:  0.00

转载于:https://blog.51cto.com/hcymysql/1888199

TiDB VS MariaDB10.1.19 Enterprise性能压测相关推荐

  1. MySQL 5.7.17 VS MariaDB 10.1.19 Enterprise性能压测

    为了验证MariaDB官网压测结果,特找了三台低配物理机做压测 https://mariadb.org/maria-10-1-mysql-5-7-commodity-hardware/ 192.168 ...

  2. sysbench数据库性能压测详解

    文章目录 0.参考资料&适用范围 1.安装 2.压测 2.1.CPU压测 2.2.MySQL数据库压测 2.2.1.选项说明 2.2.2.压测步骤 0.参考资料&适用范围 参考资料: ...

  3. 压测接口线程数设置_ZAT掌门性能压测巡检系统实战和落地

    项目背景 随着业务拓展,对于接口性能的要求也在上升,各部门也开始针对部分慢接口进行优化,从测试角度针对这些优化需求进行测试时不仅要保证对应接口的功能正常使用同时也要验证接口优化成果.在日常的开发工作中 ...

  4. sysbench性能压测以及mysql性能压测

    sysbench性能压测以及mysql性能压测 一.Sysbench是一个模块化的.跨平台.多线程基准测试工具,主要用于各种不同系统的参数下的数据库负载情况. 主要测试方式 cpu性能 磁盘io性能 ...

  5. tcp压测工具_【解决方案】性能压测及分析调优实践

    [关键导读]结合一次重保活动的性能压测需求,详解了整体的性能测试策略及性能分析思路,并在实施过程中有效利用了网易易测的NPT性能测试平台一站式完成了压测场景设计.执行.业务指标监控.性能指标分析等活动 ...

  6. mysql 性能拐点_性能压测及分析调优实践

    [关键导读] 文中结合一次重保活动的性能压测需求,详解了整体的性能测试策略及性能分析思路,并在实施过程中有效利用了NPT性能测试平台完成了压测场景设计.执行.业务指标监控.性能指标分析,结合监控找出了 ...

  7. 高性能分布式缓存redis(持久化原理 安全策略 过期删除内存淘汰策略 性能压测 高可用 Redis Cluster)

    redis redis(持久化原理 安全策略 过期删除&内存淘汰策略 性能压测 高可用 Redis Cluster) 1. 持久化原理 1.1 持久化流程(落盘) 1.2 RDB详解 1.2. ...

  8. Centos 异步 IO framework io_uring,基本原理,程序示例与性能压测

    尊重原创版权: https://www.conghengx.com/hot/37285.html 更多内容参考: https://www.conghengx.com/ Linux 异步 I/O 框架 ...

  9. Mark - HDFS性能压测工具

    引言 Hadoop生态圈的基石有两个,一个是HDFS文件系统,一个是MR编程框架.第一弹中提到应用MR编程框架实现大规模多机联合负载压测场景的方案,则突出了MR的能力,实际上HDFS作为这一切的基础, ...

  10. HDFS性能压测工具

    转载地址:http://www.taobaotest.com/blogs/2517 引言 Hadoop生态圈的基石有两个,一个是HDFS文件系统,一个是MR编程框架.第一弹中提到应用MR编程框架实现大 ...

最新文章

  1. neo4j安装_基于Neo4j的知乎关系爬虫
  2. (oracle)二、创建数据库
  3. 水仙花数(类型:一级、C++)
  4. mail发送的内容显示为附件的解决办法
  5. get+php+mysql_Apache+PHP+MySql 的安装及配置
  6. 遵循Java EE标准体系的开源GIS服务平台之二:平台部署
  7. HDU-1501-Zipper
  8. python 和 的区别_Python中is和==的区别
  9. Swift开发之简单计算器项目
  10. box-shadow属性详解
  11. TensorRT学习(1):通过pth生成wts文件
  12. 黎曼Zeta函数,人类文明永恒的纪念
  13. Week 3: 边下边播完整性校验作业
  14. 利用α-β搜索的博弈树算法编写一字棋游戏 python
  15. easyphp mysql_用EasyPHP本地搭建PHP环境 | Wopus
  16. 一文带你走进CI/CD
  17. 软件工程 -- 程序流程图
  18. CH5202 自然数拆分Lunatic版【完全背包】
  19. Appium移动自动化
  20. python最新版本是多少(python最新版)

热门文章

  1. 嵌入式系统开发快速体验
  2. 46多项式01——一元多项式和运算
  3. 逻辑回归(Logistic Regression)学习笔记
  4. 如何用css进行网页布局,_技术笔记_课程笔记
  5. 蓝桥杯2020年第十一届C/C++省赛B组第二题-既约分数
  6. antd 使用upload 组件,使用自定义上传行为,覆盖默认action 访问请求
  7. 不是所有的U盘都能作为启动盘
  8. Java-BufferReader中的readLine()方法
  9. centos赋予访问权限
  10. Linux安装Oracle,卡在60%处的解决方法