JPH10228404A - Journal management system and its method - Google Patents

Journal management system and its method

Info

Publication number
JPH10228404A
JPH10228404A JP9241322A JP24132297A JPH10228404A JP H10228404 A JPH10228404 A JP H10228404A JP 9241322 A JP9241322 A JP 9241322A JP 24132297 A JP24132297 A JP 24132297A JP H10228404 A JPH10228404 A JP H10228404A
Authority
JP
Japan
Prior art keywords
journal
page
history information
data
update history
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.)
Pending
Application number
JP9241322A
Other languages
Japanese (ja)
Inventor
Shunichi Ide
俊一 井手
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP9241322A priority Critical patent/JPH10228404A/en
Publication of JPH10228404A publication Critical patent/JPH10228404A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a journal management system capable of dividedly arrang ing journal files by guaranteeing the contex of dotted updating history informa tion. SOLUTION: A data file in a shared data area 20 stores each AIJ (After image journal) management data 22 in a page 21 to be its updating unit. The data 22 manages a serial number to be increased in each updating of the page 21 and the increment of the serial number is executed when a transaction manager included in each application process 10 updates the page 21. The transaction manager stores the serial number in the updating history information at the time of generating the updating history information to be stored in a journal file 14, so that the time-sequential order of dotted updating history information can be guaranteed in each page of the data file.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、たとえばチケッ
ト発券システムなどに適用して好適なジャーナル管理シ
ステムおよびジャーナル管理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a journal management system and a journal management method suitable for application to, for example, a ticket issuing system.

【0002】[0002]

【従来の技術】近年、銀行のオンラインシステムやチケ
ット発券システムなど、様々なオンラインシステムが稼
働している。そして、これらのオンラインシステムで
は、信頼性の高さを確保すべく、たとえばデータベース
ファイルの更新情報をジャーナルファイルに採取しなが
ら動作するなどといったことが行なわれる。
2. Description of the Related Art In recent years, various online systems such as a bank online system and a ticket issuing system have been operated. In order to secure high reliability, these online systems are operated while collecting update information of a database file into a journal file.

【0003】通常、オンラインシステムでは、あるひと
まとまりの仕事をトランザクションとし、このトランザ
クションを完結させる際(コミット)、そのトランザク
ション内で発生したデータ更新の確定およびその更新情
報のジャーナルファイルへの反映を待機する。これは、
システム内のデータの整合性を損なわないようにするた
めである。したがって、この間は、その更新データを含
むページはすべてロックされてしまっていることにな
り、たとえばそのページに含まれるデータを使用する他
のトランザクションを待たせてしまうことになってい
た。
Normally, in an online system, a set of work is regarded as a transaction, and when this transaction is completed (commit), the data update that has occurred within the transaction is confirmed and the update information is waited for being reflected in the journal file. I do. this is,
This is to prevent data integrity in the system from being impaired. Therefore, during this time, all pages including the updated data are locked, and, for example, another transaction using the data included in the page is made to wait.

【0004】このような実情から、最近では、トランザ
クションの完結を待たずに、更新データを含むページの
ロックを解放し、他のトランザクションにそのページの
使用を許可することによって、システム全体の性能向上
を図るための仕組みが考えられてきている。その仕組み
を図7を参照して説明する。
[0004] Under such circumstances, recently, the lock of the page containing the update data is released without waiting for the completion of the transaction, and another transaction is permitted to use the page, thereby improving the performance of the entire system. A mechanism to achieve this has been considered. The mechanism will be described with reference to FIG.

【0005】アプリケーションプロセス90が、トラン
ザクションマネージャ91にトランザクションのコミッ
トを要求すると(図7の(1))、トランザクションマ
ネージャ91は、まずそのトランザクションで更新され
たデータに関する更新履歴情報(AIJ:After
Image Journal)95を作成し、AIJキ
ュー94に格納する(図7の(2))。そして、トラン
ザクションマネージャ91は、この時点で更新データを
含む更新ページ93のトランザクションロックを解放す
る(図7の(3))。したがって、他のトランザクショ
ンは、これ以降は更新ページ93へのアクセスが可能と
なる。
When the application process 90 requests the transaction manager 91 to commit the transaction ((1) in FIG. 7), the transaction manager 91 first updates the update history information (AIJ: After) relating to the data updated in the transaction.
Image Journal 95 is created and stored in the AIJ queue 94 ((2) in FIG. 7). Then, the transaction manager 91 releases the transaction lock of the update page 93 including the update data at this point ((3) in FIG. 7). Therefore, other transactions can access the updated page 93 thereafter.

【0006】次に、トランザクションマネージャ91
は、ジャーナルライタ96に対し、AIJ95のジャー
ナルファイル97への実更新を指示する(図7の
(4))。一方、この指示を受け取ったジャーナルライ
タ96は、実更新を実行し(図7の(5))、その完了
後にデータライタ98に対してデータベースファイル9
9への更新の反映を指示する(図7の(6))。そし
て、この指示を受け取ったデータライタ98は、実更新
を実行した後(図7の(7))、データベースファイル
99への更新の反映完了を意味するクリーンポイントの
出力をジャーナルライタ96に対して依頼する(図7の
(8))。
Next, the transaction manager 91
Instructs the journal writer 96 to actually update the AIJ 95 to the journal file 97 ((4) in FIG. 7). On the other hand, the journal writer 96 that has received this instruction executes the actual update ((5) in FIG. 7), and after the completion, sends the database file 9 to the data writer 98.
9 is instructed to reflect the update ((6) in FIG. 7). After receiving the instruction, the data writer 98 executes the actual update ((7) in FIG. 7), and outputs a clean point output indicating that the update to the database file 99 has been completely reflected to the journal writer 96. Request ((8) in FIG. 7).

【0007】なお、ジャーナルファイル97は、実更新
(図7の(5))が完了した時点でその旨をトランザク
ションマネージャ91に対して通知し(図7の
(9))、トランザクションマネージャ91は、この通
知を受け取り次第、コミット完了をアプリケーションプ
ロセスに返答する(図7の(10))。このようにし
て、コミット完了待機を必要としない更新ページのロッ
クの解放を可能としている。
When the actual update ((5) in FIG. 7) is completed, the journal file 97 notifies the transaction manager 91 of the completion ((9) in FIG. 7). Upon receipt of this notification, a response to the completion of the commit is returned to the application process ((10) in FIG. 7). In this way, it is possible to release the lock of the updated page without having to wait for commit completion.

