JPH09114765A - Distributed data access system - Google Patents

Distributed data access system

Info

Publication number
JPH09114765A
JPH09114765A JP7268893A JP26889395A JPH09114765A JP H09114765 A JPH09114765 A JP H09114765A JP 7268893 A JP7268893 A JP 7268893A JP 26889395 A JP26889395 A JP 26889395A JP H09114765 A JPH09114765 A JP H09114765A
Authority
JP
Japan
Prior art keywords
time
data
access
record
start time
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
JP7268893A
Other languages
Japanese (ja)
Inventor
Hiroyuki Amada
博之 天田
Makoto Jinguji
誠 神宮司
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP7268893A priority Critical patent/JPH09114765A/en
Publication of JPH09114765A publication Critical patent/JPH09114765A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To quickly access only desired data without any damage or loss. SOLUTION: A B-system 200 for holding data is provided with the attribute 215 of the event occurrence time in the record 212 of a table 210. An A-system 100 for accessing the data holds a time stamp 130 composed of the start time 131 and the object time 132 after that or the like for the access object of the data. In the A-system 100, the time stamp 130 is regularly accessed, the present time of a clock 140 is compared with the access object start time, and when the activation time comes, a polling request is originated including a table name, the start time of the access object and the object time. In the B-system 200, when the polling request is received, the attribute 215 of the records of the pertinent table is checked and only the records in a pertinent time band are selected and returned to the A-system.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ひとつ又はいくつ
かのシステムでデータを収集し、他のシステムで該シス
テムが保持するデータをアクセスし利用する分散型デー
タアクセスシステムに係り、詳しくは、このようなシス
テム間のデータアクセスにおいて該当のデータのみを効
率的にアクセスする方式に関わる。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed data access system for collecting data in one or some systems and accessing and utilizing data held by the systems in other systems. It relates to a method for efficiently accessing only the relevant data in the data access between such systems.

【0002】[0002]

【従来の技術】従来、あるシステムでデータを収集管理
するテーブルを保持し、他のシステムでこのテーブルを
アクセスする分散型データアクセスシステムにおいて
は、アクセスする側のシステムすなわちデータ利用シス
テムはデータがいつ変更されているか分からないため、
テーブルを一定周期で全レコードアクセスして、該デー
タ利用システム側でレコードの属性を調べて該当するレ
コード(データ)を取捨選択する方式が一般的であっ
た。
2. Description of the Related Art Conventionally, in a distributed data access system in which a system holds a table for collecting and managing data, and another system accesses this table, the accessing side system, that is, the data utilization system I don't know if it has changed,
A general method is to access all the records in a table at regular intervals, check the attributes of the records on the side of the data utilization system, and select or discard the corresponding records (data).

【0003】[0003]

【発明が解決しようとする課題】上記従来技術では、収
集不要なレコードもアクセスしてしまい、効率的でない
という問題があった。また、アクセスするシステムが一
時的に停止した場合には、収集データに欠損がでてしま
うという問題もあった。
The above-mentioned conventional technique has a problem that it is not efficient because it also accesses records that are not required to be collected. In addition, there is a problem that the collected data may be lost when the accessing system is temporarily stopped.

【0004】本発明の目的は、上記従来技術の問題点を
解決し、該当テーブルから該当レコードのみを迅速かつ
効率的にアクセス可能とする分散型データアクセスシス
テムを提供することにある。
An object of the present invention is to solve the above problems of the prior art and to provide a distributed data access system capable of quickly and efficiently accessing only the relevant record from the relevant table.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
に、データを収集管理するシステムは、テーブルのレコ
ードに、該レコードが生成又は更新された時刻であるイ
ベント発生時刻を付加し、データアクセス要求システム
からテーブルに対するデータアクセス要求を受信したと
きには、レコードの前記イベント発生時刻を順次検査
し、前記データアクセス要求に適合するイベント発生時
刻を有するレコードを選択して該当システムに返送する
機能を設け、データアクセス要求のシステムは、データ
アクセス開始時刻と該開始時刻からのアクセス対象時間
を、前記テーブル毎に保持し、前記開始時刻と現在の時
刻を比較し、データアクセス起動時刻になったと判断し
た場合に、アクセス対象のテーブル名と、該テーブルに
対応する該開始時刻と該対象時間を含むアクセス要求を
前記システムに発する機能を設けたことを特徴とする。
In order to achieve the above object, a system for collecting and managing data adds an event occurrence time, which is a time when the record is created or updated, to a data record in the table, and accesses the data. When a data access request for a table is received from the request system, a function is provided to sequentially check the event occurrence times of the records, select a record having an event occurrence time that matches the data access request, and return the record to the corresponding system. When the data access request system holds the data access start time and the access target time from the start time for each table, compares the start time with the current time, and determines that it is the data access start time. The table name of the access target and the start time corresponding to the table Characterized in that a function of generating an access request including the target time to the system.

