This project implements fundamental relational algebra operators using Python, with a focus on efficient memory management and sorted file processing. The operators include Merge-Join, Union, ...
This project is a custom relational database engine implemented in Python, designed to create, store, manipulate, and query in-memory relational data. It supports complex query operations through a ...