【0008】[0008]

【発明が解決しようとする課題】このように、オンライ
ントランザクション処理において、コミット完了を待た
ずに更新ページのロックを解放することにより、システ
ム全体の性能向上を図る仕組みが考えられている。
As described above, in online transaction processing, a mechanism for improving the performance of the entire system by releasing the lock of the updated page without waiting for the completion of the commit has been considered.

【0009】また、最近では、システム負荷の分散を目
的とし、オンラインシステムにおいても、図8に示すよ
うに、複数の計算機(ノード)102をクラスタ接続し
て稼働させ、端末101からの要求を分散して処理する
といった分散システムが用いられてきている。このよう
な分散システムにおいて、前述したジャーナル管理を適
用した場合、ジャーナルファイル97を共有ディスク1
03に配置して共有して取り扱うと、このジャーナルフ
ァイル97のアクセスがボトルネックとなってしまう。
ここで、ジャーナルファイル97を各ノードに分割して
配置するといったことを考えてみる。しかしながら、コ
ミット完了を待たずに更新ページのロックを解放するこ
とは、AIJ95の時系列的な順序が保証されてこそ実
現されるものである。したがって、複数のノードにジャ
ーナルファイル97を分割配置することは困難であると
いった問題があった。
Recently, for the purpose of distributing the system load, in an online system, as shown in FIG. 8, a plurality of computers (nodes) 102 are operated in a cluster connection to distribute requests from the terminals 101. Distributed systems have been used for processing. In such a distributed system, when the above-described journal management is applied, the journal file 97 is stored in the shared disk 1
If it is allocated and shared and handled, the access to the journal file 97 becomes a bottleneck.
Here, consider that the journal file 97 is divided and arranged in each node. However, releasing the lock of the updated page without waiting for the completion of the commit is realized only when the time-series order of the AIJ 95 is guaranteed. Therefore, there is a problem that it is difficult to divide and arrange the journal file 97 in a plurality of nodes.

【0010】この発明はこのような実情に鑑みてなされ
たものであり、複数の計算機上に点在する更新履歴情報
の前後関係を保証することにより、ジャーナルファイル
の分割配置を可能とするジャーナル管理システムおよび
ジャーナル管理方法を提供することを目的とする。
[0010] The present invention has been made in view of such circumstances, and guarantees the context of update history information scattered on a plurality of computers, thereby enabling journal file splitting and arrangement. It aims to provide a system and a journal management method.

【0011】[0011]

【問題を解決するための手段】この発明のジャーナル管
理システムは、アプリケーションプロセスがトランザク
ションのコミットを要求した際、そのトランザクション
で更新されたデータの更新履歴情報が生成され、その時
系列的な順序が保証された時点でその更新データを含む
ページのロックを解放し、前記更新履歴情報に含まれる
更新データのデータファイルへの反映が確定した後に前
記アプリケーションプロセスに対してコミット完了を通
知することにより、コミット完了前の更新ページのロッ
ク解放を実現するトランザクション管理機能を、複数の
計算機がデータファイルを共有し、かつ前記複数の計算
機ごとに前記更新履歴情報を保持するジャーナルファイ
ルを配置した分散システムに適用させるためのジャーナ
ル管理システムにおいて、前記更新履歴情報の時系列的
な順序を前記データファイルのページごとに管理する順
序管理手段を具備し、複数のジャーナルファイル内に点
在する更新履歴情報の前後関係を前記データファイルの
ページごとに保証することを特徴とする。
According to the journal management system of the present invention, when an application process requests a commit of a transaction, update history information of data updated in the transaction is generated, and the chronological order of the data is guaranteed. Release the lock of the page containing the update data at the point in time, and notify the application process of the completion of the commit after the update data included in the update history information is determined to be reflected in the data file, thereby performing a commit. A transaction management function for realizing lock release of an updated page before completion is applied to a distributed system in which a plurality of computers share a data file and a journal file holding the update history information is arranged for each of the plurality of computers. For a journal management system And an order management means for managing the time-series order of the update history information for each page of the data file, and the order of the update history information scattered in a plurality of journal files is determined by the page of the data file. It is guaranteed every time.

【0012】この発明のジャーナル管理システムにおい
ては、更新されたデータに関する更新履歴情報の時系列
的な順序を、順序管理手段がデータファイルのページご
とに管理する。この管理方法としては、たとえばデータ
ファイルのページ内に、更新ごとにインクリメントされ
る通番を保持するようにしておき、更新履歴情報を生成
する際に、その通番を更新履歴情報内に取り込むことに
よって管理する、または、その通番と更新履歴情報との
対応づけを示すテーブルなどを不揮発性の記憶領域に設
けて管理するなどである。また、この通番を複数の計算
機に共有される記憶領域内に確保された領域内に保持す
ることも有効である。
[0012] In the journal management system according to the present invention, the order management means manages the chronological order of the update history information relating to the updated data for each page of the data file. As a management method, for example, a serial number that is incremented for each update is stored in a page of the data file, and when the update history information is generated, the serial number is included in the update history information. Or a table indicating the correspondence between the serial number and the update history information is provided in a nonvolatile storage area and managed. It is also effective to hold this serial number in an area secured in a storage area shared by a plurality of computers.

【0013】一般に、オンラインシステムのトランザク
ション管理においては、トランザクションロックの獲得
および解放を制御するために、分散ロックマネージャが
設けられる。したがって、この分散ロックマネージャ
に、ロックの獲得および解放の要求に同期させて通番を
管理させることも有効である。
Generally, in transaction management of an online system, a distributed lock manager is provided to control acquisition and release of a transaction lock. Therefore, it is also effective to make the distributed lock manager manage the serial numbers in synchronization with the lock acquisition and release requests.

【0014】このように、更新履歴情報の時系列的な順
序を保証することにより、複数のジャーナルファイルに
更新履歴情報を点在させることが可能となり、ジャーナ
ルファイルへのアクセスをボトルネックとすることな
く、分散システムにおいてもコミット完了前の更新ペー
ジの解放を実現することが可能となる。
As described above, by guaranteeing the chronological order of the update history information, the update history information can be scattered in a plurality of journal files, and the access to the journal file becomes a bottleneck. Also, it is possible to release the updated page before the completion of the commit even in the distributed system.

【0015】なお、更新履歴情報をジャーナルファイル
に出力するジャーナルライタが、更新履歴情報の書き込
み開始を示すヘッダおよび書き込み終了を示すトレーラ
を書き込み動作ごとに出力する手段と、同一トランザク
ションで生成された更新履歴情報を同一のヘッダおよび
トレーラ間に出力するようにスケジュールする手段とを
具備することが好ましい。これにより、トランザクショ
ンに属する更新履歴情報の一貫性を保持することができ
るようになる。
A journal writer for outputting update history information to a journal file outputs a header indicating the start of writing the update history information and a trailer indicating the end of writing for each write operation. Means for scheduling the history information to be output between the same header and trailer. As a result, the consistency of the update history information belonging to the transaction can be maintained.

【0016】また、システム障害によって前記データフ
ァイルのページが破損したときに、そのページに関する
更新履歴情報であって前記データファイルに未反映の更
新履歴情報を前記すべてのジャーナルファイルから収集
し、前記順序管理手段により管理される時系列的な順序
にしたがって復旧していくページ復旧手段を具備し、前
記ページ復旧手段は、前記更新履歴情報に抜けが発生し
たときに、その抜けている更新履歴情報以降の更新履歴
情報を破棄してデータファイルへの反映を中断すること
が好ましい。これにより、システム内の整合性を損なう
ことがない。
When a page of the data file is damaged due to a system failure, update history information relating to the page, which is not reflected in the data file, is collected from all the journal files. A page restoring means for restoring the update history information according to a time-series order managed by a management means, wherein the page restoration means, when a miss occurs in the update history information, after the missing update history information; It is preferable to discard the update history information and suspend the reflection on the data file. As a result, there is no loss of consistency in the system.

【0017】また、この発明のジャーナル管理システム
は、アプリケーションプロセスがトランザクションのコ
ミットを要求した際、そのトランザクションで更新され
たデータの更新履歴情報が生成され、その時系列的な順
序が保証された時点でその更新データを含むページのロ
ックを解放し、前記更新履歴情報に含まれる更新データ
のデータファイルへの反映が確定した後に前記アプリケ
ーションプロセスに対してコミット完了を通知すること
により、コミット完了前の更新ページのロック解放を実
現するトランザクション管理機能を、複数の計算機がデ
ータファイルを共有し、かつ前記複数の計算機ごとに前
記更新履歴情報を保持するジャーナルファイルを配置し
た分散システムに適用させるためのジャーナル管理シス
テムにおいて、前記更新履歴情報を格納するジャーナル
ファイルを予め前記データファイルのページごとに割り
当てておき、同一ページに関する前記更新履歴情報すべ
てが同一のジャーナルファイルに格納されるように管理
する更新履歴管理手段を具備してなることを特徴とす
る。
In the journal management system according to the present invention, when an application process requests a commit of a transaction, update history information of data updated by the transaction is generated, and when the chronological order is guaranteed. By releasing the lock of the page including the update data and notifying the application process of the completion of the commit after the update data included in the update history information is determined to be reflected in the data file, the update before the completion of the commit is completed. Journal management for applying a transaction management function for realizing page lock release to a distributed system in which a plurality of computers share a data file and a journal file holding the update history information is arranged for each of the plurality of computers. In the system, before A journal file for storing update history information is allocated to each page of the data file in advance, and update history management means for managing all the update history information for the same page so as to be stored in the same journal file is provided. It is characterized by becoming.

【0018】この発明のジャーナル管理システムにおい
ては、予め各ページごとに更新履歴情報をいずれのジャ
ーナルファイルに格納させるかを設定しておき、データ
の更新を行なった計算機それぞれは、必要に応じてジャ
ーナルファイルを配置する他の計算機に対して更新履歴
情報の送信を実行する。
In the journal management system according to the present invention, it is set in advance in which journal file the update history information is stored for each page, and the computer that has updated the data, if necessary, updates the journal as needed. The update history information is transmitted to another computer in which the file is located.

【0019】すなわち、いずれの計算機で更新が行なわ
れたとしても、同一ページに関する更新履歴情報は、同
一計算機上の同一ジャーナルファイルに格納されること
になり、これによって更新履歴情報の前後関係をデータ
ファイルのページごとに保証することになる。
That is, no matter which computer is updated, the update history information on the same page is stored in the same journal file on the same computer. This is guaranteed for each page of the file.

【0020】[0020]

【発明の実施の形態】以下、図面を参照してこの発明の
実施の形態を説明する。 (第1実施形態)図1にはこの発明の第1実施形態に係
る計算機システムのネットワーク構成および機能ブロッ
クが示されている。
Embodiments of the present invention will be described below with reference to the drawings. (First Embodiment) FIG. 1 shows a network configuration and functional blocks of a computer system according to a first embodiment of the present invention.

【0021】図1に示すように、この第1実施形態の計
算機システムは、複数の計算機(ノード)10がクラス
タ間ネットワーク30によってクラスタ接続されてお
り、これらのノード10は、共有データ領域20上のデ
ータを共有している。
As shown in FIG. 1, in the computer system according to the first embodiment, a plurality of computers (nodes) 10 are connected in a cluster by an inter-cluster network 30. Sharing data.

【0022】各ノード10では、アプリケーションプロ
セス10が動作しており、各種トランザクションを処理
している。また、このノード10では、ジャーナルライ
タ12およびデータライタ13が、アプリケーションプ
ロセス10に含まれるトランザクションマネージャ(図
示せず)の指示にしたがって動作している。
In each node 10, an application process 10 is operating and processes various transactions. In this node 10, the journal writer 12 and the data writer 13 operate in accordance with instructions from a transaction manager (not shown) included in the application process 10.

