JPH0997201A - Backup preparation system for data base - Google Patents
Backup preparation system for data baseInfo
- Publication number
- JPH0997201A JPH0997201A JP7276522A JP27652295A JPH0997201A JP H0997201 A JPH0997201 A JP H0997201A JP 7276522 A JP7276522 A JP 7276522A JP 27652295 A JP27652295 A JP 27652295A JP H0997201 A JPH0997201 A JP H0997201A
- Authority
- JP
- Japan
- Prior art keywords
- backup
- database
- update
- data
- additional
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【発明が属する技術分野】本発明は、データベースのバ
ックアップ作成システムに関し、特に更新処理中におけ
る効率的なバックアップ処理を可能とするデータベース
のバックアップ作成システムに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database backup creation system, and more particularly to a database backup creation system that enables efficient backup processing during update processing.
【0002】[0002]
【従来の技術】従来、この種のデータベースのバックア
ップ作成システムは、データベース処理を行う情報シス
テムにおいて、データベースのバックアップ作成処理中
にもオンライン等からのデータベースの参照・更新処理
を行えるようにすることでデータベースの可用性向上を
図るために提供されている。例えば、従来のデータベー
スバックアップ作成システムの一例が特開平2−211
557号公報に開示されている。2. Description of the Related Art Conventionally, this type of database backup creation system is an information system for performing database processing, which enables online database reference / update processing even during database backup creation processing. It is provided to improve the availability of the database. For example, an example of a conventional database backup creation system is disclosed in JP-A-2-211.
It is disclosed in Japanese Patent No. 557.
【0003】上記公報に開示されるデータベースバック
アップ方式は、データベースと、予めデータベースのバ
ックアップを行っておいた旧バックアップボリューム
と、新たにバックアップを行うための新バックアップボ
リュームと、データベースの更新情報ロギングファイル
を備えると共に、オンライン処理業務プログラムと、デ
ータベースの更新情報を更新情報ロギングファイルに蓄
積する更新情報ロギングプログラムと、データベースの
バックアップを行うバックアッププログラムとを備えて
いる。The database backup method disclosed in the above publication includes a database, an old backup volume for which the database was backed up in advance, a new backup volume for newly backing up, and a database update information logging file. In addition to the above, an online processing business program, an update information logging program for accumulating database update information in an update information logging file, and a backup program for backing up the database are provided.
【0004】情報ロギングファイルには、データベース
のレコードが更新される都度、更新時刻、レコード番号
及び更新後のデータ内容が更新情報として蓄積されてい
く。バックアップ処理は、更新情報ロギングファイルと
旧バックアップボリュームとを入力として新バックアッ
プボリュームに出力することにより実行される。バック
アッププログラムは、同一レコード番号の更新情報が1
回以上出現した場合、最初の1回のみ突き合わせを行な
うように制御する。このために、更新情報ロギングファ
イルを更新時刻に対して降順に、レコード番号に対して
昇順にソーティングした上で、旧バックアップボリュー
ムと更新情報とを突き合わせ、両者に同一レコードのデ
ータが存在するときは更新情報のデータを、同一レコー
ドが存在しないときには旧バックアップボリュームのデ
ータを新バックアップボリュームに出力することでバッ
クアップ処理を実行する。Each time a record in the database is updated, the information logging file stores the update time, the record number, and the updated data content as update information. The backup process is executed by inputting the update information logging file and the old backup volume to the new backup volume. In the backup program, update information with the same record number is 1
When it appears more than once, it is controlled to match only the first time. For this reason, the update information logging file is sorted in descending order of update time and in ascending order of record numbers, and then the old backup volume and update information are matched, and when the same record data exists in both, When the same record does not exist for the update information data, the backup processing is executed by outputting the data of the old backup volume to the new backup volume.
【0005】その際、バックアッププログラムはデータ
ベースに対してアクセスを行わないことから、バックア
ッププログラムとオンライン処理業務プログラムとを並
列に実行することができる。また、更新情報ロギングフ
ァイルの更新時刻が任意の値に達した時点で新バックア
ップボリュームへの出力を止めることにより、オンライ
ン処理業務実行中のデータベースの任意の時刻のバック
アップを作成できるものである。At this time, since the backup program does not access the database, the backup program and the online processing business program can be executed in parallel. Further, by stopping the output to the new backup volume when the update time of the update information logging file reaches an arbitrary value, it is possible to create a backup of the database during the online processing operation at an arbitrary time.
【0006】[0006]
【発明が解決しようとする課題】上述した従来のデータ
ベースのバックアップ作成システムでは、第1に、前回
バックアップ処理時点以降の更新情報ロギングファイル
の全レコードに対してソーティング処理を行わなければ
ならないため、大規模あるいは更新頻度の高いデータベ
ースに適用するとバックアップ処理時間が著しく遅くな
るといった欠点が存在する。In the conventional database backup creation system described above, firstly, the sorting process must be performed on all the records of the update information logging file after the previous backup process. If it is applied to a database with a large scale or a high update frequency, the backup processing time will be significantly slowed down.
【0007】第2に、バックアップ処理があらかじめ作
成された旧バックアップボリュームのデータを元に行わ
れるため、データベースの容量不足等によってデータベ
ースの拡張カジテわれた場合等、データベースの格納状
態が変更された場合には業務を停止しないとバックアッ
プ処理が行えないという欠点があった。Secondly, since the backup process is performed based on the data of the old backup volume created in advance, when the database storage state is changed, such as when the database is extended due to insufficient database capacity or the like. Had a drawback that backup processing could not be performed unless business was stopped.
【0008】本発明は、上記従来の欠点を解消し、更新
処理中のデータベースバックアップ処理において、デー
タベースの規模や更新頻度に影響されずに高速なバック
アップ作成処理が可能なデータベースのバックアップ作
成システムを提供することを目的とする。また、本発明
の他の目的は、データベースの格納状態が変更された場
合にも業務を停止することなくバックアップ処理を行う
ことができるバックアップ作成システムを提供すること
にある。The present invention solves the above-mentioned conventional drawbacks and provides a database backup creation system capable of performing high-speed backup creation processing without being affected by the size of the database or the update frequency in the database backup processing during update processing. The purpose is to do. Another object of the present invention is to provide a backup creation system capable of performing backup processing without stopping operations even when the storage state of a database is changed.
【0009】[0009]
【課題を解決するための手段】上記の目的を達成するた
め、本発明のデータベースのバックアップ作成システム
は、データベースのバックアップ処理を行うと共に、バ
ックアップ処理の進捗状況通知を生成するバックアップ
作成手段と、データベース応用処理プログラムからの指
示により前記データベースの参照・更新処理を行なうと
共に、前記データベースに対して行ったデータの追加又
は更新を行った際に、データの追加又は更新内容を表わ
す追加更新情報を出力するデータベース参照・更新処理
手段と、前記バックアップ作成手段から入力した前記進
捗状況通知と前記データベース参照・更新処理手段から
入力した追加更新情報に基づいてバックアップ処理済み
のデータに対して追加更新がなされているかどうかを判
定するバックアップ作成状況通知手段と、前記バックア
ップ作成状況通知手段でバックアップ処理済みのデータ
に対して追加更新がなされていると判定した場合に、前
記追加更新情報に基づいてバックアップデータに対して
データの追加更新処理を行う追加更新反映手段とを備え
る。In order to achieve the above object, a database backup creating system of the present invention performs a backup process of a database and a backup creating unit for generating a progress status notification of the backup process, and a database. Reference / update processing of the database is performed according to an instruction from the application processing program, and when the data added to or updated in the database is added, additional update information indicating the addition or update of the data is output. Whether additional updates have been made to the backup processed data based on the database reference / update processing means, the progress notification input from the backup creation means, and the additional update information input from the database reference / update processing means Back up to judge When the creation status notifying means and the backup creation status notifying means determine that the backup-processed data has been additionally updated, the additional data update processing of the backup data is performed based on the additional update information. And an additional update reflecting means for performing.
【0010】また、他の態様では、バックアップ作成状
況通知手段は、前記バックアップ作成手段によるバック
アップ処理開始時に、前記データベース参照・更新処理
手段に対して、前記追加更新情報の出力を指示する入手
開始通知を行ない、前記バックアップ作成手段によるバ
ックアップ処理終了時に、前記データベース参照・更新
処理手段に対して、前記追加更新情報の出力終了を指示
する入手終了通知を行なう構成としている。In another aspect, the backup creation status notifying means notifies the database reference / update processing means of outputting the additional update information at the start of backup processing by the backup creating means. When the backup processing by the backup creating means is completed, the database reference / update processing means is notified of the acquisition end instructing the end of the output of the additional update information.
【0011】さらに他の態様では、バックアップ作成手
段は、前記データベース参照・更新処理手段から前記バ
ックアップ作成状況通知手段に対して前記追加更新情報
が通知される毎に、前記進捗状況通知を前記バックアッ
プ作成状況通知手段に対して通知する構成としている。In still another aspect, the backup creating means creates the backup notification of the progress status every time the database reference / update processing means notifies the backup creation status notifying means of the additional update information. The status notification means is notified.
【0012】また、他の好ましい態様では、データベー
ス参照・更新処理手段は、前記データベースの追加更新
を行なう場合、前記入手開始通知が通知されている時
に、前記バックアップ作成状況通知手段と前記データベ
ースに前記追加更新情報を出力し、前記入手開始通知が
通知されていない時に、前記データベースにのみ前記追
加更新情報を出力する構成としている。[0012] In another preferred aspect, the database reference / update processing means is configured to notify the backup creation status notifying means and the database when the acquisition start notification is notified when the database is additionally updated. The additional update information is output, and when the acquisition start notification is not notified, the additional update information is output only to the database.
【0013】また、他の好ましい態様では、バックアッ
プ作成状況通知手段は、前記進捗状況通知と前記追加更
新情報を比較することにより、バックアップ処理済みの
データに対して追加更新がなされているかどうかを判定
し、バックアップ処理済みのデータに対して追加更新が
なされていると判定した場合に、前記追加更新反映手段
を起動し前記追加更新情報を通知する構成としている。In another preferred aspect, the backup creation status notifying means compares the progress status notification with the additional update information to determine whether additional update has been made to the backup-processed data. However, when it is determined that the backup-processed data has been additionally updated, the additional update reflecting means is activated to notify the additional update information.
【0014】本発明では、バックアップ作成状況通知装
置には、バックアップ処理がどの部分まで進捗したかの
進捗状況と、バックアップ処理中にデータベースに対し
て行われた更新情報が通知される。バックアップ作成状
況通知装置は、追加更新情報が通知される毎に追加更新
情報とバックアップ進捗状況とを比較し、その時点でバ
ックアップデータ作成済みの部分に対するデータベース
装置の更新が行われた場合には追加更新反映装置を起動
する。追加更新反映装置は、バックアップ作成状況通知
装置からの追加更新情報の通知によりバックアップ装置
に対して追加更新を行う。In the present invention, the backup creation status notification device is notified of the progress status of the progress of the backup processing and the update information made to the database during the backup processing. The backup creation status notification device compares the additional update information and the backup progress status each time the additional update information is notified, and if the database device is updated with respect to the part for which backup data has been created Start the update reflection device. The additional update reflecting device performs the additional update to the backup device according to the notification of the additional update information from the backup creation status notifying device.
【0015】[0015]
【発明の実施の形態】以下、本発明の実施例について図
面を参照して詳細に説明する。図1は本発明の一実施例
によるデータベースのバックアップ作成システムの構成
を示すブロック図である。BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a database backup creation system according to an embodiment of the present invention.
【0016】図1を参照すると、本実施例のデータベー
スのバックアップ作成システムは、データベース装置1
1と、バックアップ装置12と、データベース応用処理
プログラム13と、データベース参照・更新処理装置1
4と、バックアップ作成装置15と、バックアップ作成
状況通知装置16と、追加更新反映装置17とから構成
される。Referring to FIG. 1, the database backup creation system of this embodiment is a database device 1.
1, a backup device 12, a database application processing program 13, and a database reference / update processing device 1
4, a backup creation device 15, a backup creation status notification device 16, and an additional update reflection device 17.
【0017】ここで、バックアップ装置12は、データ
ベース装置11からのバックアップデータを格納する。
データベース応用処理プログラム13は、データベース
装置11に対する処理をデータベース参照・更新処理装
置14に指示する。データベース参照・更新処理装置1
4は、データベース応用処理プログラム13からの指示
に基づいてデータベース装置12の参照・更新処理を実
行する。Here, the backup device 12 stores the backup data from the database device 11.
The database application processing program 13 instructs the database reference / update processing device 14 to perform processing on the database device 11. Database reference / update processor 1
Reference numeral 4 executes reference / update processing of the database device 12 based on an instruction from the database application processing program 13.
【0018】また、バックアップ作成装置15は、デー
タベース装置12から読み込んだバックアップデータを
バックアップ装置12に書き込むことによるバックアッ
プ処理を実行する。バックアップ作成状況通知装置16
は、バックアップ作成装置15からのバックアップ作成
進捗状況とデータベース参照・更新処理装置14からの
追加更新情報に基づいてバックアップ装置12に対する
追加更新を追加更新反映装置17に指示する。そして、
追加更新反映装置17は、バックアップ作成状況通知装
置16からの指示によりバックアップ装置12のバック
アップデータの追加更新を行なう。The backup creating device 15 also executes backup processing by writing the backup data read from the database device 12 to the backup device 12. Backup creation status notification device 16
Instructs the additional update reflection device 17 to perform additional update for the backup device 12 based on the backup creation progress status from the backup creation device 15 and the additional update information from the database reference / update processing device 14. And
The additional update reflection device 17 performs additional update of the backup data of the backup device 12 according to an instruction from the backup creation status notification device 16.
【0019】上記のように構成されるバックアップ作成
システムによるデータベース装置11のバックアップデ
ータ作成処理について、図2及び図3のフローチャート
を参照して以下に説明する。The backup data creation processing of the database device 11 by the backup creation system configured as described above will be described below with reference to the flowcharts of FIGS. 2 and 3.
【0020】データベース装置11のバックアップデー
タ作成処理は、バックアップ作成装置15を起動するこ
とにより開始される。ここでは、バックアップ作成装置
15の処理を図2に、バックアップ作成状況通知装置1
6の処理を図3に示す。起動されたバックアップ作成装
置15は、バックアップ作成状況通知装置16を起動す
る(ステップ201)。バックアップ作成状況通知装置
16は、追加更新情報の入手開始通知S1をデータベー
ス参照・更新処理装置14に対して通知する(ステップ
301)。The backup data creation process of the database device 11 is started by activating the backup creation device 15. Here, the process of the backup creation device 15 is shown in FIG.
The processing of No. 6 is shown in FIG. The activated backup creation device 15 activates the backup creation status notification device 16 (step 201). The backup creation status notification device 16 notifies the database reference / update processing device 14 of the acquisition start notification S1 of the additional update information (step 301).
【0021】データベース参照・更新処理装置14は、
追加更新情報の入手開始通知S1を受け取ると、後にバ
ックアップ作成状況通知装置16から追加更新情報の入
手終了通知S2を受け取るまでの間、データベース応用
処理プログラム13からのデータ処理指示に従ってデー
タベース装置11のデータを追加更新するときに、デー
タベース装置11に対して更新内容を出力すると共に、
データベース装置11に対する更新内容を追加更新情報
S3としてバックアップ作成状況通知装置16に対して
通知する動作を開始する。この結果、バックアップ作成
状況通知装置16では、追加更新情報S3の入手開始を
通知してから以降にデータベース装置11に対して加え
られた更新情報を入手できるようになる。以上までの動
作がバックアップ作成処理における準備段階となる。The database reference / update processor 14 is
When the acquisition start notification S1 of the additional update information is received, the data of the database device 11 is acquired according to the data processing instruction from the database application processing program 13 until the acquisition completion notification S2 of the additional update information is received later from the backup creation status notification device 16. When additionally updating, the update contents are output to the database device 11, and
The operation of notifying the backup creation status notification device 16 of the updated content of the database device 11 as the additional update information S3 is started. As a result, the backup creation status notification device 16 becomes able to acquire the update information added to the database device 11 after the acquisition start of the additional update information S3 is notified. The above operation is the preparation stage in the backup creation process.
【0022】次に、バックアップ作成装置15は、デー
タベース装置11のデータを読み込み、バックアップ装
置12に読み込んだデータの書き込みを行なうことによ
り、データベース装置11のバックアップデータをバッ
クアップ装置12上に作成していく(ステップ20
2)。Next, the backup creation device 15 creates the backup data of the database device 11 on the backup device 12 by reading the data of the database device 11 and writing the read data to the backup device 12. (Step 20
2).
【0023】なお、データの読み込み及び書き込み動作
はデータベース装置11内のデータに対して順次行われ
るため、データの読み込み・書き込みを開始してから終
了するまでには一定の時間を要する。そこで、バックア
ップ装置12に作成されるデータのうち、最初に書き込
まれたデータと最後に書き込まれたデータとでは時間の
ずれが生じることになる。Since the data reading and writing operations are sequentially performed on the data in the database device 11, it takes a certain time from the start and end of the data reading and writing. Therefore, among the data created in the backup device 12, there is a time lag between the first written data and the last written data.
【0024】また、上記バックアップ処理中に、データ
ベース応用処理プログラム13が実行されると、データ
ベース応用処理プログラム13からのデータ処理指示に
よりデータベース参照・更新処理装置14がデータベー
ス装置11の任意のデータを更新する。When the database application processing program 13 is executed during the backup processing, the database reference / update processing device 14 updates any data in the database device 11 according to a data processing instruction from the database application processing program 13. To do.
【0025】このとき、データベース応用処理プログラ
ム13の指示でデータベース参照・更新処理装置14に
よって更新されたデータが、その時点でバックアップ装
置12へのバックアップ処理が行われていない部分のデ
ータである場合には、その更新データはその後のバック
アップデー夕作成処理によりバックアップ装置12に書
き込まれるため、バックアップ装置12に作成されたデ
ータはデータベース装置11のデータと同一内容とな
る。At this time, if the data updated by the database reference / update processing device 14 according to the instruction of the database application processing program 13 is a part of the data that has not been backed up to the backup device 12 at that time. Since the updated data is written in the backup device 12 by the subsequent backup data creation process, the data created in the backup device 12 has the same contents as the data in the database device 11.
【0026】しかしながら、データベース応用処理プロ
グラム13の指示でデータベース参照・更新処理装置1
4によって更新されたデータが、その時点でバックアッ
プ装置12へのバックアップ処理が済んだ部分のデータ
である場合には、バックアップ装置12に作成されたデ
ータとデータベース装置11のデータの内容が異なるこ
とになる。However, the database reference / update processor 1 is instructed by the database application processing program 13.
If the data updated by 4 is a portion of the data that has been backed up to the backup device 12 at that time, the contents of the data created in the backup device 12 and the data in the database device 11 are different. Become.
【0027】本実施例では、バックアップ作成装置15
が、バックアップデータ作成処理を行う際にバックアッ
プデータ作成処理がどこまで進んだかを示す進捗状況S
4をバックアップ作成状況通知装置16に対して通知を
行いながらバックアップデー夕作成処理を行う(ステッ
プ203)。例えば、バックアップ処理がレコード順に
行なわれる場合には、レコード番号が進捗状況S4とし
て利用される。In this embodiment, the backup creating device 15
However, when performing the backup data creation process, the progress status S indicating how far the backup data creation process has progressed
4 is notified to the backup creation status notification device 16 and a backup data creation process is performed (step 203). For example, when the backup process is performed in the order of records, the record number is used as the progress status S4.
【0028】このとき、データベース応用処理プログラ
ム13が実行されると、データベース応用処理プログラ
ム13からデータベース参照・更新処理装置14にデー
タ処理指示が伝達されたときに、データベース参照・更
新処理装置14はデータベース装置11のデータ処理を
行うと共に、データベース装置11に対する更新内容を
追加更新情報S3としてバックアップ作成状況通知装置
16に対して通知を行う。追加更新情報S3としては、
例えばレコード番号及びその更新内容が通知される。At this time, when the database application processing program 13 is executed, when the data processing instruction is transmitted from the database application processing program 13 to the database reference / update processing device 14, the database reference / update processing device 14 is operated by the database reference / update processing device 14. The data processing of the device 11 is performed, and the update content for the database device 11 is notified to the backup creation status notification device 16 as additional update information S3. As the additional update information S3,
For example, the record number and its update content are notified.
【0029】バックアップ作成状況通知装置16は、デ
ータベース装置11に対して更新が行われる毎にデータ
ベース参照・更新処理装置14からの追加更新情報S3
と、バックアップ作成処理装置15からのバックアップ
作成処理の進捗状況S4とを受信する。バックアップ作
成状況通知装置16は、追加更新情報が通知されると
(ステップ302)、バックアップデータ作成処理の進
捗状況S4と追加更新情報S3とを比較し(ステップ3
03)、その時点でバックアップデータ作成済みの部分
に対するデータベース装置11の更新が行われたかどう
かを判別する(ステップ304)。The backup creation status notification device 16 adds additional update information S3 from the database reference / update processing device 14 every time the database device 11 is updated.
And the progress status S4 of the backup creation processing from the backup creation processing device 15. When notified of the additional update information (step 302), the backup creation status notification device 16 compares the progress status S4 of the backup data creation processing with the additional update information S3 (step 3).
03), it is determined whether or not the database device 11 has been updated for the portion for which backup data has been created at that time (step 304).
【0030】バックアップデータ作成済みの部分に更新
が行われた場合には、追加更新反映装置17を起動して
バックアップ装置12に対して追加更新を行い(ステッ
プ305)、バックアップ装置12のデータとデータベ
ース装置11のデータが常に同一となるようにする。When the portion for which the backup data has been created is updated, the additional update reflecting device 17 is activated to perform the additional update to the backup device 12 (step 305), and the data and the database of the backup device 12 are updated. The data of the device 11 is always the same.
【0031】バックアップ作成装置15は、データベー
ス装置11からバックアップ装置12へのバックアップ
データ作成処理が完了した場合(ステップ204)、バ
ックアップ作成状況通知装置16に対してバックアップ
作成処理の進捗が完了したことを通知する(ステップ2
05)。When the backup data creation process from the database device 11 to the backup device 12 is completed (step 204), the backup creation device 15 notifies the backup creation status notification device 16 of the completion of the backup creation process. Notify (step 2)
05).
【0032】バックアップ作成状況通知装置16は、バ
ックアップ作成装置15からバックアップ作成処理が完
了したことの通知を受けると(ステップ306)、追加
更新情報の入手終了通知をデータベース参照・更新処理
装置14に対して行う(ステップ307)。データベー
ス参照・更新処理装置14は追加更新情報の入手終了通
知受信後、追加更新情報の通知動作を停止する。次に、
バックアップ作成状況通知装置16はその活動を停止す
る。バックアップ作成状況通知装置16が停止すると、
バックアップ作成装置15自身も停止する。これにより
一連のバックアップ処理動作が完了する。When the backup creation status notification device 16 receives a notification from the backup creation device 15 that the backup creation process has been completed (step 306), the backup creation status notification device 16 issues a notification of the completion of acquisition of additional update information to the database reference / update processing device 14. (Step 307). The database reference / update processor 14 stops the notification operation of the additional update information after receiving the acquisition end notification of the additional update information. next,
The backup creation status notification device 16 stops its activity. When the backup creation status notification device 16 stops,
The backup creation device 15 itself also stops. This completes a series of backup processing operations.
【0033】以上好ましい実施例をあげて本発明を説明
したが、本発明は必ずしも上記実施例に限定されるもの
ではない。Although the present invention has been described above with reference to the preferred embodiments, the present invention is not necessarily limited to the above embodiments.
【0034】[0034]
【発明の効果】以上説明したように本発明によるデータ
ベースのバックアップ作成システムによれば、バックア
ップ手段に反映する追加更新情報を、バックアップ処理
中に発生した更新情報だけに限定し、これまでのような
更新情報ロギングファイルの全レコードに対するソーテ
ィング処理を不要としたので、バックアップ作成にかか
る処理時間を大幅に短縮することができる。従って、大
規模あるいは更新頻度の高いデータベースに適用した場
合に、バックアップ処理時間が著しく遅くなるとった不
具合が解消される。As described above, according to the database backup creation system of the present invention, the additional update information reflected in the backup means is limited to only the update information generated during the backup processing, and it is possible to perform the same operation as before. Since the sorting process for all the records of the update information logging file is unnecessary, the processing time required for backup creation can be greatly reduced. Therefore, when it is applied to a large-scale or frequently updated database, the problem that the backup processing time is significantly delayed can be solved.
【0035】また、バックアップ作成時点でデータベー
スからバックアップのデータを取得しているため、デー
タベースの格納状態が変更されていた場合にも業務を停
止することなくバックアップ処理を行うことができるこ
とである。Further, since the backup data is acquired from the database at the time of creating the backup, it is possible to perform the backup process without stopping the operation even when the storage state of the database is changed.
【図1】 本発明の一実施例によるデータベースのバッ
クアップ作成システム装置の構成を示すブロック図であ
る。FIG. 1 is a block diagram showing a configuration of a database backup creation system device according to an embodiment of the present invention.
【図2】 上記実施例のバックアップ作成装置の処理を
説明するフローチャートである。FIG. 2 is a flowchart illustrating processing of the backup creating apparatus according to the above embodiment.
【図3】 上記実施例のバックアップ作成状況通知装置
の処理を説明するフローチャートである。FIG. 3 is a flowchart illustrating processing of the backup creation status notification device according to the above embodiment.
11 データベース装置 12 バックアップ装置 13 データベース応用処理プログラム 14 データベース参照・更新処理装置 15 バックアップ作成装置 16 バックアップ作成状況通知装置 17 追加更新反映装置 S1 追加更新情報の入手開始通知 S3 追加更新情報 S4 バックアップ作成進捗状況通知 11 database device 12 backup device 13 database application processing program 14 database reference / update processing device 15 backup creation device 16 backup creation status notification device 17 additional update reflection device S1 additional update information acquisition start notification S3 additional update information S4 backup creation progress status notification
Claims (5)
と共に、バックアップ処理の進捗状況通知を生成するバ
ックアップ作成手段と、 データベース応用処理プログラムからの指示により前記
データベースの参照・更新処理を行なうと共に、前記デ
ータベースに対して行ったデータの追加又は更新を行っ
た際に、データの追加又は更新内容を表わす追加更新情
報を出力するデータベース参照・更新処理手段と、 前記バックアップ作成手段から入力した前記進捗状況通
知と前記データベース参照・更新処理手段から入力した
追加更新情報に基づいてバックアップ処理済みのデータ
に対して追加更新がなされているかどうかを判定するバ
ックアップ作成状況通知手段と、 前記バックアップ作成状況通知手段でバックアップ処理
済みのデータに対して追加更新がなされていると判定し
た場合に、前記追加更新情報に基づいてバックアップデ
ータに対してデータの追加更新処理を行う追加更新反映
手段とを備えることを特徴とするデータベースのバック
アップ作成システム。1. A backup creating means for performing a backup process of a database, generating a progress notification of the backup process, and a reference / update process for the database according to an instruction from a database application process program, and for the database. Database reference / update processing means for outputting additional update information indicating the addition or update content of the data when the data is added or updated, and the progress notification and the database input from the backup creating means. Backup creation status notifying means for judging whether or not additional updates have been made to the backup processed data based on the additional update information input from the reference / update processing means; For the data Backup update system for a database, comprising: an additional update reflection means for performing additional update processing of data on backup data based on the additional update information when it is determined that additional update has been performed.
前記バックアップ作成手段によるバックアップ処理開始
時に、前記データベース参照・更新処理手段に対して、
前記追加更新情報の出力を指示する入手開始通知を行な
い、前記バックアップ作成手段によるバックアップ処理
終了時に、前記データベース参照・更新処理手段に対し
て、前記追加更新情報の出力終了を指示する入手終了通
知を行なうことを特徴とする請求項1に記載のデータベ
ースのバックアップ作成システム。2. The backup creation status notifying means,
At the start of backup processing by the backup creating means, with respect to the database reference / update processing means,
An acquisition start notification is issued to instruct the output of the additional update information, and at the end of the backup process by the backup creating means, an acquisition end notification is issued to the database reference / update processing means to instruct the output end of the additional update information. The backup creation system for a database according to claim 1, wherein the backup creation system is performed.
タベース参照・更新処理手段から前記バックアップ作成
状況通知手段に対して前記追加更新情報が通知される毎
に、前記進捗状況通知を前記バックアップ作成状況通知
手段に対して通知することを特徴とする請求項1に記載
のデータベースのバックアップ作成システム。3. The backup creation means notifies the backup creation status notification means of the progress status every time the database reference / update processing means notifies the backup creation status notification means of the additional update information. The backup creation system for a database according to claim 1, wherein the backup is created.
は、前記データベースの追加更新を行なう場合、前記入
手開始通知が通知されている時に、前記バックアップ作
成状況通知手段と前記データベースに前記追加更新情報
を出力し、前記入手開始通知が通知されていない時に、
前記データベースにのみ前記追加更新情報を出力するこ
とを特徴とする請求項2に記載のデータベースのバック
アップ作成システム。4. The database reference / update processing means outputs the additional update information to the backup creation status notifying means and the database when the acquisition start notification is notified when performing the additional update of the database. However, when the acquisition start notification is not notified,
3. The database backup creation system according to claim 2, wherein the additional update information is output only to the database.
前記進捗状況通知と前記追加更新情報を比較することに
より、バックアップ処理済みのデータに対して追加更新
がなされているかどうかを判定し、バックアップ処理済
みのデータに対して追加更新がなされていると判定した
場合に、前記追加更新反映手段を起動し前記追加更新情
報を通知することを特徴とする請求項1に記載のデータ
ベースのバックアップ作成システム。5. The backup creation status notifying means,
By comparing the progress notification and the additional update information, it is determined whether the additional data has been updated for backup processing, and it is determined that the additional data has been updated for backup processing. The backup creation system for a database according to claim 1, wherein the additional update reflection means is activated and the additional update information is notified in the case of doing so.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7276522A JPH0997201A (en) | 1995-09-30 | 1995-09-30 | Backup preparation system for data base |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7276522A JPH0997201A (en) | 1995-09-30 | 1995-09-30 | Backup preparation system for data base |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0997201A true JPH0997201A (en) | 1997-04-08 |
Family
ID=17570653
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7276522A Pending JPH0997201A (en) | 1995-09-30 | 1995-09-30 | Backup preparation system for data base |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0997201A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000267891A (en) * | 1999-03-16 | 2000-09-29 | Internatl Business Mach Corp <Ibm> | Device and method for monitoring execution of processing inside digital computer |
US7386552B2 (en) | 2001-12-06 | 2008-06-10 | Hitachi, Ltd. | Methods of migrating data between storage apparatuses |
US8775386B2 (en) | 2009-10-19 | 2014-07-08 | International Business Machines Corporation | Device and method for generating copy of database |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS622335A (en) * | 1985-06-28 | 1987-01-08 | Fujitsu Ltd | Back-up processing system for file device |
-
1995
- 1995-09-30 JP JP7276522A patent/JPH0997201A/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS622335A (en) * | 1985-06-28 | 1987-01-08 | Fujitsu Ltd | Back-up processing system for file device |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000267891A (en) * | 1999-03-16 | 2000-09-29 | Internatl Business Mach Corp <Ibm> | Device and method for monitoring execution of processing inside digital computer |
US7386552B2 (en) | 2001-12-06 | 2008-06-10 | Hitachi, Ltd. | Methods of migrating data between storage apparatuses |
US8775386B2 (en) | 2009-10-19 | 2014-07-08 | International Business Machines Corporation | Device and method for generating copy of database |
US8799232B2 (en) | 2009-10-19 | 2014-08-05 | International Business Machines Corporation | Method for generating copy of database |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6430708B1 (en) | Method and apparatus for testing job control language (JCL) members | |
CA2933790A1 (en) | Apparatus and method for creating a real time database replica | |
TW432333B (en) | Method and apparatus for mapping hard disk partitions and block devices to logical drives in a computer system | |
JPH04178833A (en) | Method for supporting software reuse | |
JPH0997201A (en) | Backup preparation system for data base | |
JPH09128280A (en) | Data management device and method therefor | |
US7139884B2 (en) | Method, apparatus and computer program product for implementing enhanced autonomic backup using multiple backup devices | |
CN113741931A (en) | Software upgrading method and device, electronic equipment and readable storage medium | |
JP2004199264A (en) | Data base processing method and device for its implementation and its processing program | |
JPH07160561A (en) | File managing device | |
JP3179353B2 (en) | Program test automation system | |
JP3130870B2 (en) | Memory dump file reconstruction method | |
JPH08292884A (en) | Repository device | |
JPH05143422A (en) | Updated journal managing system | |
JP2000010692A (en) | Application device and method provided with redo/undo function and automatic preservation function of work | |
CN111930550A (en) | Client repairing method, device, equipment and medium | |
CN113342919A (en) | Search system and method based on code file | |
CN117827400A (en) | Full increment parallel data migration method | |
JPH08235044A (en) | Journal retrieval systm | |
JPH05324439A (en) | Data base control journal output system | |
JP2003296124A (en) | Device, system and method for setting job execution order | |
JPH06187217A (en) | System for synchronization between data base and normal file | |
JPH0581295A (en) | Subfile forming system in on-line maintenance | |
JPH0239252A (en) | Back-up generating system | |
JP2000215094A (en) | Device and method for file restoration, device and method for process management, and recording medium |