-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://blog.lovezhy.cc/2019/02/18/H2database%E7%9A%84MVStore%E8%A7%A3%E6%9E%90/
前言MVStore是h2数据库的底层的存储文件格式在1.4版本之前底层的文件存储都是org.h2.store.*包中的然后1.4之后默认改为了org.h2.mvstore.*包中的 官方的介绍说是根据Log Structed FS设计的,顺序写提高性能 MV的意思是multi-version 同类型的项目有个叫mapDB的项目https://github.com/jankotek/mapdb
Reactions are currently unavailable