Skip to content

skth5199/query-optimiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Optimiser

This project includes a Query Optimizer and an Estimator, that were built for SJDB (A MySQL like database designed by Dr Nicholas Gibbins)

  • The Estimator: src/sjdb/Estimator.java accepts a database logical query and estimates the total cost in terms of disk accesses
  • The Optimizer: src/sjdb/Optimiser.java optimises a given query by pushing down the Selects, creating Joins and adding Projects

About

Query Optimiser built for SJDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages