About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Publication
RIDE 1992
Conference paper
Intelligent page store for concurrent transaction and query processing
Abstract
An intelligent page store is proposed that provides two paths for accessing data. Update and transaction traffic are presented the current version of the data by the page store. Complex queries against the same data are presented a recent transaction consistent snapshot of the data. Periodically, new snapshots are created for access by new queries. By using an implicit versioning scheme, the page store maintains one copy of most of the data, while providing consistent access. This scheme allows the transaction and query systems to be independently optimized. We show that transaction performance is largely unaffected by concurrent queries, and disks are used efficiently since a query copy of the database is obviated.