Advanced Database Systems CPTR 521

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:

  1. providing new data types
  2. providing new operators for the new data types.
    1. recursive queries
    2. join operations
    3. spatial operations

Option 2

Re-create MLPQ from the ground up one layer per project.