Duke DBGroup Logo

CPS 516: Data-intensive Computing Systems, Spring 2015

Course information
Course schedule and notes
Readings
Project
Extra Materials

Announcements

  • Midterm2 will be on March 30.
  • Amazon Web Services (AWS) are available for use in class projects. Contact the TA for any help with AWS.


Course Description

Database systems are going through very interesting and chaotic times. Popular relational database systems like IBM DB2, Microsoft SQLServer, Oracle, and Sybase are struggling to handle the massive scale of data introduced by the Web. Today, companies have to deal with extremely large datasets. Facebook stores, accesses, and analyzes 30+ Petabytes of user-generated data (i.e., 30 x 1,000,000,000,000,000 Bytes!).

A new breed of database systems are emerging to handle data at massive scale. These systems take some of the successful features from conventional relational databases---like run-time query optimization, automated crash recovery, and self-tuning---and make them work at the scale of 100s-1000s of processors and disks. As we move into the world of "big data", many traditional assumptions break, new query and programming interfaces are required, and new computing models will emerge. Did you know that each Google search query can touch up to 2,000 servers that must all execute that query and respond in less than a third of a second?

This course covers a spectrum of topics from core techniques in relational data management to highly-scalable data processing using parallel database systems and MapReduce. The course material will be drawn from textbooks as well as recent research literature. The following topics will be covered.

  • Scalable data processing
    • MapReduce and systems based on MapReduce (Hadoop, Pig, Hive, Spark)
    • Parallel processing
    • Scalable key-value stores (Amazon Dynamo, Google BigTable, HBase)
    • Processing rapid, high-speed data streams (Kafka, Storm, Spark Streaming)
  • Principles of query processing
    • Indexes
    • Query plans and operators
    • Cost-based query optimization
  • Data storage
    • Databases Vs. FileSystems (Google FileSystem, Hadoop Distributed FileSystem)
    • Data layouts (row-stores, column-stores, partitioning, compression)
  • Concurrency control and fault tolerance/recovery
    • Consistency models for data (ACID, Serializability)
    • Write-ahead logging

Prerequisites: An introductory database course will be very helpful. If you have not taken an introductory database course before, please talk to the instructor first. A lot of the material that we cover cannot be found in textbooks. Be prepared to do a fair amount of reading.


Time and Place

10.05-11:20 AM on Mondays and Wednesdays; in the Biological Sciences Building Room Number 130


Books and References

Hadoop: The Definitive Guide, by Tom White. O'Reilly Media. May 2012. (Third edition of the book at Amazon.com)

Database Systems: The Complete Book, by Hector Garcia-Molina, Jeffrey D. Ullman, and Jennifer Widom. Prentice Hall. 2002. (The second edition is available now.)

Readings will be posted on the readings page.


Staff

Instructor: Shivnath Babu
Office: D338 LSRC, Phone: 919-660-6579 (email is recommended)
Office hours: The instructor prefers to have office hours by appointment so that we make the best use of time. Send the instructor an email to fix the meeting time. The office hours will be held in the instructor's office.

TA: Zilong Tan
Office: N007 North Building, Phone: (919)-599-3120
Office hours and venue: 2:00-2:59 PM Mon and 11:00-11:59 AM Thu


Grading

Project50%
Midterm110%
Midterm215%
Final25%

There is a semester-long course project done in four parts (done in groups of three). Details will be presented in class.

The midterm and final exams are not open-book or open-notes. Laptops and other electronic devices are also not allowed. Late work will not be accepted, unless there are documented excuses from a physician or dean.


Honor Code

Under the Duke Honor Code, you are expected to submit your own work in this course, including homeworks, projects, and exams. On many occasions when working on homeworks and projects, it is useful to ask others (the instructor or other students) for hints or debugging help, or to talk generally about the written problems or programming strategies. Such activity is both acceptable and encouraged, but you must indicate in your submission any assistance you received. Any assistance received that is not given proper citation will be considered a violation of the Honor Code. In any event, you are responsible for understanding and being able to explain on your own all written and programming solutions that you submit. The course staff will pursue aggressively all suspected cases of Honor Code violations, and they will be handled through official University channels.