【0023】ジャーナルライタ12は、トランザクショ
ンマネージャが生成した更新履歴情報(AIJ)をジャ
ーナルファイル14に書き込むためのものであり、一
方、データライタ13は、トランザクションが実行した
データ更新を共有データ領域20上のデータファイルに
反映させるためのものである。そして、この第1実施形
態の計算機システムでは、共有データ領域20上のデー
タファイルが、その更新単位であるページ21内にそれ
ぞれのAIJ管理データ22を保持する。このAIJ管
理データ22は、そのページ21が更新される度にイン
クリメントされる通番を管理するためのものであり、こ
の通番のインクリメントは、各アプリケーションプロセ
ス10に含まれるトランザクションマネージャが実行す
る。そして、トランザクションマネージャは、AIJを
生成する際、この通番をAIJ内に格納する。したがっ
て、ジャーナルライタ12によってジャーナルファイル
14に書き込まれるAIJの時系列的な順序はこの通番
によって保証されることになる。すなわち、同一ページ
21が異なるノード10によって更新された結果、同一
ページ21に関するAIJが複数のジャーナルファイル
14に点在することになるが、その前後関係はこの通番
によって保証されることになるために、たとえばオンラ
インのロールバック処理などに支障を与えることない。
そして、ジャーナルファイルのアクセスをボトルネック
とすることなく、コミット完了前の更新ページのロック
の解放を可能とする。
The journal writer 12 is for writing the update history information (AIJ) generated by the transaction manager to the journal file 14. On the other hand, the data writer 13 writes the data update executed by the transaction on the shared data area 20. This is to reflect the data file. In the computer system according to the first embodiment, the data file in the shared data area 20 holds the respective AIJ management data 22 in the page 21 which is the update unit. The AIJ management data 22 is for managing a serial number that is incremented each time the page 21 is updated. The serial number is incremented by a transaction manager included in each application process 10. When generating the AIJ, the transaction manager stores this serial number in the AIJ. Therefore, the chronological order of the AIJs written to the journal file 14 by the journal writer 12 is guaranteed by this serial number. In other words, as a result of updating the same page 21 by different nodes 10, AIJs related to the same page 21 are scattered in a plurality of journal files 14, but the context is guaranteed by this serial number. For example, it does not hinder online rollback processing.
Then, the lock of the updated page before the completion of the commit can be released without setting the access to the journal file as a bottleneck.

【0024】(第2実施形態)次に、この発明の第2実
施形態を説明する。第2実施形態に係る計算機システム
のネットワーク構成および機能ブロックは第1実施形態
と同様であるが、第2実施形態の計算機システムでは、
AIJ内にそれぞれの通番を格納することによってAI
Jの時系列的な順序を保証するのではなく、共有データ
領域20内にAIJ管理ファイル23を設け、このAI
J管理ファイル23によってAIJの時系列的な順序を
保証する。図2はこのAIJ管理ファイル23を説明す
るための概念図である。
(Second Embodiment) Next, a second embodiment of the present invention will be described. Although the network configuration and functional blocks of the computer system according to the second embodiment are the same as those of the first embodiment, in the computer system of the second embodiment,
By storing each serial number in the AIJ, the AI
Rather than guaranteeing the chronological order of J, an AIJ management file 23 is provided in the shared data area 20 and this AI
The J management file 23 guarantees the chronological order of AIJ. FIG. 2 is a conceptual diagram for explaining the AIJ management file 23.

【0025】図2に示すように、あるページ21につい
て複数のノードで更新が施された結果、複数のAIJ1
5が生成され、複数のジャーナルファイル14に点在し
て格納されたとする。各アプリケーションプロセス11
のトランザクションマネージャは、AIJ15の格納を
自ノード内のジャーナルライタ12に依頼するが、ペー
ジ21内に保持されるAIJ管理データ22から得られ
る通番とジャーナルファイル14の格納位置とを共有デ
ータ領域20上のAIJ管理ファイル23に書き込む。
したがって、このAIJ管理ファイル23を参照すれ
ば、各ページにおけるAIJの前後関係とその格納位置
とを得ることができ、前述と同様にオンラインのロール
バック処理などに支障を与えることない。なお、この場
合には、AIJ管理ファイル23のアクセスがボトルネ
ックとなるとの懸念が起きるが、ジャーナルファイル1
4に格納するAIJと比較して、その情報量が非常に小
さいため問題はない。
As shown in FIG. 2, when a certain page 21 is updated by a plurality of nodes, a plurality of AIJ1s are updated.
5 are generated and stored scattered in a plurality of journal files 14. Each application process 11
Transaction manager requests the journal writer 12 in its own node to store the AIJ 15, but stores the serial number obtained from the AIJ management data 22 held in the page 21 and the storage location of the journal file 14 in the shared data area 20. Is written in the AIJ management file 23.
Therefore, by referring to the AIJ management file 23, the context of the AIJ in each page and the storage position thereof can be obtained, and the online rollback processing and the like are not hindered as described above. In this case, there is a concern that the access to the AIJ management file 23 may become a bottleneck.
No problem occurs because the amount of information is very small as compared with the AIJ stored in No.4.

【0026】(第3実施形態)次に、この発明の第3実
施形態を説明する。第3実施形態に係る計算機システム
のネットワーク構成および機能ブロックは第1実施形態
と同様であるが、第3実施形態の計算機システムでは、
データファイルのページ21それぞれにAIJ管理デー
タ22を保持させるのではなく、図3に示すように、共
有データ領域20上にAIJ管理用領域24を確保し、
このAIJ管理用領域24にページ21それぞれの通番
を管理する。そして、この第3実施形態においては、ト
ランザクションマネージャが、ページ21が更新される
度にこのAIJ管理用領域24内の対応する通番をイン
クリメントすることになる。なお、このこの共有データ
領域20は、ディスク装置上に存在するものである。ま
た、この第3実施形態は、通番の管理を共有データ領域
22上に確保したAIJ管理用領域24により実施する
点を特徴とするものであり、この通番を用いて前後関係
を保証する具体的な方法は、第1および第2実施形態で
説明した方法(各AIJに通番を格納する、または通番
と格納位置とを対応づける)のいずれであってもよい。
(Third Embodiment) Next, a third embodiment of the present invention will be described. Although the network configuration and functional blocks of the computer system according to the third embodiment are the same as those of the first embodiment, in the computer system of the third embodiment,
Instead of holding the AIJ management data 22 in each page 21 of the data file, an AIJ management area 24 is secured on the shared data area 20 as shown in FIG.
The serial number of each page 21 is managed in the AIJ management area 24. In the third embodiment, each time the page 21 is updated, the transaction manager increments the corresponding serial number in the AIJ management area 24. The shared data area 20 exists on the disk device. Further, the third embodiment is characterized in that serial numbers are managed by the AIJ management area 24 secured on the shared data area 22, and the serial number is used to guarantee the context. The method may be any of the methods described in the first and second embodiments (a serial number is stored in each AIJ, or a serial number is associated with a storage position).

