189 citations found. Retrieving documents...
C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz. Aries: a transaction recovery method supporting fine- granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1):94--162, 1992.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:

First 50 documents  Next 50

Managing Large Multidimensional Datasets Inside A Database System - Chakrabarti (2001)   (Correct)

....problem, we describe the lock requirements of each of these and present the algorithms used to acquire the necessary locks. The lock protocols assumes the presence of a standard LM which supports all the MGL locks modes (as shown in Table 6. 1) as well as conditional and unconditional lock options [96]. Furthermore, locks can be held for different durations, namely, instant, short and commit durations [96] While describing the lock requirements of various operations for phantom protection, we assume the presence of some protocol for preserving the physical consistency of the tree structure in ....

....necessary locks. The lock protocols assumes the presence of a standard LM which supports all the MGL locks modes (as shown in Table 6. 1) as well as conditional and unconditional lock options [96] Furthermore, locks can be held for different durations, namely, instant, short and commit durations [96]. While describing the lock requirements of various operations for phantom protection, we assume the presence of some protocol for preserving the physical consistency of the tree structure in presence of concurrent operations. The lock protocol presented in this chapter guarantees phantom ....

C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz. ARIES: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM TODS, Vol. 17, No. 1:94--162, March 1992.


Phoenix Project: Fault-Tolerant Applications - Roger Barga David (2002)   (2 citations)  (Correct)

....We prove the recovery procedure correct, assuming that the redo test selects a set U of operations from the log to redo, and that the complement I of this set explains the exposed values in the state. Many real redo recovery algorithms can be modeled in our theory, e.g. LSN based techniques [MHLPS92]. These support recovery exactly by keeping invariant the correctness condition for our recovery procedure. This invariant becomes the contract that must exist between state installation and recovery in order for the phases of normal operation before a crash and system recovery after a crash to ....

C.Mohan,et al. ARIES: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM TODS 17,1 (Mar. 1992)


Versioned Backups and Index Concurrency - Lomet, Salzberg   (Correct)

....already efficient and can act as a background process without disturbing ongoing transactions. Rdb [JoRo] for example, takes advantage of its snapshot files which contain some old versions of records to copy the database as of the start of the backup process without setting database locks. ARIES [MHLPS] describes the fuzzy image copy or fuzzy archive dump which can be done on line either incrementally (using the transaction system s buffers) or else copying directly from the nonvolatile storage version of the object. Such a backup contains old versions of records. But no use is normally made of ....

Mohan, C., Haderle, D., Lindsay, B., Pirahesh, H., Schwarz, P., "ARIES: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollbacks Using Write-Ahead Logging," to appear in ACM Transactions on Database Systems.


Lachesis: Robust Database Storage Management Based on.. - Schindler, Ailamaki.. (2003)   (2 citations)  (Correct)

.... a Lachesis prototype in the latest supported release (interim release2) of the Shore storage manager [5] Shore consists of several key components, including a volume manager for storing individual pages, a buffer pool manager, lock and transaction managers, and an ARIES style recovery subsystem [25]. Shore s basic allocation unit is called an extent and each extent s metadata, located at the beginning of the volume, identifies which of its pages are used. Conventional access , buffer prefetch size inefficient I O1 I , o2 I , o3 I Device optbnized access efficient I O #1 ] access time ....

C. Mohan, Donald J. Haderie, Bruce G. Lindsay, Hamid Pirahesh, and Peter M. Schwarz. ARIES: a transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1):94162, March 1992.


Segmented Fuzzy Checkpointing for Main Memory Databases - Lin, Dunham (1996)   (Correct)

....to perform fuzzy checkpointing. One approach records the status of the database (e.g. dirtypages table and list of active transactions) in the checkpointrecords in the log during normal processing, and uses the content of the checkpoint records to decide a proper redopoint in case of a failure [16]. Due to the huge amount of main memory and the high transaction processing rate in MMDBs, the number of dirty pages generated is expected to be very large. As a result, the information to be stored in the checkpoint records will be large as well. This incurs too much overhead. Another approach ....

....to the log to encapsulate the effect of the checkpoint interval. Notice that the above conditions are only the sufficient conditions. Other fuzzy checkpointing schemes might not satisfy all of those conditions but could still construct a complete checkpoint interval, for example, [16]. However, these conditions are sufficient to prove the correctness of SFC. 4 SEGMENTED FUZZY CHECKPOINTING (SFC) The idea behind SFC is rather simple: overlapping checkpoint intervals. In the CFC algorithm discussed earlier, any two adjacent complete checkpoint intervals are divided by a ....

Mohan, C., Haderle, D., Lindsay, B., Pirahesh, H., and Schwarz, P. ARIES: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems 17, 1 (Mar. 1992).


Online, Non-blocking Relational Schema Changes - Loland, Hvasshovd (2006)   (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz. Aries: a transaction recovery method supporting fine- granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1):94--162, 1992.


