Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2013-11-29 14:56:45
Size: 443
Editor: 71-87-249-142
Comment:
Revision 3 as of 2013-11-29 15:19:57
Size: 882
Editor: 71-87-249-142
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
=== Option 1 ===
Line 15: Line 17:
    a. recursive queries
    a. join operations
    a. spatial operations
 1. Provide a native Datalog interface to PostgreSQL

=== Option A ===

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

 1. Modeling constraint data in general and as specialized types.
 1. Storing and retrieving the physical data from files - strategy
 1. Interface that accepts index Plugins different types of indexes

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:

  1. providing new data types
  2. providing new operators for the new data types.
    1. recursive queries
    2. join operations
    3. spatial operations
  3. Provide a native Datalog interface to PostgreSQL

Option A

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

  1. Modeling constraint data in general and as specialized types.
  2. Storing and retrieving the physical data from files - strategy
  3. Interface that accepts index Plugins different types of indexes

AdvancedDatabases (last edited 2014-04-02 21:37:21 by host-216-249-114-3)