-
Notifications
You must be signed in to change notification settings - Fork 0
ScottLiao920/toyDB
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## Unsupported sql syntax: * Table creation & modification (now can only hard code it) * Queries involving implicit cross-joins (select * from A, B) ## Supported syntax: * selection & joins with predicates on pre-defined tables in main.cpp ## Implemented executors: * sequential scan executor (multiple predicates) * nested loop join executor * select executor (to print query result) ## TODO List: * Cost Estimation * Aggregation executors * Table modification executors * Write executor's memory context to disk when it's full * Version Control
About
A toy database to practice c++
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published