CS 632: Advanced DBMS

S. Sudarshan

Spring 2011  

Previous offerings: 2010, 2009, 2007, 2006, 2004, 2003, 2002, 2001, 2000, 1999.

End paper and Midsem paper from 2009

About The Course

Reading material will consist primarily of research papers. All students will have to present a research paper of their choice, either from the list below or other papers subject to instructors approval. There will also be two exams (midsem/endsem), assignments, and a course project.

Anyone who does an exceptional course project that has the potential to be a publishable paper is eligible for a straight AA grade. Otherwise the grading breakup would be midsem 25, endsem 40, project 20 and assignments plus seminar presentation 15 (the breakup of these will depend on whether we have individual or joint seminars, which depends on the final enrollment).

Assignments The first set of assignments are on setting up Hadoop and running some simple map-reduce jobs. These will be in groups of two. Watch the moodle page for assignment details.

Project This year the project is mandatorily an implementation oriented project, unlike previous years where a literature survey was acceptable as a project. (You may still need to do some literature survey to figure out your project though.) Projects should be done in groups of 2.

A basic project will take any of the papers we study in the course, or other related papers, and implement the algorithms in the paper, and do a very basic performance study. However, I would expect most projects to improve upon existing techniques.

A more advanced project would take a problem specification for which no solution is publicly available, figure out how to solve it, and implement the solution.

Textbook (for background material only)

Database System Concepts, 6th Ed.
Avi Silberschatz, Hank Korth, and S. Sudarshan. McGraw Hill, 2010.
(book home page)

    Query Optimization

  1. Rule-Based Query Optimization using the Volcano Framework.
    Chapter 2 from Multiquery Optimization and Applications,
    Prasan Roy, PhD thesis, IIT Bombay, 2000.
    Talk (ppt) (Jan 4, 2011)
  2. Efficient and Extensible Algorithms for Multi-Query Optimization,
    Prasan Roy, S. Seshadri, S. Sudarshan, and Siddhesh Bhobhe,
    In ACM SIGMOD Conf. on the Management of Data., 2000.
    Talk (ppt) (Jan 7/11, 2011)
  3. Rewriting Procedures for Batched Bindings
    Ravindra Guravannavar and S. Sudarshan, VLDB 2008
    Talk (ppt) (11/18 Jan 2011)
    Related papers, not required reading:
  4. Query Processing for SQL Updates
    Cesar A. Galindo-Legaria, Stefano Stefani, Florian Waas
    SIGMOD Conference 2004: 844-849
    talk (ppt) (21 Jan 2011)
  5. Introduction to Hadoop, to get you started on the first assignment. Map Reduce Talk and Cloud Data Stores Talk

    Adaptive Query Processing

  6. Eddies: Continuously Adaptive Query Processing,
    Avnur and Hellerstein, SIGMOD 2000.
    (Talk (ppt)) (taken from http://web.cs.wpi.edu/~cs561/s05/talks/eddy-sigmod00-cs561.ppt)
    (Adaptive Query Processing using Eddies (ppt) by Amol Deshpande) (Jan 25, 2011)
  7. Robust Query Processing through Progressive Optimization,
    Volker Markl, Vijayshankar Raman, David E. Simmen, Guy M. Lohman, Hamid Pirahesh, SIGMOD 2004: 659-670
    Talk (ppt) (Jan 28, 2011)

    Massively Parallel Database/Storage Systems

  8. Background reading: The parallel database chapter and the distributed database chapter from DB Concepts.
    Slides: Chapter 18: Parallel Databases, and Chapter 19: Distributed Databases (plus 3PC, not available on book site) (Feb 1, 2011)
  9. Hyracks: A Flexible and Extensible Foundation for Data-Intensive Computing
    Vinayak Borkar, Michael Carey, Raman Grover, Nicola Onose, Rares Vernica
    (Talk (pptx)) by Vinayak Borkar (Feb 4, 2011)
    Related papers, not required reading:
  10. Bigtable: A Distributed Storage System for Structured Data
    Fay Chang, Jeffrey Dean, Sanjay Ghemawat, Wilson C. Hsieh, Deborah A. Wallach, Mike Burrows, Tushar Chandra, Andrew Fikes, and Robert E. Gruber, OSDI 06)
    Video of talk by Jeff Dean: Local mp4 copy OR on video.google.com
    Talk (ppt) (Feb 8, 2011)
    Related papers, not required reading:
  11. PNUTS: Yahoo!'s Hosted Data Serving Platform,
    Brian F. Cooper, Raghu Ramakrishnan, Utkarsh Srivastava, Adam Silberstein, Philip Bohannon, Hans-Arno Jacobsen, Nick Puz, Daniel Weaver and Ramana Yerneni.
    VLDB (industry track) 2008.
    VLDB Talk by Brian Cooper (ppt) (Feb 11, 2010)
    Related papers, not required reading:
  12. Asynchronous view maintenance for VLSD databases
    Parag Agrawal, Adam Silberstein, Brian F. Cooper, Utkarsh Srivastava, Raghu Ramakrishnan, SIGMOD 2009
    Talk from 2011 (odp) and (pdf) Prashant Jaiswal and Ketan Mav (Feb 15, 2011)
    Old talk from 2010 (ppt)
    Related papers, not required reading:
  13. Pregel: a system for large-scale graph processing
    Grzegorz Malewicz, Matthew H. Austern, Aart J.C Bik, James C. Dehnert, Ilan Horn, Naty Leiser, Grzegorz Czajkowski, SIGMOD 2010.
    Talk (pptx) by (Gaurav Malpani and Mayank Singhal) (Feb 18, 2011)
    Related papers, not required reading:

    Week of 21-26 Feb: Midsemester Exam (on Feb 26)

    The list of papers below will get refined as we go along in 2011.

  14. SCOPE: Easy and Efficient Parallel Processing of Massive Data Sets
    Ronnie Chaiken, Bob Jenkins, Per-Åke Larson, Bill Ramsey, Darren Shakib, Simon Weaver, and Jingren Zhou,
    VLDB 2008
    Talk (pptx) by Sapna Jain and R. Gokilavani (Mar 4, 2011)
    Related papers, not required reading:

    IR and DB

  15. Keyword Searching and Browsing in Databases using BANKS
    Gaurav Bhalotia, Charuta Nakhe, Arvind Hulgeri, Soumen Chakrabarti and S. Sudarshan, ICDE 2002
    (Long talk by Sudarshan, ppt), (Short talk by Ramdas, pdf) (Mar 1, 2011)

    Related papers, not required reading:

    Database Testing

  16. Reverse Query Processing
    Carsten Binnig, Donald Kossmann and Eric Lo, ICDE 2007,
    Talk (pptx) by Ankit Shah and Bikash Chandra (Mar 8, 2011)
    Old talk from 2010
    Related papers, not required reading:
  17. Generating Test Data for Killing SQL Mutants: A Constraint-based Approach,
    Shetal Shah, S. Sudarshan, Suhas Kajbaje, Sandeep Patidar, Bhanu Pratap Gupta, Devang Vira, ICDE 2011 (to appear)
    Talk (ppt) (Mar 11, 2011)
    Related papers, not required reading:
  18. Automating the Detection of Snapshot Isolation Anomalies
    Sudhir Jorwekar, Alan Fekete, Krithi Ramamritham, S. Sudarshan
    VLDB 2007: 1263-1274
    Talk (in ppt, but created in OO) by Rupesh Bende and Viraj Churi (Mar 15, 2011)
    Old talk from 2010
    Related papers, not required reading:

    Peer to Peer Systems

  19. Chord: A Scalable Peer-to-Peer Lookup Service for Internet Applications,
    I. Stoica, R. Morris, D. Karger, M. Frans Kaashoek, H. Balakrishnan,
    In Proc. ACM SIGCOMM 2001. Expanded version appears in IEEE/ACM Trans. Networking, 11(1), February 2003.
    P2P overview talk (in pdf) and
    Talk (pptx) by Anirban Basumallik and Somdas Bandyopadhyay (Mar 18, 2011))
    Old talk from 2010
    Related papers, not required reading:

    Applications of Declarative Programming

  20. Ajax-based report pages as incrementally rendered views
    Yupeng Fu, Keith Kowalczykowski, Kian Win Ong, Yannis Papakonstantinou, Kevin Keliang Zhao , SIGMOD 2010
    Talk (pptx) by Anjali Singhal and Manisha Naik Gaonkar (Mar 22, 2011)
    Related papers, not required reading:
  21. Scalability for Virtual Worlds
    Nitin Gupta, Alan J. Demers, Johannes Gehrke, Philipp Unterbrunner, Walker M. White
    ICDE 2009
    Talk (ppt) by Siddharth Chinoy and Zibran Shaikh (Mar 22, 2011)
    Related papers, not required reading:

    Data Streams and Publish/Subscribe

  22. Monitoring Streams - A New Class of Data Management Applications,
    Donald Carney, Ugur Çetintemel, Mitch Cherniack, Christian Convey, Sangdon Lee, Greg Seidman, Michael Stonebraker, Nesime Tatbul, Stanley B. Zdonik
    VLDB 2002: 215-226
    Talk (pptx) by Joydip Datta and Debarghya Majumdar (Mar 25, 2011)
    You must also read this talk: (PODS 2002 talk by Motwani)
    Related papers, not required reading

    Column Stores

  23. Column-stores vs. row-stores: how different are they really?
    Daniel J. Abadi, Samuel Madden, Nabil Hachem:
    SIGMOD Conference 2008: 967-980
    Talk from 2010 and Talk from 2011 (ppt) by Paresh Modak and Souman Mandal (Mar 29, 2011).
    See also VLDB 09 tutorial on column stores by Hariozopoulos, Abadi and Boncz

    Security and Privacy

  24. Redundancy and Information Leakage in Fine-Grained Access Control,
    Govind Kabra, Ravishankar Ramamurthy and S. Sudarshan
    Talk from 2010 and Talk from 2011 (ppt) by Sriharsa Mohapatra and Dileep Singh (Mar 29, 2011)
    Also: SIGMOD Talk, Overview of database security and an Overview of Finegrained Authorization


    Other interesting papers on privacy, not covered this year:

    XML Query Processing

  25. Structural Joins: A Primitive for Efficient XML Query Pattern Matching,
    D. Srivastava, S. Al-Khalifa, H.V. Jagadish, N. Koudas, J.M. Patel, Y.Wu, ICDE 2002.
    Talk (odp) April 1, 2011
    Related papers, not required reading:

    Uncertain and Probabilistic Data

  26. OLAP Over Uncertain and Imprecise Data Douglas Burdick, Prasad Deshpande, T. S. Jayram, Raghu Ramakrishnan and Shivakumar Vaithyanathan, VLDB 2005
    (Talk: Olap basics(pdf) and OLAP on uncertain/imprecise data (Talk from 2011 in ppt),
    Talk1 from 2010 in (pdf) ) and Talk 2 in odp and in ppt
    and by T. S. Jayram April 5, 2011
    (Related material if you are interested, but not part of CS632:
  27. Current research directions in data management: A discussion (8 April 2011)