Optimistic Intra-Transaction Parallelism - On Chip Multiprocessors (2005)   (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz. ARIES: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollbacks Using Write-Ahead Logging. ACM TODS, March 1992. 20


C-Store: A Column-oriented DBMS - Mike Stonebraker Daniel (2005)   (Correct)

No context found.

C. Mohan et. al: ARIES: A Transaction Recovery Method Supporting Fine-granularity Locking and Partial Rollbacks Using Write-ahead Logging. TODS, March 1992.


Achieving Bounded and Predictable Recovery Using Real-Time.. - Shu, Stankovic, Son (2004)   (Correct)

No context found.

Mohan, C., Haderle, D., Lindsay, B., Pirahesh, H. and Schwartz, P. (1992) ARIES: a transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Trans. Database Syst., 17(1).


Design and Implementation of Storage Manager in Main Memory.. - Jung, Lee (2003)   (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz. Aries: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, , 17(1), 1992.


Clotho: Decoupling Memory Page Layout from Storage.. - Shao, Schindler.. (2004)   (Correct)

No context found.

C. Mohan et al. ARIES: a transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1):94--162, March 1992.


Design and Implementation of Storage Manager in Main Memory.. - Jung, Lee (2003)   (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz. Aries: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, , 17(1), 1992.


Implementing Storage Manager in Main Memory DBMS ALTIBASE™ - Jung, Lee, Bae   (Correct)

No context found.

C. Mohan, Don Haderle, Bruce Lindsay, Hamid Pirahesh, and Peter Schwarz. Aries: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems,, 17(1), 1992.


File System Support for Delta Compression - Joshua Macdonald University (2000)   (25 citations)  (Correct)

No context found.

MOHAN, C., HADERLE, D., LINDSAY, B., PIRAHESH, H., AND SCHWARZ, P. ARIES: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems 17, 1 (Mar. 1992), 94--162.


Recovery Guarantees for Internet Applications - Roger Barga David   (1 citation)  (Correct)

No context found.

C. Mohan, et al: ARIES: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollback Using Write-Ahead Logging, ACM Transactions on Database Systems Vol.17 No.1, 1992, pp. 94-162.


Clotho: Decoupling Memory Page Layout from Storage.. - Shao, Schindler.. (2004)   (Correct)

No context found.

C. Mohan et al. ARIES: a transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1):94--162, March 1992.


Lachesis: Robust Database Storage Management Based on.. - Schindler, Ailamaki.. (2003)   (2 citations)  (Correct)

No context found.

C. Mohan, Donald J. Haderle, Bruce G. Lindsay, Hamid Pirahesh, and Peter M. Schwarz. ARIES: a transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1):94--162, March 1992.


Natix: A Technology Overview - Thorsten Fiebig Sven (2002)   (Correct)

No context found.

C. Mohan, Don Haderle, Bruce Lindsay, Hamid Pirahesh, and Peter Schwarz. ARIES: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1):94--162, March 1992.


A Review of the Rationale and Architectures of PJama: a.. - Atkinson, Jordan (2000)   (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirashesh, and P. Schwarz. ARIES : A Transaction Recovery Method supporting Fine-granularity Locking and Partial Rollbacks using Write-Ahead Logging. ACM Transactions on Database Systems, 17(1):94--162, March 1992. 92


The Data Management Problem in Post-PC Devices and a Solution - Gummadi, Katz (2000)   (Correct)

No context found.

Mohan, C., Haderle, D., Lindsay, B., Pirahesh, H., and Schwarz, P. ARIES: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollbacks Using Write-Ahead Logging. ACM Transactions on Database Systems. 17(1): 94-162, 1992.


Achieving Bounded and Predictable Recovery Using Real-Time.. - Shu, Stankovic, Son (2002)   (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwartz. ARIES: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Transactions on Database Systems, 17(1), March 1992.


The Case for Log Structuring in Database Systems - David Lomet Microsoft (1995)   (3 citations)  (Correct)

No context found.

Mohan, C., Haderle, D., Lindsay, B., Pirahesh, H., and Schwarz, P. ARIES: A transaction recovery method supporting fine-granularity locking and partial rollbacks using write-ahead logging. ACM Trans. on Database Systems 17,1 (March 1992) 94-162.


Two-Stage Transaction Processing in Client-Server DBMSs - Vinay Kanitkar And   (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz. ARIES: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollbacks using Write-Ahead Logging. ACM--Transactions on Database Systems, 17(1):94--162, March 1992.


An Adaptive Data-Shipping Architecture for Client Caching .. - Voruganti, Özsu, Unrau (2003)   (Correct)

No context found.

Mohan, C., D. Haderle, B. Lindsay, H. Pirahesh, and P. Schwarz: 1992, `ARIES: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollbacks Using Write-Ahead Logging'. ACM Transactions on Database Systems 17(1), 94--162.


Safe Class and Data Evolution in Large and Long-Lived Java.. - Dmitriev (2001)   (10 citations)  (Correct)

No context found.

C. Mohan, D. Haderle, B. Lindsay, H. Pirashesh, and P. Schwarz. ARIES : A Transaction Recovery Method supporting Fine-granularity Locking and Partial Rollbacks using Write-Ahead Logging. ACM Transactions on Database Systems, 17(1):94--162, March 1992.

First 50 documents  Next 50

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC