<p>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 produ
Data access patterns: database interactions in object-oriented applications
β Scribed by Clifton Nock
- Publisher
- Addison-Wesley Professional
- Year
- 2003
- Tongue
- English
- Leaves
- 469
- Series
- paperback
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 repeatedly encounter the same relational database access challenges. In Data Access Patterns, Clifton Nock identifies 25 proven solutions, presenting each one in the form of a clear, easy-to-use pattern. These patterns solve an exceptionally wide range of problems including creating efficient database-independent applications, hiding obscure database semantics from users, speeding database resource initialization, simplifying development and maintenance, improving support for concurrency and transactions, and eliminating data access bottlenecks.
π SIMILAR VOLUMES
Collecting the latest research results from the leading researchers in the field of fuzzy object-oriented databases, Advances in Fuzzy Object-Oriented Databases: Modeling and Applications provide a single source for current research and practical applications in fuzzy object-oriented databases. This
An object-oriented learning framework for creating good software design. Bruno Preiss presents readers with a modern, object-oriented perspective for looking at data structures and algorithms, clearly showing how to use polymorphism and inheritance, and including fragments from working and tested p