JPH06274401A - Distributed data base control system - Google Patents

Distributed data base control system

Info

Publication number
JPH06274401A
JPH06274401A JP5058104A JP5810493A JPH06274401A JP H06274401 A JPH06274401 A JP H06274401A JP 5058104 A JP5058104 A JP 5058104A JP 5810493 A JP5810493 A JP 5810493A JP H06274401 A JPH06274401 A JP H06274401A
Authority
JP
Japan
Prior art keywords
query
cache
unit
data
database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP5058104A
Other languages
Japanese (ja)
Inventor
Mitsuru Tsubakii
充 椿井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP5058104A priority Critical patent/JPH06274401A/en
Publication of JPH06274401A publication Critical patent/JPH06274401A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the response performance by registering its data query, and setting it to a temporary cache, when a data base on a remote node is accessed. CONSTITUTION:When a query is issued from an application program 1, a query analizing means 21 analyzes the query, and checks if there is one which includes the current query from in the query which is executed and held already. As a result, in the case the included existing query does not exist, information of the query is held in a query holding means 22. On the other hand, in the case included existing query exists, it is rewritten to a temporary table name being a cache of the existing query which proved to be included. Also, the latest access time of the reutilized query is updated to the current time. Subsequently, a data management system 3 executes an access of a data base in accordance with a location node of a table.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、通信手段によりコンピ
ュータ間でのデータの送受信が可能なコンピュータネッ
トワーク上でアプリケーションプログラムが発行した関
係データベースアクセス要求に対し、自ノードに存在し
ないデータについては遠隔コンピュータ上のデータベー
スにアクセスしうるデータベース管理システムにおける
分散データベース制御方式に関し、特にアクセス要求と
アクセス結果を対にして保存することにより後の要求時
に再利用する分散データベース制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a relational database access request issued by an application program on a computer network capable of transmitting and receiving data between computers by a communication means, and a remote computer for data not existing in its own node. The present invention relates to a distributed database control method in a database management system capable of accessing the above database, and particularly to a distributed database control method in which an access request and an access result are stored as a pair and reused at a later request.

【0002】[0002]

【従来の技術】従来、この種の分散データベース制御方
式は、遠隔データベースから得られたデータの管理がア
プリケーションプログラム任せになっていて、データベ
ース管理システムの制御下からはずされているか、限ら
れたデータを定期的にダウンロードしてローカルデータ
ベースとして運用するかに限られていた。
2. Description of the Related Art Conventionally, in this type of distributed database control method, the management of the data obtained from the remote database is left to the application program, and the data is removed from the control of the database management system or the limited data is controlled. It was limited to whether it was downloaded periodically and operated as a local database.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の分散デ
ータベース制御方式は、すでにアクセスの実行結果、遠
隔データベースから取得したデータが自ノードに存在し
ていて次のクエリの結果を包含するような場合でも、次
のクエリに対して再度遠隔データベースへのアクセス処
理を実行してしまうという欠点がある。また、この事態
を避けるには、アプリケーションプログラムが独自に分
散データの管理を行わなければならない等の負担が生じ
る。
The above-mentioned conventional distributed database control method is used in the case where the access execution result, the data acquired from the remote database already exists in the local node, and the result of the next query is included. However, there is a drawback that the remote database access process is executed again for the next query. Further, in order to avoid this situation, a burden occurs such that the application program must manage the distributed data independently.

【0004】次に、ダウンロード可能な場合、上述した
コストの重複という問題点は多少改善されるが、あらか
じめ予見できる定型的なアクセスパターンに対しては有
効なものの一般的には適合しにくいし、どのタイミング
で何をダウンロードするのかという設計も困難である。
また、ネットワークが拡大し、24H稼働の状況下にお
いてはリアルタイム性が要請され、基本的にダウンロー
ドすること自体が困難になるという欠点がある。
Next, when download is possible, the above-mentioned problem of duplicated costs is somewhat improved, but it is generally difficult to adapt although it is effective for a standard access pattern that can be predicted in advance. It is also difficult to design what to download at what timing.
Further, there is a drawback that the network is expanded and real-time property is required under the condition of 24H operation, and basically it becomes difficult to download itself.

【0005】[0005]

