i paid for an expedite mail service and never arrived on time. this caused me to drop my class since i didn't have a book to read.
Index Data Structures in Object-Oriented Databases
β Scribed by Thomas A. Mueck, Martin L. Polaschek (auth.)
- Publisher
- Springer US
- Year
- 1997
- Tongue
- English
- Leaves
- 185
- Series
- Advances in Database Systems 7
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Object-oriented database management systems (OODBMS) are used to impleΒ ment and maintain large object databases on persistent storage. Regardless whether the underlying database model follows the object-oriented, the relaΒ tional or the object-relational paradigm, a key feature of any DBMS product is content based access to data sets. On the one hand this feature provides user-friendly query interfaces based on predicates to describe the desired data. On the other hand it poses challenging questions regarding DBMS design and implementation as well as the application development process on top of the DBMS. The reason for the latter is that the actual query performance depends on a technically meaningful use of access support mechanisms. In particular, if chosen and applied properly, such a mechanism speeds up the execution of predicate based queries. In the object-oriented world, such queries may involve arbitrarily complex terms referring to inheritance hierarchies and aggregation paths. These features are attractive at the application level, however, they increase the complexity of appropriate access support mechanisms which are known to be technically non-trivial in the relational world.
β¦ Table of Contents
Front Matter....Pages i-viii
Introduction....Pages 1-6
Database Model....Pages 7-28
Data Structures and Indexing....Pages 29-84
Type Hierarchy Indexing....Pages 85-122
Aggregation Path Indexing....Pages 123-140
Collection Operations....Pages 141-150
Performance Analysis β An Example....Pages 151-164
Back Matter....Pages 165-177
β¦ Subjects
Data Structures, Cryptology and Information Theory; Data Structures; Information Storage and Retrieval; Multimedia Information Systems
π SIMILAR VOLUMES
Efficient, high-quality data access code is crucial to the performance and usability of virtually any enterprise application-and there's no better way to improve an existing system than to optimize its data access code. Regardless of database engine, platform, language, or application, developers re
<p>This book provides a broad coverage of fundamental and advanced conΒ cepts of data structures and algorithms. The material presented includes a treatment of elementary data structures such as arrays, lists, stacks, and trees, as well as newer structures that have emerged to support the processΒ i
This book teaches the classic data structures with an informal, yet rigorous, approach; it includes the appropriate object-oriented concepts and makes use of the appropriate Java constructs.
The updated and revised Object-Oriented Data Structures Using Java, Fourth Edition is an essential resource for students learning data structures using the Java programming language. It presents both the traditional and modern data structure topics with an emphasis on problem-solving and object-orie