JPS6022783B2 - Peer duplicate data control method - Google Patents

Peer duplicate data control method

Info

Publication number
JPS6022783B2
JPS6022783B2 JP53057787A JP5778778A JPS6022783B2 JP S6022783 B2 JPS6022783 B2 JP S6022783B2 JP 53057787 A JP53057787 A JP 53057787A JP 5778778 A JP5778778 A JP 5778778A JP S6022783 B2 JPS6022783 B2 JP S6022783B2
Authority
JP
Japan
Prior art keywords
logical time
computer
logical
computers
management device
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
Application number
JP53057787A
Other languages
Japanese (ja)
Other versions
JPS54148453A (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 Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP53057787A priority Critical patent/JPS6022783B2/en
Publication of JPS54148453A publication Critical patent/JPS54148453A/en
Publication of JPS6022783B2 publication Critical patent/JPS6022783B2/en
Expired legal-status Critical Current

Links

Description

【発明の詳細な説明】 本発明は分散型データベースシステムにおける重複デー
タの効率よい制御方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an efficient control method for duplicate data in a distributed database system.

今日、情報処理技術の発展に伴ない、分散型データベー
スシステムが議論されている。
Today, with the development of information processing technology, distributed database systems are being discussed.

この中の1つに重複データの制御方式がある。重複デー
タとは物理的に異なるコンビュー外こよりそれぞれ管理
されるデータであるが、その内容が等しいデータを言う
One of these is a control method for duplicate data. Duplicate data refers to data that is managed by physically different external parties, but whose contents are the same.

重複データ制御方式の基本は、1つのデータの同一性を
維持することである。同一性の維持における問題点は、
重複データを管理する各コンピュータが独立かつ並列に
処理を行なっており、これらのコンピュータが管理する
重複データの内容をいかに同一に保つかである。
The basis of the duplicate data control method is to maintain the identity of one piece of data. The problem with maintaining identity is that
Each computer that manages duplicate data performs processing independently and in parallel, and the challenge is how to keep the content of the duplicate data managed by these computers the same.

説明を簡単にするため、同一性が崩壊する例を第1図に
使用して説明する。第1図において重複データを有する
コンピュータ1およびコンピュータ2がある。
To simplify the explanation, an example in which identity collapses will be explained using FIG. 1. In FIG. 1, there are a computer 1 and a computer 2 that have duplicate data.

また重複データの1つにレコードRがある。いまコンピ
ュータ1においてレコードRの内容をaとする更新要求
が、またコンピュータ2においてレコードRの内容をb
とするデータ更新要求が発生したとする。各コンビュー
外まこれらの更新要求を実行する。この時点ではコンピ
ュータ1におけるレコードRはaであり、コンピュータ
2におけるレコードRはbであり、各コンピュータはこ
れらの更新要求を他のコンピュータに通知する。各コン
ピュータはある時間遅れを伴なつたこれらの通知を受信
し、重複データを更新する。すなわちコンピュータ1で
はしコードRをbに、コンピュータ2ではしコードRを
aに更新する。第1図の例では同様の更新を行なった場
合にも、各コンピュータが管理する重複データの内容が
容易に崩壊する。これは更新の順番が各コンピュータに
より異なるためである。同一性を維持する方式として従
来多数決方式等が提案されているが、更新可を決定する
までの時間が長すぎ実用化しがたい。
Also, record R is one of the duplicate data. Now, computer 1 issues an update request that sets the contents of record R to a, and computer 2 sends an update request that sets the contents of record R to b.
Assume that a data update request occurs. Execute these update requests outside of each view. At this point, record R in computer 1 is a, record R in computer 2 is b, and each computer notifies the other computers of these update requests. Each computer receives these notifications with some time delay and updates the duplicate data. That is, the computer 1 updates the code R to b, and the computer 2 updates the code R to a. In the example of FIG. 1, even if a similar update is performed, the contents of duplicate data managed by each computer will easily collapse. This is because the update order differs depending on each computer. Conventionally, a majority voting method has been proposed as a method for maintaining identity, but it is difficult to put it into practical use because it takes too long to decide whether to update.

本発明の目的は、短時間に更新可を決定可能な重複デー
タの制御方式を提供することである。
An object of the present invention is to provide a control method for duplicate data that can determine update permission in a short time.

まず本発明の原理について説明する。あるタイミングで
更新を行なうデータ群が各コンピュータにおいて同じデ
ータ群であれば、同一性は容易に維持できる。
First, the principle of the present invention will be explained. If the data group updated at a certain timing is the same data group on each computer, identity can be easily maintained.

本発明ではこのタイミングに論理時刻の概念を導入する
。論理時刻とは各コンピュータにおいて物理的には同一
でないが論理的に同期のとられた論理的な時刻である。
以下に論理時刻を進める方式について説明する。あるコ
ンピュータは、他のコンピュータの論理時刻が全て当コ
ンピュータの論理時刻以上の論理時刻となったことを確
認後、当コンピュータの論理時刻を1つ進め、かつ他の
コンピュータに対して論理時刻の変更通知を行なう。
The present invention introduces the concept of logical time to this timing. Logical time is a logical time that is not physically the same in each computer but is logically synchronized.
The method for advancing the logical time will be explained below. After confirming that all of the other computers' logical times are greater than or equal to the computer's logical time, a computer advances the computer's logical time by one and changes the logical time to the other computers. Give notice.

この方式では他のコンピュータの論理時刻は当コンピュ
ータの論理時刻と比べ、1つ前か、等しいかまたは1つ
後の論理時刻となる。
In this method, the logical time of another computer is one logical time earlier than, equal to, or one logical time later than the logical time of the computer.

本発明の第1の実施例は各コンピュータにおける論理時
刻を進める方式を規定したもので、他のコンピュータか
ら供給される論理時刻の変更通知を記憶する機能と、他
の全てのコンピュータの論理時刻が当コンピュータの論
理時刻以上になったことを確認した時、当コンピュータ
の論理時刻を1つ進ませる機能と、論理時刻を変更した
時、他のコンピュータに対し論理時刻の変更通知を通知
する機能とを特徴とした方式である。
The first embodiment of the present invention defines a method for advancing the logical time in each computer, and includes a function to store logical time change notifications supplied from other computers, and a function to advance the logical time of all other computers. A function to advance the logical time of this computer by one when it is confirmed that the time has exceeded the logical time of this computer, and a function to notify other computers of the logical time change notification when the logical time is changed. This method is characterized by the following.

すなわち、各コンピュータは互に他のコンピュータの論
理時刻と同期をとりながら論理時刻を進める。
That is, each computer advances its logical time while synchronizing with the logical time of other computers.

次に本発明におけるデータの流れを第2図を使用して説
明する。
Next, the flow of data in the present invention will be explained using FIG. 2.

あるコンピュータ(以後Aとする)においてAの論理時
刻がkの時に更新要求が発生したとする。Aは他のコン
ピュータ(以後B〜Bnとし、単にBと書く。)に更新
要求が発生したことを通知する。この事象をaとする。
BはBの論理時刻がk十Nになるまで更新要求を記憶し
、Bの論理時刻がk十Nになった時点で更新要求を実行
する。この事象をbとする。本発明の第1の実施例から
事象aは事象bより前に終了することが証明できる。
Assume that an update request occurs in a certain computer (hereinafter referred to as A) when the logical time of A is k. A notifies other computers (hereinafter referred to as B to Bn, simply written as B) that an update request has occurred. Let this event be a.
B stores the update request until B's logical time reaches k+N, and executes the update request when B's logical time reaches k+N. Let this event be b. From the first embodiment of the invention, it can be proven that event a ends before event b.

以上の手順により更新要求を実行すれば、各コンピュー
タはある論理時刻で実行する更新要求が同一なものとな
り、各コンピュータにおいて更新の順番を同じにするこ
とが可能である。
If update requests are executed according to the above procedure, each computer will execute the same update request at a certain logical time, and it is possible to make the update order the same in each computer.

本発明の第2の実施例は、各コンピュータからそのコン
ピュータの論理時刻kに発生した更新要求を、当コンピ
ュータにおいて、当コンピュータの論理時刻k+Nまで
記憶し、論理時刻がk+Nになった時点で更新を実行す
る機能について示したものであり、第1の実施例に加え
て、N論理時刻前から現在までの更新要求をスタックす
るバッファと、該バッファにスタツクする機能と論理時
刻変更時において該バッファの更新要求の内N論理時刻
前に出された更新要求のみ実行する機能とを有すること
を特徴とした方式である。
In the second embodiment of the present invention, an update request generated from each computer at the logical time k of that computer is stored in the computer until the logical time k+N of the computer, and updated when the logical time reaches k+N. In addition to the first embodiment, it includes a buffer that stacks update requests from N logical times ago to the present, a function to stack update requests in the buffer, and a function to stack update requests from N logical times ago to the present, and a function to stack update requests in the buffer when changing the logical time. This method is characterized by having a function of executing only the update request issued N logical times ago among the update requests.

なおN‘ま2以上の整数であり小さいほど目的達成の効
率がよい。本発明の第3の実施例は、無駄なネットワー
ク10を防止するためのそのであり、第2の実施例に加
えて該バッファ中の更新要求がない時論理時刻の更新を
防止することを特徴とした方式である。
Note that N' is an integer greater than or equal to 2, and the smaller the number, the more efficient the objective achievement is. The third embodiment of the present invention is for preventing unnecessary network 10, and in addition to the second embodiment, it is characterized by preventing updating of the logical time when there is no update request in the buffer. This is the method.

本発明の詳細を第3図のブロック図を用いて説明する。The details of the present invention will be explained using the block diagram of FIG.

まず第1の実施例について説明する。第3図において、
テーブル管理装置1は端子2を通して他コンピュータの
論理時刻の変更通知を供給され、論理時刻テーブル3の
内容を変更し、論理時刻管理装置4を起動する。談論理
時刻テーブル3は、各コンピュータの論理時刻を記憶す
るテーブルで、コンピュータの数と同数のカウンタ3・
1〜3・nから構成される。該論理時刻管理装置4は、
該論理時刻テーブルの内容をチェックし、他の全てのコ
ンピュータの論理時刻が当コンピュータの論理時刻以上
に進んだことが確認できた時点で、当コンピュータの論
理時刻を1つ進める。また論理時刻の変更通知を他コン
ピュータに対し端子5を通知する。第1の実施例により
特権コンピュータなしに、各コンピュータの論理時刻が
論理的に同期が取られるようになり、さらに特権コンピ
ュータを設定せずにすむため信頼性の高いシステムが実
現可能となった。
First, a first example will be described. In Figure 3,
The table management device 1 is supplied with a change notification of the logical time of another computer through the terminal 2, changes the contents of the logical time table 3, and starts the logical time management device 4. The logical time table 3 is a table that stores the logical time of each computer, and has the same number of counters 3 as the number of computers.
Consists of 1 to 3·n. The logical time management device 4 is
The contents of the logical time table are checked, and when it is confirmed that the logical times of all other computers have advanced beyond the logical time of the computer, the logical time of the computer is advanced by one. It also notifies other computers of the logical time change through the terminal 5. According to the first embodiment, the logical times of each computer can be logically synchronized without the need for a privileged computer, and furthermore, since there is no need to set up a privileged computer, a highly reliable system can be realized.

第2の実施例は第1の実施例に加えて以下の機能がある
The second embodiment has the following functions in addition to the first embodiment.

該論理時刻管理装置4は論理時刻変更時にデータ更新装
置6を起動する。コマンド管理装置7は端子8を通して
、重複データに対する全ての更新要求を供給され、その
論理時刻と共にバツフア9に記録する。該データ更新装
置6は談論理時刻管理装置4より起動され、該バッファ
9に蓄えられた更新要求の中から当コンピュータの論理
時刻マイナスNの論理時刻に出された更新要求を実行す
る。第2の実施例により各論理時刻に更新されるデータ
群が独立している各コンピュータにおいて同一のデータ
群となる。
The logical time management device 4 activates the data update device 6 when changing the logical time. The command management device 7 is supplied with all update requests for duplicate data through a terminal 8 and records them in a buffer 9 together with their logical time. The data update device 6 is activated by the logical time management device 4 and executes the update request issued at the logical time of the computer minus N from among the update requests stored in the buffer 9. According to the second embodiment, the data group updated at each logical time becomes the same data group in each independent computer.

第3の実施例は第2の実施例に加えて以下の機能がある
The third embodiment has the following functions in addition to the second embodiment.

談論理時刻管理装置4は論理時刻変更時に該バッファ9
を参照し、バッファ内に更新要求がない時論理時刻の変
更を中止する。第3の実施例により必要のない時の論理
時刻の進行を防止しネットワーク10が減少できる。
The logical time management device 4 uses the buffer 9 when changing the logical time.
Refer to , and stop changing the logical time when there is no update request in the buffer. The third embodiment prevents the logical time from advancing when unnecessary, and reduces the number of networks 10.

次に論理時刻管理装置4の詳細を第3図を用いて説明す
る。論理時刻管理装置4はスイッチ回路41、比較回路
42および変更決定回路43から構成される。スイッチ
回路41は該論理時刻テーブル3の各カウンタ311〜
3・nの値を次々と比較回路42に供給する。該比較回
路42はスイッチ回路4から供給された値と当コンピュ
ータの論理時刻と比較し、他の全てのコンピュータの論
理時刻が当コンピュータの論理時刻以上(同一を含む)
であった場合変更決定回路43を起動する。変更決定回
路43は、バッファ9の内容をチェックし更新要求が1
つでもあれば論理時刻の進行を決定し、当コンピュータ
の論理時刻を1つ進めるべく、データ更新装置6を起動
する。また他コンピュータに対し論理時刻の変更通知を
端子5を通して通知する。
Next, details of the logical time management device 4 will be explained using FIG. 3. The logical time management device 4 includes a switch circuit 41, a comparison circuit 42, and a change determination circuit 43. The switch circuit 41 connects the counters 311 to 311 of the logical time table 3.
The values of 3·n are successively supplied to the comparator circuit 42. The comparison circuit 42 compares the value supplied from the switch circuit 4 with the logical time of this computer, and determines whether the logical times of all other computers are greater than or equal to (including the same) the logical time of this computer.
If so, the change determination circuit 43 is activated. The change determination circuit 43 checks the contents of the buffer 9 and determines if the update request is 1.
If there is, it determines the advance of the logical time and activates the data update device 6 to advance the logical time of the computer by one. It also notifies other computers of changes in logical time through terminal 5.

次にデータ更新装置6の詳細を第3図を用いて説明する
Next, details of the data updating device 6 will be explained using FIG. 3.

データ更新装置6は減算器61、カウンタ62、一致回
路63およびゲート回路64から構成される。
The data update device 6 includes a subtracter 61, a counter 62, a coincidence circuit 63, and a gate circuit 64.

減算器42は論理時刻管理装置4から起動され、当コン
ピュータの論理時刻の値からNを引き、その結果をカウ
ン夕62にセットする。一致回路63はバッファ9中の
論理時刻とカウンタ62との値をチェックし、一致した
時ゲート回路64に一致したことを通知する。ゲート回
路64は一致回路63の通知にしたがい当コンピュータ
に更新要求の内容を通知する。本発明によれば、独立か
つ並列に処理を行なう各コンビュー外こおいて、各論理
時刻に更新を行なうデータ群が同一のデータ群となる。
The subtracter 42 is activated by the logical time management device 4, subtracts N from the logical time value of the computer, and sets the result in the counter 62. The matching circuit 63 checks the logical time in the buffer 9 and the value of the counter 62, and when they match, notifies the gate circuit 64 that there is a match. The gate circuit 64 notifies the computer of the contents of the update request in accordance with the notification from the coincidence circuit 63. According to the present invention, the data group updated at each logical time becomes the same data group in each out-of-conview unit that is processed independently and in parallel.

これにより一貫性の維持がスタンドアロンと同様に処理
することが可能となる。なお実施例において説明を簡単
にするため、コンピュータとは独立な装置として説明し
たが、本発明による装置をコンピュータ内に内蔵するこ
とも、またソフトウェアで実現することも可能であり、
これらが本発明の請求範囲を規定するものではない。
This allows consistency maintenance to be handled in the same way as standalone. In the embodiments, in order to simplify the explanation, the device is described as being independent of a computer, but the device according to the present invention can be built into a computer, or can be realized by software.
They do not define the scope of the invention.

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

第1図は同一性が崩壊する例を示した説明図、第2図は
本発明におけるデータの流れを示した説明図、第3図は
本発明の実施例を示すブロック図である。 図において、1はテーブル管理装置、2は入力端子、3
は論理時刻テーブル、4は論理時刻管理装置、5は出力
端子、6はデータ更新装置、7はコマンド管理装置、8
は入力端子、9はバッファを表わし、また41はスイッ
チ回路、42は比較回路、43は変更決定回路、61は
減算器、62はカウンタ、63は一致回路、64はゲー
ト回路を表わしている。 オー図 汁2図 才3図
FIG. 1 is an explanatory diagram showing an example in which identity collapses, FIG. 2 is an explanatory diagram showing the flow of data in the present invention, and FIG. 3 is a block diagram showing an embodiment of the present invention. In the figure, 1 is a table management device, 2 is an input terminal, and 3 is a table management device.
is a logical time table, 4 is a logical time management device, 5 is an output terminal, 6 is a data update device, 7 is a command management device, 8
9 represents an input terminal, 9 represents a buffer, 41 represents a switch circuit, 42 a comparison circuit, 43 a change determination circuit, 61 a subtracter, 62 a counter, 63 a match circuit, and 64 a gate circuit. Oh figure soup 2 figure Sai 3 figure

Claims (1)

【特許請求の範囲】 1 重複データを有する分散型データベースシステムに
おける各コンピユータは論理時刻を有し、各コンピユー
タにおいて、互いに他のコンピユータから供給される論
理時刻の変更通知を受け変更信号を出力するテーブル管
理装置と、前記テーブル管理装置からの変更信号を受け
、各コンピユータに対応して記憶せれた論理時刻を変更
する論理時刻テーブルと、前記論理時刻テーブルに記憶
された他の全てのコンピユータの論理時刻が当コンピユ
ータの論理時刻以上になつたことを確認した時、当コン
ピユータの論理時刻を1つ進ませるとともに、論理時刻
を変更した時他のコンピユータに対し論理時刻の変更通
知を通知する論理時刻管理装置とを有することを特徴と
した重複データ制御方式。 2 重複データを有する分散型データベースシステムに
おける各コンピユータは論理時刻を有し、各コンピユー
タにおいて、互いに他のコンピユータから供給される論
理時刻の変更通知を受け変更信号を出力するテーブル管
理装置と、前記テーブル管理装置からの変更信号を受け
、各コンピユータに対応して記憶された論理時刻を変更
する論理時刻テーブルと、前記論理時刻テーブルに記憶
された他の全てのコンピユータの論理時刻が当コンピユ
ータの論理時刻以上になつたことを確認した時当コンピ
ユータの論理時刻を1つ進ませるとともに、論理時刻を
変更した時他のコンピユータに対し論理時刻の変更通知
を通知する論理時刻管理装置と、N論理時刻前から現在
までの重複データに対する更新要求をスタツクするバツ
フアと、論理時刻変更時に該バツフア中の更新要求の内
N論理時刻に出された更新要求のみ実行するデータ更新
装置とを有することを特徴とする重複データデータ制御
方式。 3 重複データを有する分散型データベースシステムに
おける各コンピユータは論理時刻を有し、各コンピユー
タにおいて、互いに他のコンピユータから供給される論
理時刻の変更通知を受け変更信号を出力するテーブル管
理装置と、前記テーブル管理装置からの変更信号を受け
各コンピユータに対応して記憶された論理時刻を変更す
る論理時刻テーブルと、前記論理時刻テーブルに記憶さ
れた他の全てのコンピユータの論理時刻が当コンピユー
タの論理時刻以上になつたことを確認した時当コンピユ
ータの論理時刻を1つ進ませるとともに、論理時刻を変
更した時他のコンピユータに対し、論理時刻の変更通知
を通知する論理時刻管理装置と、N論理時刻前から現在
までの重複データに対する更新要求をスタツクするバツ
フアと、論理時刻変更時に該バツフア中の更新要求の内
N論理時刻前に出された更新要求のみ実行するデータ更
新装置と、該バツフア中のデータが無い時論理時刻の更
新を防止する手段とを有することを特徴とする重複デー
タ制御方式。
[Claims] 1. Each computer in a distributed database system having duplicate data has a logical time, and each computer receives a logical time change notification supplied from another computer and outputs a change signal. A management device, a logical time table that receives change signals from the table management device and changes the logical time stored in correspondence with each computer, and logical times of all other computers stored in the logical time table. Logical time management that advances the logical time of this computer by one when it confirms that it is greater than or equal to the logical time of this computer, and notifies other computers of the logical time change notification when the logical time is changed. A redundant data control method characterized by having a device. 2. Each computer in a distributed database system having duplicate data has a logical time, and each computer has a table management device that receives a logical time change notification supplied from other computers and outputs a change signal; A logical time table that receives a change signal from the management device and changes the logical time stored corresponding to each computer, and the logical time of all other computers stored in the logical time table is the logical time of this computer. A logical time management device that advances the logical time of the current computer by one and notifies other computers of the logical time change when the logical time is changed; The present invention is characterized by having a buffer that stacks update requests for duplicate data from to the present, and a data update device that executes only update requests issued at N logical times among the update requests in the buffer when a logical time is changed. Duplicate data data control method. 3. Each computer in a distributed database system having duplicate data has a logical time, and each computer has a table management device that receives change notifications of logical time supplied from other computers and outputs a change signal; A logical time table that changes the logical time stored corresponding to each computer upon receiving a change signal from the management device, and the logical time of all other computers stored in the logical time table is greater than or equal to the logical time of this computer. A logical time management device that advances the logical time of the current computer by one and notifies other computers of the change in logical time when the logical time is changed; a buffer that stacks update requests for duplicate data from 1 to 2; a data update device that executes only update requests issued N logical times ago among update requests in the buffer when a logical time is changed; and data in the buffer. and means for preventing updating of logical time when there is no duplicate data control method.
JP53057787A 1978-05-15 1978-05-15 Peer duplicate data control method Expired JPS6022783B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP53057787A JPS6022783B2 (en) 1978-05-15 1978-05-15 Peer duplicate data control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP53057787A JPS6022783B2 (en) 1978-05-15 1978-05-15 Peer duplicate data control method

Publications (2)

Publication Number Publication Date
JPS54148453A JPS54148453A (en) 1979-11-20
JPS6022783B2 true JPS6022783B2 (en) 1985-06-04

Family

ID=13065585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP53057787A Expired JPS6022783B2 (en) 1978-05-15 1978-05-15 Peer duplicate data control method

Country Status (1)

Country Link
JP (1) JPS6022783B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4620276A (en) * 1983-06-02 1986-10-28 International Business Machines Corporation Method and apparatus for asynchronous processing of dynamic replication messages
JPS62177649A (en) * 1986-01-30 1987-08-04 Nec Corp Process synchronizing method

Also Published As

Publication number Publication date
JPS54148453A (en) 1979-11-20

Similar Documents

Publication Publication Date Title
US8700574B2 (en) Pourover journaling
US8335761B1 (en) Replicating in a multi-copy environment
US6934877B2 (en) Data backup/recovery system
US10565071B2 (en) Smart data replication recoverer
EP0623230B1 (en) Fault tolerant computer system with provision for handling external events
ATE152261T1 (en) ERROR-TOLERATE COMPUTER SYSTEM
JP2002522845A (en) Fault tolerant computer system
CN112654978A (en) Method, equipment and system for checking data consistency in distributed heterogeneous storage system in real time
US6421741B1 (en) Switching between active-replication and active-standby for data synchronization in virtual synchrony
US20180121531A1 (en) Data Updating Method, Device, and Related System
JPS6022783B2 (en) Peer duplicate data control method
JPH06250902A (en) File backup method for distributed system
JPS6022781B2 (en) Initiated duplicate data control method
JPS6022782B2 (en) Initiated high-speed duplicate data control method
CN114168636A (en) Data processing method, device and equipment based on cache consistency and storage medium
JPS6022780B2 (en) Dependent duplicate data control method
JP2004013867A (en) Replicated data system, database device, and database updating method and its program used for the same
JP4048037B2 (en) Data writing program and recording medium
JPH0259837A (en) Data recovery processing system
JP3008500B2 (en) Update record reading mechanism
JPH01113831A (en) Load module replacement system in on-line mode
CN114090545A (en) Method, apparatus, storage medium, and program product for maintaining distributed database
CN115599796A (en) Log stream processing method and device, electronic equipment and storage medium
JPH02155049A (en) Duplicated information processor
JPS6022785B2 (en) High-speed duplicate data integrity maintenance method