【課題を解決するための手段】本発明の分散データベー
ス制御方式は、アプリケーションプログラムが発行した
クエリを解析しすでに実行済みのクエリ解析手段と,後
のアクセスのために該クエリを保持するクエリ保持手段
と,該クエリを包含する実行済みのクエリが存在した場
合に本来なら遠隔データベース上へのアクセスとなると
ころを自ノードにキャッシュしているデータへのアクセ
スとなるように該クエリを書き換えるクエリ書換え手段
とを有するクエリ保存手段と、遠隔データベースへのア
クセスにより得られたデータに対し前記クエリ保持手段
により保持しているクエリを一対一対応に識別可能な名
前を生成するクエリ対応付け手段と,前記クエリ対応付
け手段により得られた名前で該データをデータベース管
理システムに一時テーブルであるキャッシュとして登録
要求をするキャッシュ登録手段とを有するデータキャッ
シュ手段とを含む。
DISCLOSURE OF THE INVENTION The distributed database control method of the present invention comprises a query analysis means for analyzing a query issued by an application program and a query holding means for holding the query for later access. And a query rewriting means for rewriting the query so that if there is an executed query including the query, the access to the remote database is supposed to be the data cached in the own node. A query storage unit including: a query storage unit configured to generate a name capable of identifying a query held by the query storage unit in a one-to-one correspondence with data obtained by accessing a remote database; Temporarily store the data in the database management system with the name obtained by the associating means. The registration request is a as a cache Buru and a data cache unit having a cache registration unit.

【0006】また、本発明の分散データベース制御方式
において、前記データキャッシュ手段は、キャッシュの
登録時に総量が一定容量を超える場合、前記クエリ保持
手段が保持する各クエリの発生順を、前記クエリ書換え
手段が再使用するキャッシュに対応するクエリの順番が
最新になるように逐次更新した補正順に基づき、最も使
用が古いキャッシュおよび対応クエリを削除して最新の
キャッシュを登録するキャッシュ置換手段を含む。
Further, in the distributed database control method of the present invention, the data cache means, when the total amount exceeds a certain capacity at the time of registering the cache, sets the generation order of each query held by the query holding means to the query rewriting means. Cache replacement means for deleting the oldest cache and the corresponding query and registering the latest cache based on the correction order that is sequentially updated so that the order of the query corresponding to the cache to be reused becomes the latest.

【0007】[0007]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
The present invention will be described in detail with reference to the drawings.

【0008】図1は本発明の一実施例の分散データベー
ス制御方式の機能構成を示すブロック図である。また、
図2はクエリ保持形式を示す説明図である。図1におい
て本発明の分散データベース制御方式は、アプリケーシ
ョンプログラム1と、クエリ保存手段2と、データベー
ス管理システム3と、通信手段4と、データキャッシュ
手段5とで構成されている。クエリ保存手段2は、クエ
リ解析手段21と、クエリ保持手段22と、クエリ書換
え手段23とを含んで構成されている。データキャッシ
ュ手段5は、クエリ対応付け手段51と、キャッシュ登
録手段52と、キャッシュ置換手段53(請求項2に対
応する。)とを含んで構成されている。もちろん、キャ
ッシュ置換手段53を含まない例もありうる。
FIG. 1 is a block diagram showing the functional arrangement of a distributed database control system according to an embodiment of the present invention. Also,
FIG. 2 is an explanatory diagram showing a query holding format. In FIG. 1, the distributed database control system of the present invention is composed of an application program 1, a query storage unit 2, a database management system 3, a communication unit 4, and a data cache unit 5. The query storage unit 2 includes a query analysis unit 21, a query holding unit 22, and a query rewriting unit 23. The data cache unit 5 includes a query association unit 51, a cache registration unit 52, and a cache replacement unit 53 (corresponding to claim 2). Of course, there may be an example in which the cache replacement unit 53 is not included.

