Library Automation and Digital Archive
LONTAR
Fakultas Ilmu Komputer
Universitas Indonesia

Pencarian Sederhana

Find Similar Add to Favorite

Call Number SEM - 359
Collection Type Indeks Artikel prosiding/Sem
Title Efficient and flexible methods for translet versioning of records to avoid locking by read-only transactions (hal 124 - 133)
Author C.Mohan, Hamid Pirahesh, Raymond Lorie;
Publisher Proceedings of the 1992 acm sigmod international conference on management of data san diego,carlifonia june 2-5,1992
Subject
Location
Lokasi : Perpustakaan Fakultas Ilmu Komputer
Nomor Panggil ID Koleksi Status
SEM - 359 TERSEDIA
Tidak ada review pada koleksi ini: 48071
We present effiecient and flexible methods which permit read-only transactions that do not mind reading a possibly slightly old, but still consistent, version of the data base to execute without acquiring locks. this approach avoids the undesirable interferences between such queries and the typically shorter update transactions that cause unnecessary and costly delays. indexed acces by such queries is also supported, unlike by the earlier methods. old versions of records are maintained only in a transient fashion. our methods are characterized by their flexbility ( number of versions maintained and the timing of version switches, supporting partial rollbacks, and different recovery and buffering methods) and their efficiency (logging, garbage collection, version selection, and incremental, record level versioning). distributed data base environments are also supported, including commit protocls with the read-only optimization. we also describe efficient methods for garbage collecting unneeded older versions.