【0006】本発明では、アクセスされるレコードにあ
らかじめイベント発生時刻を設定しておき、アクセス要
求を行うシステムではテーブル名と開始時刻と開始時刻
からの時間帯である対象時間からなるタイムスタンプで
指示されたデータのアクセス対象を含めて、データを保
持する他のシステムにデータアクセス要求を行う。アク
セスされたシステムでは、このタイムスタンプを用いて
該当テーブルから該当するレコードのみを選択してこれ
を返送する。これにより、システム間でデータアクセス
する場合に、対象データのみを効率的にアクセスでき
る。
According to the present invention, an event occurrence time is set in advance in a record to be accessed, and in a system that makes an access request, a table name, a start time, and a time stamp consisting of a target time which is a time zone from the start time are used for indication. A data access request is made to another system that holds the data, including the access target of the obtained data. The accessed system selects only the corresponding record from the corresponding table using this time stamp and returns it. Thereby, when data is accessed between the systems, only the target data can be efficiently accessed.

【0007】[0007]

【発明の実施の形態】本発明の適用対象の具体例として
は、通信網オペレーションシステムにおけるデータアク
セスがある。図1に、この種のシステムの概念図を示
す。図1において、通信網のオペレーションシステムに
おける通信網を構成する交換機システム200は複数の
テーブル210を保持し、イベント発生検出部230が
故障などのイベントを検出すると、該当テーブルに該当
レコードを書き込む。一方、オペレーションシステム1
00では、故障、ログなどのオペレーション情報収集の
ために交換機システム200にポーリング要求を発行し
て、該当レコードを受信し、収集テーブル110に書き
込む。この場合、オペレーションシステム100では、
通信網で時々刻々発生するイベントを交換機システム2
00から収集する必要がある。イベントとしては、装置
の故障、通信網の利用イベントログおよび交換機の増設
イベントなどがある。これらのイベントは、その種類に
より収集の即時性の要求が異なるのが一般である。本発
明は、このようなシステム間においてデータの種別に応
じて合理的なデータアクセスを提供するものである。
BEST MODE FOR CARRYING OUT THE INVENTION A specific example of the application of the present invention is data access in a communication network operation system. FIG. 1 shows a conceptual diagram of this type of system. In FIG. 1, an exchange system 200 forming a communication network in an operation system of the communication network holds a plurality of tables 210, and when the event occurrence detecting unit 230 detects an event such as a failure, writes a corresponding record in the corresponding table. On the other hand, operation system 1
At 00, a polling request is issued to the exchange system 200 to collect operation information such as a failure and a log, and the corresponding record is received and written in the collection table 110. In this case, in the operation system 100,
Switch system 2 for events that occur momentarily in the communication network
It is necessary to collect from 00. Events include equipment failures, communication network utilization event logs, and exchange expansion events. Generally, these events have different demands for immediacy of collection depending on their types. The present invention provides rational data access between such systems according to the type of data.

