JPS6257041A - Recovery system of data - Google Patents

Recovery system of data

Info

Publication number
JPS6257041A
JPS6257041A JP60197003A JP19700385A JPS6257041A JP S6257041 A JPS6257041 A JP S6257041A JP 60197003 A JP60197003 A JP 60197003A JP 19700385 A JP19700385 A JP 19700385A JP S6257041 A JPS6257041 A JP S6257041A
Authority
JP
Japan
Prior art keywords
data
time information
file
update
block
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
JP60197003A
Other languages
Japanese (ja)
Inventor
Takashi Morikawa
守川 隆志
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP60197003A priority Critical patent/JPS6257041A/en
Publication of JPS6257041A publication Critical patent/JPS6257041A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To prevent the data update processing capability from being lowered because of data restoration by providing a time information fetch section, a couple of logic blocks, an update completion table, a file I/O control means and an update end control means. CONSTITUTION:In applying data update to logic blocks 41, 42 just after file initialization by a process 1, a file I/O control means 8 reads the block 3 from the file 2 to compare the blocks 41, 42 with time information in added information 51. As a result, when the time information is coincident and it is decided that no up-to-date data exists, the information 51 is generated via a time information fetch section 6. Then, the update data from the process 1 and the information 51 are set to the block 42, the block 3 is written in the file 2 to complete the data update. Then, the present time information fetched from the fetch section 6 is registered in an update completion table 7 as the completion time information via an update end control means 9. Thus, the data update processing capability is not lowered for data restoration.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は計算機処理システムにおけるデータの復旧方式
に関し、特にファイル内のデータを過去の状態に戻すた
めのデータの復旧方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data recovery method in a computer processing system, and more particularly to a data recovery method for restoring data in a file to its past state.

〔従来の技術〕[Conventional technology]

従来、この種のデータの復旧方式には、更新前のデータ
を別ファイルに退避しておきデータ復旧が必要になった
ときにデータ復旧プロセスを動作・     させる方
式と、更新後のデータを別ファイル上に置き、データ復
旧が必要になったときにはその別ファイルを削除し、デ
ータ復旧が不要であるときにはデータ更新完了時にその
別ファイル上の更新後データを元のファイルに書き戻す
方式とがある。
Conventionally, there are two methods for recovering this type of data: one is to save the unupdated data to a separate file and run the data recovery process when data recovery becomes necessary, and the other is to save the updated data to a separate file. There is a method in which the updated data in the separate file is written back to the original file when the data update is completed, and when data recovery is necessary, the separate file is deleted.

また、パーソナルコンピュータ等では、利用者のオペレ
ーションにより単にファイル全体を別のファイルに予め
セーブしておき、データ復旧が必要であるときにその別
ファイルよりファイル全体を書き戻しているだけである
In addition, in a personal computer or the like, the entire file is simply saved in advance in a separate file by the user's operation, and when data recovery is required, the entire file is simply written back from the separate file.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のデータの復旧方式には、以下のような問
題点がある。
The conventional data recovery method described above has the following problems.

更新前のデータを別ファイルに置く方式では、別ファイ
ルを管理する処理、別ファイルに更新前のデータを書き
出す処理およびデータ復旧を行う処理が必要であり、デ
ータ復旧に必要な情報を準備するためにデータ更新処理
性能を低下させており、データ復旧処理にも多くの時間
とデータ復旧のための特別なプロセスを使用せざるを得
ない。
The method of storing the unupdated data in a separate file requires processing to manage the separate file, write out the unupdated data to a separate file, and perform data recovery.In order to prepare the information necessary for data recovery, This reduces data update processing performance, and requires a lot of time and special processes for data recovery.

また、更新後のデータを別ファイルに置く方式では、別
ファイルを管理する処理およびデータ更新完了時に更新
後データを元のファイルに書き出す処理が必要であり、
データ復旧を不要にするためにデータ更新処理の性能を
低下させている。
In addition, in the method of storing updated data in a separate file, it is necessary to manage the separate file and write the updated data to the original file when the data update is completed.
The performance of data update processing is reduced to eliminate the need for data recovery.

