Skip to content

Stanford CS346 project. A mini relational database with query optimization

Notifications You must be signed in to change notification settings

ejacky/db-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

just my mini database

sample project

course website

part1 : paged file compnent ; 原来就提供。
part2 : record management componet
part3 : indexing component
part4 : system management component
part5 : query lanugage component https://web.stanford.edu/class/cs346/2014/ql.html
part6 : personal extension

install

$ make

debug

generate test

$make testers

gdb

$gdb fp_test1

(gdb)break main
(gdb)break pf_test1:283

(gdb)run

(gdb)step
(gdb)next

(gdb)print fileName

https://ccrma.stanford.edu/~jos/stkintro/Useful_commands_gdb.html

valgrind

plan

xx lab

course info

teacher Chris Re

https://web.stanford.edu/class/cs346/2015/#staff

reference

http://coding-geek.com/how-databases-work/

About

Stanford CS346 project. A mini relational database with query optimization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published