【0008】図2に、本発明の一実施例の全体構成図を
示す。Aシステム100はBシステム200にデータア
クセスとして該アクセスしたデータを利用するシステ
ム、Bシステム200はデータを収集、保持してデータ
アクセス要求を受信すると、該当のデータを返送するシ
ステムである。例えば、Aシステム100は図1のオペ
レーションシステムに対応し、Bシステム200は図1
の交換機システムに対応する。データアクセスは、定期
または非定期に行うことができるが、本実施例では、シ
ステムが正常の場合に一般的な方法である定期的にアク
セスするポーリング方式を適用して説明する。120と
220がそれぞれポーリング処理プログラムである。
FIG. 2 shows an overall configuration diagram of an embodiment of the present invention. The A system 100 is a system that uses the accessed data as a data access to the B system 200, and the B system 200 is a system that returns the corresponding data when a data access request is received after collecting and holding the data. For example, the A system 100 corresponds to the operation system of FIG. 1, and the B system 200 corresponds to the operation system of FIG.
Corresponding to the exchange system. Although data access can be performed regularly or irregularly, this embodiment will be described by applying a polling method of regularly accessing, which is a general method when the system is normal. Reference numerals 120 and 220 are polling processing programs.

【0009】Bシステム200において、データを保持
する形態としてはファイル、テーブル、オブジェクトな
どがあり、本発明はどの形態にも適用できるものである
が、本実施例ではテーブル210とレコード212で説
明する。テーブル210はデータ種類毎のデータ群、レ
コード212は該テーブル210中のアクセス単位のデ
ータを意味する。ここで、アクセスされるテーブルを保
持するBシステム200では、レコード212にイベン
ト発生時刻の属性215を持つ。この属性215に、当
該レコード212の更新または生成の時刻またはレコー
ド212が表現するイベントの発生時刻を設定してお
く。
In the B system 200, there are a file, a table, an object, etc. as a form for holding data, and the present invention can be applied to any form. In this embodiment, the table 210 and the record 212 will be explained. . The table 210 means a data group for each data type, and the record 212 means data of an access unit in the table 210. Here, in the B system 200 that holds the accessed table, the record 212 has the event occurrence time attribute 215. In this attribute 215, the update or generation time of the record 212 or the occurrence time of the event represented by the record 212 is set.

【0010】一方、アクセスするAシステム100で
は、データのアクセス対象を開始時刻131と開始時刻
からの時間帯である対象時間132からなるタイムスタ
ンプ130で表現し、これを収集テーブル110毎に記
憶装置などに保持する。更に、システムが管理する時計
140にはシステム間でずれがあるのが一般であり、ポ
ーリング動作を保証するために、ポーリング待合せ時間
すなわち起動待ち合せ時間133をタイムスタンプ13
0に追加する。該起動待合せ時間133は、開始時刻か
ら対象時間経過し、さらにそれから一定時間後にポーリ
ンクすることを規定するものであり、これを0にできる
理想的な場合には、タイムスタンプ130は開始時刻1
31と対象時間132だけで済む。
On the other hand, in the accessing A system 100, the data access target is represented by a time stamp 130 composed of a start time 131 and a target time 132 which is a time zone from the start time, and this is stored in each storage table 110 for each storage device. Etc. Furthermore, the clocks 140 managed by the system generally have a difference between the systems, and in order to guarantee the polling operation, the polling waiting time, that is, the start waiting time 133 is set to the time stamp 13.
Add to 0. The activation waiting time 133 defines that the target time has elapsed from the start time, and then the polling is performed after a fixed time, and in the ideal case where this can be set to 0, the time stamp 130 indicates that the start time is 1.
Only 31 and target time 132 are required.

【0011】Aシステム100では、ポーリング処理プ
ログラム120にて、システム内のタイムスタンプ13
0を定期的にアクセスして、時計140の現在の時刻と
アクセス対象開始時間131を検索して、ポーリング起
動時刻になったことを判断すると、テーブル名とアクセ
ス対象開始時刻131とアクセス対象時間132を含め
て、Bシステム200にポーリング要求を出す。システ
ムが正常時には、現在時刻がアクセス対象開始時刻13
1にアクセス対象時間132を加え、それに起動待合せ
時間133を加算した時刻になったときにポーリングを
起動する。Bシステム200では、ポーリング要求を受
信すると、ポーリング処理プログラム220にて、該当
テーブル210のレコード212のイベント発生時刻の
属性215をみて、これがアクセス対象開始時刻からア
クセス対象の時間帯にはいっているレコードのみを選択
し、Aシステム100に返送する。この場合、レコード
の選択条件として他の条件があっても構わない。
In the A system 100, the time stamp 13 in the system is set by the polling processing program 120.
0 is regularly accessed, the current time of the clock 140 and the access target start time 131 are searched, and when it is determined that the polling start time has come, the table name, the access target start time 131, and the access target time 132 are determined. , And issues a polling request to the B system 200. When the system is normal, the current time is the access start time 13
The access target time 132 is added to 1, and the polling is started when the start waiting time 133 is added. In the B system 200, when the polling request is received, the polling processing program 220 looks at the event occurrence time attribute 215 of the record 212 of the corresponding table 210, and records this from the access target start time to the access target time zone. Only the selected item is returned to the A system 100. In this case, there may be other conditions as record selection conditions.