【0027】(第4実施形態)次に、この発明の第4実
施形態を説明する。第4実施形態に係る計算機システム
のネットワーク構成および機能ブロックは第1実施形態
と同様である。一般に、オンラインシステムのトランザ
クション管理においては、トランザクションロックの獲
得および解放を制御するために、分散ロックマネージャ
が設けられる。そこで、第4実施形態の計算機システム
では、この分散ロックマネージャに、ロックの獲得およ
び解放の要求に同期させて通番を管理させる形態を説明
する。
(Fourth Embodiment) Next, a fourth embodiment of the present invention will be described. The network configuration and functional blocks of the computer system according to the fourth embodiment are the same as those of the first embodiment. Generally, in transaction management of an online system, a distributed lock manager is provided to control acquisition and release of a transaction lock. Therefore, in the computer system according to the fourth embodiment, an embodiment will be described in which the distributed lock manager manages serial numbers in synchronization with lock acquisition and release requests.

【0028】図4は第4実施形態の動作原理を説明する
ための概念図である。アプリケーションプロセス11に
含まれるファイルマネージャ16がロック獲得を分散ロ
ックマネージャ40に要求すると(図4の(1))、分
散ロックマネージャ40は、要求されたページ21をロ
ックするとともに、そのページ21に対応する通番をA
IJ管理ファイル41から読み出してファイルマネージ
ャ16に返却する。これによりアプリケーションプロセ
ス11は、ページ21それぞれの通番を取得する。一
方、ファイルマネージャ16がロック解放を分散ロック
マネージャ40に要求すると(図4の(2))、分散ロ
ックマネージャ40は、要求されたページ21のロック
を解放するとともに、AIJ管理ファイル41に格納さ
れたそのページ21に対応する通番をインクリメントす
る。したがって、この第4実施形態においては、分散ロ
ックマネージャ40が、ページ21が更新される度にA
IJ管理ファイル41内の対応する通番をインクリメン
トすることになる。なお、この第4実施形態は通番の管
理を分散ロックマネージャ40により実施する点を特徴
とするものであり、この通番を用いて前後関係を保証す
る具体的な方法は、第1および第2実施形態で説明した
方法(各AIJに通番を格納する、または通番と格納位
置とを対応づける)のいずれであってもよい。
FIG. 4 is a conceptual diagram for explaining the operation principle of the fourth embodiment. When the file manager 16 included in the application process 11 requests the distributed lock manager 40 to acquire a lock ((1) in FIG. 4), the distributed lock manager 40 locks the requested page 21 and responds to the page 21. A
The file is read from the IJ management file 41 and returned to the file manager 16. Thereby, the application process 11 acquires the serial number of each page 21. On the other hand, when the file manager 16 requests the distributed lock manager 40 to release the lock ((2) in FIG. 4), the distributed lock manager 40 releases the lock on the requested page 21 and stores the lock in the AIJ management file 41. The serial number corresponding to the page 21 is incremented. Therefore, in the fourth embodiment, each time the page 21 is updated, the distributed lock manager 40
The corresponding serial number in the IJ management file 41 is incremented. The fourth embodiment is characterized in that serial numbers are managed by the distributed lock manager 40. A specific method for guaranteeing the context using the serial numbers is described in the first and second embodiments. Any of the methods described in the embodiments (a serial number is stored in each AIJ, or a serial number is associated with a storage position) may be used.

【0029】(第5実施形態)次に、この発明の第5実
施形態を説明する。第5実施形態に係る計算機システム
のネットワーク構成および機能ブロックは第1実施形態
と同様であるが、第5実施形態の計算機システムでは、
それぞれのぺージ21に関するAIJをいずれのジャー
ナルファイル14に格納すべきかを予め割り当ててお
く。そして、各ノードでは、たとえば、データファイル
を一意に識別するIDとページ番号とからハッシュ法に
よりどのジャーナルファイル14が割り当てられている
かを動的に算出する。
(Fifth Embodiment) Next, a fifth embodiment of the present invention will be described. Although the network configuration and functional blocks of the computer system according to the fifth embodiment are the same as those of the first embodiment, in the computer system according to the fifth embodiment,
The journal file 14 in which the AIJ relating to each page 21 is to be stored is assigned in advance. Then, each node dynamically calculates which journal file 14 is assigned by, for example, a hash method from an ID for uniquely identifying a data file and a page number.

【0030】たとえば、図5に示すように、いずれかの
ノード10で動作するアプリケーションプロセス11
が、ページX,ページY,ページZ〜の更新を実行し、
その更新に伴ってAIJ15を生成したとする。この場
合、アプリケーションプロセス11のトランザクション
プロセスは、それぞれのAIJ15について、データフ
ァイルを一意に識別するIDとページ番号とからハッシ
ュ法により、いずれのノード10のジャーナルファイル
14に格納すべきかを算出し、その算出したノード10
が自己のノードでなかった場合(ページX,ページY)
には、他のノード10にそのAIJを送信する。したが
って、この第5実施形態においては、同一ページ21に
ついてのAIJはすべて同一ジャーナルファイル14に
格納されることになるため、通番などを持つことなく、
各ページにおけるAIJの前後関係が保証されることに
なる。
For example, as shown in FIG. 5, an application process 11
Performs the update of page X, page Y, page Z,
It is assumed that the AIJ 15 is generated with the update. In this case, the transaction process of the application process 11 calculates, for each AIJ 15, from the ID file for uniquely identifying the data file and the page number by using the hash method to store in the journal file 14 of which node 10. Node 10 calculated
Is not its own node (Page X, Page Y)
Transmits the AIJ to another node 10. Therefore, in the fifth embodiment, all the AIJs for the same page 21 are stored in the same journal file 14, so that the AIJ does not have a serial number or the like.
The context of the AIJ on each page is guaranteed.

