JPS6310252A - ログ・デ−タを管理する方法 - Google Patents

ログ・デ−タを管理する方法

Info

Publication number
JPS6310252A
JPS6310252A JP62150368A JP15036887A JPS6310252A JP S6310252 A JPS6310252 A JP S6310252A JP 62150368 A JP62150368 A JP 62150368A JP 15036887 A JP15036887 A JP 15036887A JP S6310252 A JPS6310252 A JP S6310252A
Authority
JP
Japan
Prior art keywords
recovery
transaction
resource
data
log
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP62150368A
Other languages
English (en)
Other versions
JPH0560617B2 (ja
Inventor
ケネス・ミカエル・カプルカ
ホリー・アン・レイダ
ジミー・ポール・ストリックランド
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of JPS6310252A publication Critical patent/JPS6310252A/ja
Publication of JPH0560617B2 publication Critical patent/JPH0560617B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2358Change logging, detection, and notification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1471Saving, restoring, recovering or retrying involving logging of persistent data for recovery
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/87Monitoring of transactions

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。

Description

【発明の詳細な説明】 A、産業上の利用分野 本発明は、同時に実行される複数の障害独立性のある(
failure −1ndependent)処理が共
通のログを共用するトランザクション向はシステム(t
rausaction −oriented syst
em)において、アクセスされ処理されなければならな
いログ・データの鷲を減少するもしくは効率的に管理す
る方法に関する。
B、従来技術 アジソンーウエスレイ出版株式会社刊C,J。
デート著「データ・ベース・システム入門」第1巻、第
4版(著作権1986)第18章(C,J。
Date、 An Introduction to 
Data Ba5e Systems”。
Vol、1.4 th Edition、 Addis
on −Vesley Publishing Co、
、 Copyrightl 986 、 Ch、  1
8)に述べられているように、「トランザクション」と
はすべての中間点で必ずしも整合性が保持される必要の
ない、回復可能な資源の整合状態を他の整合状態に変更
する一連の動作を指す作業の論理単位である。この説明
では、データ・ベースは回復可能な資源の代表的例であ
る。
トランザクション処理を支援するシステムは、トランザ
クションがデータ・ベースに対しである更新を実行し、
トランザクションが正常の終了に達する前に障害が生じ
たときには、この更新を無効にする(元の状態に戻す)
ことを保証する。従って、そのトランザクションはその
全体が実行し直されるか、全体が取消される。トランザ
クションはアプリケーションが指定する動作シーケンス
の実行であるから、これは特定のBEGIN (開始)
トランザクション動作で開始し、COMMIT(確約)
動作もしくはABORT (打切り)動作で終る。CO
MMIT及びABORT動作は処理の単位性(ato+
wicity)を与える手掛りとなる。
COMMIT動作はいくつかの属性を有する。
先ずこれはトランザクション成功裡に終了したことを示
す、第2に、そのデータ・ベースが整合状態にあること
を示す。最後にCOMMIT動作はその作業単位によっ
てなされたすべての更新が現在コミットできること即ち
永続的なものとして確約できることを示す。これに対し
てABORT動作はトランザクションが不成功に終った
ことを示す。即ち、ABORTは障害が生じたこと、デ
ータ・ベースが不整合状態にあること、及びこのトラン
ザクションによってなされたすべての更新を復元(ロー
ルバック)する、即ち、無効にする必要があることを示
す。
トランザクションは、記憶プログラム制御型システムで
実行され、このようなシステムの論理的及び物理的付帯
物は資源と呼ばれている。又このようなシステムは「処
理」モードか、障害発生の場合には「回復」モードで動
作するものと考えることができる。資源へのアクセス及
び資源の操作の制御はオペレーティング・システム(O
8)ソフトウェアによって実行される。これ等は資源マ
ネジャ(資源管理プログラム)と呼ばれる。同じように
トランザクション向は処理動作及びトランザクション向
は回復動作は[トランザクション処理」及び「回復マネ
ジャ」と呼ばれるOSソフトウェアによって管理される
アジソンーウエスレイ出版株式会社列ダイチル著「オペ
レーティング・システム入門」改訂第1版(著作権19
84)第103−108頁(Dsitel。
“An Introduction to Opera
ting Systems、”Revised Ist
 Edition Addison−vesleyPu
blishing Co、、 Copyright 1
984 、 pp、 103−108)に指摘されてい
るように、資源マネジャはモニタとして考えることもで
きる。モニタは特定の共用資源もしくは共用資源群の割
当てを遂行するのに必要なデータと手順の両方を含む同
時実行機構である。即ち、モニタはいくつかの処理間で
データの安全な効率的な共用を可能にする機構である。
トランザクション向はデータ・ベース・システムでは、
データ・ベースに対するすべての変更は中断時の回復を
支援するログ(経過記録)に書込まれる。各トランザク
ションはBEGIN、COMMIT、ABORT、もし
くはENDの基本動作を使用して、各トランザクション
をCOMPLETION (完了) 、UNDO(Fl
y効) もL<はREDO(再実行)に分ける。
チェックポイント・レコードはそのチェックポイントの
時点で生きているすべてのトランザクション及び各トラ
ンザクションの最新のログ・レコードのログ・アドレス
を含むリストである。そのレコードがREDOに使用さ
れるトランザクションは、最後のチェックポイントと障
害の発生時点間で終了(コミット)されたトランザクシ
ョンである。これに対し、そのレコードがUNDOに使
用されるトランザクションは障害の発生時点で終了して
いないトランザクションである。従ってREDOはトラ
ンザクションを最新のCOMMIT点に戻すこと及び変
更をログに書込むことを必要とするが、UNDOはトラ
ンザクションをB E GIN点に戻す必要がある。
トランザクションは作業の単位だけでなく1回復の単載
(UP)をも定義することを理解されたい。システムに
とっては再開始動作即ち回復時にどのトランザクション
がUNDOで、どのトランザクジョンがREDoである
かを知る必要である。
予定の時間に取ったスナップショットもしくはチェック
ポイント・レコードはチェックポイントの時点で進行中
であったすべてのトランザクションを確実にリストする
。従って障害が発生した時点に依存して、システムはロ
グを逆方向にたどって作業することによってUNDOリ
スト及びREDOリストを構成でき、それUNDOリス
ト中のトランザクションを無効にし、又再び順方向に作
業を行ってREDoリスト中のトランザクションを再実
行する。すべてのこのような回復活動が完了した時にの
み、システムは新しい作業を受入れる状態にある。厳密
には、UNDO及びREDoのリストを確定するために
処理しなければならないのはチェックポイント及び相継
ぐログ活動である。
従来、いくつかの文献が障害に耐性があるトランザクシ
ョン向はデータ・ベース・システムを説明している。こ
れ等の文献には次のものがある。
(1)米国特許第4507751号 (2)米国特許第4498145号 (3)米国特許第4159517号 上記文献によって代表される現在のロギング技術は、ト
ランザクション向はシステムによって発生されるすべて
のログ・データをDASD又はテープ装置に単一のデー
タ流(ストリーム)として書込んでいる。上述した文献
は夫々(1)レコードの更新前にログに書込む(2)ロ
グへのバッファ・ダンピング及び(3)多重行の更新を
保証するためのハード及びソフト・ログへの同時書込み
を説明している。
従来技術は又システムの障害回復に必要な情報の型と資
源の障害回復に含まれる情報とを区別している。システ
ムの回復はシステムの資源を整合性(一貫性)のある前
の状態にもたらすが、他方資源の回復は資源のイメージ
が改変された後に資源の整合性あるイメージを再構成す
ることを含む。
従来技術はある用語を同義語として使用する。
例えば資源もしくはシステムの「制御」及び「情報状態
」はその「イメージ」とも呼ばれる。トランザクション
処理では、イメージはしばしば、トランザクションを記
憶したデータ・セットを指す。
C0発明が解決しようとする問題点 本発明の目的はトランザクション向はシステムにおいて
、ログに基づく回復を効率的に管理する方法を与えるこ
とにある。
本発明に従えば、上述の回復を効率的に行うアクセス及
び処理しなければないログ・データの址を減少する方法
が与えられる。
D0問題点を解決するための手段 本発明の方法は、第1のログ流(ストリーム)からタグ
につき(区分し及び分類した)レコードを回復流(スト
リーム)に書込み1回復単位が終了した時に上記第1の
ログ流から上記タグつきレコードを捨て、第1のログ流
の再使用を可能にする。具体的に説明すると、本発明の
方法は(a)ログ・データを回復単位(UR)で区分し
てログ・データをトランザクション回復流(TR8)中
に記録し、(b)ログ・データをその機能(BEGIN
COMMIT、ABORT、END、REDO。
UNDO)によって類別し、(C)回復単位の状態変化
(C:OMMIT/ABORT)に応答して、TR5上
のUR区分からログ・データの部分集合(REDO/U
NDO)資源回復流(RR5)にマツピングし、(a)
回復単位の状態の終了変化(END)時にRR8を使用
して、URに関連するすべてのログ・データをTR5か
ら消去する。
本発明の方法は2つのデータ構造を発生して回復を支援
する。これ等はTR5及びRR5である。
TR8はチェックポイント及びステータス変化情報とと
もに障害後のトランザクション管理環境を回復するのに
使用される。TR8は回復単位(UR”)の状態を決定
するためのデータ、即ち、URのABORTを保証する
データ及びURのCOMMITを保証するデータを含む
。URのためにログされたすべてのデータはTR5の一
部として含められる。
RR8は資源を順方向に回復するために使用されるにの
ことはある予定の時点で生じた資源の有効コピーから出
発して資源の有効イメージを再生成することを意味する
。URCOMMITもしくはABORTに基ずいて、順
方向資源回復に必要なレコードはTR5から予定の1つ
もしくはそれ以上のRR5にコピーされる。
TR3は高度にダイナミックなログ・データ構造であり
、障害の発生時にアクティブであったURによって生じ
た資源の不整合を解決するものである。TR8はアクテ
ィブなURに関連していたログ・データのための記憶場
所である。アクティブなURとはBEGINとENDの
区切り間で実行中のトランザクションのことである。
各トランザクションはBEGIN、COMMIT、AB
ORT (REDO,UNDO)もしくはEND基本動
作を使用して、トランザクションを区切る。REDOは
トランザクションが最新のCOMMIT点に戻ることを
保証し、UNDOはトランザクションがBEGIN点に
戻ることを保証する。
上述のように、RR8は資源のイメージ・コピーから順
方向回復するのに必要なデータを含む。
本発明の方法は任意の数のRR3を生成する。従つて、
トランザクション向はデータ・ベース・システムを利用
する各アプリケーション・ソフトウェアは資源名を指定
できる。又各ログ書込み要求は特定のレコードが属する
資源を指定できる。ログ要込み要求は所与のレコードが
TR3からRR8にコピーされる条件を指定するレコー
ド型の意味を選択することを含む、トランザクションの
REDOを保証するのに必要とされるレコードは、一度
関連URがCOMMIT確保状態に入った時に、RR3
にコピーするだけでよい。トランザクションのUNDO
を保証するのに必要なレコードは、一度関連URがAB
ORT確保状態に入った時に、RR8にコピーするだけ
でよい。
上述のことから、本発明の方法を使用し、RR8中にデ
ータの整合イメージだけを保持することによって、RR
5情報のためのメモリの減少が達成されることが明らか
であろう。それはUR状態レコード及びコミットされな
いデータ・レコードを(RR8の)保管データ中に含め
る必要がないからである。又関係のないレコードの除去
によって資源回復中のIloが減少する。最後にデータ
・イメージをコピーする前にUR状態を確立する必要が
ないので回復処理が減少する。
E、実施例 第2図を参照するに、チェックポイント及びシステム障
害に関連するトランザクションの基本動作量の発生の時
間関係が示されている。障害の発生時に、従って再始動
時には1回復マネジャ(RM)は再始動ファイルもしく
は等価ファイルから最新のチェックポイント・レコード
のアドレスを求め、システム・ログの中からチェックポ
イント・レコードを見つけ出し、ログを通してそのチェ
ックポイントから終り迄順方向に探索を進める。この処
理の結果1回復マネジャは無効(U N D O)にす
る必要があるトランザクション及び再実行(REDO)
をする必要があるトランザクションの両方を決定して、
資源を整合状態に復元することができる。
各トランザクションは5つのクラスのうちの1つに分類
できる。型T1のトランザクションはチェラグポイント
の時刻をTc前に完了する。トランザクションT2は時
刻Tc前に始まって時刻Tcの後に、ただしシステム障
害の時刻Tf前に完了する。トランザクションT3は同
じように時刻Tc前に開始するが時刻Tf以前には完了
しない。
トランザクションT4は時刻Tc以後に開始するが、時
刻Tf以前に完了する。最後に、トランザクションT5
は時刻Tc後に開始するが1時刻Tf迄には完了してい
ない、従って、トランザクションT2及びT4はRED
oを生じ、他方トランザクションT3及びT5はUND
Oを生ずる。
回復マネジャ(RM)は2つのリストを生成する。UN
DOリストは最初、チェックポイント・レコード中にリ
ストされたすべてのトランザクションを含むが、RED
Oリストは最初空である。
回復マネジャはチェックポイント・レコードから始まっ
て、ログを通して順方向に探索する。もし回復マネジャ
が所与のトランザクションのためのBEGINトランザ
クション・レコードを見出すと、このトランザクション
をUNDOリストに加える、同じように、回復マネジャ
が所与のトランザクションのためのCOMMITトラン
ザクトランザクションを見出すと、このトランザクショ
ンをUNDOリストからREDOリストに移す。
回復マネジャはログを再び逆方向にたどり(作業して)
UNDOリスト中のトランザクションを無効にする。回
復マネジャは再び順方向にたどって、REDOリスト中
のトランザクションを再実行する。
上述の説明はREDO/UNDOとして選択されるレコ
ード型を特徴付ける基本的者えを与える。
回復単位(UR)並びに回復単位を区切る基本動作を示
す第3図及び第4図を参照されたい。
以下の本発明の説明で、第1図、第6図、第1表乃至第
6表は本発明の方法の概念に関し、第7図乃至第18図
は例示的な実施例に関する。
従来技術ではログは単一の流れであり、その上にシステ
ムの再始動に必要とされるデータ及び媒体(資源)回復
に必要なデータが記録されたものである。本発明におい
ては、単に直列化した事象の記録を使用するのでなく、
再使用可能なトランザクション回復流及び複数の資源回
復流のデータ構造体を使用する。
第1図を参照すると、本発明に従うトランザクション回
復流(TRS)とUR基本動作(BEGIN、COMM
IT/ABORT、END)によってトリガされる複数
のRR8間の関係が示されている。1度トランザクショ
ンが整合性の遷移点(ato■ic point)に到
達して、その変更が例えばデータ・ベースのような外部
資源に加えられると。
このトランザクションに関するすべてのレコードによっ
て占有されていたTRS中の空間は再使用可能になる。
資源(媒体)回復に必要なデータはRR3に保持される
。関連ログ・マネジャ(ロガーと呼ばれる)にはRR8
/資源名のマツピングが与えられる(第1表参照)。資
源名はログWRITEコール(呼出し)で指定される。
資源回復に必要とされるデータの鴬は通常量が多い、そ
の理由は1回復に必要データには、修正可能な資源にな
されたすべての永続性のある変更の歴史が含まれている
からである。
再び第1図を参照するに、TR5から適切なRR8への
データの移動及びTR8内の空間の再利用はロガーによ
って指定されるUR制御トリガによって制御されること
が明らかである。これ等のトリガは次の通りである。
(1)BEGIN/END  OR:このトリガは資源
に対するアプリケーション・プログラムの更新の集合と
して、回復単位の区切りを指定する。
(2) C0MM I T  UR:このトリガは遷移
点に到達したことを示す決定点を与える。変更は障害間
で資源になされる。
(3)ABORT  UR:このトリガは部分的変更が
修正可能な資源になされた場合にプログラムの更新が元
に戻されることを示す決定点を与える。
本発明の方法の利点はログ上のスペースを再使用するこ
と、そしてシステムの再開時に媒体回復レコードを読取
る必要がないことにある。
ここで第6図を参照すると、TR5内のログ・レコード
のフォーマットが示されている。URIDフィールドは
所与のログ・レコードが所属するUR区分を定義する。
型フィールドは回復期間における関連データの役割(機
能)を示す。型は2つの類に分類される。これ等はUR
制御及び資源回復である。UR制御レコードはURの状
態の変化を示す。この状態変化は機能コールによってロ
グ・マネジャに伝えられる。これ等の機能コールはBE
GIN  UR,COMMIT  UR,ABORT 
 UR及びEND  URである。各事象がU R1l
lJ御ログ・レコードを創生ずる。UR制御レコードが
支持可能な型はBEGIN、COMMIT、ABORT
及びENDである。資源回復レコードは資源の変更を記
録する。資源回復レコードが支持する型はUNDO及び
REDOである。REDOレコードは資源の変更を繰返
すのに必要な情報を含む。
資源名は資源回復レコードのみに存在するフィールドで
ある。このフィールドは修正される資源を識別する。資
源名は第1表のRRSマツピング表にも示されている。
最後に、データ・フイールドはアプリケーションから渡
される資源固有もしくは制御固有の情報である。ログ・
マネジャはこのデータのフォーマットもしくは内容には
反応しない。
第  1  表 ここで第1表を参照すると、RRSマツピング表が示さ
れる。資源のための回復データはこの表によって指定さ
れるRR5にコピーされる。RR8は1以上の資源のた
めのデータを含むことができる。即ち1:nのマツピン
グが行われることに注意されたい、ここで回復不能な資
源は空白資源RRSマツピングを与えることによって支
援される。従って、資源りはRR5空白に割当てられる
回復不能な資源のためのレコードはトランザクション回
復のための利用可能であるが、RR3には伝えられない
ここで第2表乃至第5表を参照すると、UR制御機能の
擬似コードの輪郭が示されている。この擬似コード表現
は制御及びデータ・フローの設計に代表的に使用される
形式のものである。このような使用法はアジソンーウエ
スレイ出版株式会社システム・プログラム・シリーズ、
リンガ−等著r構造化プログラミング:理論と実際」第
4−5章、著作権1979年、l5BNO−201−1
4461−1(Linger et al、 ”Str
ucturedProgramming  :  Th
eory  and  Pratice”、 TheS
ystem  Progra++nsing  5er
ies、  Addison −リesleyPubl
ishing Co、、 Copyright 197
9、l5BNO−201−14461−1、Chapt
er4−5)に例示されている。
BEGINUR INPUT:IN DATA OUTPUT:0UjjJRID Do: URID = 0UT−URID TYPE = BEGIN Enddo; COMMIT uR INPIJτ:IN URID IN DATA DO; ログ・レコードを次のように創生せよ URID : IN URID TYPE = COMMIT Endxf ; Enddo; Endfor: 1se OUTN RETURN C0DE =Invalid
 URID:Endxf: 第4表 (ABORT OR手順) ABORTUR I!IIPUT:IN URID IN DATA OUTPUT:0UTj(ETURN;DHもし耐;R
IDが有効なら。
DO; 次のようにログ・レコードを創生ぜよ URID =IN URID TYPE = ABORT DATA = IN−DATAニ レコードをTR5中に置け; 各ログ・レコードについて (URID = IN−URID & TYPE = UNDO) b; RRSマツピング表を使用して宛先RR5を識別せよR
R5が非空白でならデータを逆順にRR5中にコピーせ
よEndif: Enddo; Endfor: 0UTN RETURN C0DE = Ok:End
do : 1se OUTN−RETURN C0DE = Invali
d URID;Endif ; 第5表 (END OR手順) END−OR INPUT:IN URID IN−DATA OUTPUT:OUT RETLIRN C0DEもし
IN−URIDが有効なら DO; 次のようにログ・レコードを創生ぜよ URID = IN URID TYPE = ENI) DATA = IN−DATAニ レコードをTRS中に置け; 指定OR区分についてRR3へのコピー機能が完了する
迄待機せよ; 各ログ・レコードについて (URID 、 IN;RID) TR5からログ・レコードを削除せよ IEndfor: 0UTN−RETLIRN匹ODE = Ok;End
do ; Else OUTN RETURN C0DE = Invali
d URID;Endif: 第2表参照するに、疑似コードはUR区分のためのID
を割当て、TR8上にログ・レコードを生成する。UR
の期間のある時刻、COMMITであるかABORTで
あるかの判断がなされる。
もしCOMMITと判断された場合は、第3表に示した
ロガーのCOM M I T  U R手順が呼出され
る。COMMIT点に到達する前に、いくつかの関与手
順がレコードをTR5に与えていることに注意されたい
、これらのレコードはトランザクション・マネジャもし
くはデータ・ベース・マネジャ(存在する場合には)に
よってREDo/UDoの名前がつけられ、情報の一部
としてロガー供給される。基本動作(手順)、その制御
レコードの表示及び応答を次の第6表に示す。
第6表 生成) COMMIT   COMMIT/REDOTR5/R
RS(REDOレコードの1:nマツピング) ABORT    ABORT/UNDOTR5/RR
5(逆順にUNDOレコードのl:nのマツピング) ABORT手順はCOMMIT手順と対称をなすことが
わかる。第6表は第2表乃至第5表に示された手順を説
明している。しかしながら、第7表の書込みOR手順は
形式BEGIN・・・・WRITE、WRITE、・・
・・COMMIT/ABORT  ENDのようにトラ
ンザクション流中に何回が埋込まれる。書込みOR手順
はUNDO/REDo型のレコードがRRSマツピング
表に見出される資源名を含むならば、このレコードをT
R8上に置く。
第7表 (書込みOR手順) wRITF 0R INPUT:IN URID IN TYPE (UNDOor REDO)IN R
ESOURCE NAME (RR5mapping 
table)IN DATA OUTPUT:OUT RETURN C0DEもしI
N−URIDが有効なら そしてIN RESOLIRCE NAMEがRRSマ
ツピング表中にあるならDo; 次のようにログ・レコードを創生ぜよ URID = IN URID TYPE = IN TYPE R四0URCE NAME = IN RESOURC
E NAMEDATA = IN DATA; レコードをTR5中に置け; OUT RETURN C0DE = Ok;Endd
o ; 1se OUT RETURN DODE =無効資源各End
if ; 1se OUT RETURN DODE =無効IJRIDE
ndif; ここでいくつかの註解を行う。先ず、用語1:nマツピ
ングとはn個のRR5間に分散されるm個の資源の各々
について定義されるUR区分を指す。m ) nなる場
合には、少なくとも2つの資源のレコード/回復データ
を含む少なくとも1つのRR8が存在する(表1参照)
。これはジリチェリ(Dirichlet)の[鳩小屋
の原理J (PigeonholePrinciple
)の−例である。他の註解は疑似コードの手順に関する
ものである。多くの疑似コード手順はDOブロックを含
む。これ等はDoループと同一ではないaDOブロック
は1回通して実行されるだけである。従って、第1図で
、その目的は回復単位を確立することにある。その手順
へのコール(呼出し)は外部的に駆動されるがログ・マ
ネジャによって応答される。これによってTR3中にレ
コードが置かれる。
次に第7図を参照すると、2つのUR,即ちURl及び
UR2が示されている。これ等のURは資源A、B、C
,及びDを変更するものである。
この例でURIはそのデータをCOMMIT (確定)
し、UR2はそのデータ活動をABORT(打切り)し
つつある0重要なことは、COMMIT/ABORTの
判断ブロック・マネジャの外部で行われることである6
例示の活動は(1) T R8からRR8へデータを移
動すること(2)のその後END基本動作に基づいてT
R8から移動したデータを削除することを含む。
第7図で、URL及びUR2は対応するBEGIN指令
によって創生され、TR5上に置かれたものである。こ
こでREDO/UNDOのようなレコードの指定はトラ
ンザクション・マネジャもしくはデータ・ベース・マネ
ジャによってなされ、ログ・マネジャによってはなされ
ないことを強調しておきたい、第7図中のレコードは左
側に番号順に示されている0例えば、レコード1−10
はURL及びUR2のTR8を更新する。レコード11
はUR2(7)ABORTを示し、UR2(7)UND
Oレコード6.8及び10をTR8から適切なRRSヘ
コピーする動作をトリガする。ここで。
レコード6(資源A)はRR8l上に置かれ、レコード
8(資源B)及び10(資源C)はRR82上に置かれ
る。第8図に示されているこの位置づけは第1表に示し
たRRSマツピング表による。
UNDOレコードが逆順にRR8Z上に置かれることは
興味がある。これによって資源回復中の正確な順方向処
理が可能になる。この点に関してABORT (ロール
バックの一形式)はバックアウトの目的を有することを
想起されたい。トランザクション管理がデータ・ベース
のコピー動作を支援するならば、UNDOレコードはた
だRR5上にあるだけでよいことに注意されたい。
RR8はコミットされるイメージだけから成るので、T
RSレコード・シーケンス中に存在するデータの一部だ
けが資源回復に必要である。ABORT(7)場合は、
3つ(7)UNDOUR2L/:) −ドだけがTR5
上の7つのUR2レコードからRR8I及び2にコピー
される。
次に第9図及び第10図を参照すると1本発明によって
TR8上にレコード14として記録されたURI  C
OMMIT指令に要求される応答が示されている。CO
MMITはURI  REDOレコード4,12及び1
3の夫々RR5I及び2並びにRR5空白へのコピー動
作をトリガする。
決定点の各トランザクションはCOMMITもしくはA
BORTのいずれかで駆動されるので、TR8上のレコ
ードの半分だけがRR5にコピーされる。もしCOMM
ITによって駆動される時は。
REDO型レコ型上コードRR8にコピーされ、ABO
RTならばUNDO型レコードがRRS ニコピーされ
る。
第11図に示したように、END  URI指令が受取
られると、これによってTR5からURIを除去するた
めのレコード削除処理がトリガされる。第12図に示し
たようにRR3の内容はそのまま保持される。E N 
D指令の実行によって、第13図に示したようにTR8
からURIのすべての傷跡が除去される。UR2のEN
D指令の実行も同様に第15図及び第17図に示したよ
うにTR8から対応するレコードを除去する。RRSレ
コード・シーケンスは第14.第16及び第18図に示
したようにそのまま残される。
F0発明の効果 本発明に従い、トランザクション向はシステム中のログ
をベースとする回復を効果的に管理する方法が与えられ
る。
【図面の簡単な説明】
第1図は本発明に従うロギング方法の高レベル制御の流
れ図である。第2図は従来方法に従う、チェックポイン
ト及びシステム障害点に対するトランザクションの発生
を示した図である。第3図及び第4図は回復単位及びこ
れを区切る基本動作を示した図である。第5図は順方向
資源回復過程を概略的に示した図である。第6図は本発
明に従う、トランザクション回復流内のログ・レコード
のフォーマットを示した図である。第7図、第8図、第
9図、第10図、第11図、第12図、第13図、第1
4図、第15図、第16図、第17図及び第18図はC
OMMIT/ABORTへの応答及びTR8からの回復
単位のレコードの除去を示した本発明に従うTR8及び
RR8の構造化過程を示す図である。 出願人  インターナショナル・ビジネス・マシーンズ
・コーポレーション 代理人  弁理士  山  本  仁  朗(外1名) 才1回 才 2 日 TR5寸7 目 責淫コピー ^す:4WPレプー1− 賓:厚田榎しコ斗 ・F?EDO 才 8 回    F?R52 才10図  RR52 才(2図 RR52 R5 );P 9 口 丁R5 才II図 矛13圀 TR5 RR52 寸16  日 才旧口 R5 才17図

