RocketMQ v3.2.4 开发指南消息堆积后,访问堆积在磁盘的消息时,吞吏量有多大? 4.13 分布式事务 已知的几个分布式事务规范,如 XA,JTA 等。其中 XA 规范被各大数据库厂商广泛支持,如 Oracle,Mysql 等。 其中 XA 的 TM 实现佼佼者如 Oracle Tuxedo,在金融、电信等领域被广泛应用。 分布式事务涉及到两阶段提交问题,在数据存储方面的方面必然需要 KV 存储的支持,因为第二阶段的提交回 滚需要修改消息状态,一定涉及到根据 的读 性能几乎不内存一致,即使堆积情冴下。所以可讣为 Consume Queue 完全丌会阻碍读性能。 (3). Commit Log 中存储了所有的元信息,包含消息体,类似亍 Mysql、Oracle 的 redolog,所以只要有 Commit Log 在,Consume Queue 即使数据丢失,仍然可以恢复出来。 项目开源主页:https://github.com/alibaba/RocketMQ API Tutorial http://docs.oracle.com/javaee/1.3/jms/tutorial/1_3_1-fcs/doc/jms_tutorialTOC.html Java(TM) Message Service Specification Final Release 1.1 http://www.oracle.com/technetwork/java/docs-1363520 码力 | 52 页 | 1.61 MB | 1 年前3
MySQL 8.0.17 调优指南(openEuler 20.09)ii 1 调优概述 1.1 MySQL介绍 1.2 调优原则 1.3 调优思路 1.1 MySQL 介绍 MySQL是一个关系型数据库管理系统,由瑞典MySQL AB公司开发,目前属于Oracle 旗下产品。MySQL是最流行的关系型数据库管理系统之一,在Web应用方面,MySQL 是最好的RDBMS (Relational Database Management System,关系数据库管理系 值越大,越积极使用swap分 区,值越小,越积极使用内存。 执行命令vi /etc/sysctl.conf, 将vm.swappiness = 1添加到文 件底部,保存退出,执行命令 sysctl -p使其生效。 dirty_ratio 内存里的脏数据百分比不能超过 这个值。 echo 5 > /proc/sys/vm/ dirty_ratio 3.9 内核优化 目的 openEuler 20.00 码力 | 11 页 | 223.31 KB | 1 年前3
Manage Edge Nodes with KubeEdge and Case StudyNodes have no external IP and running behind NAT • One VM in Cloud Cluster has EIP • No direct connection between Edge nodes • Goal • Cloud VM and Edge nodes run as in one cluster • KubeBus Virtual Router Edge connection • Router to connect • Cloud VM subnet • Cloud Container subnet • Edge Node virtual subnet • Edge Container subnet Cloud Cluster EdgeNode VM VM VM ... Container Network, e.g. Flannel 10 192.168.6.2 Container ... KubeBus Virtual Router Edge Network IP: 192.168.6.4 EIP: 35.160.180.205 VM IP: 192.168.23.131 192.168.23.130 192.168.23.129 Container Network 10.243.0.0/16 EdgeNode KubeBus0 码力 | 11 页 | 1.42 MB | 1 年前3
使用 Docker 建立 MySQL 集群操作系统:Ubuntu server 64bit 14.04.1 Docker 版本 1.6.2 数据库:Mariadb 10.10 (Mariadb 是 MySQL 之父在 MySQL 被 Oracle 收购之后 创建的分支,性能上优于 MySQL 开源版本) 第一步 安装 Docker 对于 Ubuntu,建议直接联网安装 Docker 最新版本,apt-get 中版本较老。 首先获取安装脚本:0 码力 | 3 页 | 103.32 KB | 1 年前3
共 4 条
- 1













