docs.rs failed to build wtxn-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Transaction并发控制核心库(对标 Garnet libs/server/Transaction)
包含事务管理器 [TransactionManager]、引擎实例锁表 [TxnLockTable]
(锁源为 store 侧注入的 windex 哈希桶内嵌闩,句柄克隆共享,构造期注入事务管理器与键集)、
WATCH 乐观并发原子版本表 [WatchVersionMap]、会话级被监视键容器 [TxnWatchedKeysContainer]、
键锁条目集合 [TxnKeyEntries] 与排序比较器、事务过程解析面 [TxnProcResolver]
与会话交互接口 [TxnSession](RESP 应答面由宿主侧承接)。