【0012】このように、データアクセスの対象レコー
ドはイベント発生時刻に対する時間帯で一元的に表現で
きるのが一般である。これを利用することにより、該当
のレコードのみを返送できることから効率的なデータア
クセスが実現できる。なお、データアクセスの対象時間
を示すアクセス対象時間はポーリングによる定期的アク
セスではポーリング周期に等しくなる。
As described above, the data access target record can be generally expressed in a time zone corresponding to the event occurrence time. By using this, only the relevant record can be returned, so that efficient data access can be realized. The access target time indicating the target time of data access is equal to the polling cycle in the periodic access by polling.

【0013】次に、アクセス対象開始時刻の更新につい
て、図3により説明する。はじめに、両システム10
0,200が正常に稼働している場合について説明す
る。データアクセスはポーリング周期で定期的に行う。
このとき対象となるレコードは、前周期に更新、生成さ
れたレコードである。図3では、アクセス対象開始時刻
tから、アクセス対象時間T1の時間帯にイベントが発
生したレコードが対象となる。現在の時刻が、アクセス
対象開始時刻tにアクセス対象時間T1と起動待合せ時
間T2の加算値になると、ポーリング要求すなわちデー
タアクセスを開始する。ひとつのデータアクセスが完了
すると、アクセス対象開始時刻tの値をアクセス対象時
間T1だけ加算して次のアクセス対象開始時刻とし、次
のポーリング周期のデータアクセスに備える。
Next, the update of the access target start time will be described with reference to FIG. First, both systems 10
A case where 0, 200 is operating normally will be described. Data access is performed periodically at a polling cycle.
The target record at this time is the record updated and generated in the previous cycle. In FIG. 3, a record in which an event occurs in the access target time T 1 from the access target start time t is a target. When the current time becomes the sum of the access target time T 1 and the activation waiting time T 2 at the access target start time t, the polling request, that is, the data access is started. When one data access is completed, the value of the access target start time t is added by the access target time T 1 to obtain the next access target start time, and the data access of the next polling cycle is prepared.

【0014】次に、システムが故障の場合について説明
する。Aシステム100のポーリング処理プログラム1
20はバグなどが原因となり、一時的に動作が停止し、
その後再開することがありうる。このような場合にも、
タイムスタンプ130をデータベースまたはファイルに
記憶しておくことにより、その内容を正しく保持するこ
とができる。ポーリング処理プログラム120の再開後
には、アクセス対象開始時刻と現在時刻を比較すると、
過去に発生したデータがアクセスされていないことが分
かる。この場合、アクセス対象開始時刻からデータアク
セスを再開することにより、欠損無くデータが収集でき
る。
Next, the case where the system is out of order will be described. A system 100 polling processing program 1
20 is temporarily stopped due to a bug etc.,
It may restart after that. Even in this case,
By storing the time stamp 130 in a database or a file, its contents can be retained correctly. After restarting the polling processing program 120, comparing the access target start time with the current time,
It can be seen that the data generated in the past has not been accessed. In this case, data can be collected without loss by restarting the data access from the access start time.

【0015】オペレーションシステムでは、トラヒック
のように即時性の高いデータから交換機増設情報など、
即時性の低いデータなど、多様なテーブルのアクセスが
必要になる。この場合、Aシステム100では、タイム
スタンプ130はアクセスするテーブル毎にデータベー
スのテーブルに格納しておく。タイムスタンプをテーブ
ルに格納しておくことにより、これらのパラメータが容
易に更新でき、アクセス対象時間などの再調整が必要に
なったときにも柔軟に対応できる。そのため、システム
間の通信時間が変更になった場合、または、それぞれの
システム100,200の動作の基本となる時計のシス
テム間での時刻ずれが発生した場合、または、Bシステ
ム200におけるレコード生成と更新に要する処理時間
がシステムにより異なった場合、またはデータ収集の即
時性の要求が変わった場合にも、タイムスタンプのパラ
メータ値を変えるだけで柔軟に対応できるという利点が
ある。なお、図2において、Bシステム200でアクセ
スされるデータを保持するテーブル210はデータベー
スのテーブルでもよいし、オブジェクトでもよいことは
自明である。
In the operation system, data such as traffic, which has high immediacy, is added to information such as exchange expansion information.
It is necessary to access various tables such as non-immediate data. In this case, in the A system 100, the time stamp 130 is stored in the database table for each accessed table. By storing the time stamps in the table, these parameters can be easily updated and can be flexibly dealt with when readjustment of the access target time becomes necessary. Therefore, when the communication time between the systems is changed, or when the time difference between the systems of the clocks, which is the basis of the operation of the respective systems 100 and 200, occurs, or the record generation in the B system 200 is performed. Even when the processing time required for updating differs depending on the system, or when the demand for immediacy of data collection changes, there is an advantage that it can be flexibly dealt with by changing the parameter value of the time stamp. In FIG. 2, it is obvious that the table 210 holding the data accessed by the B system 200 may be a database table or an object.

【0016】図4に、Aシステム100のポーリング処
理プログラム120のフロー例を示す。本処理フローは
定期的に起動される。まず、時計140の現在時刻とタ
イムスタンプ130のアクセス対象開始時刻131を比
較し、現在時刻がアクセス対象開始時刻(t)からアク
セス対象時間(T1)を経過すると、ポーリング起動と
判断し(ステップ401)、起動待合せ時間(T2)だけ
待ち合せて(ステップ402)、Bシステム200へポ
ーリング要求を出す(ステップ403)。これに対し、
Bシステム200からは、アクセス対象開始時刻(t)
から対象時間(T2)までの間の該当テーブルの該レコー
ドが返送されてくる(ステップ404)。この返送され
てきたレコードを該当収集テーブル110へ書き込み
(ステップ405)、タイムスタンプ130のアクセス
対象開始時刻131をt+T1に更新する(ステップ4
06)。そして、レコードの収集を終了するか否か判定
し(ステップ407)、継続する場合はステップ401
に戻る。
FIG. 4 shows a flow example of the polling processing program 120 of the A system 100. This processing flow is regularly activated. First, the current time of the clock 140 and the access target start time 131 of the time stamp 130 are compared, and when the current time has passed the access target time (T 1 ) from the access target start time (t), it is determined that polling is activated (step 401), and waits for the start waiting time (T 2 ) (step 402), and issues a polling request to the B system 200 (step 403). In contrast,
From B system 200, access start time (t)
To the target time (T 2 ) from the corresponding table is returned (step 404). The returned record is written in the collection table 110 (step 405), and the access target start time 131 of the time stamp 130 is updated to t + T 1 (step 4).
06). Then, it is determined whether or not to end the record collection (step 407), and in the case of continuing, step 401
Return to

【0017】異常によりシステムが一時的に停止した場
合には、タイムスタンプ130のアクセス対象開始時刻
131は更新されない。この場合、システム再開後に、
ポーリング処理プログラム120が起動されると、ステ
ップ401で現在時刻とアクセス対象開始時刻を比較す
ると、ポーリング起動の時刻であることが判断できる。
ポーリングを1回実行した後で、再びポーリング起動の
判断を行うと、依然としてポーリング起動の時刻である
ことが判断できるため、連続して何回かポーリングを行
う。Aシステム100では、収集したログデータを時間
帯ごとに集約して加工することが考えられる。このため
には、時間帯毎にデータがアクセスできると便利であ
る。したがって、システム停止から再開後に一括してデ
ータアクセスする場合にも、加工の時間帯と同じアクセ
ス対象時間毎に連続してアクセスする。この方法では、
アクセス対象時間単位にアクセスすることからアクセス
回数は増加するものの、データが加工単位に収集できる
という長所がある。
When the system is temporarily stopped due to an abnormality, the access target start time 131 of the time stamp 130 is not updated. In this case, after restarting the system,
When the polling processing program 120 is started, the current time is compared with the access target start time in step 401, and it can be determined that the polling start time is reached.
If the polling activation is determined again after executing the polling once, it can be determined that the polling activation time is still reached, so the polling is performed several times in succession. In the A system 100, it is conceivable to collect the collected log data for each time zone and process it. For this purpose, it is convenient if the data can be accessed at each time zone. Therefore, even when the data is collectively accessed after the system is stopped and restarted, the data is continuously accessed at the same access target time as the processing time zone. in this way,
Although the number of times of access is increased by accessing the access target time unit, there is an advantage that data can be collected in processing units.

