Ch05-C++ 之 keyword
April 23, 2022
new
,delete
new
,delete
define
,typedef
,using
,inline
static
,const
,constexpr
,volatile
内存模型就是一种语言它独特的管理者一套程序的机制,每种语言都有自己的一套程序机制。
...我们习惯把 MySQL 复制中的角色叫做 Master/Slave,MySQL 8.0 后,术语和命令上都会统一到 Source/Replica。MySQL 采用 log shipping 的复制技术,在 source 节点上生成 binlog,通过 dump 线程把 binlog 推到 replica 节点上,replica 节点首先把 binlog 存储到 relay log 中,然后通过 MTS(Multi-Threaded Slave) 技术 replay 到 replica 节点上的表空间。
...Buffer Pool
...