JPS63106860A - Common information comparing system - Google Patents

Common information comparing system

Info

Publication number
JPS63106860A
JPS63106860A JP61251702A JP25170286A JPS63106860A JP S63106860 A JPS63106860 A JP S63106860A JP 61251702 A JP61251702 A JP 61251702A JP 25170286 A JP25170286 A JP 25170286A JP S63106860 A JPS63106860 A JP S63106860A
Authority
JP
Japan
Prior art keywords
common information
identifier
identifiers
members
node
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.)
Granted
Application number
JP61251702A
Other languages
Japanese (ja)
Other versions
JPH0833861B2 (en
Inventor
Kazuyoshi Negishi
和義 根岸
Hiromi Tsukano
塚野 博実
Hiromichi Ogata
緒方 博通
Hiromichi Ishikawa
石川 博道
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.)
Hitachi Microcomputer System Ltd
Hitachi Ltd
Original Assignee
Hitachi Ltd
Hitachi Microcomputer Engineering 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 Hitachi Ltd, Hitachi Microcomputer Engineering Ltd filed Critical Hitachi Ltd
Priority to JP61251702A priority Critical patent/JPH0833861B2/en
Publication of JPS63106860A publication Critical patent/JPS63106860A/en
Publication of JPH0833861B2 publication Critical patent/JPH0833861B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To reduce the number of times of checking and to detect only members in which no coincidence can be obtained, by checking common information hierarchically at the time of comparing the common information. CONSTITUTION:The common information 1 is constituted of a data part 2 and an index part 3, and a unique identifier which identifies a generation time and a generator by every member is set on the common information 1, and the checking for coincidence among them is performed step by step. In order words, the hierarchical division of the whole of common information 1, several subgroups dividing the whole, and the subgroups diving the subgroups further, are preformed, and an identifier to coincide only when the members in them coincide with each other is added at every divided unit. The checking of the identifier is started from the identifier for the whole of the common information 1 in order, and it is performed by comparing the subgroups when no coincidence can be obtained, then, all of the members in which no coincidence can be obtained, are defined. In such a way, it is possible to efficiently perform the comparing check of the common information attached on each processor without comparing all of the members.

Description

【発明の詳細な説明】 【産業上の利用分野〕 本発明はLAN、オンラインシステム等に利用される分
散データベースシステムにおいてディレクトリ情報など
の分散システムの共通情報の不一致を検出する方式に関
するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for detecting discrepancies in common information of distributed systems such as directory information in a distributed database system used for LAN, online system, etc.

〔従来の技術〕[Conventional technology]

分散システムにおける共通情報の一致性は、従来共通情
報作成者が共通情報に付した作成年月日、バージョン番
号等により人手で検査していた。
Conventionally, the consistency of common information in a distributed system has been manually checked using the date of creation, version number, etc. attached to the common information by the creator of the common information.

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

分散データベースシステムにおいては、各ノードのアド
レスリスト、あるいは各ノードの外部参照可能データベ
ースの定義情報などの共通情報を互いに複製として持っ
ている。従来、人手によって行って来たこれら共通情報
の一致性のチェックは共通情報の量の増大とともに困兼
さを増大させてきた。また誤操作によりシステムダウン
を引き起こしデータに回復困難なダメージを与える可能
性があった。例えば、全国ネットワークを使用するアプ
リケーションでは共通情報のメンバ数は100〜100
0になると推定される。また、比較を自動化した場合で
も、そのまま全数比較を行おうとするとオーバーヘッド
が大となり問題である。
In a distributed database system, common information such as an address list of each node or definition information of an externally referenceable database of each node is kept as a duplicate. Conventionally, checking the consistency of common information manually has become increasingly difficult as the amount of common information increases. Additionally, incorrect operations could cause system failure and cause data damage that would be difficult to recover. For example, in an application that uses a nationwide network, the number of members of common information is 100 to 100.
It is estimated that it will be 0. Furthermore, even if the comparison is automated, attempting to perform a complete comparison will result in a large overhead, which poses a problem.

〔問題を解決するための手段〕[Means to solve the problem]