【0031】(第6実施形態)次に、この発明の第6実
施形態を説明する。第6実施形態では、ジャーナルライ
タ12のスケジュール機能に着目して説明を行なう。こ
の第6実施形態のジャーナルライタ12は、図6に示す
ように、トランザクション17の実行に伴なって生成さ
れるAIJをジャーナルファイル14に書き込む際、そ
の書き込み開始を示すヘッダおよび書き込み終了を示す
トレーラをその書き込み動作ごとに出力する。そして、
このジャーナルライタ12は、同一のトランザクション
17の実行に伴なって生成されたAIJを同一のヘッダ
およびトレーラ間に出力するようにスケジュールする。
これにより、トランザクション17に属するAIJの一
貫性(すべての書き込みが完了、またはすべての書き込
みが失敗など)を保持することができるようになる。
(Sixth Embodiment) Next, a sixth embodiment of the present invention will be described. In the sixth embodiment, description will be given focusing on the schedule function of the journal writer 12. As shown in FIG. 6, when the journal writer 12 according to the sixth embodiment writes an AIJ generated along with the execution of the transaction 17 into the journal file 14, the header indicating the start of writing and the trailer indicating the end of writing. Is output for each write operation. And
The journal writer 12 schedules the AIJ generated with the execution of the same transaction 17 to be output between the same header and trailer.
As a result, it is possible to maintain the consistency of the AIJ belonging to the transaction 17 (such as completion of all writing or failure of all writing).

【0032】このように、AIJの時系列的な順序を保
証することによって、ジャーナルファイル14を分割配
置しつつ、コミット完了前の更新ページのロックの解放
を実現することができる。なお、ジャーナルライタ12
は、データライタ13から実更新の完了を通知されたと
きに、その旨を示すクリーンポイントをジャーナルファ
イル14に出力する。そして、障害などによっていずれ
かのファイルのページが破損した際、その復旧作業は、
このクリーンポイント以降のAIJをすべてのジャーナ
ルファイル14から収集し、その収集されたAIJを使
用し、管理する順序にしたがって行なわれる。このと
き、たとえば欠番などの中落ち(AIJの紛失)が発生
した場合には、それ以降のリカバリ処理は断念し、トラ
ンザクションの無効化などによって対処することとす
る。これにより、システム全体の整合性を損なうことを
防止する。
As described above, by guaranteeing the chronological order of the AIJ, the lock of the updated page before the completion of the commit can be released while the journal file 14 is divided and arranged. The journal writer 12
Outputs a clean point to the journal file 14 when the data writer 13 notifies the data writer 13 of the completion of the actual update. And, when a page of any file is damaged due to a failure, the recovery work is
AIJs after this clean point are collected from all journal files 14, and the collected AIJs are used and performed in the order of management. At this time, for example, if a drop in the number such as a missing number (loss of the AIJ) occurs, the subsequent recovery processing is abandoned, and a response is made by invalidating the transaction. This prevents the integrity of the entire system from being impaired.

【0033】なお、前述の実施形態に記載したジャーナ
ル管理方法は、コンピュータに実行させることのできる
プログラムとしてフロッピィディスク、光ディスクおよ
び半導体メモリなどの記憶媒体に格納して頒布すること
が可能である。
The journal management method described in the above embodiment can be distributed by storing it in a storage medium such as a floppy disk, an optical disk, or a semiconductor memory as a program that can be executed by a computer.

【0034】[0034]

【発明の効果】以上詳述したように、この発明によれ
ば、更新履歴情報の時系列的な順序を保証することが可
能となるため、分散システムを構成する複数の計算機そ
れぞれにジャーナルファイルを分割して配置することが
できるようになり、分散システムにおいてジャーナルフ
ァイルへのアクセスをボトルネックとすることなしにコ
ミット完了前の更新ページの解放を実現することが可能
となる。
As described above in detail, according to the present invention, it is possible to guarantee the chronological order of the update history information, so that the journal file is stored in each of a plurality of computers constituting the distributed system. It becomes possible to divide and arrange, and in the distributed system, it is possible to realize the release of the updated page before the completion of the commit without making the access to the journal file a bottleneck.

【図面の簡単な説明】[Brief description of the drawings]

【図1】この発明の第1実施形態に係る計算機システム
のネットワーク構成および機能ブロックを示す図。
FIG. 1 is a diagram showing a network configuration and functional blocks of a computer system according to a first embodiment of the present invention.

【図2】第2実施形態のAIJ管理ファイルを説明する
ための概念図。
FIG. 2 is a conceptual diagram illustrating an AIJ management file according to a second embodiment.

【図3】第3実施形態の共有データ領域上に確保される
AIJ管理用領域を示す図。
FIG. 3 is a diagram showing an AIJ management area secured on a shared data area according to a third embodiment;

【図4】第4実施形態の動作原理を説明するための概念
図。
FIG. 4 is a conceptual diagram for explaining the operation principle of the fourth embodiment.

【図5】第5実施形態の動作原理を説明するための概念
図。
FIG. 5 is a conceptual diagram for explaining the operation principle of the fifth embodiment.

【図6】第6実施形態のジャーナルライタのスケジュー
ル機能を説明するための図。
FIG. 6 is an exemplary view for explaining a schedule function of a journal writer according to a sixth embodiment;

【図7】従来のトランザクションの完結を待たずに更新
データを含むページのロックを解放する仕組みを説明す
るための概念図。
FIG. 7 is a conceptual diagram for explaining a conventional mechanism for releasing a lock of a page including update data without waiting for completion of a transaction.

【図8】複数の計算機がクラスタ接続されて構成する分
散システムを示す図。
FIG. 8 is a diagram showing a distributed system in which a plurality of computers are connected in a cluster.

【符号の説明】[Explanation of symbols]

