Skip to content

Syllabus2017

fanju1984 edited this page Sep 13, 2018 · 36 revisions

Lecture Notes (Fall 2017)

Introduction

Distributed Database Design

Query Processing

04. Transaction Management

05. Distributed Concurrency Control

06. Distributed DBMS Reliability

Course Project

  • Project Kick-off
  • Example Benchmark
  • Evaluation Form
  • Mid-term reports:
    • Group 1 (Team Leader: Chuanwen Li): report
    • Group 2 (Team Leader: Guodong Jin): report
  • 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

Course Project Evaluation

Reading List

Distributed Database Design

  • 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]