本発明は上記の問題解決のため、従来人手で行っていた
共通情報の一致性のチェックをソフトウェアで自動的に
行うことにより解決しようとするものである。共通情報
にはメンバ毎に作成時刻と作成者を識別するユニークな
識別子を設定し、これらの一致をチェックする。チェッ
クすべきメンバ数の増大に対処するため、チェックを段
階的に行う方式を採用した。すなわち、共通情報の全体
、全体をいくつかに分けたサブグループ、サブグループ
をさらに分けたサブグループ等の階層的な分割を行い、
各分割単位毎に、その中のメンバが一致している場合の
み一致するような識別子を付加した。この識別子を共通
情報全体に対応するものから始めて順に不一致な場合に
そのサブグループを比較する方式でチェックして全ての
不一致なメンバを確定する。
The present invention aims to solve the above-mentioned problem by automatically checking the consistency of common information using software, which was conventionally done manually. For the common information, a creation time and a unique identifier for identifying the creator are set for each member, and a match is checked. In order to cope with the increase in the number of members to be checked, we adopted a method of performing checks in stages. In other words, hierarchical division is performed such as the entire common information, subgroups that divide the whole into several subgroups, and subgroups that further divide the subgroups.
An identifier was added to each division unit so that it would match only if the members within it matched. The identifiers are checked in order by starting with the identifier corresponding to the entire common information and comparing the subgroups if they do not match, to determine all the members that do not match.

各プロセッサは共通情報の更新時には、自己プロセッサ
のタイムスタンプと自己プロセッサ識別子をメンバの識
別子として付加するとともに、その上位のサブグループ
の識別子も全てこの新しい識別子に変更する。そしてこ
の変更内容を他のプロセッサに連絡して反映させる。各
プロセッサの対応する識別子が以前の内容と一致してい
たならば変更を反映させる。この処理を順次」三位のノ
ードに対して行う。共通情報のうちいくつかのメンバは
全プロセッサに存在しなくてもよい。存在しないメンバ
および下位にノードを持たないノードは省略するものと
する。これらのノードが比較の対象となった場合は他の
プロセッサに対応して存在するノードの識別子とは一致
しないような識別子が付加されているものとして比較を
行う。
When each processor updates the common information, it adds its own processor's timestamp and self-processor identifier as a member identifier, and also changes all the identifiers of its upper subgroups to this new identifier. This change is then communicated to other processors to be reflected. If the corresponding identifier of each processor matches the previous content, the change is reflected. This process is performed sequentially for the third-ranked node. Some members of the common information may not exist in all processors. Members that do not exist and nodes that have no subordinate nodes are omitted. When these nodes are compared, the comparison is performed assuming that they have been added with identifiers that do not match the identifiers of nodes existing in correspondence with other processors.

〔作用〕[Effect]

本発明の作用は共通情報の比較に際して階層的にチェッ
クを行うことにより、チェック回数を最少化するととも
に一致していないメンバのみの検出を可能とした。共通
情報ではあるが、使用の際に伝送し1通常は全プロセッ
サが保有している必要のないメンバに対しては、識別子
の階層を省略することにより識別子の削減が可能である
The effect of the present invention is to minimize the number of checks and to detect only members that do not match by performing checks hierarchically when comparing common information. Although it is common information, it is possible to reduce the number of identifiers by omitting the identifier hierarchy for members that are transmitted when used and do not normally need to be held by all processors.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の一実施例を説明する。第6図に本実施例
における分散データベースシステムの構成を示す。ネツ
ワーク4にプロセッサ4a、プロセッサ4b、プロセッ
サ4cが接続されている。
An embodiment of the present invention will be described below. FIG. 6 shows the configuration of the distributed database system in this embodiment. Connected to the network 4 are a processor 4a, a processor 4b, and a processor 4c.

分散データベースとして各プロセッサは学術論文に関す
るデータベースを分割して保有している。
As a distributed database, each processor holds separate databases related to academic papers.

プロセッサ4aには数学論文データベース5aおよび共
通情報1aが付随している。同様にプロセッサ4b、4
cには各々物理論文データベース5b電子論文データベ
ース5cと共通情報1b。
A mathematical paper database 5a and common information 1a are attached to the processor 4a. Similarly processors 4b, 4
c respectively have a physics paper database 5b, an electronic paper database 5c, and common information 1b.

1cが付随している。共通情報1a、lb、lcは、そ
れぞれデータベース5a、5b、5cの定義情報の一部
分を含んでいる。
1c is attached. Common information 1a, lb, and lc each include a portion of definition information of databases 5a, 5b, and 5c.