10…ノード、11…アプリケーションプロセス、12
…ジャーナルライタ、13…データライタ、20…共有
データ領域、21…ページ、21…AIJ管理データ、
30…クラスタ間ネットワーク。
10 ... node, 11 ... application process, 12
... Journal writer, 13 ... Data writer, 20 ... Shared data area, 21 ... Page, 21 ... AIJ management data,
30 ... Inter-cluster network

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションプロセスがトランザク
ションのコミットを要求した際、そのトランザクション
で更新されたデータの更新履歴情報が生成され、その時
系列的な順序が保証された時点でその更新データを含む
ページのロックを解放し、前記更新履歴情報に含まれる
更新データのデータファイルへの反映が確定した後に前
記アプリケーションプロセスに対してコミット完了を通
知することにより、コミット完了前の更新ページのロッ
ク解放を実現するトランザクション管理機能を、複数の
計算機がデータファイルを共有し、かつ前記複数の計算
機ごとに前記更新履歴情報を格納するジャーナルファイ
ルを配置した分散システムに適用させるためのジャーナ
ル管理システムにおいて、 前記更新履歴情報の時系列的な順序を前記データファイ
ルのページごとに管理する順序管理手段を具備し、複数
のジャーナルファイル内に点在する更新履歴情報の前後
関係を前記データファイルのページごとに保証すること
を特徴とするジャーナル管理システム。
When an application process requests a commit of a transaction, update history information of data updated by the transaction is generated, and when the time-series order is guaranteed, a page containing the updated data is locked. Transaction that releases lock of the updated page before the completion of the commit by notifying the application process of the completion of the commit after the update data included in the update history information is determined to be reflected in the data file. In a journal management system for applying a management function to a distributed system in which a plurality of computers share a data file and a journal file storing the update history information is arranged for each of the plurality of computers, Chronological order Journal management system characterized in that to guarantee comprising the order management means for managing each page of the file, the context of the update history information scattered in a plurality of journal file for each page of the data file.
【請求項2】 前記順序管理手段は、同一ページにおけ
る時系列的な順序を示す識別情報を前記更新履歴情報内
に格納することを特徴とする請求項1記載のジャーナル
管理システム。
2. The journal management system according to claim 1, wherein the order management means stores identification information indicating a chronological order in the same page in the update history information.
【請求項3】 前記順序管理手段は、同一ページにおけ
る時系列的な順序を示す識別情報と前記更新履歴情報の
格納位置を示す格納位置情報とを対応づけるテーブルを
不揮発性の記憶領域に確保して管理することを特徴とす
る請求項1記載のジャーナル管理システム。
3. The non-volatile storage area according to claim 1, wherein the order management unit secures a table that associates identification information indicating a chronological order in the same page with storage position information indicating a storage position of the update history information. 2. The journal management system according to claim 1, wherein the journal management system manages the journal.
【請求項4】 更新ごとにインクリメントされる通番を
保持する領域が前記データファイルの各ページ内に確保
され、 前記順序管理手段は、前記通番から前記識別情報を得る
ことを特徴とする請求項2または3記載のジャーナル管
理システム。
4. An area for holding a serial number that is incremented for each update is secured in each page of the data file, and the order management unit obtains the identification information from the serial number. Or the journal management system according to 3.
【請求項5】 更新ごとにインクリメントされる通番を
前記データファイルのページごとに保持する領域が前記
複数の計算機に共有される記憶領域内に確保され、 前記順序管理手段は、前記通番から前記識別情報を得る
ことを特徴とする請求項2または3記載のジャーナル管
理システム。
5. An area for holding a serial number that is incremented for each update for each page of the data file is secured in a storage area shared by the plurality of computers, and the order management unit performs the identification based on the serial number. 4. The journal management system according to claim 2, wherein information is obtained.
【請求項6】 更新ごとにインクリメントされる通番が
トランザクションロックの獲得および解除を制御する分
散ロックマネージャにより前記データファイルのページ
ごとに管理され、 前記順序管理手段は、前記分散ロックマネージャより受
け取った通番から前記識別情報を得ることを特徴とする
請求項2または3記載のジャーナル管理システム。
6. A sequence number incremented for each update is managed for each page of the data file by a distributed lock manager that controls acquisition and release of a transaction lock, and the sequence management unit receives the sequence number received from the distributed lock manager. 4. The journal management system according to claim 2, wherein the identification information is obtained from a journal.
【請求項7】 前記更新履歴情報を前記ジャーナルファ
イルに出力するジャーナルライタを具備し、 前記ジャーナルライタは、前記更新履歴情報の書き込み
開始を示すヘッダおよび書き込み終了を示すトレーラを
書き込み動作ごとに出力する手段と、 同一トランザクションで生成された前記更新履歴情報を
同一のヘッダおよびトレーラ間に出力するようにスケジ
ュールする手段とを具備してなることを特徴とする請求
項1、2、3、4、5または6記載のジャーナル管理シ
ステム。
7. A journal writer for outputting the update history information to the journal file, wherein the journal writer outputs a header indicating start of writing of the update history information and a trailer indicating end of writing for each write operation. And means for scheduling the update history information generated by the same transaction to be output between the same header and trailer. Or the journal management system according to 6.
【請求項8】 システム障害によって前記データファイ
ルのページが破損したときに、そのページに関する更新
履歴情報であって前記データファイルに未反映の更新履
歴情報を前記すべてのジャーナルファイルから収集し、
前記順序管理手段により管理される時系列的な順序にし
たがって復旧していくページ復旧手段を具備し、 前記ページ復旧手段は、前記更新履歴情報に抜けが発生
したときに、その抜けている更新履歴情報以降の更新履
歴情報を破棄してデータファイルへの反映を中断するこ
とを特徴とする請求項1、2、3、4、5、6または7
記載のジャーナル管理システム。
8. When a page of the data file is damaged due to a system failure, update history information relating to the page and not reflected in the data file is collected from all the journal files,
A page restoration unit for restoring in accordance with a time-series order managed by the order management unit, wherein the page restoration unit is configured to: The update history information subsequent to the information is discarded and the reflection on the data file is suspended.
Journal management system described.
【請求項9】 アプリケーションプロセスがトランザク
ションのコミットを要求した際、そのトランザクション
で更新されたデータの更新履歴情報が生成され、その時
系列的な順序が保証された時点でその更新データを含む
ページのロックを解放し、前記更新履歴情報に含まれる
更新データのデータファイルへの反映が確定した後に前
記アプリケーションプロセスに対してコミット完了を通
知することにより、コミット完了前の更新ページのロッ
ク解放を実現するトランザクション管理機能を、複数の
計算機がデータファイルを共有し、かつ前記複数の計算
機ごとに前記更新履歴情報を保持するジャーナルファイ
ルを配置した分散システムに適用させるためのジャーナ
ル管理システムにおいて、 前記更新履歴情報を格納するジャーナルファイルを予め
前記データファイルのページごとに割り当てておき、同
一ページに関する前記更新履歴情報すべてが同一のジャ
ーナルファイルに格納されるように管理する更新履歴管
理手段を具備してなることを特徴とするジャーナル管理
システム。
9. When an application process requests a commit of a transaction, update history information of data updated by the transaction is generated, and when the chronological order is guaranteed, a page containing the updated data is locked. Transaction that releases lock of the updated page before the completion of the commit by notifying the application process of the completion of the commit after the update data included in the update history information is determined to be reflected in the data file. In a journal management system for applying a management function to a distributed system in which a plurality of computers share a data file and a journal file holding the update history information is arranged for each of the plurality of computers, the update history information is The journal file to be stored Journal management, wherein update journal management means is assigned in advance for each page of the data file, and manages so that all of the update history information relating to the same page is stored in the same journal file. system.
【請求項10】 アプリケーションプロセスがトランザ
クションのコミットを要求した際、そのトランザクショ
ンで更新されたデータの更新履歴情報が生成され、その
時系列的な順序が保証された時点でその更新データを含
むページのロックを解放し、前記更新履歴情報に含まれ
る更新データのデータファイルへの反映が確定した後に
前記アプリケーションプロセスに対してコミット完了を
通知することにより、コミット完了前の更新ページのロ
ック解放を実現するトランザクション管理機能を、複数
の計算機がデータファイルを共有し、かつ前記複数の計
算機ごとに前記更新履歴情報を保持するジャーナルファ
イルを配置した分散システムに適用させるためのジャー
ナル管理方法において、 前記更新履歴情報の時系列的な順序を前記データファイ
ルのページごとに管理し、複数のジャーナルファイル内
に点在する更新履歴情報の前後関係を前記データファイ
ルごとに保証することを特徴とするジャーナル管理方
法。
10. When an application process requests a commit of a transaction, update history information of data updated by the transaction is generated, and when the chronological order is guaranteed, a page containing the updated data is locked. Transaction that releases lock of the updated page before the completion of the commit by notifying the application process of the completion of the commit after the update data included in the update history information is determined to be reflected in the data file. In a journal management method for applying a management function to a distributed system in which a plurality of computers share a data file, and a journal file holding the update history information is arranged for each of the plurality of computers, The data in chronological order And managed for each page of Airu, journal management method characterized by guaranteeing the context of the update history information scattered in a plurality of journal file for each of the data files.
【請求項11】 アプリケーションプロセスがトランザ
クションのコミットを要求した際、そのトランザクショ
ンで更新されたデータの更新履歴情報が生成され、その
時系列的な順序が保証された時点でその更新データを含
むページのロックを解放し、前記更新履歴情報に含まれ
る更新データのデータファイルへの反映が確定した後に
前記アプリケーションプロセスに対してコミット完了を
通知することにより、コミット完了前の更新ページのロ
ック解放を実現するトランザクション管理機能を、複数
の計算機がデータファイルを共有し、かつ前記複数の計
算機ごとに前記更新履歴情報を保持するジャーナルファ
イルを配置した分散システムに適用させるためのジャー
ナル管理を行なうプログラムであって、 前記更新履歴情報の時系列的な順序を前記データファイ
ルのページごとに管理し、複数のジャーナルファイル内
に点在する更新履歴情報の前後関係を前記データファイ
ルごとに保証ようにコンピュータを制御するためのプロ
グラムを格納したコンピュータ読取可能な記憶媒体。
11. When an application process requests a commit of a transaction, update history information of data updated by the transaction is generated, and when the chronological order is guaranteed, a page containing the updated data is locked. Transaction that releases lock of the updated page before the completion of the commit by notifying the application process of the completion of the commit after the update data included in the update history information is determined to be reflected in the data file. A program for performing journal management for applying a management function to a distributed system in which a plurality of computers share a data file and a journal file holding the update history information is arranged for each of the plurality of computers, Chronological order of update history information A computer-readable storage storing a program for controlling a computer so as to manage each page of the data file, and to guarantee the context of update history information scattered in a plurality of journal files for each data file. Medium.
JP9241322A 1996-12-09 1997-09-05 Journal management system and its method Pending JPH10228404A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9241322A JPH10228404A (en) 1996-12-09 1997-09-05 Journal management system and its method

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP32861996 1996-12-09
JP8-328619 1996-12-09
JP9241322A JPH10228404A (en) 1996-12-09 1997-09-05 Journal management system and its method