さらに、利用者のオペレーションによりファイル全体を
別ファイルにセーブしておく方式では、データ復旧のた
めに利用者によるファイルのセーブ処理およびデータ復
旧時にセーブしたファイルを元のファイルに書き戻す処
理が必要であり、利用者の負担および計算機の負担が共
に大きく、またデータ復旧の自動化がなされていない点
では上記ニガ式より信鎖性の面で劣っている。
Furthermore, with the method in which the entire file is saved in a separate file by the user's operation, the user must save the file and write the saved file back to the original file during data recovery. However, it is inferior to the above-mentioned Niga method in terms of reliability because it imposes a heavy burden on both the user and the computer, and data recovery is not automated.

本発明の目゛的は、上述の点に鑑み、データの復旧のた
めにデータ更新処理能力を低下させることのないデータ
の復旧方式を提供することにある。
In view of the above-mentioned points, an object of the present invention is to provide a data recovery method that does not reduce data update processing capacity for data recovery.

〔問題点を解決するための手段〕[Means for solving problems]

本発明のデータの復旧方式は、複数のプロセスによって
同時には更新されないファイルとこのファイルを更新す
るプロセスとが存在する計算機処理システムのデータ復
旧方式において、時刻情報を得るための時刻情報取込み
部と、前記ファイルにおけるデータの入出力単位である
ブロック内に設けられ、いずれか一方に最新の更新完了
データおよび前記時刻情報取込み部より得られた時刻情
報を含む付加情報を蓄え、他方に一世代前の更新完了デ
ータまたは最新の更新中データおよび前記時刻情報取込
み部より得られた時刻情報を含む付加情報を蓄える一対
の論理ブロックと、データの参照更新に際して前記最新
の更新完了データの完了時刻情報をファイル対応に1つ
ずつ格納する更新完了テーブルと、データの参照更新に
際して前記更新完了テーブル内の完了時刻情報と前記付
加情報中の時刻情報とを比較することによって前記最新
の更新完了データをもつ論理ブロックを判別し、データ
の更新未完了がある場合にも前記最新の更新完了データ
を参照更新することよりデータ復旧を不要にするファイ
ルI/O制御手段と、データの更新完了時に前記時刻情
報取込み部より完了時刻情報を得て前記更新完了テーブ
ルに登録する更新完了制御手段とを有する。
The data recovery method of the present invention is a data recovery method for a computer processing system in which a file that is not updated simultaneously by a plurality of processes and a process that updates this file include a time information importing unit for obtaining time information; It is provided in a block, which is a data input/output unit in the file, and one of the blocks stores the latest updated data and additional information including time information obtained from the time information import unit, and the other stores the data of one generation ago. a pair of logical blocks for storing additional information including update completion data or the latest update data and time information obtained from the time information acquisition unit; and a file for storing completion time information of the latest update completion data when referencing and updating data. A logical block having the latest update completion data by comparing the completion time information in the update completion table with the time information in the additional information when referencing and updating data. and a file I/O control means that makes data recovery unnecessary by referring to and updating the latest updated data even if there is incomplete data updating, and the time information importing unit when the data updating is completed and update completion control means for obtaining completion time information from the update completion table and registering the information in the update completion table.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示す構成図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

本実施例のデータ復旧方式は、ファイル更新機能を有す
るプロセスl、あるプロセスからデータの更新を受けて
いるときには同じブロックに対しては他のプロセスから
更新を受けることのないファイル2、ファイル2の要素
であるブロック3、ブロック3の要素である一対の論理
ブロック41および42(論理ブロック41または42
の構成を論理ブロック5でさらに詳しく示す)、論理ブ
ロック5を構成する付加情報51およびデータ52、時
刻情報取込°み部6、更新完了テーブル7、ファイルI
/O制御手段8および更新完了制御手段9から構成され
ている。なお、第1図中、矢印は構成要素の拡大表示を
示し、白矢印はデータの流れを示す。
The data recovery method of this embodiment consists of a process l that has a file update function, a file 2 that does not receive updates to the same block from another process when data is being updated from a certain process, and a file 2 that has a file update function. Block 3 is an element, and a pair of logical blocks 41 and 42 (logical block 41 or 42) is an element of block 3.
(the configuration of which is shown in more detail in logical block 5), additional information 51 and data 52 that constitute logical block 5, time information import unit 6, update completion table 7, and file I
It is composed of /O control means 8 and update completion control means 9. Note that in FIG. 1, arrows indicate enlarged displays of constituent elements, and white arrows indicate data flows.

第2図を参照すると、ファイルI/O制御手段8におけ
る処理は、ブロック読込みステップ20、最新データ判
定ステップ21、最新データ有無判定ステップ22、更
新完了判定ステップ23、付加情報取込みステップ24
、データ更新ステップ25およびブロック書出しステッ
プ26から成る。
Referring to FIG. 2, the processing in the file I/O control means 8 includes a block reading step 20, a latest data determination step 21, a latest data presence determination step 22, an update completion determination step 23, and an additional information import step 24.
, a data update step 25 and a block write step 26.

第3図を参照すると、更新完了制御手段9における処理
は、完了時刻情報取込みステップ30および時刻情報登
録ステップ31から成る。
Referring to FIG. 3, the process in the update completion control means 9 consists of a completion time information acquisition step 30 and a time information registration step 31.

次に、本実施例のデータ復旧方式の動作について図面を
参照しながら説明する。
Next, the operation of the data recovery method of this embodiment will be explained with reference to the drawings.

プロセス1がファイル初期化直後の論理ブロック5への
データ更新を行う時は、プロセス1からの要求でファイ
ルI/O制御手段8が動作する。
When process 1 updates data to logical block 5 immediately after file initialization, file I/O control means 8 operates in response to a request from process 1.

ファイルI/O制御手段8は、ブロック読込みステップ
20で更新対象のデータがあるブロック3をファイル2
から読み込み、最新データ判定ステップ21でブロック
3内の論理ブロック41と42とがそれぞれもつ付加情
報51中の時刻情報を比較する。
The file I/O control means 8 transfers the block 3 containing the data to be updated to the file 2 in the block reading step 20.
In the latest data determination step 21, the time information in the additional information 51 of the logical blocks 41 and 42 in the block 3 is compared.

この比較結果は最新データ有無判定ステップ22でチェ
ックされるが、今、論理ブロック41および42がとも
にデータ未更新であるために時刻情報が一致しており、
最新データが無いと判定される。このため3次に付加情
報取込みステップ24で時刻情報取込み部6から現在の
時刻情報が取り込まれて付加情報51が作成される。
This comparison result is checked in the latest data presence/absence determination step 22, but since both logical blocks 41 and 42 have not been updated, their time information matches.
It is determined that there is no latest data. Therefore, in the tertiary additional information importing step 24, the current time information is imported from the time information importing section 6 and additional information 51 is created.

次に、データ更新ステップ25でプロセス1からの更新
データと付加情報51とを、例えば論理ブロック42に
セットしく最新データが無い場合には、論理ブロック4
1または42のいずれか一方に更新データと付加情報5
Iとをセットすることを決めており)、ブロック書出し
ステップ26でファイル2にブロック3を書き出す。
Next, in a data update step 25, the updated data from the process 1 and the additional information 51 are set in the logical block 42, for example, and if there is no latest data, the updated data and the additional information 51 from the process 1 are set in the logical block 42.
Update data and additional information 5 for either 1 or 42
I), and in the block write step 26, block 3 is written to file 2.

このようにして、プロセスlがデータの更新を完了する
と、°更新完了制御手段9が動作する。更新完了制御手
段9は、完了時刻情報取込みステップ30で時刻情報取
込み部6から現在の時刻情報を取り込み、時刻情報登録
ステップ31で更新完了テーブル7にこの時刻情報を完
了時刻情報として登録する。
When the process 1 completes updating the data in this manner, the update completion control means 9 operates. The update completion control means 9 takes in the current time information from the time information take-in section 6 in a completion time information take-in step 30, and registers this time information in the update completion table 7 as completion time information in a time information registration step 31.