第1図は分散システムにおいて、各プロセッサが保有し
ている共通情報を合成した全共通情報の構成を示す。共
通情報1は、データ部2およびインデクス部3より構成
さ第1.でいる。データ部2には共通情報の最少単位で
あるメンバ21,22゜23が含まれている。これらは
、各々数学、物理。
FIG. 1 shows the structure of all common information obtained by combining common information possessed by each processor in a distributed system. The common information 1 consists of a data section 2 and an index section 3. I'm here. The data portion 2 includes members 21, 22, and 23, which are the minimum units of common information. These are mathematics and physics respectively.

電子の各論文データベースの定義情報である。インデク
ス部3には木構造のインデクスを構成するノード31,
311,312,313,3121゜3122.312
3が含まれている。ノード31−は学術論文全体を表し
、この下に文学を表すノード311.理学を表すノード
312.工学を表すノード313が接続されている。理
学を表すノード31−2の下には、数学を表すノード3
1.2 ]、、 。
Definition information for each electronic paper database. The index section 3 includes nodes 31 that constitute a tree-structured index;
311,312,313,3121゜3122.312
3 is included. Node 31- represents the entire academic paper, and below this node 311- represents literature. Node 312 representing science. A node 313 representing engineering is connected. Under the node 31-2 representing science, there is a node 3 representing mathematics.
1.2],,.

物理を表すノード3122が接続されている。これらノ
ードには、対応するデータベースの定義情報を含むメン
バ21,22が接続されている。同様に]理学を表すノ
ード313の下には、電子を表すノード3131が接続
され、その下に電子論文データベースの定義情報を含む
メンバ23が接続されている。各ノードには最終更新時
点を表す識別子を記憶することができる。
A node 3122 representing physics is connected. Members 21 and 22 containing definition information of the corresponding database are connected to these nodes. Similarly] A node 3131 representing electrons is connected under the node 313 representing science, and a member 23 containing definition information of the electronic paper database is connected below it. Each node can store an identifier representing the time of last update.

第2図は二つのプロセッサ4a、4bの保有する共通情
報1.a、lbの例である。共通情報ICは、データベ
ース5a、5b、5cの定義情報をおのおの21a、2
2a、 23aとして含んでいる。一方、共通情報1b
には、データベース5a。
FIG. 2 shows common information 1. held by two processors 4a and 4b. This is an example of a and lb. The common information IC stores the definition information of the databases 5a, 5b, and 5c in 21a and 21a, respectively.
Included as 2a and 23a. On the other hand, common information 1b
The database 5a.

5bの定義情報21b、22bのみが含まれる。Only definition information 21b and 22b of 5b is included.

第2図において、各ノードの識別子はプロセッサのタイ
ムスタンプおよびプロセッサの識別子より構成される。
In FIG. 2, the identifier of each node is composed of a processor timestamp and a processor identifier.