【0018】[0018]

【発明の効果】以上説明したように本発明によれば、ア
クセスされるレコードにあらかじめイベント発生時刻を
設定しておき、アクセス要求を行うシステムではテーブ
ル名と開始時刻と開始時刻からの時間帯である対象時間
からなるタイムスタンプで指示されたデータのアクセス
対象を含めて、データを保持する他のシステムにデータ
アクセス要求を行うことにより、該当するデータのみを
効率的にアクセスできる効果がある。さらに、システム
が一時停止した場合にも、欠損なくデータが収集できる
効果がある。また、ポーリング起動時刻とポーリング対
象時間等からなるタイムスタンプをテーブルで一元的に
表現することにより、容易にその再調整が可能であると
いう利点もある。
As described above, according to the present invention, the event occurrence time is set in advance in the record to be accessed, and in the system that issues an access request, the table name, the start time, and the time zone from the start time are used. By making a data access request to another system that holds the data including the access target of the data designated by the time stamp consisting of a certain target time, only the relevant data can be efficiently accessed. Furthermore, even if the system is suspended, there is an effect that data can be collected without loss. Further, there is also an advantage that the time stamps including the polling start time and the polling target time are expressed in a table in a unified manner so that the readjustment can be easily performed.

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

【図1】本発明の適用対象の具体例を示すシステムの概
略構成図である。
FIG. 1 is a schematic configuration diagram of a system showing a specific example of an application target of the present invention.

【図2】本発明の一実施例のシステムの全体構成図であ
る。
FIG. 2 is an overall configuration diagram of a system according to an embodiment of the present invention.

【図3】アクセス対象開始時刻更新を説明する図であ
る。
FIG. 3 is a diagram illustrating updating of an access target start time.

【図4】本発明によるポーリング処理フローの一例を示
す図である。
FIG. 4 is a diagram showing an example of a polling processing flow according to the present invention.

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

100 Aシステム 110 収集テーブル 120 ポーリング処理プログラム 130 タイムスタンプ 131 アクセス対象開始時刻 132 アクセス対象時間 133 起動待合せ時間 140 時計 200 Bシステム 210 テーブル 212 レコード 215 イベント発生時刻 220 ポーリング処理プログラム 100 A system 110 Collection table 120 Polling processing program 130 Time stamp 131 Access target start time 132 Access target time 133 Startup waiting time 140 Clock 200 B system 210 Table 212 Record 215 Event occurrence time 220 Polling processing program

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 一つ又は複数のテーブルを有する第1の
システムと、前記第1のシステムのテーブルをアクセス
する第2のシステムからなる分散型データアクセスシス
テムにおいて、 前記第1のシステムは、テーブルのレコードに、該レコ
ードが生成又は更新された時刻であるイベント発生時刻
を付加し、前記第2のシステムからテーブルに対するデ
ータアクセス要求を受信したときには、レコードの前記
イベント発生時刻を順次検査し、前記データアクセス要
求に適合するイベント発生時刻を有するレコードを選択
して前記第2のシステムに返送する機能を有し、 前記第2のシステムは、データアクセス開始時刻と該開
始時刻からのアクセス対象時間を、前記テーブル毎に保
持し、前記開始時刻と現在の時刻を比較し、データアク
セス起動時刻になったと判断した場合に、アクセス対象
のテーブル名と、該テーブルに対応する該開始時刻と該
対象時間を含むアクセス要求を前記第1のシステムに発
する機能を有する、ことを特徴とする分散型データアク
セスシステム。
1. A distributed data access system comprising a first system having one or more tables and a second system for accessing the tables of the first system, wherein the first system is a table. To the record, the event occurrence time that is the time when the record was created or updated is added, and when the data access request for the table is received from the second system, the event occurrence time of the record is sequentially inspected, and It has a function of selecting a record having an event occurrence time that matches a data access request and returning it to the second system, and the second system provides a data access start time and an access target time from the start time. , Hold for each table, compare the start time with the current time, start data access A distribution having a function of issuing an access request including a table name of an access target, the start time corresponding to the table, and the target time to the first system when it is determined Type data access system.
JP7268893A 1995-10-17 1995-10-17 Distributed data access system Pending JPH09114765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7268893A JPH09114765A (en) 1995-10-17 1995-10-17 Distributed data access system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7268893A JPH09114765A (en) 1995-10-17 1995-10-17 Distributed data access system