、すでに更新が行われたデータに対してプロセス1がデ
ータの更新を行うときには、プロセスlからの要求でフ
ァイルI/O制御手段8が動作する。
When process 1 updates data that has already been updated, file I/O control means 8 operates in response to a request from process 1.

ファイルI/O制御手段8は、ブロック読込みステップ
20で更新対象のデータがあるブロック3をファイル2
から読み込み、最新データ判定ステップ21でブロック
3内の論理ブロック41と42とがそれぞれもつ付加情
報51中の時刻情報を比較する。
The file I/O control means 8 transfers the block 3 containing the data to be updated to the file 2 in the block reading step 20.
In the latest data determination step 21, the time information in the additional information 51 of the logical blocks 41 and 42 in the block 3 is compared.

今、論理ブロック41内の付加情報51中の時刻情報が
論理ブロック42内の付加情tll151中の時刻情報
より新しいとすると、この論理ブロック41を最新デー
タをもつ論理ブロックと判定する。
Now, assuming that the time information in the additional information 51 in the logical block 41 is newer than the time information in the additional information tll151 in the logical block 42, this logical block 41 is determined to be the logical block having the latest data.

この判定結果は最新データ有無判定ステップ22でチェ
ックされ、最新データがあるので制御は更新完了判定ス
テップ23に移る。
This determination result is checked in the latest data presence determination step 22, and since the latest data is present, control moves to update completion determination step 23.

更新完了判定ステップ23では、更新完了テーブル7内
の完了時刻情報が論理ブロック41内の付加情報51中
の時刻情報と比較され、より新しいかどうかが判定され
る。もし論理ブロック41内の付加情報51中の時刻情
報が更新完了テーブル7内の完了時刻情報より新しけれ
ば、論理ブロック41の更新は完了しているものと判定
される。
In the update completion determination step 23, the completion time information in the update completion table 7 is compared with the time information in the additional information 51 in the logical block 41 to determine whether it is newer. If the time information in the additional information 51 in the logical block 41 is newer than the completion time information in the update completion table 7, it is determined that the update of the logical block 41 has been completed.

もし論理ブロック41内の付加情報51中の時刻情報が
更新完了テーブル7内の完了時刻情報よりも新しくなけ
れば、論理ブロック4Iの更新は未完了であるので、論
理ブロック42のデータ更新が完了しているものと判定
される。
If the time information in the additional information 51 in the logical block 41 is not newer than the completion time information in the update completion table 7, the update of the logical block 4I is incomplete, and the data update of the logical block 42 is completed. It is determined that the

続いて、付加情報取込みステップ24で時刻情報取込み
部6から現在の時刻情報が取り込まれて付加情報51が
作成される。
Subsequently, in an additional information importing step 24, current time information is imported from the time information importing section 6, and additional information 51 is created.

次に、データ更新ステップ25でプロセスlからの更新
データと先に更新完了判定ステップ23で判定した更新
完了データのある論理ブロック41または論理°ブロッ
ク42内のデータ52とを元に更新後データを作成する
Next, in the data update step 25, the updated data is generated based on the update data from the process l and the data 52 in the logical block 41 or the logical block 42 in which the update completion data was previously determined in the update completion determination step 23. create.

続いて、論理ブロック42が最新の更新完了データをも
つ論理ブロックであるとすると、更新後データと付加情
報51とを論理ブロック41にセットし、ブロック書出
しステップ26でファイル2にブロック3を書き出す。
Next, assuming that the logical block 42 is a logical block having the latest updated data, the updated data and additional information 51 are set in the logical block 41, and block 3 is written to the file 2 in a block writing step 26.

また、論理ブロック41が最新の更新完了データをもつ
論理ブロックであるとすると、更新後データと付加情報
51とを論理ブロック42にセットし、ブロック書出し
ステップ26でファイル2にブロック3を書き出す。
Further, assuming that the logical block 41 is a logical block having the latest updated data, the updated data and additional information 51 are set in the logical block 42, and the block 3 is written to the file 2 in a block writing step 26.

