Categorygithub.com/akzj/mmdb
modulepackage
0.2.0
Repository: https://github.com/akzj/mmdb.git
Documentation: pkg.go.dev

# README

mmdb

内存键值DB,数据存储在btree

  • 支持日志持久化,快照防止数据丢失
  • 支持ACID事务
  • MVCC并发多读多写(读写互不堵塞对方)

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

An Int64Heap is a min-heap of int64.
No description provided by the author