【0009】図2を参照すると、クエリ保持形式は、ア
プリケーションプログラム1から発されたクエリと、そ
の実行結果として遠隔データをキャッシュするための一
時テーブル名との対応を示している。最新のアクセスが
あった日時と、クエリの実表現と、クエリ内に含まれる
テーブルの名前および所在ノード名(必要に応じてデー
タディクショナリまたはシステムカタログ等から得る)
と、クエリ内に含まれるカラム(射影するカラムおよび
制約条件に含まれるカラム)の名前と、キャッシュとし
て保存する一時テーブルの名前(本例においてはアプリ
ケーションプログラムのプロセスidとプロセス内の通
番とサフィックスtmptblとで表現している)との
5つのカラム構成となっている。最初の4項目について
はクエリ保持手段22が書き込み、クエリ書換え手段2
3によって第1項目がキャッシュ利用時に補正される。
第5項目はクエリ対応付け手段51により決定される。
Referring to FIG. 2, the query holding format shows the correspondence between the query issued from the application program 1 and the temporary table name for caching remote data as the execution result. The date and time of the most recent access, the actual expression of the query, the name of the table and the node name where the query is located (obtained from the data dictionary or system catalog, etc., if necessary)
And the names of columns (projected columns and columns included in constraints) included in the query, and the name of the temporary table to be saved as a cache (in this example, the process id of the application program, the sequence number within the process, and the suffix tmpptbl). (Represented by and)) and five columns. The query holding unit 22 writes the first four items, and the query rewriting unit 2
According to 3, the first item is corrected when the cache is used.
The fifth item is determined by the query associating unit 51.

【0010】ただし、上記のクエリ保持形式のうち、第
1項目の最新アクセス日時は必ずしも必要ではないし、
日時ではなくリンク構造で表現することも可能である
(請求項2に対応する)。
However, the latest access date and time of the first item in the above query holding format is not always necessary,
It is also possible to represent by link structure instead of date and time (corresponding to claim 2).

【0011】図3は上記の分散データベース制御方式の
動作を示す流れ図である。
FIG. 3 is a flow chart showing the operation of the above distributed database control method.

【0012】最初に、アプリケーションログラムら発さ
れるクエリに対してクエリがいかにして保存されるか,
または既存のクエリ実行結果が利用されるか,そのしく
みについて説明し(クエリ保存手段2)、次に、そのク
エリに対応してアクセス結果データがキャッシュされる
しくみについて説明する(データキャッシュ手段5)。
First, how a query is stored for queries originating from the application program,
Or, an existing query execution result will be used or a mechanism thereof will be described (query storage means 2), and then a mechanism of access result data cached corresponding to the query will be described (data cache means 5). .

【0013】アプリケーションプログラム1からクエリ
が発行されると、クエリ解析手段21は、クエリを解析
して、すでに実行されて保存しているクエリの中からカ
レントのクエリを包含するものがあるか否かを調べる
(ステップ101,102)。
When a query is issued from the application program 1, the query analysis means 21 analyzes the query and determines whether or not there is a query that includes the current query among the queries that have already been executed and saved. Is checked (steps 101 and 102).

【0014】一般的な形式的包含性の判定には、A.K
lugのtableauに対する方法などを用いる。た
だし、クエリ実行に必要なカラムがキャッシュされてい
ない場合など、判定不能なケースには、包含するものが
なかったと判断する。クエリに含まれるテーブルには明
示的にテーブル所在サイト名が指定されていない場合が
あるが、そのときにはシステムカタログなりデータディ
クショナリなどを調べ、サイト名を明らかにしておく。
For general determination of formal inclusion, see A. K
For example, the method for lug tableau is used. However, it is determined that there is no inclusion in cases that cannot be determined, such as when the columns required for query execution are not cached. There is a case where the table location site name is not explicitly specified in the table included in the query, but at that time, the site name is clarified by checking the system catalog or data dictionary.

【0015】次に、包含する既存のクエリが存在しなか
った場合には、クエリ保持手段22により、図2に示し
た形式でクエリの情報を保存する(ステップ103)。
包含する既存のクエリが存在した場合には、クエリ書換
え手段手段23により、カレントのクエリ内のテーブル
名を、包含することが判明した既存のクエリのキャッシ
ュである一時テーブル名に置き換える(ステップ10
4)。さらに、再利用したクエリの最新アクセス日時を
カレントの日時に更新しておく。以上の処理を経たクエ
リをデータベース管理システム3に対して要求する(ス
テップ105)。データベース管理システム3は、デー
ブルの所在ノードに応じて、必要ならば通信手段4を用
いてデータベースのアクセスを実行する。
Next, when there is no existing query to be included, the query holding unit 22 saves the query information in the format shown in FIG. 2 (step 103).
If there is an existing query to be included, the query rewriting means 23 replaces the table name in the current query with a temporary table name which is a cache of the existing query that is found to be included (step 10).
4). Furthermore, the latest access date / time of the reused query is updated to the current date / time. The query that has undergone the above processing is requested to the database management system 3 (step 105). The database management system 3 uses the communication means 4 to access the database according to the node where the table is located, if necessary.

