songpengwei / blog-comment

used for gitalk in blog next theme
0 stars 0 forks source link

MemGraph 背后论文《基于内存和 MVCC 的高速可串行化》详细解析(一) | 木鸟杂记 #107

Open songpengwei opened 9 months ago

songpengwei commented 9 months ago

https://www.qtmuniao.com/2024/02/06/memory-mvcc-serial/

Memgraph 是一个内存型图数据库,使用 OpenCypher 作为查询语言,主打小数据量、低延迟的图场景。由于 Memgraph 是开源的(repo 在这,使用 C++ 实现)我们可以一窥其实现。根据这行注释,我们可以看出,其内存结构实现灵感主要来自论文:Fast Serializable Multi-Version Concurrency Control for Main-Memory