Claims (1)

  1. 【特許請求の範囲】 (a)ログ・データを回復単位(UR)で区分して、ト
    ランザクション回復流(TRS)中に記録することと、 (b)ログ・データをその機能(BEGIN、COMM
    IT、ABORT、ENDO、REDO、UNDOによ
    つて類別することと、 (c)回復単位の状態変化(COMMIT/ABORT
    )の応答して、上記トランザクション回復流上の所定の
    回復単位区分のログ・データの部分集合(型REDOも
    しくはUNDOのもの)を資源回復流上にマッピングす
    ることと、 (d)URの状態変化の終了時に、上記資源回復流を使
    用して、上記所定の回復単位区分に関連するすべてのロ
    グ・データを上記トランザクション回復流から消去する
    ことと、 を含む、ログ・データを管理する方法。
JP62150368A 1986-06-30 1987-06-18 ログ・デ−タを管理する方法 Granted JPS6310252A (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US06/880,387 US4878167A (en) 1986-06-30 1986-06-30 Method for managing reuse of hard log space by mapping log data during state changes and discarding the log data
US880387 1986-06-30

Publications (2)

Publication Number Publication Date
JPS6310252A true JPS6310252A (ja) 1988-01-16
JPH0560617B2 JPH0560617B2 (ja) 1993-09-02

Family

ID=25376152

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62150368A Granted JPS6310252A (ja) 1986-06-30 1987-06-18 ログ・デ−タを管理する方法

Country Status (4)

Country Link
US (1) US4878167A (ja)
EP (1) EP0250847B1 (ja)
JP (1) JPS6310252A (ja)
DE (1) DE3786956T2 (ja)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04303246A (ja) * 1991-01-11 1992-10-27 Internatl Business Mach Corp <Ibm> データ処理システムにおける切貼りフィルタ
JPH05233382A (ja) * 1991-12-23 1993-09-10 Internatl Business Mach Corp <Ibm> トランザクション整合資源回復方法
JP2005222110A (ja) * 2004-02-03 2005-08-18 Hitachi Ltd ストレージサブシステム
JP2006018796A (ja) * 2004-06-03 2006-01-19 Hitachi Ltd データ処理方法および装置並びにストレージ装置およびその処理プログラム
JP2019168797A (ja) * 2018-03-22 2019-10-03 Necソリューションイノベータ株式会社 ストレージシステム、制御方法、及びプログラム

Families Citing this family (160)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5065311A (en) * 1987-04-20 1991-11-12 Hitachi, Ltd. Distributed data base system of composite subsystem type, and method fault recovery for the system
JP2718031B2 (ja) * 1987-07-17 1998-02-25 株式会社日立製作所 履歴情報取得方法
US5043866A (en) * 1988-04-08 1991-08-27 International Business Machines Corporation Soft checkpointing system using log sequence numbers derived from stored data pages and log records for database recovery
US5123104A (en) * 1988-04-08 1992-06-16 International Business Machines Corporation Method and apparatus for concurrent modification of an index tree in a transaction processing system utilizing selective indication of structural modification operations
US5067107A (en) * 1988-08-05 1991-11-19 Hewlett-Packard Company Continuous computer performance measurement tool that reduces operating system produced performance data for logging into global, process, and workload files
US5278983A (en) * 1988-09-30 1994-01-11 International Business Machines Corporation Boundary representation solid modeling system
US5159669A (en) * 1988-12-15 1992-10-27 Xerox Corporation Automatically creating a second workspace operation record including history data and a unit ID based on a first workspace operation
US5089958A (en) * 1989-01-23 1992-02-18 Vortex Systems, Inc. Fault tolerant computer backup system
GB2230626A (en) * 1989-04-20 1990-10-24 Croftlands Ltd Computerised database system
ATE148241T1 (de) * 1989-06-13 1997-02-15 Ibm Verfahren zum entfernen unbestätigter änderungen an gespeicherten daten durch ein datenbankverwaltungssystem
GB8915875D0 (en) * 1989-07-11 1989-08-31 Intelligence Quotient United K A method of operating a data processing system
US5454099A (en) * 1989-07-25 1995-09-26 International Business Machines Corporation CPU implemented method for backing up modified data sets in non-volatile store for recovery in the event of CPU failure
US5095421A (en) * 1989-08-17 1992-03-10 International Business Machines Corporation Transaction processing facility within an operating system environment
US5170480A (en) * 1989-09-25 1992-12-08 International Business Machines Corporation Concurrently applying redo records to backup database in a log sequence using single queue server per queue at a time
US5155850A (en) * 1990-02-23 1992-10-13 International Business Machines Corporation Method and system for maintaining a time frame selective document history log in a data processing system
US5201044A (en) * 1990-04-16 1993-04-06 International Business Machines Corporation Data processing method for file status recovery includes providing a log file of atomic transactions that may span both volatile and non volatile memory
GB2243467B (en) * 1990-04-26 1994-03-09 Int Union Of Crystallography Handling data
JP2691081B2 (ja) * 1990-05-16 1997-12-17 インターナショナル・ビジネス・マシーンズ・コーポレイション コンピュータ・ネットワーク
US5261089A (en) * 1990-05-16 1993-11-09 International Business Machines Corporation Optimization of commit procedures by utilizing a two-phase commit procedure only when necessary
US5165031A (en) * 1990-05-16 1992-11-17 International Business Machines Corporation Coordinated handling of error codes and information describing errors in a commit procedure
JP3293839B2 (ja) * 1990-05-16 2002-06-17 インターナショナル・ビジネス・マシーンズ・コーポレーション 作業ユニットに合わせてコミット範囲を調整するコンピュータ・システム
US5319774A (en) * 1990-05-16 1994-06-07 International Business Machines Corporation Recovery facility for incomplete sync points for distributed application
US5319773A (en) * 1990-05-16 1994-06-07 International Business Machines Corporation Asynchronous resynchronization of a commit procedure
US5327532A (en) * 1990-05-16 1994-07-05 International Business Machines Corporation Coordinated sync point management of protected resources
DE69126066T2 (de) * 1990-06-29 1997-09-25 Oracle Corp Verfahren und Gerät zur Optimierung des Logbuchaufhebungsgebrauchs
DE69126067T2 (de) * 1990-06-29 1997-10-02 Oracle Corp Verfahren und Gerät zur Verwaltung von Zustandsidentifizierern zur effizienten Wiederherstellung
US5764877A (en) * 1991-06-25 1998-06-09 Digital Equipment Corporation Media recovery with time-split B-trees
US5325519A (en) * 1991-10-18 1994-06-28 Texas Microsystems, Inc. Fault tolerant computer with archival rollback capabilities
US5499367A (en) * 1991-11-15 1996-03-12 Oracle Corporation System for database integrity with multiple logs assigned to client subsets
US5481710A (en) * 1992-09-16 1996-01-02 International Business Machines Corporation Method of and system for providing application programs with an undo/redo function
JP3378594B2 (ja) * 1992-09-25 2003-02-17 富士通株式会社 データベース再配置を行う処理装置
JPH06266597A (ja) * 1993-03-11 1994-09-22 Fujitsu Ltd ログ取得方式
US5544359A (en) * 1993-03-30 1996-08-06 Fujitsu Limited Apparatus and method for classifying and acquiring log data by updating and storing log data
US7174352B2 (en) * 1993-06-03 2007-02-06 Network Appliance, Inc. File system image transfer
US6604118B2 (en) 1998-07-31 2003-08-05 Network Appliance, Inc. File system image transfer
US6138126A (en) * 1995-05-31 2000-10-24 Network Appliance, Inc. Method for allocating files in a file system integrated with a raid disk sub-system
US5963962A (en) * 1995-05-31 1999-10-05 Network Appliance, Inc. Write anywhere file-system layout
GB2281644A (en) * 1993-09-02 1995-03-08 Ibm Fault tolerant transaction-oriented data processing.
JP2708386B2 (ja) 1994-03-18 1998-02-04 インターナショナル・ビジネス・マシーンズ・コーポレイション 同時更新及び複写手順を通して重複データベースを回復させる方法及び装置
GB9406564D0 (en) * 1994-03-31 1994-05-25 Int Computers Ltd Database management system
US5561795A (en) * 1994-05-13 1996-10-01 Unisys Corporation Method and apparatus for audit trail logging and data base recovery
US5530802A (en) * 1994-06-22 1996-06-25 At&T Corp. Input sequence reordering method for software failure recovery
US5590277A (en) * 1994-06-22 1996-12-31 Lucent Technologies Inc. Progressive retry method and apparatus for software failure recovery in multi-process message-passing applications
US5835953A (en) 1994-10-13 1998-11-10 Vinca Corporation Backup system that takes a snapshot of the locations in a mass storage device that has been identified for updating prior to updating
US5649152A (en) 1994-10-13 1997-07-15 Vinca Corporation Method and system for providing a static snapshot of data stored on a mass storage system
EP0806015A4 (en) * 1995-01-23 2003-09-03 Compaq Computer Corp SYSTEM FOR CONSERVING THE INTEGRITY OF A DATABASE
US5832203A (en) * 1995-01-23 1998-11-03 Tandem Computers Incorporated Method for providing recovery from a failure in a system utilizing distributed audit
GB2301910B (en) * 1995-06-07 1999-07-21 Ibm Management of units of work on a computer system log
JP3085899B2 (ja) * 1995-06-19 2000-09-11 株式会社東芝 マルチプロセッサシステム
CA2227432C (en) * 1995-07-20 2001-05-22 Novell, Inc. Transaction synchronization in a disconnectable computer and network
AU6500596A (en) 1995-07-20 1997-02-18 Novell, Inc. Transaction log management in a disconnectable computer and network
US5644698A (en) * 1996-05-30 1997-07-01 International Business Machines Corporation Configurable reuse delay criterion for storage volumes
US5878434A (en) * 1996-07-18 1999-03-02 Novell, Inc Transaction clash management in a disconnectable computer and network
KR100198805B1 (ko) * 1996-11-22 1999-06-15 정선종 분석 단계에서 트랜잭션 테이블 초기화 기법을 이용한 댕글링 트랜잭션 발생 방지 방법
JPH10177508A (ja) * 1996-12-18 1998-06-30 G & G Pharma Kk コンピュータ上のデータ格納構造
US5999935A (en) * 1997-03-28 1999-12-07 International Business Machines Corporation Tail compression of a sparse log stream of a multisystem environment
US6076095A (en) * 1997-03-28 2000-06-13 International Business Machines Corporation Method of one system of a multisystem environment taking over log entries owned by another system
US6125393A (en) * 1997-03-28 2000-09-26 International Business Machines Corporation System of compressing the tail of a sparse log stream of a multisystem environment
US5966708A (en) * 1997-03-28 1999-10-12 International Business Machines Tail compression of a log stream using a scratch pad of logically deleted entries
US6092084A (en) * 1997-03-28 2000-07-18 International Business Machines Corporation One system of a multisystem environment taking over log entries owned by another system
US6108667A (en) 1997-03-28 2000-08-22 International Business Machines Corporation System of compressing a log stream using a scratch pad of logically deleted entries
US5920875A (en) * 1997-03-28 1999-07-06 International Business Machines Corporation Tail compression of a sparse log stream of a computer system
US5956735A (en) * 1997-03-28 1999-09-21 International Business Machines Corporation System of compressing the tail of a sparse log stream of a computer system
JP3778652B2 (ja) * 1997-04-18 2006-05-24 株式会社日立製作所 ログデータ収集管理方法及びその装置
US5925095A (en) * 1997-05-12 1999-07-20 International Business Machines Corporation Method and a computer program product for client/server computing with support for both recoverable and non-recoverable clients
US6574591B1 (en) * 1998-07-31 2003-06-03 Network Appliance, Inc. File systems image transfer between dissimilar file systems
US8631066B2 (en) * 1998-09-10 2014-01-14 Vmware, Inc. Mechanism for providing virtual machines for use by multiple users
US6952741B1 (en) * 1999-06-30 2005-10-04 Computer Sciences Corporation System and method for synchronizing copies of data in a computer system
DE60006121T2 (de) * 1999-06-30 2004-07-08 Computer Science Corp., Austin System und verfahren zum synchronisieren von datenkopien in einem rechnersystem
US7340426B1 (en) 1999-07-30 2008-03-04 Computer Sciences Corporation Event-triggered transaction processing for electronic data interchange
US6961708B1 (en) 1999-08-27 2005-11-01 Computer Sciences Corporation External interface for requesting data from remote systems in a generic fashion
US6970844B1 (en) 1999-08-27 2005-11-29 Computer Sciences Corporation Flow designer for establishing and maintaining assignment and strategy process maps
US7359863B1 (en) 1999-09-30 2008-04-15 Computer Sciences Corporation Condition component framework for reinsurance
US7693731B1 (en) 1999-09-30 2010-04-06 Computer Sciences Corporation Business process framework for reinsurance
US7571171B1 (en) 1999-10-29 2009-08-04 Computer Sciences Corporation Smart trigger for use in processing business transactions
US7353196B1 (en) 1999-10-29 2008-04-01 Computer Sciences Corporation Configuring dynamic database packageset switching for use in processing business transactions
US6925468B1 (en) 1999-10-29 2005-08-02 Computer Sciences Corporation Configuring systems for generating business transaction reports using processing relationships among entities of an organization
US7526487B1 (en) 1999-10-29 2009-04-28 Computer Sciences Corporation Business transaction processing systems and methods
US7546304B1 (en) 1999-10-29 2009-06-09 Computer Sciences Corporation Configuring keys for use in processing business data
US7356541B1 (en) 1999-10-29 2008-04-08 Computer Sciences Corporation Processing business data using user-configured keys
US7693844B1 (en) 1999-10-29 2010-04-06 Computer Sciences Corporation Configuring processing relationships among entities of an organization
US7363264B1 (en) 1999-10-29 2008-04-22 Computer Sciences Corporation Processing business transactions using dynamic database packageset switching
US7398219B1 (en) 2000-06-23 2008-07-08 Computer Sciences Corporation System and method for displaying messages using a messages table
US7430515B1 (en) 2000-06-23 2008-09-30 Computer Sciences Corporation System and method for externalization of formulas for assessing damages
US7095426B1 (en) 2000-06-23 2006-08-22 Computer Sciences Corporation Graphical user interface with a hide/show feature for a reference system in an insurance claims processing system
US7418400B1 (en) 2000-06-23 2008-08-26 Computer Sciences Corporation Internet-enabled system and method for assessing damages
US7430514B1 (en) 2000-06-23 2008-09-30 Computer Sciences Corporation System and method for processing insurance claims using a table of contents
US7343307B1 (en) 2000-06-23 2008-03-11 Computer Sciences Corporation Dynamic help method and system for an insurance claims processing system
US7571107B1 (en) 2000-06-23 2009-08-04 Computer Sciences Corporation System and method for externalization of rules for assessing damages
US20020059085A1 (en) * 2000-10-02 2002-05-16 Steven Wahlbin Computerized method and system of determining a credible real set of characteristics for an accident
US6968504B2 (en) 2001-06-29 2005-11-22 Microsoft Corporation Automated document formatting tool
US8832543B2 (en) * 2001-06-29 2014-09-09 Microsoft Corporation Automated document formatting tool
US7963899B2 (en) * 2001-07-13 2011-06-21 The Proctor & Gamble Company Continuous in-line pleating apparatus and process
US7694887B2 (en) 2001-12-24 2010-04-13 L-1 Secure Credentialing, Inc. Optically variable personalized indicia for identification documents
AU2002364036A1 (en) * 2001-12-24 2003-07-15 Digimarc Id Systems, Llc Laser etched security features for identification documents and methods of making same
AU2002364255A1 (en) 2001-12-24 2003-07-15 Digimarc Id Systems, Llc Covert variable information on id documents and methods of making same
US7085784B2 (en) * 2002-01-10 2006-08-01 International Business Machines Corporation System and method for eliminating duplicate copies of activity history logs in bridging two or more backend database systems
WO2003088144A2 (en) 2002-04-09 2003-10-23 Digimarc Id Systems, Llc Image processing techniques for printing identification cards and documents
US7824029B2 (en) 2002-05-10 2010-11-02 L-1 Secure Credentialing, Inc. Identification card printer-assembler for over the counter card issuing
US7702528B2 (en) * 2002-09-09 2010-04-20 Computer Sciences Corporation Computerized method and system for determining breach of duty in premises liability for an accident
US20040054557A1 (en) * 2002-09-09 2004-03-18 Stefan Wahlbin Computerized method and system for estimating premises liability for an accident
US20040054558A1 (en) * 2002-09-09 2004-03-18 Stefan Wahlbin Computerized method and system for determining claimant status in premises liability for an accident
US20040054556A1 (en) * 2002-09-09 2004-03-18 Stephan Wahlbin Computerized method and system for determining causation in premises liability for an accident
US7672860B2 (en) * 2002-09-09 2010-03-02 Computer Sciences Corporation Computerized method and system for determining the contribution of defenses to premises liability for an accident
US7451148B2 (en) 2002-10-31 2008-11-11 Computer Sciences Corporation Method of modifying a business rule while tracking the modifications
US7676387B2 (en) * 2002-10-31 2010-03-09 Computer Sciences Corporation Graphical display of business rules
US20040088195A1 (en) * 2002-10-31 2004-05-06 Childress Allen B. Method of modifying a business rule
US7689442B2 (en) * 2002-10-31 2010-03-30 Computer Science Corporation Method of generating a graphical display of a business rule with a translation
US20040088199A1 (en) * 2002-10-31 2004-05-06 Childress Allen B. Method of forming a business rule
US20040085357A1 (en) * 2002-10-31 2004-05-06 Childress Allen B. Method of generating a graphical display of a business rule and associated business rule elements
US7804982B2 (en) 2002-11-26 2010-09-28 L-1 Secure Credentialing, Inc. Systems and methods for managing and detecting fraud in image databases used with identification documents
US20040102984A1 (en) * 2002-11-27 2004-05-27 Stefan Wahlbin Computerized method and system for estimating liability using recorded vehicle data
US7792690B2 (en) * 2002-11-27 2010-09-07 Computer Sciences Corporation Computerized method and system for estimating an effect on liability of the speed of vehicles in an accident and time and distance traveled by the vehicles
US7895063B2 (en) * 2002-11-27 2011-02-22 Computer Sciences Corporation Computerized method and system for creating pre-configured claim reports including liability in an accident estimated using a computer system
US7809586B2 (en) * 2002-11-27 2010-10-05 Computer Sciences Corporation Computerized method and system for estimating an effect on liability using a comparison of the actual speed of a vehicle in an accident and time and distance traveled by the vehicles in a merging vehicle accident
US7818187B2 (en) * 2002-11-27 2010-10-19 Computer Sciences Corporation Computerized method and system for estimating liability
US7725334B2 (en) * 2002-11-27 2010-05-25 Computer Sciences Corporation Computerized method and system for estimating liability for an accident using dynamic generation of questions
US7805321B2 (en) * 2002-11-27 2010-09-28 Computer Sciences Corporation Computerized method and system for estimating liability for an accident from an investigation of the accident
US7702529B2 (en) * 2002-11-27 2010-04-20 Computer Sciences Corporation Computerized method and system for estimating an effect on liability using claim data accessed from claim reporting software
US7660725B2 (en) * 2002-11-27 2010-02-09 Computer Sciences Corporation Computerized method and system for estimating an effect on liability based on the stopping distance of vehicles
US20040103005A1 (en) * 2002-11-27 2004-05-27 Stefan Wahlbin Computerized method and system for estimating monetary damages due to injuries in an accident from liability estimated using a computer system
EP1614064B1 (en) 2003-04-16 2010-12-08 L-1 Secure Credentialing, Inc. Three dimensional data storage
US20040215494A1 (en) * 2003-04-24 2004-10-28 Wahlbin Stefan L. Method and system for determining monetary amounts in an insurance processing system
US20050060205A1 (en) * 2003-09-02 2005-03-17 Woods Randall K. Systems and methods for a graphical input display in an insurance processing system
US7895064B2 (en) * 2003-09-02 2011-02-22 Computer Sciences Corporation Graphical input display in an insurance processing system
US7174479B2 (en) * 2003-09-10 2007-02-06 Microsoft Corporation Method and system for rollback-free failure recovery of multi-step procedures
US7904428B2 (en) 2003-09-23 2011-03-08 Symantec Corporation Methods and apparatus for recording write requests directed to a data store
US7577806B2 (en) 2003-09-23 2009-08-18 Symantec Operating Corporation Systems and methods for time dependent data storage and recovery
US7296008B2 (en) 2004-08-24 2007-11-13 Symantec Operating Corporation Generation and use of a time map for accessing a prior image of a storage device
US7577807B2 (en) 2003-09-23 2009-08-18 Symantec Operating Corporation Methods and devices for restoring a portion of a data store
US7725760B2 (en) 2003-09-23 2010-05-25 Symantec Operating Corporation Data storage system
US7827362B2 (en) 2004-08-24 2010-11-02 Symantec Corporation Systems, apparatus, and methods for processing I/O requests
US7730222B2 (en) 2004-08-24 2010-06-01 Symantec Operating System Processing storage-related I/O requests using binary tree data structures
US7287133B2 (en) 2004-08-24 2007-10-23 Symantec Operating Corporation Systems and methods for providing a modification history for a location within a data store
US7239581B2 (en) 2004-08-24 2007-07-03 Symantec Operating Corporation Systems and methods for synchronizing the internal clocks of a plurality of processor modules
US7409587B2 (en) 2004-08-24 2008-08-05 Symantec Operating Corporation Recovering from storage transaction failures using checkpoints
US7631120B2 (en) 2004-08-24 2009-12-08 Symantec Operating Corporation Methods and apparatus for optimally selecting a storage buffer for the storage of data
US7991748B2 (en) 2003-09-23 2011-08-02 Symantec Corporation Virtual data store creation and use
US20050108063A1 (en) * 2003-11-05 2005-05-19 Madill Robert P.Jr. Systems and methods for assessing the potential for fraud in business transactions
US7650606B2 (en) * 2004-01-30 2010-01-19 International Business Machines Corporation System recovery
US7366801B2 (en) * 2004-01-30 2008-04-29 International Business Machines Corporation Method for buffering work requests
US8140348B2 (en) * 2004-01-30 2012-03-20 International Business Machines Corporation Method, system, and program for facilitating flow control
US20050192850A1 (en) * 2004-03-01 2005-09-01 Lorenz Scott K. Systems and methods for using data structure language in web services
US7634687B2 (en) * 2005-01-13 2009-12-15 Microsoft Corporation Checkpoint restart system and method
DE502005001674D1 (de) * 2005-02-09 2007-11-22 Deutsche Post Ag Verfahren zur Sicherung einer Datenbank und Vorrichtung zur Durchführung des Verfahrens
JP4249719B2 (ja) * 2005-03-29 2009-04-08 株式会社日立製作所 バックアップシステム、プログラム及びバックアップ方法
WO2007047346A2 (en) 2005-10-14 2007-04-26 Symantec Operating Corporation Technique for timeline compression in a data store
US7882079B2 (en) * 2005-11-30 2011-02-01 Oracle International Corporation Database system configured for automatic failover with user-limited data loss
US7624129B2 (en) * 2006-06-30 2009-11-24 Microsoft Corporation Dual logging of changes to a user preference in a computer device
US8010390B2 (en) * 2007-06-04 2011-08-30 Computer Sciences Corporation Claims processing of information requirements
US8010389B2 (en) * 2007-06-04 2011-08-30 Computer Sciences Corporation Multiple policy claims processing
US8010391B2 (en) 2007-06-29 2011-08-30 Computer Sciences Corporation Claims processing hierarchy for insured
US8000986B2 (en) 2007-06-04 2011-08-16 Computer Sciences Corporation Claims processing hierarchy for designee
US7774646B2 (en) * 2007-07-23 2010-08-10 Netapp, Inc. Surviving storage system takeover by replaying operations in an operations log mirror
US8140483B2 (en) * 2007-09-28 2012-03-20 International Business Machines Corporation Transaction log management
US20090187431A1 (en) * 2008-01-18 2009-07-23 Frank Scalet Adjusting general damages values using equalization values
JP5385545B2 (ja) * 2008-04-17 2014-01-08 インターナショナル・ビジネス・マシーンズ・コーポレーション トランザクションの実行を制御する装置及び方法
US8381032B2 (en) * 2008-08-06 2013-02-19 O'shantel Software L.L.C. System-directed checkpointing implementation using a hypervisor layer
US10127119B1 (en) * 2014-05-21 2018-11-13 Veritas Technologies, LLC Systems and methods for modifying track logs during restore processes
US11176004B2 (en) * 2019-04-01 2021-11-16 Sap Se Test continuous log replay

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4648031A (en) * 1982-06-21 1987-03-03 International Business Machines Corporation Method and apparatus for restarting a computing system
US4507751A (en) * 1982-06-21 1985-03-26 International Business Machines Corporation Method and apparatus for logging journal data using a log write ahead data set
US4498145A (en) * 1982-06-30 1985-02-05 International Business Machines Corporation Method for assuring atomicity of multi-row update operations in a database system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04303246A (ja) * 1991-01-11 1992-10-27 Internatl Business Mach Corp <Ibm> データ処理システムにおける切貼りフィルタ
JPH05233382A (ja) * 1991-12-23 1993-09-10 Internatl Business Mach Corp <Ibm> トランザクション整合資源回復方法
JP2005222110A (ja) * 2004-02-03 2005-08-18 Hitachi Ltd ストレージサブシステム
JP4551096B2 (ja) * 2004-02-03 2010-09-22 株式会社日立製作所 ストレージサブシステム
JP2006018796A (ja) * 2004-06-03 2006-01-19 Hitachi Ltd データ処理方法および装置並びにストレージ装置およびその処理プログラム
JP4575762B2 (ja) * 2004-06-03 2010-11-04 株式会社日立製作所 データ処理方法および装置並びにストレージ装置およびその処理プログラム
JP2019168797A (ja) * 2018-03-22 2019-10-03 Necソリューションイノベータ株式会社 ストレージシステム、制御方法、及びプログラム

Also Published As

Publication number Publication date
DE3786956T2 (de) 1994-03-17
EP0250847A2 (en) 1988-01-07
EP0250847A3 (en) 1989-07-05
DE3786956D1 (de) 1993-09-16
JPH0560617B2 (ja) 1993-09-02
US4878167A (en) 1989-10-31
EP0250847B1 (en) 1993-08-11

Similar Documents

Publication Publication Date Title
JPS6310252A (ja) ログ・デ−タを管理する方法
US4498145A (en) Method for assuring atomicity of multi-row update operations in a database system
JP5160006B2 (ja) 論理フラッシュメモリ装置を用いて原子的更新を実行する方法および装置
US6173292B1 (en) Data recovery in a transactional database using write-ahead logging and file caching
EP0097234B1 (en) Method and apparatus for restarting a computing system
EP0236743B1 (en) Method for restarting a long-running, fault-tolerant operation in a transaction-oriented data base system
JP2531776B2 (ja) デ―タベ―スを回復する方法
JP2679779B2 (ja) トランザクション処理方法及び装置
EP0642079A1 (en) Fault tolerant transaction-oriented data processing
JPH0683841A (ja) 作業フロー管理システムと方法
JPH0454258B2 (ja)
CN1128405C (zh) 事务处理系统及方法
JPH0683689A (ja) 長時間運転トランザクション管理システムおよび長時間運転トランザクションを実行する方法
EP0295424B1 (en) Method for managing subpage concurrency control and partial transaction rollback in a transaction-oriented system of the write-ahead logging type
JPH0423144A (ja) データ管理システムおよびデータ管理方法
US5745674A (en) Management of units of work on a computer system log
US6092084A (en) One system of a multisystem environment taking over log entries owned by another system
EP0097239B1 (en) Method and apparatus for restoring data in a computing system
US6076095A (en) Method of one system of a multisystem environment taking over log entries owned by another system
US20060004846A1 (en) Low-overhead relational database backup and restore operations
JP3290182B2 (ja) 共用環境におけるデータ・セットのバックアップ方法及び装置
US7350104B2 (en) Invocation of a follow on unit of work
JP2551563B2 (ja) 不変メモリ装置
CN115187073A (zh) 一种工作流引擎下的流程回收方法
JP2507719B2 (ja) システムダウンの自動復旧方式