Publications (1)

Publication Number Publication Date
JPH09114765A true JPH09114765A (en) 1997-05-02

Family

ID=17464739

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7268893A Pending JPH09114765A (en) 1995-10-17 1995-10-17 Distributed data access system

Country Status (1)

Country Link
JP (1) JPH09114765A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100306179B1 (en) * 1998-05-18 2001-09-26 가나이 쓰토무 Data transmitting apparatus and liquid crystal display apparatus
JP2005252617A (en) * 2004-03-03 2005-09-15 Ntt Docomo Inc Communication network managing equipment, and device and method for managing journal data
JP2007264802A (en) * 2006-03-27 2007-10-11 Sanyo Electric Co Ltd Monitor controller and monitor controller restarting method
JP2021039472A (en) * 2019-09-02 2021-03-11 Necフィールディング株式会社 Monitoring device, monitoring method and program, and monitoring system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100306179B1 (en) * 1998-05-18 2001-09-26 가나이 쓰토무 Data transmitting apparatus and liquid crystal display apparatus
JP2005252617A (en) * 2004-03-03 2005-09-15 Ntt Docomo Inc Communication network managing equipment, and device and method for managing journal data
JP2007264802A (en) * 2006-03-27 2007-10-11 Sanyo Electric Co Ltd Monitor controller and monitor controller restarting method
JP2021039472A (en) * 2019-09-02 2021-03-11 Necフィールディング株式会社 Monitoring device, monitoring method and program, and monitoring system

Similar Documents

Publication Publication Date Title
CN107783975B (en) Method and device for synchronous processing of distributed databases
US8892719B2 (en) Method and apparatus for monitoring network servers
US20040107381A1 (en) High performance transaction storage and retrieval system for commodity computing environments
JPH11134306A (en) Control manager computer and recording medium and computer operation control method
CN110046039A (en) Method for scheduling task and system, control centre's server and storage medium
CN109542892A (en) A kind of relativization implementation method of real-time data base, apparatus and system
CN110895488B (en) Task scheduling method and device
CN111400011B (en) Real-time task scheduling method, system, equipment and readable storage medium
CN115587118A (en) Task data dimension table association processing method and device and electronic equipment
CN113760513A (en) Distributed task scheduling method, device, equipment and medium
CN114416868B (en) Data synchronization method, device, equipment and storage medium
CN102081757A (en) Report making method and system
JPH09114765A (en) Distributed data access system
CN117389830A (en) Cluster log acquisition method and device, computer equipment and storage medium
CN115562676B (en) Triggering method of graph calculation engine
CN109753245B (en) Multi-disk load balancing asynchronous read-write scheduling method and device
JPH0392942A (en) Storing method and accessing method for file
CN115587141A (en) Database synchronization method and device
CN114692585A (en) Table service processing method and system
CN114201513A (en) Full link tracking service adaptation method and system
CN116701387A (en) Data segmentation writing method, data reading method and device
CN112799835A (en) Method and system for processing metadata of distributed database system
CN109976944B (en) Data processing method and system, storage medium and electronic device
JPH07114495A (en) Multiplexing file managing system
CN109921963A (en) A kind of network state method for inspecting and system