Teaching consists of lectures and exercises. Mandatory hand-ins every week, at least 60% of which must be satisfactory to enter the exam.
Kursets varighed:
13-uger
Evalueringsform:
Bedømmelsesform:
Overordnede kursusmål:
The goal of the course is to provide the student with an understanding of the inner workings of modern data storage and retrieval systems. After the course, the student should be able to analyze a given database task, and suggest an alternative implementation if standard database solutions are not efficient. In particular, the student should be able to: analyze and choose among main indexing technologies understand and perform query optimization explain how to do error recovery analyze and apply external memory algorithms
Kursusindhold:
The course will focus on implementation aspects of databases. In particular, we focus on situations where there are large amounts of data, or where advan-ced queries are needed, and show how to implement efficient data structures to address these needs. Among other things, the following topics will be treated: Index structures, error recovery, relational operations, query optimization, external memory algorithms, XML queries, GIS (geographic information systems) databases, and text indexing. The course will consist of two main parts. The first part will treat traditional database implementation topics covered in database textbooks. The second part will focus on algorithmic aspects of large data sets and will be based on surveys and research papers.
Note that this is a theoretical course. There will not be any implementation or exercises using computers.