Publications (1)

Publication Number Publication Date
JPH10228404A true JPH10228404A (en) 1998-08-25

Family

ID=26535199

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9241322A Pending JPH10228404A (en) 1996-12-09 1997-09-05 Journal management system and its method

Country Status (1)

Country Link
JP (1) JPH10228404A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006279501A (en) * 2005-03-29 2006-10-12 Nec Corp Mailbox system and device and journal transfer control method therefor
WO2013008327A1 (en) * 2011-07-14 2013-01-17 三菱電機株式会社 Journal management system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006279501A (en) * 2005-03-29 2006-10-12 Nec Corp Mailbox system and device and journal transfer control method therefor
WO2013008327A1 (en) * 2011-07-14 2013-01-17 三菱電機株式会社 Journal management system
JP5340507B2 (en) * 2011-07-14 2013-11-13 三菱電機株式会社 Journal management system

Similar Documents

Publication Publication Date Title
EP0623877B1 (en) System and method for storing persistent and non-persistent queued data
US6018746A (en) System and method for managing recovery information in a transaction processing system
US6085200A (en) System and method for arranging database restoration data for efficient data recovery in transaction processing systems
US5740433A (en) Remote duplicate database facility with improved throughput and fault tolerance
US8468313B2 (en) Asynchronous replication with write concurrency grouping
US9542310B2 (en) File server node with non-volatile memory processing module coupled to cluster file server node
US5835915A (en) Remote duplicate database facility with improved throughput and fault tolerance
US6732123B1 (en) Database recovery to any point in time in an online environment utilizing disaster recovery technology
US8650155B2 (en) Apparatus and method for log based replication of distributed transactions using globally acknowledged commits
US5530855A (en) Replicating a database by the sequential application of hierarchically sorted log records
US20030163553A1 (en) Storage system and method of copying data
US6848021B2 (en) Efficient data backup using a single side file
JP4291060B2 (en) Transaction processing method, transaction control device, and transaction control program
JPH03122729A (en) Method and system for updating database
JPH0423144A (en) Journal system
JP2005316635A (en) Data processing system and method, and processing program therefor
JP5065259B2 (en) Apparatus, system, method, and computer program useful for communication between enterprise information system and client (device, system, and method useful for communication between enterprise information system and client)
US20060069888A1 (en) Method, system and program for managing asynchronous cache scans
JP2008090798A (en) Backup-control device of data-processing system, and system therefor
US6978400B2 (en) Method, apparatus and computer program for reducing the amount of data checkpointed
JPH10228404A (en) Journal management system and its method
JPH06139087A (en) Check point restart system
CN1821974B (en) Remote copy system
US20120089716A1 (en) Method for accelerating start up of a computerized system
EP0216170A2 (en) Storage management method and system in a multiprocessor environment