Title :
Query optimization and execution plan generation in object-oriented data management systems
Author :
Straube, Dave D. ; Özsu, M. Tamer
Author_Institution :
Microsoft Corp., Redmond, WA, USA
fDate :
4/1/1995 12:00:00 AM
Abstract :
The generation of execution plans for object-oriented database queries is a new and challenging area of study. Unlike relational algebra, a common set of object algebra operators has not been defined. Similarly, a standardized object manager interface analogous to the storage manager interface of relational subsystems does not exist. We define the interface to an object manager whose operations are the executable elements of query execution plans. Parameters to the object manager interface are streams of tuples of object identifiers. The object manager can apply methods and simple predicates to the objects identified in a tuple. Two algorithms for generating such execution plans for queries expressed in an object algebra are presented. The first algorithm runs quickly but may produce inefficient plans. The second algorithm enumerates all possible execution plans and presents them in an efficient, compact representation
Keywords :
algebra; database theory; object-oriented databases; process algebra; query processing; algorithms; compact representation; enumeration; executable elements; execution plan generation; object algebra operators; object identifier tuple streams; object-oriented data management systems; predicates; query execution plans; query optimization; standardized object manager interface; Algebra; Computer Society; Data engineering; Data models; Engineering management; Knowledge management; Object oriented databases; Object oriented modeling; Query processing; Relational databases;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on