SpaghettiDB
Popular repositories Loading
-
SQL-Parser
SQL-Parser PublicThis SQL Parser Repository aims to offer in-depth insights into SQL parsing, covering lexical analysis, syntax parsing, semantic validation, and query optimization. It's a work in progress, with on…
Go 1
-
-
Storage-Engine
Storage-Engine PublicA Database storage engine featuring HeapManager for managing table data and IndexManager for optimizing data retrieval with B+ tree indexes. Utilizes binary data handling for efficient storage and …
Go 1
-
BPlusTree
BPlusTree PublicForked from krasun/fbptree
A persistent storage (in file) based using B+ tree with byte-slice keys and values
Go
-
Query-Executer
Query-Executer PublicA Go-based projectbased project focused on implementing a query executor for a database engine. It provides functionality for efficiently executing SQL queries, managing worker threads, caching que…
Go
Repositories
- SQL-Parser Public
This SQL Parser Repository aims to offer in-depth insights into SQL parsing, covering lexical analysis, syntax parsing, semantic validation, and query optimization. It's a work in progress, with ongoing updates planned to include detailed documentation, code examples, and practical exercises.
SpaghettiDB/SQL-Parser’s past year of commit activity - Storage-Engine Public
A Database storage engine featuring HeapManager for managing table data and IndexManager for optimizing data retrieval with B+ tree indexes. Utilizes binary data handling for efficient storage and retrieval. Follows some guidelines for integrity and consistency in managing tables and indexes.
SpaghettiDB/Storage-Engine’s past year of commit activity - Platform-Backend Public
SpaghettiDB/Platform-Backend’s past year of commit activity - Query-Executer Public
A Go-based projectbased project focused on implementing a query executor for a database engine. It provides functionality for efficiently executing SQL queries, managing worker threads, caching query results, and interacting with a storage engine. This project aims to offer a scalable solution for executing database queries.
SpaghettiDB/Query-Executer’s past year of commit activity - BPlusTree Public Forked from krasun/fbptree
A persistent storage (in file) based using B+ tree with byte-slice keys and values
SpaghettiDB/BPlusTree’s past year of commit activity