-
Notifications
You must be signed in to change notification settings - Fork 17
Syllabus2017
fanju1984 edited this page Sep 13, 2018
·
36 revisions
- Project Kick-off
- Example Benchmark
- Evaluation Form
- Mid-term reports:
- Project Reports from Tsinghua Univ: here
- Sample Data:
- ASG (eno char(20), jno char(20), resp char(20) not null, dur int not null) sample
- EMP (eno char(20) primary key, ename char(100) not null, title char(100)) sample
- JOB (jno char(20) primary key, jname char(20) not null, budget float not null, loc char(20) not null) sample
- SAL (title char(100) primary key, sal float not null) sample
- S. Kadambi, J. Chen, B.F. Cooper, D. Lomax, R. Ramakrishnan, A. Silberstein, E. Tam, H. Garcia-Molina. Where in the World Is My Data? Proc. of the VLDB Endowment, 2011 [PDF]