このようにして、プロセス1がデータの更新を完了する
と、更新完了制御手段9が動作する。更新完了制御手段
9は、完了時刻情報取込みステップ30で時刻情報取込
み部6から現在の時刻情報を取り込み、時刻情報登録ス
テップ31で更新完了テーブル7にこの時刻情報を完了
時刻情報として登録する。
In this manner, when the process 1 completes updating the data, the update completion control means 9 operates. The update completion control means 9 takes in the current time information from the time information take-in section 6 in a completion time information take-in step 30, and registers this time information in the update completion table 7 as completion time information in a time information registration step 31.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明はI/O/O0ブロック内
に更新完了データと更新中データとを置くことにより、
以下に示す効果がある。
As explained above, the present invention places the updated data and the updated data in the I/O/O0 block.
It has the following effects.

ファイル内データの更新が未完了であっても別プロセス
によるデータ復旧処理が不要である。
Even if the data in the file has not been updated yet, there is no need for data recovery processing by a separate process.

また、データ更新時にデータ復旧の準備のために余分な
別ファイルI/Oまたは別ブロックi/Oを必要としな
いので、データ更新の性能を損なうことはない。
Further, since no extra separate file I/O or separate block I/O is required to prepare for data recovery when updating data, the performance of data updating is not impaired.

さらに、データに時刻情報を付加し時間的に変化するデ
ータを異なる論理ブロックに置くことにより、従来のデ
ータの復旧方式に比較して簡単かつ明瞭な処理によって
データの復旧を不要としている。
Furthermore, by adding time information to data and placing time-varying data in different logical blocks, data recovery is unnecessary through simpler and clearer processing compared to conventional data recovery methods.

