➡️
继续阅读
-
【WiredTiger 内核】Rollback to Stable:把库收到稳定时间戳
拆解 WiredTiger RTS:按 durable/stable 与 recovery checkpoint snapshot 判定不稳定更新,读 H...
-
【WiredTiger 内核】MongoDB 嵌入边界:cache、checkpoint 与历史窗口
对照 MongoDB 手册与本系列机制:cacheSizeGB、约 60s checkpoint、journal 与 minSnapshotHistory...
-
【WiredTiger 内核】选型与阅读地图:何时 MongoDB / WiredTiger
给出相对 PG/InnoDB/SQLite/RocksDB 的选型决策树,回收 History Store 与 cache 公平性等开放问题,并收束 Wi...
-
WiredTiger 内核 — 系列规划
> 本文是写作规划,不是可发布正文。拆解对象:MongoDB 默认存储引擎 WiredTiger——Cache / Eviction / B-Tre...
-
【WiredTiger 内核】Connection / Session / Cursor:线程与 API 边界
钉住 WiredTiger 的 Connection 独占实例、Session 单线程与单事务、Cursor 归属会话等不变量;对照 MongoDB 连接...
-
【WiredTiger 内核】Cache 与 WT_REF:clean/dirty 计量与按需读页
拆解 WiredTiger Cache 的 clean/dirty 计量、WT_REF/WT_PAGE 按需加载,以及 update chain / in...