News

This project implements a small database engine supporting a B+ tree index and ANTLR-based SQL statement processing capabilities. It offers a range of features, including table creation, tuple ...
Index access is one of the dominant performance factors in transactional database systems. Many systems use a B+tree or one of its variants to handle point and range operations. This access pattern ...