例えばノード31では、タイムスタンプ[3」と識別子
rAJである。
For example, in the node 31, the timestamp is [3] and the identifier rAJ.

第3図は、比較処理の流れである。比較処理はプロセッ
サ4a、プロセッサ4b、あるいは第3のプロセッサ4
cのいずれでも実行することができる。共通情報1a、
lbのインデクス部から各ノードを一つずつ取り出して
下記のように比較をおこなう。第2図の例では不一致の
メンバは、プロセッサ4aの数学データベースの定義情
報21aとプロセッサ4bの対応するメンバ21− b
であることがわかる。また、プロセッサ4 nの電子デ
ータベースの定義情報に対応するメンバがプロセッサ4
bには存在しないことがわかる。比較処理はインデクス
中のルートノードを指定してサブトリー比較をコールす
る。サブトリー比較は発見した不一致のメンバのリスト
をコール元へ戻すので。
FIG. 3 shows the flow of comparison processing. The comparison process is performed by the processor 4a, the processor 4b, or the third processor 4.
It is possible to execute either c. Common information 1a,
Each node is taken out one by one from the index section of lb and compared as follows. In the example of FIG. 2, the mismatched members are the definition information 21a of the mathematical database of the processor 4a and the corresponding member 21-b of the processor 4b.
It can be seen that it is. In addition, the member corresponding to the definition information of the electronic database of processor 4 n is
It can be seen that it does not exist in b. The comparison process specifies the root node in the index and calls subtree comparison. Subtree comparison returns a list of unmatched members it finds to the caller.

これを不一致のメンバのリストとする。Let this be the list of unmatched members.

第4図はサブトリー比較の処理の流れを示す。FIG. 4 shows the flow of subtree comparison processing.

42では、両プロセッサからノードjを得る。At 42, node j is obtained from both processors.

43でノード、jの識別子が一致している時、不一致メ
ンバリスト■、=空でコール元ヘリターンする。
In step 43, when the identifiers of the nodes j match, the unmatched member list ■,=empty returns to the caller.

識別子不一致の時、44でノードが最下位ノードならば
、対応するメンバが不一致メンバリストに入れてリター
ンする。そうでない時、子ノードのチェックを行う。ま
ず、不−・致スンバリス1〜をクリヤしておく。子ノー
ドのなかで対応するノードが両プロセッサにあるノード
、jについて45でサブ1−Iノー比較を再帰的にコー
ルして子ノード、jに対する不一致メンバを求め、これ
を不−・致メンバリスI−に追加して行く。次に、対応
するノードの(!l) ない子ノードに対して、この子ノードの子孫である全て
のメンバを不一致メンバリストに加える。
When the identifiers do not match, if the node is the lowest node at 44, the corresponding member is added to the mismatched member list and the process returns. If not, check the child nodes. First, clear the failures and failures 1~. For a node j whose corresponding node is in both processors among the child nodes, sub1-I no comparison is recursively called at 45 to obtain a mismatching member for the child node j, and this is added to the mismatched member list I. − will be added. Next, for a child node without (!l) of the corresponding node, all members that are descendants of this child node are added to the mismatched member list.

上記の処理を終わったら不一致メンバリストを持って元
ヘリターンする。
After completing the above processing, return to the source with the unmatched member list.

第5図にメンバ更新の処理の流れを示す。プロセッサ4
aが更新を行う場合を示すが、プロセッサ4bが更新を
行う場合も同様である。まず、自プロセッサ4aのメン
バを更新する。次に、52でノードの識別子として自己
プロセッサのタイムスタンプと識別子をあわせたものを
作成する。
FIG. 5 shows the flow of member update processing. processor 4
Although the case where processor a performs the update is shown, the same applies to the case where the processor 4b performs the update. First, the members of the own processor 4a are updated. Next, in step 52, a node identifier is created by combining the timestamp and identifier of its own processor.

53でメンバに対応するノードからルートノードまでの
パス上のノードの識別子を新しい識別子に置き換える。
In step 53, the identifiers of the nodes on the path from the node corresponding to the member to the root node are replaced with new identifiers.

このとき、新旧識別子のベアをリストとして作成する。At this time, a list of new and old identifiers is created.

54でプロセッサ4bに、メンバの更新データと新1日
識別子のベアのリス1−を送る。プロセッサ4bでメン
バを更新する。メンバに対応するノードからルートノー
ドに向かって当該ノードの識別子と送られて来たベアの
リストの対応する旧識別子を比較する。57で比較結果
が一致している場合は、新識別子をそのノードに記入し
てさらに上位のノードの比較に進む。一致しない場合は
、比較を打ち切る。分散システ11内にあるプロセッサ
41)以外のプロセッサに対しても、プロセッサ4 b
と同様の処理をおこなう。
At step 54, the member update data and the bare list 1- of the new daily identifier are sent to the processor 4b. The member is updated by the processor 4b. The identifier of the node is compared with the corresponding old identifier of the bare list sent from the node corresponding to the member toward the root node. If the comparison results match in step 57, a new identifier is entered in that node and the process proceeds to the comparison of higher-order nodes. If they do not match, the comparison is aborted. For processors other than the processor 41) in the distributed system 11, the processor 4 b
Perform the same process as .

