登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
8
Star
2
Fork
18
Kunpeng
/
mysql-server
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
KunpengBoostKit24.0.RC2.ThreadPool
533d97a
2024-09-14 18:03
对比
KunpengBoostKit24.0.RC2 threadpool for MySQL8.0.X
xurr2020
- fix bugs - optimized scheduling background thread - support MySQL 8.0.25、MySQL 8.0.30 and MySQL 8.0.35
最后提交信息为:
!59
add connection balancing mtr
KunpengBoostKit23.0.RC4.ThreadPool
6c86ef9
2024-04-19 16:37
对比
KunpengBoostKit23.0.RC4 threadpool for MySQL8.0.X
xurr2020
- fix bugs - optimized thread scheduling - support MySQL 8.0.25、MySQL 8.0.30 and MySQL 8.0.35
最后提交信息为:
!43
fix foreground thread numa affinity bug
KunpengBoostKit22.0.RC4.CRC32
5251e0e
2024-03-29 18:43
对比
KunpengBoostKit22.0.RC4 crc32-aarch64 patch for MySQL8.0.25
xurr2020
Optimize performance of crc32 calculation for MySQL 8.0.25
最后提交信息为:
!1
Upload MySQL 8.0.25 source code.
KunpengBoostKit21.0.0-OLTP
6a610e1
2022-12-16 11:23
对比
KunpengBoostKit21.0.0 OLTP thread counter optimization for MySQL 8.0.20
xurr2020
Optimize performance of status variable thread_running in high concurrency scenarios like sysbench point select.
最后提交信息为:
Initial commit
KunpengBoostKit22.0.RC4.ThreadCounterOptimization
5251e0e
2022-12-14 01:32
对比
KunpengBoostKit22.0.RC4.ThreadCounterOptimization for MySQL 8.0.25
xurr2020
Optimize performance of status variable thread_running in high concurrency scenarios like sysbench point select.
最后提交信息为:
!1
Upload MySQL 8.0.25 source code.
KunpengBoostKit22.0.RC2.ThreadPool
5251e0e
2022-11-24 01:28
对比
KunpengBoostKit22.0.RC2 threadpool for MySQL8.0.25
xurr2020
Support thread pool connection handler in MySQL8.0.25. we re-implemented the thread pool as a plugin.
最后提交信息为:
!1
Upload MySQL 8.0.25 source code.
KunpengBoostKit21.0.RC3.ParallelQuery
6a610e1
2022-11-24 01:26
对比
KunpengBoostKit21.0.RC3 Parallel Query Patch for MySQL8.0.20
xurr2020
add support tpch query:Q8 and Q14 parallel query patch,support parallel query on single table or multiple tables, do not support subquery. support tpch query:Q1 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q12 Q14 Q19 Q21
最后提交信息为:
Initial commit
KunpengBoostKit21.0.0-threadpool8
6a610e1
2022-11-24 01:22
对比
KunpengBoostKit21.0.0 threadpool for MySQL8
xurr2020
Support thread pool connection handler in MySQL8.0.20.
最后提交信息为:
Initial commit
KunpengBoostKit21.0.0-threadpool5
6a610e1
2022-11-24 01:22
对比
KunpengBoostKit21.0.0 threadpool for MySQL5
xurr2020
Support thread pool connection handler in MySQL5.7.27.
最后提交信息为:
Initial commit
21.0.RC1.B031
6a610e1
2022-11-24 01:20
对比
21.0.RC1.B031
xurr2020
This patch offers better control of MySQL thread scheduling on multiprocessor architecture. Specifically, 1. To take advantages of data locality, foreground threads can be set to run in a target NUMA node. 2. To avoid key background threads become the bottleneck, these threads can be set to run in their dedicated cores.
最后提交信息为:
Initial commit
tp_v1.0.0
6a610e1
2022-11-24 01:19
对比
20.0.RC4.B012
xurr2020
2 opt-in features targeting MySQL 8.0.20 are provided as patch files: The 0001-SHARDED-LOCK-SYS.patch The Lock-sys orchestrates access to tables and rows. Lock-sys stores both GRANTED and WAITING lock requests in lists known as queues. In the past a single latch protected access to all of these queues. In this patch, a more granular approach to latching is used to latch these queues in safe and quick fashion. The 0002-LOCK-FREE-TRX-SYS.patch The Trx-sys is the transaction system central memory data structure. In the past a single latch protected most fields in this structure. In this patch, a lock-free hash is used to optimize a key field named rw_trx_ids, which frees the readview management from the latch competition. The Source code are original MySQL 8.0.20.
最后提交信息为:
Initial commit
DC20.0.4
6a610e1
2022-11-24 01:16
对比
parallel query patch
xurr2020
parallel query patch,support parallel query on single table or multiple tables, do not support subquery. support tpch query:Q1 Q3 Q5 Q6 Q10 Q12 Q19 The Source code are original MySQL 8.0.20.
最后提交信息为:
Initial commit
KunpengBoostKit22.0.RC4.SchedAffinity
5a4a258
2022-11-19 17:53
对比
KunpengBoostKit22.0.RC4.SchedAffinity for MySQL 8.0.25
xurr2020
This patch offers better control of MySQL 8.0.25 thread scheduling on multiprocessor architecture. Specifically, To take advantages of data locality, foreground threads can be set to run in a target NUMA node. To avoid key background threads become the bottleneck, these threads can be set to run in their dedicated cores.
最后提交信息为:
!9
MySQL-8.0.25 sched-affinity
KunpengBoostKit22.0.RC2.ParallelQuery
4f1fe62
2022-11-19 00:13
对比
KunpengBoostKit22.0.RC2 parallel query patch for MySQL8.0.25
xurr2020
parallel query patch for MySQL8.025,support parallel query on single table or multiple tables, do not support subquery. support tpch query:Q1 Q3 Q4 Q5 Q6 Q7 Q9 Q10 Q12 Q19 Q21
最后提交信息为:
!4
support for parallel queries.
KunpengBoostKit22.0.RC4.ThreadPool
e9e9b4d
2022-11-15 16:24
对比
KunpengBoostKit22.0.RC4 threadpool for MySQL8.0.25
xurr2020
1. Support thread pool connection handler in MySQL8.0.25.we re-implemented the thread pool as a plugin. 2. Optimize performance of the thread pool in high concurrency scenarios.
最后提交信息为:
!10
线程池插件高并发性能优化
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/kunpengcompute/mysql-server.git
git@gitee.com:kunpengcompute/mysql-server.git
kunpengcompute
mysql-server
mysql-server
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册