From ac51b03df36cff66a2236f3665bce39d4c60e507 Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Mon, 12 Feb 2018 17:18:08 -0500 Subject: [PATCH] Lecture Notes --- db/teaching/cse4_562/2018sp/schedule.json | 12 +++++++----- slides/cse4562sp2018/2018-02-12-Algorithms.html | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/db/teaching/cse4_562/2018sp/schedule.json b/db/teaching/cse4_562/2018sp/schedule.json index ef8e2661..06fb7f73 100644 --- a/db/teaching/cse4_562/2018sp/schedule.json +++ b/db/teaching/cse4_562/2018sp/schedule.json @@ -61,15 +61,17 @@ "date": "Feb 12", "type": "Lecture", "due": "", - "topic": "Extended RA and Join Algorithms", + "topic": "Query Evaluation", "materials": { + "slides" : "https://odin.cse.buffalo.edu/slides/cse4562sp2018/2018-02-12-Algorithms.html", + "print" : "https://odin.cse.buffalo.edu/slides/cse4562sp2018/2018-02-12-Algorithms.html?print-pdf" } }, { "date": "Feb 14", "type": "Lecture", "due": "", - "topic": "Indexing (Intro + Tree Indexes)", + "topic": "Extended Relational Algebra", "materials": { } }, @@ -85,7 +87,7 @@ "date": "Feb 19", "type": "Lecture", "due": "", - "topic": "Indexing (Hash Indexes + Learned Indexes)", + "topic": "Indexing (Intro + Tree Indexes)", "materials": { } }, @@ -93,7 +95,7 @@ "date": "Feb 21", "type": "Practicum", "due": "", - "topic": "Project 2 and Volcano Operators", + "topic": "Project 2", "materials": { } }, @@ -101,7 +103,7 @@ "date": "Feb 23", "type": "Lecture", "due": "Checkpoint 1", - "topic": "Memory-Hierarchy-Aware Algorithms", + "topic": "Indexing (Hash Indexes + Learned Indexes)", "materials": { } }, diff --git a/slides/cse4562sp2018/2018-02-12-Algorithms.html b/slides/cse4562sp2018/2018-02-12-Algorithms.html index 03f6c8f8..80b4c7f2 100644 --- a/slides/cse4562sp2018/2018-02-12-Algorithms.html +++ b/slides/cse4562sp2018/2018-02-12-Algorithms.html @@ -374,7 +374,7 @@ // Full list of configuration options available at: // https://github.com/hakimel/../reveal.js#configuration Reveal.initialize({ - controls: false, + controls: true, progress: true, history: true, center: true,