また、O3の既存機能とのインターフェースが単純であ
るため、O3内のどの階層に置(かについて自由度が高
く、例えばインテリジェントフロッピーディスクユニッ
ト内にファームウェアとして置くことさえ可能であり、
各種ファイルI/Oに適用することができる。
In addition, since the interface with existing functions of O3 is simple, there is a high degree of freedom as to which layer within O3 it can be placed. For example, it is even possible to place it as firmware in an intelligent floppy disk unit.
It can be applied to various file I/Os.

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

第1図は本発明の一実施例を示す構成図、第2図は第1
図中に示したファイルI/O制御手段における処理を示
す流れ図、 第3図は第1図中に示した更新完了制御手段における処
理を示す流れ図である。 図において、 1・・・・・プロセス、 2・・・・・ファイル、 3・・・・・ブロック、 5・・・・・論理ブリック、 6・・・・・時刻情報取込み部、 7・・・・・更新完了テーブル、 8・・・・・ファイルI/O制御手段、9・・・・・更
新完了制御手段、 20・・・・ブロック読込みステップ、21・・・・最
新データ判定ステップ、22・・・・最新データ有無判
定ステップ、23・・・・更新完了判定ステップ、 24・・・・付加情報取込みステップ、25・・・・デ
ータ更新ステップ、 26・・・・ブロック書出しステップ、30・・・・完
了時刻情報取込みステップ、31・・・・時刻情報登録
ステップ、 41.42・論理ブロック、 51・・・・付加情報、 52・・・・データである。 ¥k1図 第2図 第3図 更新定了吊・制御手段9
FIG. 1 is a configuration diagram showing one embodiment of the present invention, and FIG.
FIG. 3 is a flowchart showing the processing in the file I/O control means shown in FIG. 1. FIG. 3 is a flowchart showing the processing in the update completion control means shown in FIG. In the figure, 1...Process, 2...File, 3...Block, 5...Logic brick, 6...Time information import unit, 7... ...Update completion table, 8...File I/O control means, 9...Update completion control means, 20...Block reading step, 21...Latest data determination step, 22...Latest data presence/absence determination step, 23...Update completion determination step, 24...Additional information import step, 25...Data update step, 26...Block writing step, 30 . . . Completion time information acquisition step, 31 . . . Time information registration step, 41. 42. Logic block, 51 . . . Additional information, 52 . . . Data. ¥k1 Figure 2 Figure 3 Updated hanging/control means 9

Claims (1)

【特許請求の範囲】 複数のプロセスによって同時には更新されないファイル
とこのファイルを更新するプロセスとが存在する計算機
処理システムのデータ復旧方式において、 時刻情報を得るための時刻情報取込み部と、前記ファイ
ルにおけるデータの入出力単位であるブロック内に設け
られ、いずれか一方に最新の更新完了データおよび前記
時刻情報取込み部より得られた時刻情報を含む付加情報
を蓄え、他方に一世代前の更新完了データまたは最新の
更新中データおよび前記時刻情報取込み部より得られた
時刻情報を含む付加情報を蓄える一対の論理ブロックと
、 データの参照更新に際して前記最新の更新完了データの
完了時刻情報をファイル対応に1つずつ格納する更新完
了テーブルと、 データの参照更新に際して前記更新完了テーブル内の完
了時刻情報と前記付加情報中の時刻情報とを比較するこ
とによって前記最新の更新完了データをもつ論理ブロッ
クを判別し、データの更新未完了がある場合にも前記最
新の更新完了データを参照更新することよりデータ復旧
を不要にするファイルI/O制御手段と、 データの更新完了時に前記時刻情報取込み部より完了時
刻情報を得て前記更新完了テーブルに登録する更新完了
制御手段と、 を有することを特徴とするデータの復旧方式。
[Scope of Claim] A data recovery method for a computer processing system in which there is a file that is not updated simultaneously by multiple processes and a process that updates the file, comprising: a time information import unit for obtaining time information; Provided in a block that is a data input/output unit, one of which stores the latest update completion data and additional information including time information obtained from the time information acquisition section, and the other one stores update completion data of one generation ago. or a pair of logical blocks for storing the latest updated data and additional information including time information obtained from the time information importing unit; A logical block having the latest update completion data is determined by comparing completion time information in the update completion table and time information in the additional information when referencing and updating data. , a file I/O control means that makes data recovery unnecessary by referencing and updating the latest updated data even when data has not been updated; A data recovery method comprising: update completion control means for obtaining information and registering it in the update completion table.
JP60197003A 1985-09-05 1985-09-05 Recovery system of data Pending JPS6257041A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60197003A JPS6257041A (en) 1985-09-05 1985-09-05 Recovery system of data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60197003A JPS6257041A (en) 1985-09-05 1985-09-05 Recovery system of data

Publications (1)

Publication Number Publication Date
JPS6257041A true JPS6257041A (en) 1987-03-12

Family

ID=16367188

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60197003A Pending JPS6257041A (en) 1985-09-05 1985-09-05 Recovery system of data

Country Status (1)

Country Link
JP (1) JPS6257041A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0296849A (en) * 1988-07-18 1990-04-09 Digital Equip Corp <Dec> Accurate one-time semantics in tp cueing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0296849A (en) * 1988-07-18 1990-04-09 Digital Equip Corp <Dec> Accurate one-time semantics in tp cueing system

Similar Documents

Publication Publication Date Title
JPH03160534A (en) Access control system for shared file
JPH02148235A (en) Data drawback system
JPH04284548A (en) Data base exclusive controlling system
JPS6257041A (en) Recovery system of data
JP3279247B2 (en) Database management apparatus and method, and recording medium recording this method
JPS62105246A (en) Data restoration system
JPH03282746A (en) Master file updating system for distributed computers
JPH0438537A (en) Backup/restoring system for data on dasd
JPH04260141A (en) Data shared processor
JP2647044B2 (en) History management method
JPH1027153A (en) Bus transfer device
JPH01302429A (en) Source program editing system
JPH04337838A (en) Data base management system
JPH04310143A (en) Automatic recomposition processor for multi-index order composition file
JPS62245444A (en) Update journal generation system for index part of data base control system
JPH04644A (en) Data access processing system
JPS6349950A (en) File exclusive control device
JP2001318820A (en) System and method for managing data
JPH0415824A (en) Input data processing system
JPH01189741A (en) Journal output system
JPH05250335A (en) Data base update processing system of loosely coupled multiprocessor system
JPH03180945A (en) Source file version number control system
KR20000042155A (en) Method for integrated management of runtime backup information
JPH06348768A (en) Drawing change history managing device
JPH01292530A (en) Back-up system for maintenance of software design information