Skip to content

liu298/SimpleDB

Repository files navigation

SimpleDB

This project is aimed at hacking into internals of a simple Database System -- SimpleDB. SimpleDB only implements a small portion of SQL using simple algorithms. This project extends its functions and improves its efficiency.

Functionalities Extension

This project extends SimpleDB SQL, like adding JOIN, AS, adding aggregate operators COUNT, SUM, AVG with a GROUP BY clause, and ORDER BY clause with DESC option.

Optimazition

This project achieved implementing BTree index and selectivity to achieve query optimization, speeding up query procedure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages