JP3698945B2 - Data update processing method - Google Patents

Data update processing method Download PDF

Info

Publication number
JP3698945B2
JP3698945B2 JP2000049127A JP2000049127A JP3698945B2 JP 3698945 B2 JP3698945 B2 JP 3698945B2 JP 2000049127 A JP2000049127 A JP 2000049127A JP 2000049127 A JP2000049127 A JP 2000049127A JP 3698945 B2 JP3698945 B2 JP 3698945B2
Authority
JP
Japan
Prior art keywords
update
data
file
pattern
request
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.)
Expired - Fee Related
Application number
JP2000049127A
Other languages
Japanese (ja)
Other versions
JP2001243104A (en
Inventor
宣雄 塚本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Communication Systems Ltd
Original Assignee
NEC Communication Systems Ltd
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 Communication Systems Ltd filed Critical NEC Communication Systems Ltd
Priority to JP2000049127A priority Critical patent/JP3698945B2/en
Publication of JP2001243104A publication Critical patent/JP2001243104A/en
Application granted granted Critical
Publication of JP3698945B2 publication Critical patent/JP3698945B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【発明の属する技術分野】
本発明はデータ更新処理方式に関し、特にデータ保護パターンによりデータの保護範囲を可変制御できるデータ更新処理方式に関する。
【0002】
【従来の技術】
一般にデータ更新システムは、複数の処理要求が同時に同一テーブルをアクセスする場合に排他制御することにより処理の並行動作を可能にしている。
【0003】
このようなデータ更新技術の一例として、特開昭63−191248号公報記載の「リレーショナルデータベースシステムにおけるテーブルの排他制御方式」が知られている。
【0004】
この公報では、データベースシステムにおけるテーブルの排他制御方式に関わり、処理要求毎にテーブル中の別々のカラムを扱うような制御に有効なテーブルの排他制御を行う技術が記載されており、保護レベルを要素毎の最小単位に拡張することで排他制御を実現している。
【0005】
図8は従来のデータ更新処理方式を示すブロック図である。
【0006】
従来のデータ更新処理方式は、要求情報81,82を出力する処理要求部8と、排他制御を行う排他制御実行処理部9と、処理に利用されるテーブルのデータベース101および要素単位、レコード単位、ファイル単位で排他要求の有無を管理する管理情報102を蓄積する記憶装置10とから構成されている。
【0007】
排他制御実行処理部9には、処理要求解析フェーズ91と処理実行フェーズ92の処理フェーズがある。処理要求解析フェーズ91は、データベース101と管理情報102とにより、要求毎に要素単位の排他要求を管理しており、処理実行フェーズ92は、管理情報102と要求毎の要素単位での排他要求の有無を判定することで、データ更新処理実行の可否を行っている。
【0008】
【発明が解決しようとする課題】
上述した従来のデータ更新処理方式は、データベース等のデータ操作における保護制御が、要素単位、レコード単位、ファイル単位であり、要素間、レコード間要素、ファイル間要素について考慮されていないので、要求に応じた単位毎でのデータ保護制御ができないこと、また複数の要素に対する更新処理では順序処理制御が必要になるという欠点を有している。
【0009】
また、要素間に対する保護制御処理を要素毎に全て考慮しなければならないので、要素間、レコード間要素、ファイル間要素のデータ保護制御を行う場合に、要素毎の情報を用意する必要があり、管理情報が増大し、更新時間が長くなるという欠点を有している。
【0010】
本発明の目的は、順序制御を必要とせずにデータの保護範囲を可変にでき、かつデータの保護範囲を最小限にすることができるデータ更新処理方式を提供することにある。
【0011】
【課題を解決するための手段】
本発明のデータ更新処理方式は、データ入力を行う入力装置と、プログラム制御により動作するデータ更新処理装置と、情報を記憶する記憶装置と、データを出力する出力装置とを備え、
前記記憶装置は、更新用データファイルと、更新対象データファイルと、データ保護情報ファイルとを有し、
前記更新用データファイルはバイナリやキャラクタからなる各々の要求データを一時的に記憶し、前記更新対象データファイルはデータベース化されたデータを記憶し、前記データ保護情報ファイルは更新対象データのファイル間、レコード間、要素間の関連性を予め記憶し、
前記データ更新処理装置は、第1の更新パターン作成部と、第2の更新パターン作成部と、データ更新部とを有し、
前記第1の更新パターン作成部は、前記記憶装置に記憶された前記更新用データファイルが含む新規・変更・削除の要求種別、キー要素、各種更新要素の各々の要求を示す第1の更新要求データをもとに、前記データ保護情報ファイルが有するファイル内要素グループ化情報並びに要素間の関連性情報にもとづきすべての要素を処理して前記各々の要求に対し第1の更新パターンを作成し、
前記第2の更新パターン作成部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンをもとに前記データ更新部にて処理されたパターン処理結果も加味して第2の更新パターンの作成を行い、再度前記データ更新部に前記第2の更新パターンを出力し、
前記データ更新部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンおよび前記第2の更新パターン作成部で作成された前記第2の更新パターンと前記第1の更新要求データおよび前記更新用データファイルから要求された第2の更新要求データにて、前記更新対象データファイルに記憶された情報データの更新指示を出力することを特徴としている。
【0018】
更新ができなかった場合に、更新結果の再評価により更新が可能と判断した場合、前記更新対象データファイルから出力される更新結果情報により前記第2の更新パターン作成部の機能動作を実施し、一方、前記更新対象データファイルに記憶された情報データの更新が不可能になった場合には、前記データ更新部はその更新データを更新不可とし、前記出力装置に更新不可結果のメッセージや処理結果を応答することを特徴としている。
【0019】
前記データ更新部から前記データ保護情報ファイルにアクセスレベル更新のためのアクセスレベル更新信号を出力し、前記データ保護情報ファイルからアクセスレベルを読み込むためのアクセスレベル読込信号を入力することを特徴としている。
【0020】
データ入力を行う入力装置と、プログラム制御により動作するデータ更新処理装置と、情報を記憶する記憶装置と、データを出力する出力装置とを備え、
前記記憶装置は、更新用データファイルと、更新対象データファイルと、データ保護情報ファイルとを有し、
前記更新用データファイルはバイナリやキャラクタからなる各々の要求データを一時的に記憶し、前記更新対象データファイルはデータベース化されたデータを記憶し、前記データ保護情報ファイルは更新対象データのファイル間、レコード間、要素間の関連性を予め記憶し、
前記データ更新処理装置は、第1の更新パターン作成部と、第2の更新パターン作成部と、データ更新部と、更新パターン分割部と、分割データ更新部とを有し、
前記第1の更新パターン作成部は、前記記憶装置に記憶された前記更新用データファイルが含む新規・変更・削除の要求種別、キー要素、各種更新要素の各々の要求を示す第1の更新要求データをもとに、前記データ保護情報ファイルが有するファイル内要素グループ化情報並びに要素間の関連性情報にもとづきすべての要素を処理して前記各々の要求に対し第1の更新パターンを作成し、
前記第2の更新パターン作成部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンをもとに前記データ更新部にて処理されたパターン処理結果も加味して第2の更新パターンの作成を行い、再度前記データ更新部に前記第2の更新パターンを出力し、
前記データ更新部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンおよび前記第2の更新パターン作成部で作成された前記第2の更新パターンと前記第1の更新要求データおよび前記更新用データファイルの要求単位に作成された更新パターンを複数の更新単位に分割して第3の更新パターンを出力し、
前記更新パターン分割部は、前記第3の更新パターンを複数の更新単位に分割して複数更新パターンを出力し、
前記分割データ更新部は、前記更新パターン分割部で分割し出力された前記複数更新パターンの関連等を管理し前記更新対象データファイルに記憶された情報データの更新指示を出力することにより更新させることを特徴としている。
【0021】
また、更新プログラムを記録した記録媒体を備え、前記更新プログラムは前記記録媒体から前記データ更新処理装置に読み込まれ、前記データ更新処理装置の動作を制御することを特徴としている。
【0022】
コンピュータ処理機能を有する前記データ更新処理装置に、前記第1の更新パターン作成処理、前記第2の更新パターン作成処理、前記更新対象データ変更処理、前記更新パターン分割処理、前記分割データ更新処理を実行させるためのプログラムを記録した記録媒体を特徴としている。
【0023】
【発明の実施の形態】
次に、本発明の実施の形態について図面を参照して説明する。
【0024】
図1は本発明のデータ更新処理方式の一つの実施の形態を示すブロック図である。
【0025】
図1に示す本実施の形態は、キーボードや通信受信機等の入力装置1と、プログラム制御により動作するデータ更新処理装置2と、情報を記憶する記憶装置3と、ディスプレイ装置や印刷装置や通信送信機等の出力装置4とから構成されている。
【0026】
記憶装置3は、更新用データファイル31と、更新対象データファイル32と、データ保護情報ファイル33とを有している。ここで更新用データファイル31は、バイナリやキャラクタからなる各々の要求データを一時的に記憶している。更新対象データファイル32は、いわゆるデータベース化されたデータを記憶している。データ保護情報ファイル33は、更新対象データのファイル間、レコード間、要素間の関連性を予め記憶している。また、更新対象データへの更新状態を前記要素関連として、アクセスレベル単位に記憶する。アクセスレベルの例としては、書き込み状態、読み込み状態、読み書き状態等がある。
【0027】
次にデータ更新処理装置2は、更新パターン作成部21と、更新パターン作成部22と、データ更新部23とを有しており、更新パターン作成部21は記憶装置3に記憶された更新用データファイル31から要求された要求種別、キー要素、各種更新要素の更新要求データ11をもとに更新パターン12を作成する。
【0028】
更新パターン作成部22は、更新パターン作成部21で作成された更新パターン12をもとにデータ更新部23にて処理されたパターン処理結果13も加味して更新パターンの作成を行い、再度データ更新部23に更新パターン14を出力する。
【0029】
またデータ更新部23は、更新パターン作成部21で作成された更新パターン12および更新パターン作成部22で作成された更新パターン14と更新要求データ11および更新要求データ18にて、更新対象データファイル32に記憶された情報データを更新指示15を出力することにより更新させる。その結果更新ができなかった場合には、更新結果の再評価により更新が可能と判断した場合、更新対象データファイル32から出力される更新結果情報16により更新パターン作成部22の機能動作を実施する。
【0030】
一方、更新対象データファイル32に記憶された情報データの更新が不可能になった場合には、データ更新部23はその更新データを更新不可とし、出力装置4に更新不可結果17のメッセージや処理結果を応答する。
【0031】
なお、データ更新部23からデータ保護情報ファイル33にアクセスレベル更新のためのアクセスレベル更新信号19を出力し、データ保護情報ファイル33からアクセスレベルを読み込むためのアクセスレベル読込信号20を入力する。
【0032】
さらに、データ保護情報ファイル33の中には、ファイル間、レコード間、要素間の関連性を記憶したグループ化情報を読み込む必要がある。
【0033】
図2は図1の実施の形態の動作を示すフローチャートである。
【0034】
図2は更新パターン作成部21,22の動作とデータ更新部23のフローを示している。
【0035】
図3は図1の動作の具体例を説明する図である。
【0036】
次に、図1、図2および図3を参照して本実施の形態の動作をより詳細に説明する。
【0037】
ステップA1では更新用データファイル31からの更新要求データ11から更新パターン12を作成する。この更新パターン12の作成はデータ保護情報ファイル33のファイル内要素グループ化情報により行われる。次に更新用データファイル31の各々の要求a,b,c,dから更新パターン12を作成する過程について説明する。
【0038】
図3を参照しながら、更新用データファイル31には、要求a,b,c,dのデータが存在する。要求aは新規、要求bは変更、要求cは変更、要求dは削除の処理を各々要求している。
【0039】
要求aは要素a,d,eを含んでおり、新規であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素aはファイル1に属し、ファイル1は要素a,b,cが関係しているので、更新パターンに要素a,b,cを出力する。併せてファイル1を出力する。このとき要求aの要素にb,cが有ればこれらをスキップする。同様に要素dはファイル2に属し、ファイル2は要素d,eが関係しているので、更新パターンに要素d,eを出力する。併せてファイル2を出力する。このとき要求aの要素として既にeが有るので、eをスキップする。要求要素をすべて処理し、その結果要求aに対して要求aの更新パターンとして、要素a,b,c,d,e、ファイル1,2が関係していることが出力される(図3のステップA1)。
【0040】
次に要求bは要素a,e,f,gを含んでおり、変更であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素aはファイル1に属し、ファイル1は変更の場合要素間は関連しないので、要素a,b,cが関係していないとして、更新パターンに要素aのみ出力する。同様に要素eはファイル2に属し、ファイル2は変更の場合要素間は関連しないので、要素d,eと関係していないとして、更新パターンに要素eのみを出力する。併せてファイル2を出力し、さらに親要素bを出力する。
【0041】
また、要素fはファイル3に属し、ファイル3は変更の場合要素間は関連しないので、要素f,gと関係していないとして、更新パターンに要素fのみを出力する。併せてファイル3を出力し、さらに親要素cを出力する。
【0042】
同様に、要素gはファイル3に属し、ファイル3は変更の場合要素間は関連しないので、要素f,gと関係していないとして、更新パターンに要素gのみを出力する。併せてファイル3を出力するが、既に出力済みであるため変化はない。
【0043】
要求要素をすべて処理し、その結果要求bに対して要求bの更新パターンとして、要素a,b,c,e,f,g、ファイル2,3が関係していることが出力される。
【0044】
次に要求cは要素d,gを含んでおり、変更であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素dはファイル2に属し、ファイル2は要素d,eが関係していないので、更新パターンに要素dのみ出力する。併せてファイル2を出力し、さらに親要素bを出力する。同様に要素gはファイル3に属し、ファイル3は要素f,gと関係していないので、更新パターンに要素gのみを出力する。併せてファイル3を出力する。
【0045】
要求要素をすべて処理し、その結果要求cに対して要求cの更新パターンとして、要素b,d,g、ファイル2,3が関係していることが出力される。
【0046】
次に要求dは削除であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素a,b,cは無条件で出力される。併せて、要素bがファイル2と関係するためファイル2を出力する。さらに要素cがファイル3と関係するためファイル3を出力する。
【0047】
削除の場合は、その結果要求dに対して、要求dの更新パターンとして要素a,b,c、ファイル2,3が関係していることが出力される。
【0048】
上述の通り、更新用データファイル31の要求a,b,c,dが個々に存在し、更新パターン作成部21によって、更新パターンa,b,c,dが出力される。なお更新対象データファイル32の書き換え対象データは、要求aを処理した処理済みの状態を示している。データ保護情報ファイル33はこの状態において、要求cが処理中の状態を示している。要求cが処理中に要求bが処理された動作例をステップA2,A3で示し、競合の結果、更新パターン作成部22により要求eが作成され、ステップA6,A7にて競合のない要素のみの書き換えが行われることを表している。
【0049】
更新用データファイル31には、要求a,b,c,d等に各々の要求が記憶されているが、要求はa,b,c,dの4個に限定はされない。
【0050】
データ保護情報ファイル33のファイル内要素グループ化情報には、要素間の関連性に関して下記の情報が記憶されている。
【0051】
ファイル1(要素a,b,c)の関連性は、新規では、要素間が無条件ですべて関連し、ファイルも関連する。変更では要素間は関連しないし、ファイルも関連しない。削除では無条件ですべて関連するが、ファイルは関連しない。
【0052】
ファイル2の関連性(要素d,e及び親要素b)は、新規では、要素間がすべて関連し、ファイルも関連する。変更では要素間は関連しないが、ファイルは関連し、親要素も関連する。削除では要素間は関連しないし、ファイルも関連しない。
【0053】
ファイル3の関連性(要素f,g,h、要素c及び親要素c)は、新規では、要素間がすべて関連し、ファイルも関連する。変更では要素間は関連しないが、ファイルは関連し、親要素も関連する。削除では要素間は関連しないし、ファイルも関連しない。
【0054】
さて、ステップA2,A3およびステップC2,C3において、要求bの更新パターン(要素a,b,c,e,f,g、ファイル2,3)と更新中の要求c(要素b,d,g、ファイル2,3)により要素b,g、ファイル2,3が競合している。
【0055】
また、ステップC3でのステップC7からステップC8では、競合している要素を一つずつ分離できるかどうかを考える。要素bはファイル2の親要素であり、さらに要素aを含むファイル1の他要素a,cに競合がないこと、ファイル2の要素d,eも競合していないことから、要素bとファイル2は分離できる。
【0056】
要素gとファイル3は、要求cにおいて新規書き込みの読み書き状態42であるため、要求bの更新パターンから要素bとファイル2を分離し、さらに読み書き状態を削除し、要素a,c,e,fファイル3の更新パターン(要求e)とする。このときの書き換え状態41は要素a,b,c,d,e,f、ファイル2,3となる。
【0057】
入力装置1の指示により記憶装置3内の更新用データファイル31から出力された更新要求データ11は、更新パターン作成部21に入力すると、更新パターン作成部21は、この更新要求データ11から更新要求データ11の要求種別、キー要素、各種更新要素をもとに更新パターン12を作成し(ステップ:A1)、作成した更新パターン12をデータ更新部23に供給しデータの更新要求を行う(ステップ:A2)。
【0058】
図3のデータ保護情報ファイル33は、要求bと要求cの処理が競合し、要求cが実行中であることを示している。データ更新部23では更新要求に対し、記憶装置3内のデータ保護情報ファイル33の書き換え状態41と更新要求の更新パターンとを照合し、書き込み競合要素の有無を確認する(ステップ:C2、C3)。照合の結果、要素bが書き込み競合中であることがわかる。次のステップC7で競合中の更新が可能かを判断するが、要素bはファイル2の有無を示す物であり、この場合には更新が不要となり(ステップ:C7)、記憶装置3内のデータ保護情報ファイル33の読み書き状態42と更新要求の更新パターンとを照合し、データ保護情報の更新と照合を行う(ステップ:C4、C5)。ステップC5の結果、ステップC6で読み書き競合要素を判断し、要素gが読み書き競合中であることがわかり、更新不可となる(ステップ:C10およびA3)。
【0059】
更新不可になった場合において、要素gの分析を行い再要求可能な競合化を判断し(ステップ:A4)、更新用データと書き換え対象データから更新パターンを作成する。例えば、要求cの書き換え中のデータを採用すると判断した場合、要素gの更新は不要となり、図3に示されるように新たな要求eが作成される(ステップ:A5)。再度作成された、更新パターンをデータ更新部23に再度提供しデータの更新要求を行う(ステップ:A6)。更新は終了し更新結果を、出力装置4に与えて(ステップ:A9)、処理を終了する。
【0060】
図4は本発明のデータ更新処理方式の第2の実施の形態を示すブロック図である。
【0061】
なお、図4において図1に示す構成要素に対応するものは同一の参照数字または符号を付し、その説明を省略する。
【0062】
図4を参照すると、データ更新処理装置5が、図1に示されたデータ更新処理装置2の構成に加え、更新パターン分割部24と分割データ更新部25を有する点で異なる。更新パターン分割部24は、更新パターン作成部21と更新パターン作成部22で作成された更新パターン12,14をデータ更新部23で処理し出力された更新パターン26を使用し、入力された更新用データファイル31の要求単位に作成された更新パターン26を複数の更新単位に分割する。分割データ更新部25は、この更新パターン分割部24で分割された複数の複数更新パターン27の関連等を管理し更新する。
【0063】
図5は図4の実施の形態の動作を示すフローチャートである。
【0064】
図5は更新パターン作成部21,22の動作とデータ更新部23のフローを示す。
【0065】
図6は図3の動作の具体例を説明する図である。
【0066】
次に、図4、図5および図6を参照して本第2の実施の形態の動作をより詳細に説明する。
【0067】
ステップA1では更新用データファイル31からの更新要求データ11から更新パターン12を作成する。この更新パターン12の作成はデータ保護情報ファイル33のグループ化情報により行われる。次に更新用データファイル31の要求a,b,c,dから更新パターン12の作成過程について説明する。
【0068】
図6を参照しながら、更新用データファイル31には、要求a,b,c,dのデータが存在する。要求aは新規、要求bは変更、要求cは変更、要求dは削除の処理を各々要求している。
【0069】
要求aは要素a,d,eを含んでおり、新規であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素aはファイル1に属し、ファイル1は要素a,b,cが関係しているので、更新パターンに要素a,b,cを出力する。併せてファイル1を出力する。このとき要求aの要素にb,cが有ればこれらをスキップする。同様に要素dはファイル2に属し、ファイル2は要素d,eが関係しているので、更新パターンに要素d,eを出力する。併せてファイル2を出力する。このとき要求aの要素として既にeが有るので、eをスキップする。要求要素をすべて処理し、その結果要求aに対して要求aの更新パターンとして、要素a,b,c,d,e、ファイル1,2が関係していることが出力される。
【0070】
次に要求bは要素a,e,fを含んでおり、変更であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素aはファイル1に属し、ファイル1は要素a,b,cが関係していないので、更新パターンに要素aのみ出力する。同様に要素eはファイル2に属し、ファイル2は要素d,eと関係していないので、更新パターンに要素eのみを出力する。併せてファイル2を出力し、さらに親要素bを出力する。
【0071】
また、要素fはファイル3に属し、ファイル3は要素f,gと関係していないので、更新パターンに要素fのみを出力する。併せてファイル3を出力し、さらに親要素cを出力する。
【0072】
要求要素をすべて処理し、その結果要求bに対して要求bの更新パターンとして、要素a,b,c,e,f、ファイル2,3が関係していることが出力される。
【0073】
次に要求cは要素d,eを含んでおり、変更であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素dはファイル2に属し、ファイル2は要素d,eが関係していないので、更新パターンに要素dのみ出力する。併せてファイル2を出力し、さらに親要素bを出力する。同様に要素eはファイル2に属し、ファイル2は要素d,eと関係していないので、更新パターンに要素eのみを出力する。併せてファイル2を出力するが、既に出力済みなのでそのままとなる。
【0074】
要求要素をすべて処理し、その結果要求cに対して要求cの更新パターンとして、要素b,d,e、ファイル2が関係していることが出力される。
【0075】
次に要求dは削除であるため、データ保護情報ファイル33のファイル内要素グループ化情報を考慮すると、要素a,b,cは無条件で出力される。併せて、要素bがファイル2と関係するためファイル2を出力する。さらに要素cがファイル3と関係するためファイル3を出力する。
【0076】
削除の場合は、その結果要求dに対して要求dの更新パターンとして、要素a,b,c、ファイル2,3が関係していることが出力される。
【0077】
上述の通り、更新用データファイル31の要求a,b,c,dが個々に存在し、更新パターン作成部21によって、更新パターンa,b,c,dが出力される。
【0078】
更新用データファイル31には、要求a,b,c,d等に各々の要求が記憶されている。要求はa,b,c,dの4個に限定はされない。
【0079】
データ保護情報ファイル33のファイル内要素グループ化情報には、下記の情報が記憶されている。
【0080】
ファイル1(要素a,b,c)の関連性は、新規では、要素間が無条件ですべて関連し、ファイルも関連する。変更では要素間は関連しないし、ファイルも関連しない。削除では無条件ですべて関連するが、ファイルは関連しない。
【0081】
ファイル2の関連性(要素d,e及び親要素b)は、新規では、要素間がすべて関連し、ファイルも関連する。変更では要素間は関連しないが、ファイルは関連し、親要素も関連する。削除では要素間は関連しないし、ファイルも関連しない。
【0082】
ファイル3の関連性(要素f,g,h、要素c及び親要素c)は、新規では、要素間がすべて関連し、ファイルも関連する。変更では要素間は関連しないが、ファイルは関連し、親要素も関連する。削除では要素間は関連しないし、ファイルも関連しない。
【0083】
ステップA2,A3およびステップC2,C3において、要求bの更新パターン(要求a,b,c,e,f、ファイル2,3)と更新中の要求c(要素b,d,e、ファイル2,3)により要素b,e、ファイル2,3が競合している。
【0084】
また、ステップC3でのステップC7からステップC10およびステップA5からB3では、競合している要素を一つずつ分離できるかどうかを考える。要素bはファイル2の親要素であり、さらに要素aを含むファイル1の他要素a,cに競合がないこと、ファイル2の要素d,eも競合していないことから、要素bとファイル2は分離できる。
【0085】
要素eは単独要素であるため、これ以上分離できない。要求bから要素b、ファイル2を分離し、要素a,c,e,f、ファイル3の更新パターン(要求e)とする。しかし要素eは競合するため、要素eを分離し、要素a,c,f(要求f)と要素eとファイル2(要求g)に分離することで、順番に書き込みができる。
【0086】
図5のステップA1〜ステップA7,ステップA8およびステップA9で示される更新パターン作成部21、更新パターン作成部22、およびデータ更新部23の動作は、第1の実施の形態の動作と同一のため、説明は省略する。第1の実施の形態では、要求内に独立性の要素が存在しても、更新不可としていた。本第2の実施の形態ではこのような場合、更新パターン分割部24が更新パターン26を分割する(図5のステップB1)。すなわち、前述の具体例で言えば、更新パターン要求e(図6のステップB1)が要素eの更新中のため、ファイル2およびファイル3単位での要求に分割し、要素eと要素a、要素c、要素fのグループに分割する。分割データ更新部25は、分割された複数更新パターン27を要求単位として更新対象データファイル32を分割更新し(図5のステップB2)、結果は更新可を出力装置4に表示させる(図5のステップA9)。
【0087】
上述の通り、第1および第2の実施の形態では、求められた更新パターンでの更新処理が異常になった場合に再度、パターン分割による実行について説明したが、対応する更新パターンを細分化して要求することにより、データの保護時間の制約が短縮される。
【0088】
図7は本発明のデータ更新処理方式の第3の実施の形態を示すブロック図である。
【0089】
なお、図7において図1又は図4に示す構成要素に対応するものは同一の参照数字または符号を付し、その説明を省略する。
【0090】
図7を参照すると、更新プログラム30を記録した記録媒体6を備えている。この記録媒体6は磁気ディスク、半導体メモリその他の記録媒体であってよい。
【0091】
更新プログラム30は記録媒体6からデータ更新処理装置7に読み込まれ、データ更新処理装置7の動作を制御する。データ更新処理装置7は更新プログラム30の制御により以下の処理、すなわち第1および第2の実施の形態におけるデータ更新処理装置2および5による処理と同一の処理を実行する。
【0092】
既述の通り、データ更新処理装置2は、入力された更新用データから更新パターンを作成し、データ保護レベルの要求表記を統一してからデータの変更をする。より具体的には、記憶装置3の入力された更新用データから、必要な関係を求める更新パターン作成部21と求められた更新パターン12から更新対象データを変更するデータ更新部23とを有する。
【0093】
また、データ更新処理装置5は、入力された更新用データから求めた更新パターンでの変更に失敗したとき、入力された更新用データに加え、記憶装置3に格納されたデータ保護情報を加味した更新パターンを作成し、保護レベルの要求表記を統一してからデータを変更する。データ更新部23で更新に失敗したときに、更新結果から更新パターンを分割する更新パターン分割部24と分割更新部25を有する。より具体的には、記憶装置3の更新用データと記憶装置3のデータ保護情報から更新中のデータ保護パターンの関係を求める更新パターン作成部22と、求められた更新パターンから更新対象データを変更するデータ更新部23とを有する。つまり、入力された更新用データと記憶装置3のデータ保護情報を加味した更新パターンでの更新に失敗したとき、この更新パターンを更新対象データの情報等をさらに加味し更新パターンを分割して、複数の更新パターンで変更を実施することになる。
【0094】
【発明の効果】
以上説明したように、本発明のデータ更新処理方式は、種々の要求単位を処理中の保護条件に応じて要求単位を細分化して更新を行うので、データ保護範囲が要求の大きさに関係なく可変統一でき、かつデータ保護範囲を最小限にできるので、更新時間の短縮と応答待ち速度も向上するという効果を有している。
【図面の簡単な説明】
【図1】本発明のデータ更新処理方式の一つの実施の形態を示すブロック図である。
【図2】図1の実施の形態の動作を示すフローチャートである。
【図3】図1の動作の具体例を説明する図である。
【図4】本発明のデータ更新処理方式の第2の実施の形態を示すブロック図である。
【図5】図4の実施の形態の動作を示すフローチャートである。
【図6】図3の動作の具体例を説明する図である。
【図7】本発明のデータ更新処理方式の第3の実施の形態を示すブロック図である。
【図8】従来のデータ更新処理方式を示すブロック図である。
【符号の説明】
1 入力装置
2,5,7 データ更新処理装置
3,10 記憶装置
4 出力装置
6 記録媒体
8 処理要求部
9 排他制御実行処理部
11 更新要求データ
12 更新パターン
13 パターン処理結果
14 更新パターン
15 更新指示
16 更新結果情報
17 更新不可結果
18 更新要求データ
19 アクセスレベル更新信号
20 アクセスレベル読込信号
21 更新パターン作成部
22 更新パターン作成部
23 データ更新部
24 更新パターン分割部
25 分割データ更新部
26 更新パターン
27 複数更新パターン
30 更新プログラム
31 更新用データファイル
32 更新対象データファイル
33 データ保護情報ファイル
41 書き換え状態
42 読み書き状態
81 要求情報
82 要求情報
91 処理要求解析フェーズ
92 処理実行フェーズ
101 データベース
102 管理情報
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a data update processing method, and more particularly to a data update processing method capable of variably controlling a data protection range by a data protection pattern.
[0002]
[Prior art]
In general, a data update system enables parallel operations by performing exclusive control when a plurality of processing requests simultaneously access the same table.
[0003]
As an example of such a data update technique, a “table exclusive control method in a relational database system” described in Japanese Patent Laid-Open No. 63-191248 is known.
[0004]
This publication relates to a table exclusive control method in a database system, and describes a technique for performing exclusive control of a table that is effective for controlling different columns in a table for each processing request. Exclusive control is realized by extending the minimum unit.
[0005]
FIG. 8 is a block diagram showing a conventional data update processing method.
[0006]
A conventional data update processing method includes a processing request unit 8 that outputs request information 81 and 82, an exclusive control execution processing unit 9 that performs exclusive control, a database 101 of tables used for processing, element units, record units, The storage device 10 stores management information 102 for managing the presence or absence of an exclusive request in units of files.
[0007]
The exclusive control execution processing unit 9 has a processing request analysis phase 91 and a processing execution phase 92. The processing request analysis phase 91 manages an exclusive request for each element for each request using the database 101 and the management information 102, and the processing execution phase 92 performs an exclusive request for the element unit for each request for the management information 102. Whether or not the data update process can be executed is determined by determining the presence or absence.
[0008]
[Problems to be solved by the invention]
In the conventional data update processing method described above, protection control in data operations such as a database is in element units, record units, and file units, and is not considered between elements, elements between records, and elements between files. There are disadvantages that data protection control cannot be performed in units corresponding to each other, and that sequential processing control is required in update processing for a plurality of elements.
[0009]
Also, since protection control processing between elements must be considered for each element, it is necessary to prepare information for each element when performing data protection control between elements, elements between records, and elements between files. Management information increases, and the update time becomes longer.
[0010]
An object of the present invention is to provide a data update processing method that can change a data protection range without requiring sequence control and that can minimize the data protection range.
[0011]
[Means for Solving the Problems]
  The data update processing method of the present invention includes an input device that inputs data, a data update processing device that operates under program control, a storage device that stores information, and an output device that outputs data,
  The storage device includes an update data file, an update target data file, and a data protection information file,
  The update data file temporarily stores each request data consisting of binary or character, the update target data file stores data in a database, the data protection information file is between update target data files, Store the relationship between records and elements in advance,
  The data update processing device includes a first update pattern creation unit, a second update pattern creation unit, and a data update unit,
  The first update pattern creation unit is stored in the storage deviceIn-file element group possessed by the data protection information file based on the first update request data indicating the request types of new / change / delete included in the update data file, key elements, and various update elements Process all the elements based on the association information and the relationship information between the elements toCreate a first update pattern,
  The second update pattern creation unit is configured by taking into account a pattern processing result processed by the data update unit based on the first update pattern created by the first update pattern creation unit. The update pattern is generated and the second update pattern is output to the data update unit again.
  The data update unit includes the first update pattern created by the first update pattern creation unit, the second update pattern created by the second update pattern creation unit, and the first update request. An update instruction for the information data stored in the update target data file is output using the data and the second update request data requested from the update data file.
[0018]
When it is determined that the update is possible by re-evaluation of the update result when the update cannot be performed, the functional operation of the second update pattern creation unit is performed by the update result information output from the update target data file, On the other hand, when it becomes impossible to update the information data stored in the update target data file, the data update unit disables the update data, and the output device displays a message indicating that the update is not possible and the processing result. It is characterized by responding.
[0019]
The data update unit outputs an access level update signal for updating the access level to the data protection information file, and inputs an access level read signal for reading the access level from the data protection information file.
[0020]
  An input device that performs data input; a data update processing device that operates under program control; a storage device that stores information; and an output device that outputs data;
  The storage device includes an update data file, an update target data file, and a data protection information file,
  The update data file temporarily stores each request data consisting of binary or character, the update target data file stores data in a database, the data protection information file is between update target data files, Store the relationship between records and elements in advance,
  The data update processing device includes a first update pattern creation unit, a second update pattern creation unit, a data update unit, an update pattern division unit, and a divided data update unit,
  The first update pattern creation unit is stored in the storage deviceIn-file element group possessed by the data protection information file based on the first update request data indicating the request types of new / change / delete included in the update data file, key elements, and various update elements Process all the elements based on the association information and the relationship information between the elements toCreate a first update pattern,
  The second update pattern creation unit is configured by taking into account a pattern processing result processed by the data update unit based on the first update pattern created by the first update pattern creation unit. The update pattern is generated and the second update pattern is output to the data update unit again.
  The data update unit includes the first update pattern created by the first update pattern creation unit, the second update pattern created by the second update pattern creation unit, and the first update request. Dividing the update pattern created in the request unit of the data and the data file for update into a plurality of update units and outputting a third update pattern;
  The update pattern dividing unit divides the third update pattern into a plurality of update units and outputs a plurality of update patterns,
  The division data update unit manages the association of the plurality of update patterns divided and output by the update pattern division unit, and updates the information data stored in the update target data file by outputting an update instruction. It is characterized by.
[0021]
In addition, a recording medium in which an update program is recorded is provided, and the update program is read from the recording medium into the data update processing device and controls the operation of the data update processing device.
[0022]
The data update processing device having a computer processing function executes the first update pattern creation process, the second update pattern creation process, the update target data change process, the update pattern split process, and the split data update process. It is characterized by a recording medium on which a program for causing the program to be recorded is recorded.
[0023]
DETAILED DESCRIPTION OF THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings.
[0024]
FIG. 1 is a block diagram showing an embodiment of a data update processing system of the present invention.
[0025]
The embodiment shown in FIG. 1 includes an input device 1 such as a keyboard and a communication receiver, a data update processing device 2 that operates under program control, a storage device 3 that stores information, a display device, a printing device, and a communication device. And an output device 4 such as a transmitter.
[0026]
The storage device 3 includes an update data file 31, an update target data file 32, and a data protection information file 33. Here, the update data file 31 temporarily stores each request data including binary and characters. The update target data file 32 stores so-called databased data. The data protection information file 33 stores in advance the association between files of update target data, records, and elements. In addition, the update state of the update target data is stored in the access level unit as the element relation. Examples of access levels include a write state, a read state, and a read / write state.
[0027]
Next, the data update processing device 2 includes an update pattern creation unit 21, an update pattern creation unit 22, and a data update unit 23, and the update pattern creation unit 21 stores update data stored in the storage device 3. An update pattern 12 is created based on the update request data 11 of the request type, key element, and various update elements requested from the file 31.
[0028]
The update pattern creation unit 22 creates an update pattern taking into account the pattern processing result 13 processed by the data update unit 23 based on the update pattern 12 created by the update pattern creation unit 21, and updates the data again. The update pattern 14 is output to the unit 23.
[0029]
Further, the data update unit 23 uses the update pattern 12 created by the update pattern creation unit 21 and the update pattern 14 created by the update pattern creation unit 22, the update request data 11, and the update request data 18 to update the data file 32. Is updated by outputting an update instruction 15. If the update cannot be performed as a result, and if it is determined that the update can be performed by re-evaluating the update result, the functional operation of the update pattern creation unit 22 is performed based on the update result information 16 output from the update target data file 32. .
[0030]
On the other hand, when it becomes impossible to update the information data stored in the update target data file 32, the data update unit 23 disables the update data, and the output device 4 sends a message or process of the update impossible result 17 to the output device 4. Reply with the result.
[0031]
The data update unit 23 outputs an access level update signal 19 for updating the access level to the data protection information file 33 and inputs an access level read signal 20 for reading the access level from the data protection information file 33.
[0032]
Furthermore, it is necessary to read into the data protection information file 33 grouping information that stores relationships between files, records, and elements.
[0033]
FIG. 2 is a flowchart showing the operation of the embodiment of FIG.
[0034]
FIG. 2 shows the operation of the update pattern creation units 21 and 22 and the flow of the data update unit 23.
[0035]
FIG. 3 is a diagram for explaining a specific example of the operation of FIG.
[0036]
Next, the operation of the present embodiment will be described in more detail with reference to FIG. 1, FIG. 2, and FIG.
[0037]
In step A1, an update pattern 12 is created from the update request data 11 from the update data file 31. The update pattern 12 is created based on the in-file element grouping information of the data protection information file 33. Next, a process of creating the update pattern 12 from each request a, b, c, d of the update data file 31 will be described.
[0038]
Referring to FIG. 3, the update data file 31 includes data of requests a, b, c, and d. Request a is a new request, request b is a change, request c is a change, and request d is a delete request.
[0039]
Since the request a includes elements a, d, and e and is new, the element a belongs to the file 1 in consideration of the element grouping information in the data protection information file 33, and the file 1 is the elements a and b. , C are related, the elements a, b, c are output to the update pattern. At the same time, file 1 is output. At this time, if there are b and c in the element of request a, these are skipped. Similarly, the element d belongs to the file 2, and since the file 2 is related to the elements d and e, the elements d and e are output to the update pattern. At the same time, file 2 is output. At this time, e already exists as an element of the request a, and e is skipped. All the request elements are processed, and as a result, the fact that the elements a, b, c, d, e, and files 1 and 2 are related to the request a is output as the update pattern of the request a (FIG. 3). Step A1).
[0040]
Next, since request b includes elements a, e, f, and g and is a change, considering the in-file element grouping information of data protection information file 33, element a belongs to file 1 and file 1 Since the elements are not related in the case of a change, only the element a is output to the update pattern, assuming that the elements a, b, and c are not related. Similarly, the element e belongs to the file 2, and when the file 2 is changed, the elements are not related to each other, so that only the element e is output to the update pattern on the assumption that it is not related to the elements d and e. At the same time, the file 2 is output, and the parent element b is output.
[0041]
In addition, the element f belongs to the file 3, and when the file 3 is changed, the elements are not related to each other. Therefore, only the element f is output to the update pattern on the assumption that it is not related to the elements f and g. At the same time, the file 3 is output, and the parent element c is output.
[0042]
Similarly, the element g belongs to the file 3, and when the file 3 is changed, the elements are not related to each other, so that only the element g is output to the update pattern on the assumption that it is not related to the elements f and g. At the same time, file 3 is output, but since it has already been output, there is no change.
[0043]
All the requested elements are processed, and as a result, it is output that the elements a, b, c, e, f, g and the files 2 and 3 are related to the request b as an update pattern of the request b.
[0044]
Next, since the request c includes elements d and g and is a change, considering the in-file element grouping information of the data protection information file 33, the element d belongs to the file 2 and the file 2 is the elements d and e. Are not related, only the element d is output to the update pattern. At the same time, the file 2 is output, and the parent element b is output. Similarly, the element g belongs to the file 3, and since the file 3 is not related to the elements f and g, only the element g is output to the update pattern. At the same time, file 3 is output.
[0045]
All the request elements are processed, and as a result, it is output that the elements b, d, g and the files 2 and 3 are related to the request c as an update pattern of the request c.
[0046]
Next, since the request d is deletion, the elements a, b, and c are output unconditionally when the in-file element grouping information of the data protection information file 33 is considered. In addition, since the element b is related to the file 2, the file 2 is output. Further, since the element c is related to the file 3, the file 3 is output.
[0047]
In the case of deletion, it is output that the element a, b, c and the files 2 and 3 are related to the request d as an update pattern of the request d as a result.
[0048]
As described above, the requests a, b, c, and d for the update data file 31 exist individually, and the update pattern creation unit 21 outputs the update patterns a, b, c, and d. Note that the rewrite target data in the update target data file 32 indicates a processed state where the request a has been processed. In this state, the data protection information file 33 indicates that the request c is being processed. An example of an operation in which request b is processed while request c is being processed is shown in steps A2 and A3. As a result of the conflict, request e is created by update pattern creation unit 22, and only elements that have no conflict in steps A6 and A7. This means that rewriting is performed.
[0049]
The update data file 31 stores requests for requests a, b, c, d, etc., but the number of requests is not limited to four, a, b, c, d.
[0050]
The in-file element grouping information of the data protection information file 33 stores the following information regarding the relationship between elements.
[0051]
Regarding the relevance of the file 1 (elements a, b, and c), the elements are all related unconditionally, and the file is also related. Changes do not relate between elements, nor do files. Deletions are all related unconditionally, but files are not related.
[0052]
Regarding the relevance (elements d and e and parent element b) of the file 2, all the elements are related and the file is also related. Changes do not relate between elements, but files are related and parent elements are also related. Deletion does not relate elements, nor does it relate to files.
[0053]
Regarding the relevance (elements f, g, h, element c, and parent element c) of the file 3, all the elements are related and the file is also related. Changes do not relate between elements, but files are related and parent elements are also related. Deletion does not relate elements, nor does it relate to files.
[0054]
Now, in steps A2, A3 and C2, C3, the update pattern of request b (elements a, b, c, e, f, g, files 2, 3) and the request c being updated (elements b, d, g) , Files 2 and 3) are competing for elements b and g and files 2 and 3.
[0055]
Further, in steps C7 to C8 in step C3, it is considered whether or not competing elements can be separated one by one. The element b is a parent element of the file 2, and since the other elements a and c of the file 1 including the element a have no conflict and the elements d and e of the file 2 do not conflict, the element b and the file 2 Can be separated.
[0056]
Since the element g and the file 3 are in the newly written read / write state 42 in the request c, the element b and the file 2 are separated from the update pattern of the request b, the read / write state is further deleted, and the elements a, c, e, f The update pattern of file 3 (request e) is assumed. The rewrite state 41 at this time is elements a, b, c, d, e, f, and files 2 and 3.
[0057]
When the update request data 11 output from the update data file 31 in the storage device 3 in accordance with an instruction from the input device 1 is input to the update pattern creation unit 21, the update pattern creation unit 21 receives an update request from the update request data 11. An update pattern 12 is created based on the request type, key element, and various update elements of the data 11 (step: A1), and the created update pattern 12 is supplied to the data update unit 23 to make a data update request (step: A2).
[0058]
The data protection information file 33 in FIG. 3 indicates that the processing of request b and request c conflicts and request c is being executed. In response to the update request, the data update unit 23 collates the rewrite state 41 of the data protection information file 33 in the storage device 3 with the update pattern of the update request, and confirms whether or not there is a write conflict element (steps: C2, C3). . As a result of the collation, it can be seen that the element b is in a write conflict. In the next step C7, it is determined whether or not the update in competition is possible. The element b indicates whether or not the file 2 exists. In this case, the update is not required (step: C7), and the data in the storage device 3 is stored. The read / write state 42 of the protection information file 33 and the update pattern of the update request are collated, and the data protection information is updated and collated (steps C4 and C5). As a result of step C5, a read / write conflict element is determined in step C6, and it is found that the element g is in read / write conflict and cannot be updated (steps: C10 and A3).
[0059]
When the update becomes impossible, the element g is analyzed to determine re-requestable competition (step A4), and an update pattern is created from the update data and the rewrite target data. For example, if it is determined that the data being rewritten of the request c is adopted, the element g need not be updated, and a new request e is created as shown in FIG. 3 (step: A5). The update pattern created again is provided to the data update unit 23 again, and a data update request is made (step: A6). The update ends, the update result is given to the output device 4 (step: A9), and the process ends.
[0060]
FIG. 4 is a block diagram showing a second embodiment of the data update processing system of the present invention.
[0061]
4 that correspond to the components shown in FIG. 1 are denoted by the same reference numerals or symbols, and the description thereof is omitted.
[0062]
Referring to FIG. 4, the data update processing device 5 is different in that it has an update pattern dividing unit 24 and a divided data updating unit 25 in addition to the configuration of the data update processing device 2 shown in FIG. 1. The update pattern division unit 24 processes the update patterns 12 and 14 created by the update pattern creation unit 21 and the update pattern creation unit 22 by the data update unit 23 and uses the update pattern 26 that is output. The update pattern 26 created in the request unit of the data file 31 is divided into a plurality of update units. The divided data update unit 25 manages and updates the association of a plurality of update patterns 27 divided by the update pattern division unit 24.
[0063]
FIG. 5 is a flowchart showing the operation of the embodiment of FIG.
[0064]
FIG. 5 shows the operation of the update pattern creation units 21 and 22 and the flow of the data update unit 23.
[0065]
FIG. 6 is a diagram for explaining a specific example of the operation of FIG.
[0066]
Next, the operation of the second embodiment will be described in more detail with reference to FIG. 4, FIG. 5, and FIG.
[0067]
In step A1, an update pattern 12 is created from the update request data 11 from the update data file 31. The update pattern 12 is created based on the grouping information in the data protection information file 33. Next, the process of creating the update pattern 12 from the requests a, b, c, d of the update data file 31 will be described.
[0068]
Referring to FIG. 6, the update data file 31 includes data of requests a, b, c, and d. Request a is a new request, request b is a change, request c is a change, and request d is a delete request.
[0069]
Since the request a includes elements a, d, and e and is new, the element a belongs to the file 1 in consideration of the element grouping information in the data protection information file 33, and the file 1 is the elements a and b. , C are related, the elements a, b, c are output to the update pattern. At the same time, file 1 is output. At this time, if there are b and c in the element of request a, these are skipped. Similarly, the element d belongs to the file 2, and since the file 2 is related to the elements d and e, the elements d and e are output to the update pattern. At the same time, file 2 is output. At this time, e already exists as an element of the request a, and e is skipped. All the request elements are processed, and as a result, it is output that the elements a, b, c, d, e and the files 1 and 2 are related to the request a as an update pattern of the request a.
[0070]
Next, since request b includes elements a, e, and f and is a change, considering the in-file element grouping information of data protection information file 33, element a belongs to file 1, and file 1 is element a. , B, and c are not related, only the element a is output to the update pattern. Similarly, element e belongs to file 2, and since file 2 is not related to elements d and e, only element e is output to the update pattern. At the same time, the file 2 is output, and the parent element b is output.
[0071]
Also, since the element f belongs to the file 3 and the file 3 is not related to the elements f and g, only the element f is output to the update pattern. At the same time, the file 3 is output, and the parent element c is output.
[0072]
All the request elements are processed, and as a result, the fact that the elements a, b, c, e, f and the files 2 and 3 are related to the request b as an update pattern of the request b is output.
[0073]
Next, since the request c includes elements d and e and is a change, considering the element grouping information in the file of the data protection information file 33, the element d belongs to the file 2 and the file 2 is the elements d and e. Are not related, only the element d is output to the update pattern. At the same time, the file 2 is output, and the parent element b is output. Similarly, element e belongs to file 2, and since file 2 is not related to elements d and e, only element e is output to the update pattern. At the same time, file 2 is output, but since it has already been output, it remains as it is.
[0074]
All the request elements are processed, and as a result, the fact that the elements b, d, e, and the file 2 are related to the request c as an update pattern of the request c is output.
[0075]
Next, since the request d is deletion, the elements a, b, and c are output unconditionally when the in-file element grouping information of the data protection information file 33 is considered. In addition, since the element b is related to the file 2, the file 2 is output. Further, since the element c is related to the file 3, the file 3 is output.
[0076]
In the case of deletion, it is output that the elements a, b, c and files 2 and 3 are related to the request d as an update pattern of the request d.
[0077]
As described above, the requests a, b, c, and d for the update data file 31 exist individually, and the update pattern creation unit 21 outputs the update patterns a, b, c, and d.
[0078]
The update data file 31 stores requests for requests a, b, c, d, and the like. The number of requests is not limited to four, a, b, c, and d.
[0079]
The following information is stored in the in-file element grouping information of the data protection information file 33.
[0080]
Regarding the relevance of the file 1 (elements a, b, and c), the elements are all related unconditionally, and the file is also related. Changes do not relate between elements, nor do files. Deletions are all related unconditionally, but files are not related.
[0081]
Regarding the relevance (elements d and e and parent element b) of the file 2, all the elements are related and the file is also related. Changes do not relate between elements, but files are related and parent elements are also related. Deletion does not relate elements, nor does it relate to files.
[0082]
Regarding the relevance (elements f, g, h, element c, and parent element c) of the file 3, all the elements are related and the file is also related. Changes do not relate between elements, but files are related and parent elements are also related. Deletion does not relate elements, nor does it relate to files.
[0083]
In steps A2, A3 and C2, C3, the update pattern of request b (requests a, b, c, e, f, files 2, 3) and the request c being updated (elements b, d, e, file 2, According to 3), the elements b and e and the files 2 and 3 are in conflict.
[0084]
Further, in steps C7 to C10 and steps A5 to B3 in step C3, it is considered whether or not competing elements can be separated one by one. The element b is a parent element of the file 2, and since the other elements a and c of the file 1 including the element a have no conflict and the elements d and e of the file 2 do not conflict, the element b and the file 2 Can be separated.
[0085]
Since element e is a single element, it cannot be separated any further. The element b and the file 2 are separated from the request b, and the update patterns (request e) of the elements a, c, e, f, and the file 3 are set. However, since element e competes, element e is separated, and element a, c, f (request f), element e, and file 2 (request g) can be written in order.
[0086]
The operations of the update pattern creation unit 21, the update pattern creation unit 22, and the data update unit 23 shown in step A1 to step A7, step A8, and step A9 in FIG. 5 are the same as the operations in the first embodiment. The description is omitted. In the first embodiment, even if an element of independence exists in the request, it cannot be updated. In the second embodiment, in such a case, the update pattern dividing unit 24 divides the update pattern 26 (step B1 in FIG. 5). That is, in the specific example described above, since the update pattern request e (step B1 in FIG. 6) is being updated, the element e is divided into requests for the file 2 and the file 3, and the element e, the element a, and the element c, divided into groups of elements f. The divided data update unit 25 divides and updates the update target data file 32 using the divided plural update patterns 27 as request units (step B2 in FIG. 5), and displays the update possibility on the output device 4 as a result (in FIG. 5). Step A9).
[0087]
As described above, in the first and second embodiments, when update processing with the obtained update pattern becomes abnormal, execution by pattern division is described again, but the corresponding update pattern is subdivided. By requesting, the restriction of data protection time is shortened.
[0088]
FIG. 7 is a block diagram showing a third embodiment of the data update processing system of the present invention.
[0089]
In FIG. 7, components corresponding to those shown in FIG. 1 or FIG. 4 are given the same reference numerals or symbols, and description thereof is omitted.
[0090]
Referring to FIG. 7, the recording medium 6 on which the update program 30 is recorded is provided. This recording medium 6 may be a magnetic disk, a semiconductor memory or other recording medium.
[0091]
The update program 30 is read from the recording medium 6 to the data update processing device 7 and controls the operation of the data update processing device 7. The data update processing device 7 executes the following processing under the control of the update program 30, that is, the same processing as the processing performed by the data update processing devices 2 and 5 in the first and second embodiments.
[0092]
As described above, the data update processing device 2 creates an update pattern from the input update data, unifies the data protection level request notation, and changes the data. More specifically, an update pattern creation unit 21 that obtains a necessary relationship from input update data in the storage device 3 and a data update unit 23 that changes update target data from the obtained update pattern 12 are provided.
[0093]
Further, the data update processing device 5 takes into account the data protection information stored in the storage device 3 in addition to the input update data when the change in the update pattern obtained from the input update data fails. Create an update pattern and unify the protection level requirement notation before changing the data. When the data update unit 23 fails to update, it has an update pattern division unit 24 and a division update unit 25 that divide the update pattern from the update result. More specifically, the update pattern creation unit 22 that obtains the relationship between the update data in the storage device 3 and the data protection information in the storage device 3 to be updated, and the update target data is changed from the obtained update pattern. And a data updating unit 23 for In other words, when the update with the update pattern that takes into account the input update data and the data protection information of the storage device 3 fails, the update pattern is further divided into the update target data and the like, and the update pattern is divided. Changes will be implemented with multiple update patterns.
[0094]
【The invention's effect】
As described above, the data update processing method of the present invention performs update by subdividing the request unit according to the protection conditions during processing of the various request units, so that the data protection range is independent of the size of the request. Since it can be variably unified and the data protection range can be minimized, the update time can be shortened and the response waiting speed can be improved.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an embodiment of a data update processing system of the present invention.
FIG. 2 is a flowchart showing the operation of the embodiment of FIG.
FIG. 3 is a diagram for explaining a specific example of the operation of FIG. 1;
FIG. 4 is a block diagram showing a second embodiment of the data update processing method of the present invention.
FIG. 5 is a flowchart showing the operation of the embodiment of FIG.
6 is a diagram for explaining a specific example of the operation of FIG. 3;
FIG. 7 is a block diagram showing a third embodiment of the data update processing system of the present invention.
FIG. 8 is a block diagram showing a conventional data update processing method.
[Explanation of symbols]
1 Input device
2,5,7 Data update processing device
3,10 storage device
4 Output device
6 Recording media
8 Processing request section
9 Exclusive control execution processing part
11 Update request data
12 Update pattern
13 Pattern processing results
14 Update pattern
15 Update instructions
16 Update result information
17 Results that cannot be updated
18 Update request data
19 Access level update signal
20 Access level read signal
21 Update pattern creation unit
22 Update pattern creation unit
23 Data update part
24 Update pattern division unit
25 Division data update part
26 Update pattern
27 Multiple update patterns
30 update program
31 Data file for update
32 Update target data file
33 Data protection information file
41 Rewrite state
42 Read / write status
81 Request information
82 Request information
91 Processing requirement analysis phase
92 Process execution phase
101 database
102 Management information

Claims (6)

データ入力を行う入力装置と、プログラム制御により動作するデータ更新処理装置と、情報を記憶する記憶装置と、データを出力する出力装置とを備え、
前記記憶装置は、更新用データファイルと、更新対象データファイルと、データ保護情報ファイルとを有し、
前記更新用データファイルはバイナリやキャラクタからなる各々の要求データを一時的に記憶し、前記更新対象データファイルはデータベース化されたデータを記憶し、前記データ保護情報ファイルは更新対象データのファイル間、レコード間、要素間の関連性を予め記憶し、
前記データ更新処理装置は、第1の更新パターン作成部と、第2の更新パターン作成部と、データ更新部とを有し、
前記第1の更新パターン作成部は、前記記憶装置に記憶された前記更新用データファイルが含む新規・変更・削除の要求種別、キー要素、各種更新要素の各々の要求を示す第1の更新要求データをもとに、前記データ保護情報ファイルが有するファイル内要素グループ化情報並びに要素間の関連性情報にもとづきすべての要素を処理して前記各々の要求に対し第1の更新パターンを作成し、
前記第2の更新パターン作成部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンをもとに前記データ更新部にて処理されたパターン処理結果も加味して第2の更新パターンの作成を行い、再度前記データ更新部に前記第2の更新パターンを出力し、
前記データ更新部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンおよび前記第2の更新パターン作成部で作成された前記第2の更新パターンと前記第1の更新要求データおよび前記更新用データファイルから要求された第2の更新要求データにて、前記更新対象データファイルに記憶された情報データの更新指示を出力することを特徴とするデータ更新処理方式。
An input device that performs data input, a data update processing device that operates under program control, a storage device that stores information, and an output device that outputs data;
The storage device includes an update data file, an update target data file, and a data protection information file,
The update data file temporarily stores each request data consisting of binary or character, the update target data file stores data in a database, the data protection information file is between update target data files, Store the relationship between records and elements in advance,
The data update processing device includes a first update pattern creation unit, a second update pattern creation unit, and a data update unit,
The first update pattern creation unit includes a first update request indicating a request for each of new / change / delete request types, key elements, and various update elements included in the update data file stored in the storage device. Based on the data, process all elements based on the element grouping information in the data protection information file and the relevance information between the elements to create a first update pattern for each request ,
The second update pattern creation unit is configured by taking into account a pattern processing result processed by the data update unit based on the first update pattern created by the first update pattern creation unit. The update pattern is generated, and the second update pattern is output to the data update unit again.
The data update unit includes the first update pattern created by the first update pattern creation unit, the second update pattern created by the second update pattern creation unit, and the first update request. A data update processing method, wherein an update instruction for information data stored in the update target data file is output using data and second update request data requested from the update data file.
更新ができなかった場合に、更新結果の再評価により更新が可能と判断した場合、前記更新対象データファイルから出力される更新結果情報により前記第2の更新パターン作成部の機能動作を実施し、一方、前記更新対象データファイルに記憶された情報データの更新が不可能になった場合には、前記データ更新部はその更新データを更新不可とし、前記出力装置に更新不可結果のメッセージや処理結果を応答することを特徴とする請求項1記載のデータ更新処理方式。When it is determined that the update is possible by re-evaluation of the update result when the update cannot be performed, the functional operation of the second update pattern creation unit is performed by the update result information output from the update target data file, On the other hand, when it becomes impossible to update the information data stored in the update target data file, the data update unit disables the update data, and the output device displays a message indicating that the update is not possible and the processing result. The data update processing method according to claim 1, wherein: 前記データ更新部から前記データ保護情報ファイルにアクセスレベル更新のためのアクセスレベル更新信号を出力し、前記データ保護情報ファイルからアクセスレベルを読み込むためのアクセスレベル読込信号を入力することを特徴とする請求項1又は請求項2記載のデータ更新処理方式。 Claims wherein the data updating unit to the data protection information file to output the access level update signal for the access level updates, and wherein the inputting an access level read signal for reading the access level from the data protection information file The data update processing method according to claim 1 or 2 . データ入力を行う入力装置と、プログラム制御により動作するデータ更新処理装置と、情報を記憶する記憶装置と、データを出力する出力装置とを備え、
前記記憶装置は、更新用データファイルと、更新対象データファイルと、データ保護情報ファイルとを有し、
前記更新用データファイルはバイナリやキャラクタからなる各々の要求データを一時的に記憶し、前記更新対象データファイルはデータベース化されたデータを記憶し、前記データ保護情報ファイルは更新対象データのファイル間、レコード間、要素間の関連性を予め記憶し、
前記データ更新処理装置は、第1の更新パターン作成部と、第2の更新パターン作成部と、データ更新部と、更新パターン分割部と、分割データ更新部とを有し、
前記第1の更新パターン作成部は、前記記憶装置に記憶された前記更新用データファイルが含む新規・変更・削除の要求種別、キー要素、各種更新要素の各々の要求を示す第1の更新要求データをもとに、前記データ保護情報ファイルが有するファイル内要素グループ化情報並びに要素間の関連性情報にもとづきすべての要素を処理して前記各々の要求に対し第1の更新パターンを作成し、
前記第2の更新パターン作成部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンをもとに前記データ更新部にて処理されたパターン処理結果も加味して第2の更新パターンの作成を行い、再度前記データ更新部に前記第2の更新パターンを出力し、
前記データ更新部は、前記第1の更新パターン作成部で作成された前記第1の更新パターンおよび前記第2の更新パターン作成部で作成された前記第2の更新パターンと前記第1の更新要求データおよび前記更新用データファイルの要求単位に作成された更新パターンを複数の更新単位に分割して第3の更新パターンを出力し、
前記更新パターン分割部は、前記第3の更新パターンを複数の更新単位に分割して複数更新パターンを出力し、
前記分割データ更新部は、前記更新パターン分割部で分割し出力された前記複数更新パターンの関連等を管理し前記更新対象データファイルに記憶された情報データの更新指示を出力することにより更新させることを特徴とするデータ更新処理方式。
An input device that performs data input, a data update processing device that operates under program control, a storage device that stores information, and an output device that outputs data;
The storage device includes an update data file, an update target data file, and a data protection information file,
The update data file temporarily stores each request data consisting of binary or character, the update target data file stores data in a database, the data protection information file is between update target data files, Store the relationship between records and elements in advance,
The data update processing device includes a first update pattern creation unit, a second update pattern creation unit, a data update unit, an update pattern division unit, and a divided data update unit,
The first update pattern creation unit includes a first update request indicating a request for each of new / change / delete request types, key elements, and various update elements included in the update data file stored in the storage device. Based on the data, process all elements based on the element grouping information in the data protection information file and the relevance information between the elements to create a first update pattern for each request ,
The second update pattern creation unit is configured by taking into account a pattern processing result processed by the data update unit based on the first update pattern created by the first update pattern creation unit. The update pattern is generated, and the second update pattern is output to the data update unit again.
The data update unit includes the first update pattern created by the first update pattern creation unit, the second update pattern created by the second update pattern creation unit, and the first update request. Dividing the update pattern created in the request unit of the data and the data file for update into a plurality of update units and outputting a third update pattern;
The update pattern dividing unit divides the third update pattern into a plurality of update units and outputs a plurality of update patterns,
The division data update unit manages the association of the plurality of update patterns divided and output by the update pattern division unit, and updates the information data stored in the update target data file by outputting an update instruction. A data update processing method characterized by
請求項1又は請求項4記載のデータ更新処理方式が、更新プログラムを記録した記録媒体を備え、前記更新プログラムは前記記録媒体から前記データ更新処理装置に読み込まれ、前記データ更新処理装置の動作を制御することを特徴とするデータ更新処理方式。The data update processing method according to claim 1 or 4 comprises a recording medium on which an update program is recorded, and the update program is read from the recording medium into the data update processing apparatus, and the operation of the data update processing apparatus is controlled. A data update processing method characterized by controlling. 請求項1又は請求項4記載のコンピュータ処理機能を有するデータ更新処理装置に、前記第1の更新パターン作成処理、前記第2の更新パターン作成処理、前記更新対象データ変更処理、前記更新パターン分割処理、前記分割データ更新処理を実行させるためのプログラムを記録した記録媒体。5. The data update processing apparatus having a computer processing function according to claim 1 or 4 , wherein the first update pattern creation process, the second update pattern creation process, the update target data change process, and the update pattern division process. A recording medium on which a program for executing the divided data update process is recorded.
JP2000049127A 2000-02-25 2000-02-25 Data update processing method Expired - Fee Related JP3698945B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000049127A JP3698945B2 (en) 2000-02-25 2000-02-25 Data update processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000049127A JP3698945B2 (en) 2000-02-25 2000-02-25 Data update processing method

Publications (2)

Publication Number Publication Date
JP2001243104A JP2001243104A (en) 2001-09-07
JP3698945B2 true JP3698945B2 (en) 2005-09-21

Family

ID=18571110

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000049127A Expired - Fee Related JP3698945B2 (en) 2000-02-25 2000-02-25 Data update processing method

Country Status (1)

Country Link
JP (1) JP3698945B2 (en)

Also Published As

Publication number Publication date
JP2001243104A (en) 2001-09-07

Similar Documents

Publication Publication Date Title
CA1316262C (en) Version management tool
CN101268439B (en) Database fragment cloning and management
KR20020080458A (en) A method for repartitioning physical sectors of a storage system with use of virtual disc drives, a data processing apparatus and a data storage apparatus
US7797290B2 (en) Database reorganization program and method
JP3698945B2 (en) Data update processing method
JP4390618B2 (en) Database reorganization program, database reorganization method, and database reorganization apparatus
JPH1091405A (en) Software maintenance method
JP3546962B2 (en) Installation device, installation method, and medium recording installation program
JPWO2004090726A1 (en) Database replication program and database replication apparatus
JPH1165634A (en) Nc program management system and record medium used for the same
JPH02151944A (en) Data processor
JPH05324734A (en) Electronic filing device
JPH0778121A (en) Method for managing data in distributing processing system
JP2641399B2 (en) File management device
JPH0273436A (en) File control system
JPH0334017A (en) Automatic product installing system
JPH04336638A (en) Disk exchange system in system working mode
JPH0336640A (en) Control system for record storing space
JPH10232808A (en) Cd-r/rw data filing system
JPH09185542A (en) Object management method
JPH0573378A (en) Data base record layout conversion system
JPH1139204A (en) Method for updating data file
JPH05204974A (en) Updated record control system
JPH0793199A (en) Storage system
JPH0916445A (en) Ledger file access method and banking system applied with the same

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040914

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041109

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050322

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050621

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050706

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090715

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100715

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110715

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110715

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120715

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120715

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130715

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees