Caching for object database management systems |
|
Caching is the retention of data, usually in the application, to minimize network traffic flow and/or disk access. With transparent persistence, caching is often set up as part of the application work space. With this cache, there is no need for the application to explicitly move objects from disk. They move from disk storage automatically into program memory. This is either as a result of a query or from traversing the graph structure. For an animation that demonstrates this caching, see transparent persistence (new window). Caching for an ODBMS is similar in many respects as is caching for object-relational mapping. The exception is that that caching for object-relational mapping can have problems with cache synchronization (new window). This problem not occur with ODBMSs because the cache is tightly integrated with the ODBMS server. ODBMSs provide the lowest cost for development and best performance combination when using objects because they store objects on disk and have the transparent program integration with object programming languages. Performance is enhanced by storing objects directly on disk which eliminates impedance mismatch (new window). Development costs are reduced because there is no need to program the caching for the application programs and there is only one model to develop (new window).
Read more free articles on this siteThere are nearly 400 pages of articles on this site with over 50 pages on object-oriented database management systems. Search this site for more articles
Custom Search
Browse this site for more articlesClick on the topics below to browse the articles on this site.The arrows show the path to the current article: Caching for object database management systems.
Related recent articles from Google News
More related news: "object database" OR "object-oriented... - Google News Related books at Amazon.com
More related books: Search Amazon.com for object database
Copyright © 2000-2009 Barry & Associates,
Inc. All Rights Reserved.
|
|
|