【0016】次に、アクセスの結果得られたデータのキ
ャッシュのしくみについて説明する。
Next, the mechanism of the cache of the data obtained as a result of access will be described.

【0017】データベース管理システム3により処理さ
れた実行結果は、アプリケーションプログラムに返却さ
れる(ステップ106)と同時に、カレントのクエリが
保持されている場合、キャッシュ処理がなされる(ステ
ップ107以降)。両者の処理順序は実現方法次第であ
るが、本例では応答性能を考慮して並列に行うものとす
る。
The execution result processed by the database management system 3 is returned to the application program (step 106), and at the same time, if the current query is held, cache processing is performed (step 107 and subsequent steps). The processing order of both depends on the implementation method, but in this example, the processing is performed in parallel in consideration of the response performance.

【0018】まず、クエリ対応付け手段51により、ク
エリ保持形式の第5項目である一時テーブルの命名をす
る。本例では、アプリケーションプログラムのプロセス
idとプロセス内一意番号としての通番とサフィクスt
mptblとで命名しているが、最終的にコリジョンが
発生しない限り命名法は任意である。次に、キャッシュ
登録手段52により、通常のテーブル定義/データ登録
と同様にキャッシュとしての一時テーブル登録をデータ
ベース管理システム3に対して要求する。
First, the query associating means 51 names the temporary table which is the fifth item of the query holding format. In this example, the process id of the application program, the serial number as the process unique number, and the suffix t
Although it is named as mptbl, the naming method is arbitrary as long as no collision finally occurs. Next, the cache registration means 52 requests the database management system 3 to register a temporary table as a cache as in the case of normal table definition / data registration.

【0019】キャッシュ登録手段52によるキャッシュ
の登録を無制限に許すと、本来の目的に使用するデータ
ベースの領域を圧迫することになりかねない。そこで、
ある一定の許容量を設定し、それを超えてはキャッシュ
の目的には使用しないようにする対策を効率的に実現す
るのがキャッシュ置換手段53である。カレントのクエ
リの結果データ量をキャッシュの総量に加算し、許容量
以下ならばそのまま登録する(ステップ109)が、許
容量を超えたなら、クエリ保持形式の最新アクセス日時
が最も古いクエリに関して、保持情報およびキャッシュ
データを削除する(ステップ108)。必要なだけこの
操作を繰り返してカレントのキャッシュデータを登録す
る。
If the cache registration unit 52 is allowed to register the cache indefinitely, the area of the database used for the original purpose may be squeezed. Therefore,
The cache replacement unit 53 efficiently implements a measure that sets a certain allowable amount and does not use it for the purpose of cache beyond that. The result data amount of the current query is added to the total amount of cache, and if it is less than the allowable amount, it is registered as it is (step 109). Information and cache data are deleted (step 108). Repeat this operation as many times as necessary to register the current cache data.

【0020】日時を用いないでリンク構造をとる場合に
は、アクセス順を保証するために、データアクセス、お
よびキャッシュ置換のタイミングでリンクの張り替え操
作が必要になる。
When the link structure is adopted without using the date and time, in order to guarantee the access order, it is necessary to relink the link at the timing of data access and cache replacement.

【0021】[0021]

【発明の効果】以上説明したように本発明は、遠隔ノー
ド上のデータベースを一旦アクセスしたなら、そのデー
タおよびクエリを自ノードのデータベース上に通常のテ
ーブルと同様の形態で登録し、一時的なキャッシュにし
ておく。そして次のアクセスがキャッシュに含まれる場
合には、再度遠隔ノードまでアクセスせずに済む。すな
わちアプリケショーンプログラムはそれを意識すること
なしに実現することができる。
As described above, according to the present invention, once the database on the remote node is accessed, the data and the query are registered in the database of the own node in the same manner as a normal table, and the temporary table is temporarily stored. Keep it in the cache. When the next access is included in the cache, it is not necessary to access the remote node again. That is, the application program can be realized without being aware of it.

【0022】また、本発明は、非定型型な業務形態や大
規模ネットワーク上の24H稼働の運用形態で、ダウン
ロードが困難な場合でも適合することができるという効
果がある。
Further, the present invention has an effect that it can be adapted even in the case where it is difficult to download in an atypical business form or an operating form of 24H operation on a large-scale network.

