2024年10月31日
摘要: H2 Database MVStore 初始化 作用 MVStore(multi-version store): H2 的默认存储子系统,支持多版本,持久化的、日志结构 的 键值存储。 功能 Maps 每个 store 包含多个 mvMaps,可以通过 java.util.Map 接口访问 Vers 阅读全文
posted @ 2024-10-31 08:48 flyingzc 阅读(0) 评论(0) 推荐(0)
摘要: H2 Database IDEA 源码 DEBUG 环境搭建 基于最新的 version-2.3.230 拉取分支。 git remote add h2 https://github.com/h2database/h2database.git git fetch h2 git checkout -b 阅读全文
posted @ 2024-10-31 08:42 flyingzc 阅读(0) 评论(0) 推荐(0)