Skip to content

h2database的MVStore解析 | LoveZhy #58

Description

@zhyzhyzhy

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions