Checkpoint 1 + 02-09 notes

This commit is contained in:
Oliver Kennedy 2017-02-09 19:51:28 -05:00
parent 55a90da775
commit b1f5ab0ee9
3 changed files with 4 additions and 2 deletions

View file

@ -208,4 +208,4 @@ $> <span style="color: red">SELECT B, C FROM R WHERE A = 1;</span>
$> <span style="color: red">SELECT SUM(B), SUM(C) FROM R;</span>
6|18
</pre>
<p>For this project, your code will not be timed, but you will need to answer some queries with a cap on available memory. You will receive up to 7 points for answering queries successfully, up to 3 additional points for remaining within memory usage bounds, and 5 points awarded as part of a code review after the project deadline.</p>
<p>For this project, your code will not be timed, but you will need to answer some queries with a cap on available memory. You will receive up to 7 points for answering queries successfully, up to 3 additional points for remaining within memory usage bounds, and 5 points awarded as part of a code review after the project deadline.</p>dr

View file

@ -20,7 +20,9 @@ classContent:
notes: slides/2017-02-07-Indexing.pdf
board: slides/2017-02-07-Board.pdf
- date: Feb. 9
topic: Indexes (Overview, Tree Indexes)
topic: Indexes (Tree Indexes)
meta:
board: slides/2017-02-09-Board.pdf
- date: Feb. 14
topic: Indexes (Hash Indexes, Primary/Secondary)
- date: Feb. 16