Change the repository type filter
All
Repositories list
5 repositories
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 ongoing updates planned to include detailed documentation, code examples, and practical exercises.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 retrieval. Follows some guidelines for integrity and consistency in managing tables and indexes.Platform-Backend
PublicQuery-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 query results, and interacting with a storage engine. This project aims to offer a scalable solution for executing database queries.BPlusTree
Public