【0023】さらに、キャッシュ許容量を設定し、使用
の古い方から置き換えていくことにより、一般のデータ
ベース使用領域を圧迫することなく、効率的な運用が可
能になるいう効果がある。
Further, by setting the cache allowable amount and replacing the oldest used one, there is an effect that efficient operation can be performed without putting pressure on the general database use area.

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

【図1】本発明の一実施例の機能構成を示すブロック
図。
FIG. 1 is a block diagram showing a functional configuration of an embodiment of the present invention.

【図2】クエリ保持形式を示す説明図。FIG. 2 is an explanatory diagram showing a query holding format.

【図3】図1の実施例の動作を示す流れ図。3 is a flowchart showing the operation of the embodiment of FIG.

【符号の説明】[Explanation of symbols]

1 アプリケショーンプログラム 2 クエリ保存手段 3 データベース管理システム 4 通信手段 5 データキャッシュ手段 21 クエリ解析手段 22 クエリ保持手段 23 クエリ書換え手段 51 クエリ対応付け手段 52 キャッシュ登録手段 53 キャッシュ置換手段 DESCRIPTION OF SYMBOLS 1 Application program 2 Query storage means 3 Database management system 4 Communication means 5 Data cache means 21 Query analysis means 22 Query holding means 23 Query rewriting means 51 Query associating means 52 Cache registering means 53 Cache replacing means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 通信手段によりコンピュータ間でのデー
タの受信が可能なコンピュータネットワーク上でアプリ
ケーションプログラムが発行した関係データベースアク
セス要求であるクエリに対し,自ノードに存在しないデ
ータについては遠隔コンピュータ上のデータベースにア
クセスしうるデータベース管理システムに関する分散デ
ータベース制御方式において、 アプリケーションプログラムが発行したクエリを解析し
すでに実行済みのクエリ解析手段と,後のアクセスのた
めに該クエリを保持するクエリ保持手段と,該クエリを
包含する実行済みのクエリが存在した場合に本来なら遠
隔データベース上へのアクセスとなるところを自ノード
にキャッシュしているデータへのアクセスとなるように
該クエリを書き換えるクエリ書換え手段とを有するクエ
リ保存手段と、 遠隔データベースへのアクセスにより得られたデータに
対し前記クエリ保持手段により保持しているクエリを一
対一対応に識別可能な名前を生成するクエリ対応付け手
段と,前記クエリ対応付け手段により得られた名前で該
データをデータベース管理システムに一時テーブルであ
るキャッシュとして登録要求をするキャッシュ登録手段
とを有するデータキャッシュ手段とを含むことを特徴と
する分散データベース制御方式。
1. A database on a remote computer for data that does not exist in its own node in response to a query, which is a relational database access request issued by an application program on a computer network capable of receiving data between computers by means of communication means. In a distributed database control method relating to a database management system capable of accessing a query, a query analysis unit that analyzes a query issued by an application program and has already executed, a query holding unit that holds the query for later access, and the query And a query rewriting means for rewriting the query so that the access to the data that would otherwise be accessed on the remote database is cached in the local node when there is an executed query including A query storing unit having the query storing unit, a query associating unit for generating a name capable of identifying the query held by the query holding unit with respect to the data obtained by accessing the remote database in a one-to-one correspondence, and the query associating unit. A distributed database control method, comprising: a data cache unit having a cache registration unit for making a registration request to the database management system as a cache which is a temporary table with the name obtained by the unit.
【請求項2】 前記データキャッシュ手段は、キャッシ
ュの登録時に総量が一定容量を超える場合、前記クエリ
保持手段が保持する各クエリの発生順を、前記クエリ書
換え手段が再使用するキャッシュに対応するクエリの順
番が最新になるように逐次更新した補正順に基づき、最
も使用が古いキャッシュおよび対応クエリを削除して最
新のキャッシュを登録するキャッシュ置換手段を含む請
求項1記載の分散データベース制御方式。
2. The data cache unit, when the total amount exceeds a certain capacity at the time of registering the cache, the query corresponding to the cache that the query rewriting unit reuses the order of occurrence of each query held by the query holding unit. 2. The distributed database control method according to claim 1, further comprising cache replacement means for deleting the oldest cache and the corresponding query and registering the newest cache based on the correction order that is sequentially updated so that the latest order is updated.
JP5058104A 1993-03-18 1993-03-18 Distributed data base control system Pending JPH06274401A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5058104A JPH06274401A (en) 1993-03-18 1993-03-18 Distributed data base control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5058104A JPH06274401A (en) 1993-03-18 1993-03-18 Distributed data base control system

