Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
teaching:infoh417 [2018/10/19 07:52]
svsummer
teaching:infoh417 [2018/10/24 15:45]
svsummer [COURSE TRAJECTORY]
Line 65: Line 65:
  
   * A summary of [[:​teaching:​infoh417:​logicalopt-additional|common questions and answers, mistakes and questions regarding the optimization of logical query plans]] is also available.   * A summary of [[:​teaching:​infoh417:​logicalopt-additional|common questions and answers, mistakes and questions regarding the optimization of logical query plans]] is also available.
- * During lecture 2 ({{:​teaching:​infoh417:​slides-lect2.pdf|slides}}),​ we study optimization of the select-project-join expressions (see {{:​teaching:​infoh417:​conjunctive_eng.pdf|course notes}} for the full optimization algorithm and its correctness). In addition, we discuss popular heuristics for improving general logical query plans: see chapter 16, section 16.3.3 in the book which discusses the simple (but very important) logical optimizations of “pushing” selections and projections;​ and recognizing joins, based on the algebraic equalities from section 16.2. 
  
-  * You are expected to solve exercises 1.1, 3.1, 4.1, 5, 6, and 8.1 of the {{:​teaching:​infoh417:​02-logicalopt-ex.pdf|optimization exercises}} ​ by the exercise session of friday, october 5. You are strongly advised to also try exercises 2, 3, and 4, although these exercises will not be corrected during that session. The remaining exercises give extra exercise possibilities. 
- 
-  * A summary of [[:​teaching:​infoh417:​logicalopt-additional|common questions and answers, mistakes and questions regarding the optimization of logical query plans]] is also available. 
   * The {{:​teaching:​infoh417:​02_-_logicalopt-sol-slides.pdf|solutions}} of the optimization exercises are online.   * The {{:​teaching:​infoh417:​02_-_logicalopt-sol-slides.pdf|solutions}} of the optimization exercises are online.
  
Line 87: Line 83:
  
   * During Lecture 4 ({{:​teaching:​infoh417:​slides-lect4-part1.pdf|slides part I}}, {{:​teaching:​infoh417:​slides-lect4-part2.pdf|slides part II}}, {{:​teaching:​infoh417:​slides-ch13-indexstruc.odp|slides part I in OpenOffice Impress format}}) we have studied index structures based on hashing, and discussed the typical architecture of a DBMS. The details are found in section 14.3 and 15.7 in the book.   * During Lecture 4 ({{:​teaching:​infoh417:​slides-lect4-part1.pdf|slides part I}}, {{:​teaching:​infoh417:​slides-lect4-part2.pdf|slides part II}}, {{:​teaching:​infoh417:​slides-ch13-indexstruc.odp|slides part I in OpenOffice Impress format}}) we have studied index structures based on hashing, and discussed the typical architecture of a DBMS. The details are found in section 14.3 and 15.7 in the book.
-  ​+ 
 +==== Lecture 5: Multidimensional Index Structures ==== 
 + 
 +  * During lecture 5 ({{:​teaching:​infoh417:​slides-lect5.pdf|slides}}) we study various index structures that deal gracefully with multidimensional search keys. The details may be found in sections 14.4-14.6, pages 661-688 (in the international edition) or pages 649-676 (in the new international edition) of the book.
  
 
teaching/infoh417.txt · Last modified: 2020/09/10 08:46 by svsummer