メンバの追加は、メンバに対応するノードからルートノ
ードに至るバス上のノードが省略されている場合にノー
ドを追加すること、および追加ノードの旧識別子として
システム共通初期設定用識別子(タイムスタンプ[OJ
、プロセッサ識別子「X」)を使用すること以外は、更
新の場合と同様である。また、ノードの削除は削除によ
り子ノードのなくなったノードを削除する以外は、更新
の場合と同様である。
To add a member, add a node when the node on the bus from the node corresponding to the member to the root node is omitted, and add the system common initialization identifier (time stamp [OJ
, processor identifier "X") is used as in the case of update. Further, deletion of a node is the same as in the case of updating, except that a node that has no child nodes due to deletion is deleted.

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

本発明によれば、分散システムにおいて各プロセッサの
持つ共通情報の比較チェックを全てのメンバを比較する
ことなく効率的に行うことができ、−Mしないメンバの
リストを少ないオーバーヘッドで得ることができる。ま
た、メンバの一部分を全プロセッサに配置せず、必要と
なった時点で要求のあったプロセッサへ送る方式により
、識別子の一部を省略することも可能である。
According to the present invention, a comparison check of common information held by each processor in a distributed system can be efficiently performed without comparing all members, and a list of members that do not have -M can be obtained with little overhead. It is also possible to omit part of the identifier by not distributing part of the member to all processors, but sending it to the processor that requested it when it is needed.

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

第1図は共通情報の構成図、第2図は2台のプロセッサ
における共通情報のうちインデクス部の例、第;3図は
比較処理の流れ図、第4図はサブトリー比較処理の流れ
図、第5図はメンバ更新処理の流れ図、第6図は分散デ
ータベースシステムの構成図である。 1・・・共通情報、2・・・インデクス部、3・・・デ
ータ部。
Figure 1 is a configuration diagram of common information, Figure 2 is an example of an index section of common information between two processors, Figure 3 is a flowchart of comparison processing, Figure 4 is a flowchart of subtree comparison processing, and Figure 5 is a flowchart of comparison processing. The figure is a flowchart of member update processing, and FIG. 6 is a configuration diagram of the distributed database system. 1... Common information, 2... Index section, 3... Data section.

Claims (1)

【特許請求の範囲】 1、複数のプロセッサより成り共通情報を各プロセッサ
が保有する分散システムにおいて、各プロセッサの複数
のメンバより成る共通情報に各プロセッサで同一構造の
木構造のインデクスを設けるとともに木構造の各ノード
にその子孫が同一の時にのみ同一の値となるような識別
子のエリアを設け、二つのプロセッサの共通情報を比較
する時木構造の根より順次識別子を比較し、識別子が異
なる場合、下位ノードについて同様の比較を繰り返し最
下位レベルで識別子が異なつていたなら対応するメンバ
を異なつたメンバとする共通情報比較方式。 2、上記のシステムにおいて、識別子をプロセッサ固有
のタイムスタンプとプロセッサ識別子の組み合わせとし
、各メンバの更新時はその上位のノードの識別子を全て
変更するとともに、変更したノードの新旧両識別子を他
の全プロセッサに送り、他プロセッサは送られて来た旧
識別子と自己共通情報の対応するノードの識別子が両者
で一致している場合にのみ送られて来た新識別子を自己
の識別子として設定する共通情報管理機能を有すること
を特徴とする第1項記載の共通情報比較方式。 3、上記のシステムにおいて、メンバの追加削除を許し
、上位ノードのうち削除により下位ノードのなくなつた
ノードを省略するとともに省略されなかつたノードの識
別子を全て変更し新旧識別子を他の全てのプロセッサに
送り、ノードの識別子が不一致であつた場合に下位のノ
ードが片側のプロセッサにしかない時存在する側のノー
ドの子孫のメンバは総て不一致メンバとし、メンバの追
加により省略されていたノードが必要となつた場合には
通常使用することのない値を持つシステム共通の初期設
定値を識別子として持つノードとしてこれを追加し、識
別子の比較を行うことを特徴とする第1項記載の共通情
報比較方式。
[Scope of Claims] 1. In a distributed system consisting of a plurality of processors in which each processor owns common information, each processor provides a tree-structured index with the same structure for the common information consisting of a plurality of members of each processor, and Each node in the structure has an area for identifiers that has the same value only when its descendants are the same, and when comparing the common information of two processors, the identifiers are compared sequentially from the root of the tree structure, and if the identifiers are different. , a common information comparison method in which similar comparisons are repeated for lower nodes, and if the identifiers are different at the lowest level, the corresponding members are treated as different members. 2. In the above system, the identifier is a combination of a processor-specific timestamp and a processor identifier, and when each member is updated, all the identifiers of the nodes above it are changed, and both the new and old identifiers of the changed node are used for all other nodes. Common information that is sent to a processor, and other processors set the new identifier sent as their own identifier only if the old identifier sent and the identifier of the corresponding node in the self-common information match. The common information comparison method according to item 1, characterized by having a management function. 3. In the above system, addition and deletion of members are allowed, nodes whose lower nodes are no longer deleted due to the deletion of upper nodes are omitted, and all identifiers of nodes that have not been omitted are changed, and the old and new identifiers are shared with all other processors. If the node identifiers do not match, all descendant members of the existing node will be treated as mismatched members, and nodes that were omitted due to the addition of members will be required. If this happens, the common information comparison described in item 1 is characterized in that this is added as a node having an initial setting value common to the system having a value that is not normally used as an identifier, and the identifiers are compared. method.
JP61251702A 1986-10-24 1986-10-24 Common information comparison method Expired - Lifetime JPH0833861B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61251702A JPH0833861B2 (en) 1986-10-24 1986-10-24 Common information comparison method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61251702A JPH0833861B2 (en) 1986-10-24 1986-10-24 Common information comparison method

Publications (2)

Publication Number Publication Date
JPS63106860A true JPS63106860A (en) 1988-05-11
JPH0833861B2 JPH0833861B2 (en) 1996-03-29

Family

ID=17226730

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61251702A Expired - Lifetime JPH0833861B2 (en) 1986-10-24 1986-10-24 Common information comparison method

Country Status (1)

Country Link
JP (1) JPH0833861B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003316783A (en) * 2002-04-24 2003-11-07 Nippon Telegr & Teleph Corp <Ntt> Heterogeneous semi-structured information integration/ retrieval device, method and program, and recording medium with program recorded thereon
US7222125B2 (en) 1999-12-13 2007-05-22 Kabushiki Kaisha Toshiba Data structure managing device, data structure managing system, data structure managing method, and recorded medium where data structure managing program is stored
JP2008250903A (en) * 2007-03-30 2008-10-16 Toshiba Corp File updating device, program and method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7222125B2 (en) 1999-12-13 2007-05-22 Kabushiki Kaisha Toshiba Data structure managing device, data structure managing system, data structure managing method, and recorded medium where data structure managing program is stored
JP2003316783A (en) * 2002-04-24 2003-11-07 Nippon Telegr & Teleph Corp <Ntt> Heterogeneous semi-structured information integration/ retrieval device, method and program, and recording medium with program recorded thereon
JP2008250903A (en) * 2007-03-30 2008-10-16 Toshiba Corp File updating device, program and method

Also Published As

Publication number Publication date
JPH0833861B2 (en) 1996-03-29

Similar Documents

Publication Publication Date Title
JP2591217B2 (en) Object class definition information implementation device
Williams et al. R*: An overview of the architecture
Zhang et al. i $^ 2$ mapreduce: Incremental mapreduce for mining evolving big data
US6216135B1 (en) Method of determining visibility to a remote database client of a plurality of database transactions having variable visibility strengths
US6178425B1 (en) Method of determining the visibility to a remote database client of a plurality of database transactions using simplified visibility rules
US6189011B1 (en) Method of maintaining a network of partially replicated database system
EP1019807B1 (en) Method of migrating to a successive level of a software distribution incorporating local modifications
US6216140B1 (en) Methodology for the efficient management of hierarchically organized information
JP3563692B2 (en) How to synchronize a database schema with its representation in an object-oriented repository
US6212557B1 (en) Method and apparatus for synchronizing upgrades in distributed network data processing systems
US5983241A (en) File management system and file management method
CA2139693C (en) Summary catalogs
EP0436559B1 (en) Data processing network
US5974574A (en) Method of comparing replicated databases using checksum information
EP0675451A2 (en) A distributed database architecture and distributed database management system for open network evolution
US8271416B2 (en) Method for dynamically determining a predetermined previous condition of a rule-based system
US20030135523A1 (en) Method of using cache to determine the visibility to a remote database client of a plurality of database transactions
EP4029191B1 (en) Supporting blockchain collections in a database
JP2009009590A (en) System and method for website content development
CN112231071B (en) Transaction processing method and device, computer equipment and storage medium
JPH08153027A (en) System and method for management of distributed request in parallel database
US7809762B1 (en) Outage-less database change operation
CN112579613B (en) Database cluster difference comparison and data synchronization method, system and medium
Bloch et al. A weighted voting algorithm for replicated directories
CN117112692A (en) Mixed distributed graph data storage and calculation method

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term