CS-15-829 D

Paper Write-Up Guidelines

For each required paper on the reading list, please compose a brief write-up. Each write-up should include a short overview and summary of the main idea of the paper, a list of negative points, a list of positive points, and a list of research topics for discussion. Please use the following sample write-up as a guideline:


Access Path Selection in a Relational DBMS

by P.G. Selinger, M.M. Astrahan, D.D. Chamberlin, R.A. Lorie, T.G. Price

One-line summary: Optimize queries by selecting from a tree of possible query step orderings, by using statistics of existing relations, selectivity factors that estimate how many tuples will be returned by a predicate, and appropriately weighted CPU and disk costs of accessing tuples.

Overview/Main Points

Positive points (what I like about this paper)
(provide at least 5)

Negative points (what I don't like about this paper)
(provide at least 5)

Research questions and points for discussion
(provide about 5)


This sample has much borrowed text written by Steve Gribble, Armando Fox, Eric Anderson, and Anastassia Ailamaki.