研究目的的,基于内存的,完全原生实现的,有限支持 SQL 查询的关系型数据库
-
Updated
Mar 27, 2023 - Go
研究目的的,基于内存的,完全原生实现的,有限支持 SQL 查询的关系型数据库
Common Data Structures And Algorithms Implemented In C++. FOR LEARNING PURPOSES ONLY
Here we have implemented B-Plus Tree for data block indexing as a data system project
GrayDB is a minimal, high-performance embedded database engine written entirely in C. Inspired by the architectural simplicity of SQLite and the modular power of PostgreSQL internals, it uses its own memory-efficient B+ Tree index, open-addressing Hash Table, and a small, expressive domain-specific language (DSL) for querying.
This repository contains several projects that simulates, for example, file system or database manager systems etc.
经典数据结构和算法,Python实现,附带详细注释和完整测试用例。持续更新中……
A persistent storage (in file) based using B+ tree with byte-slice keys and values
A key-value persistent database that supports SQL queries over B+ and LSM trees
Add a description, image, and links to the bptree topic page so that developers can more easily learn about it.
To associate your repository with the bptree topic, visit your repo's landing page and select "manage topics."