Size: 882
Comment:
|
Size: 1060
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
[[/TeachingNotes|Notes on teaching this course]] |
|
Line 22: | Line 24: |
=== Option A === | === Option 2 === |
Line 29: | Line 31: |
=== Option 3 === In 2014 we opted talk about spatial database systems and worked through GeographicInformationSystems. |
Advanced Database Systems CPTR 521
- Taught Even Winter Semesters
- Prerequisites: CPTR 319, MATH 280
- Main Textbook: Database System Concepts 6th Ed. ISBN: 978-0-07-352332-3
See http://eclass.e.southern.edu for current course information.
Project
Option 1
Extend PostgreSQL to include a constraint layer on top of the physical one by:
- providing new data types
- providing new operators for the new data types.
- recursive queries
- join operations
- spatial operations
- Provide a native Datalog interface to PostgreSQL
Option 2
Re-create MLPQ from the ground up one layer per project.
- Modeling constraint data in general and as specialized types.
- Storing and retrieving the physical data from files - strategy
- Interface that accepts index Plugins different types of indexes
Option 3
In 2014 we opted talk about spatial database systems and worked through GeographicInformationSystems.