Skip to content

SherylLuo/Database-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database-Management-System

A database storage engine. The main structure of the engine includes: two kinds of page layout schemes to keep records; heap file data structure to hold pages comprising a relation; buffer pool as a cache for pages brought into memory.

Achieved physical layer implementation of relational algebra operations comprising query plans to process SQL-style queries over out-of-core datasets.

A System-R Style query optimizer that uses dynamic programming and a Greedy optimizer to pick an efficient plan for the query processing engine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages