Skip to content

uyencfi/simpledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDB

A simple RDBMS written in Java. Adapted from Edward Sciore.

Upon the skeleton of SimpleDB, new features are implemented:

  • WHERE predicates: both equality and non-equality
  • Indexing: hash and B+ tree
  • ORDER BY and DISTINCT clauses
  • GROUP BY clauses for simple aggregate functions: SUM, COUNT, AGV, MIN, MAX
  • Join algorithms: Block nested loop, Index based, Sort merge, Hash join
  • Query planner and optimizer

SimpleDB has now turned to SimpleDB+. Let's try to reach SimpleDB++ soon.. 😃

(Credits to CS3223 and Prof Tan. This is unrelated to AWS SimpleDB)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages