Lecture Notes

This commit is contained in:
Oliver Kennedy 2018-02-12 17:18:08 -05:00
parent e1aa1dfb8c
commit ac51b03df3
2 changed files with 8 additions and 6 deletions

View file

@ -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": {
}
},

View file

@ -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,