Publications (1)

Publication Number Publication Date
JPH06274401A true JPH06274401A (en) 1994-09-30

Family

ID=13074658

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5058104A Pending JPH06274401A (en) 1993-03-18 1993-03-18 Distributed data base control system

Country Status (1)

Country Link
JP (1) JPH06274401A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0822410A (en) * 1994-07-05 1996-01-23 Toshiba Corp Information processor and its method actualizing decentralized directory system
JPH113345A (en) * 1997-06-11 1999-01-06 Mitsubishi Electric Corp Overlapped processing control system
JPWO2005022391A1 (en) * 2003-08-28 2007-11-22 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Maschines Corporation Database system, information acquisition availability inspection system, information acquisition method, and program
US7542968B2 (en) 2005-04-11 2009-06-02 International Business Machines Corporation Attribute data management system
JP2012043338A (en) * 2010-08-23 2012-03-01 Nippon Telegr & Teleph Corp <Ntt> Cache management apparatus, cache management program and recording medium
JP2012230699A (en) * 2012-07-03 2012-11-22 Fujitsu Ltd Retrieval program, retrieval method, and retrieval device
JP2016129056A (en) * 2009-07-14 2016-07-14 アビニシオ テクノロジー エルエルシー Fault tolerant batch processing

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0822410A (en) * 1994-07-05 1996-01-23 Toshiba Corp Information processor and its method actualizing decentralized directory system
JPH113345A (en) * 1997-06-11 1999-01-06 Mitsubishi Electric Corp Overlapped processing control system
JPWO2005022391A1 (en) * 2003-08-28 2007-11-22 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Maschines Corporation Database system, information acquisition availability inspection system, information acquisition method, and program
JP5430819B2 (en) * 2003-08-28 2014-03-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Database system, information acquisition availability inspection system, information acquisition method, and program
US7542968B2 (en) 2005-04-11 2009-06-02 International Business Machines Corporation Attribute data management system
JP2016129056A (en) * 2009-07-14 2016-07-14 アビニシオ テクノロジー エルエルシー Fault tolerant batch processing
JP2012043338A (en) * 2010-08-23 2012-03-01 Nippon Telegr & Teleph Corp <Ntt> Cache management apparatus, cache management program and recording medium
JP2012230699A (en) * 2012-07-03 2012-11-22 Fujitsu Ltd Retrieval program, retrieval method, and retrieval device

Similar Documents

Publication Publication Date Title
US5829022A (en) Method and apparatus for managing coherency in object and page caches
US7024525B2 (en) Distributed background track processing
CN101046821B (en) Generic database manipulator
US8090693B2 (en) System, method, and article of manufacture for maintaining and accessing a whois database
US7539778B2 (en) Method for a caching mechanism for a central synchronization server
US7031987B2 (en) Integrating tablespaces with different block sizes
US11487714B2 (en) Data replication in a data analysis system
US20040073900A1 (en) Software update management system with update chronology generator
CN104252501B (en) A kind of computing device and method executing database manipulation order
US20050125458A1 (en) Chronological data record access
JPH06274401A (en) Distributed data base control system
JPH08179980A (en) Distributed data base system
US7296024B2 (en) Method, apparatus, and computer program product for automatically migrating and managing migrated data transparently to requesting applications
US6820114B2 (en) Identifying object suppliers in a network
JPH07239808A (en) Distributed data managing system
JP3296570B2 (en) File transfer method
JP3330006B2 (en) Network system including information storage system, input system of the system, and
JPH0498546A (en) Duplicate data updating system
JPH04305742A (en) Version management processing system
JP3754393B2 (en) Distributed file apparatus, process migration method thereof, and computer apparatus
CN116069796A (en) Cache data updating method and device, equipment, medium and product thereof
JP3840726B2 (en) Database system
JPH06175902A (en) Distributed file system, file managing device, centralized controller and distributed file managing method
JP2768606B2 (en) External character management method in distributed environment
JPH11288383A (en) Master registration time difference reflection system and master registration time difference reflection method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20001107