JP3468181B2 - Distributed data processing apparatus, data storage method, load distribution method, and recording medium - Google Patents

Distributed data processing apparatus, data storage method, load distribution method, and recording medium

Info

Publication number
JP3468181B2
JP3468181B2 JP35970499A JP35970499A JP3468181B2 JP 3468181 B2 JP3468181 B2 JP 3468181B2 JP 35970499 A JP35970499 A JP 35970499A JP 35970499 A JP35970499 A JP 35970499A JP 3468181 B2 JP3468181 B2 JP 3468181B2
Authority
JP
Japan
Prior art keywords
data
data processing
ratio
read
mod
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP35970499A
Other languages
Japanese (ja)
Other versions
JP2001175612A (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
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 JP35970499A priority Critical patent/JP3468181B2/en
Publication of JP2001175612A publication Critical patent/JP2001175612A/en
Application granted granted Critical
Publication of JP3468181B2 publication Critical patent/JP3468181B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

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 processing technique, and more particularly, to a data access system and method having a load balancing mechanism in consideration of improvement of data access performance by a disk cache in a non-shared data access environment. And a recording medium.

【0002】[0002]

【従来の技術】一台のディスク装置に大規模データを配
置し、データアクセスを集中させると、二次記憶装置上
のデータのアクセス速度がコンピュータの他の部分の処
理速度に比べて遅いため、ボトルネックとなる。そこ
で、従来より、ディスク装置など二次記憶装置上の大規
模データのアクセス性能を高める方法として、データを
小断片データに分割し、それらを並列にアクセスするデ
ータアクセス方法が用いられている。
2. Description of the Related Art When large-scale data is arranged in one disk device and data access is concentrated, the access speed of data on the secondary storage device is slower than the processing speed of other parts of the computer. It becomes a bottleneck. Therefore, conventionally, as a method of improving the access performance of large-scale data on a secondary storage device such as a disk device, a data access method of dividing the data into small fragment data and accessing them in parallel has been used.

【0003】このうち代表的な方法として、ストライピ
ング法がよく知られている。ストライピング法は、元デ
ータを複数の分割データを生成し、異なるディスク上に
配置し、データアクセスの際には、それら分割データを
並列にアクセスする。
Of these, the striping method is well known as a typical method. In the striping method, original data is generated as a plurality of pieces of divided data, arranged on different disks, and when the data is accessed, those pieces of divided data are accessed in parallel.

【0004】並列データアクセスのためのプラットフォ
ームとしては、例えばRAID(redundant arrays o
f inexpensive disk)システムのような専用装置を用
いたものと、ディスク装置がそれぞれ独立した計算機ノ
ードに接続された非共有型の計算機クラスタを用いたも
のがある。これらのシステムは、例えば並列データベー
スや画像や音声サーバ等の用途で多く採用されている。
As a platform for parallel data access, for example, RAID (redundant arrays o)
There are those that use a dedicated device such as a f inexpensive disk system, and those that use a non-shared computer cluster in which the disk devices are connected to independent computer nodes. These systems are often used in applications such as parallel databases and image and voice servers.

【0005】このうち、非共有型システムでは、ディス
ク装置をノード間で共有しないため、故障等の原因によ
り、あるノードのディスク装置の利用が不可能になる
と、そのディスク装置上に配置したデータへのアクセス
が不可能になる。
Among them, in the non-shared type system, the disk device is not shared between the nodes, and therefore when the disk device of a certain node becomes unavailable due to a failure or the like, the data allocated to the disk device is changed. Access becomes impossible.

【0006】そこで、同じ小断片データを一つのディス
ク装置に配置するだけでなく、その写しを他の複数のデ
ィスク装置にも、冗長に配置し、ディスク装置の障害な
どによるデータアクセス不能に対処することも行われて
いる。
Therefore, not only the same small fragment data is arranged in one disk device, but a copy thereof is also redundantly arranged in a plurality of other disk devices to cope with inaccessibility of data due to a failure of the disk device. Things are also being done.

【0007】ところで、ノードによって二次記憶装置の
応答性能(レスポンスタイム)に差がでることがある。
これは、ノード間でのデータアクセス要求に差がある場
合、あるいはデータアクセス要求に対応するデータ量が
ノード間に差があり、例えば大きなデータを読み出す必
要があるノードの応答時間が他のノードよりも長くな
る、といった状況の時に生じる。
By the way, the response performance (response time) of the secondary storage device may differ depending on the node.
This is because when there is a difference in data access requests between nodes, or the amount of data corresponding to a data access request differs between nodes, for example, the response time of a node that needs to read large data is larger than other nodes. It also occurs when the situation becomes longer.

【0008】応答時間に差が出ると、システム全体の平
均応答時間は、最も悪いノードを待ち合わせるため長く
なる。そこで、全ノードの応答時間を均一にするための
負荷分散技術が実装されている。
When the response times are different, the average response time of the entire system becomes longer because it waits for the worst node. Therefore, load balancing technology is implemented to make the response times of all nodes uniform.

【0009】非共有型クラスタにおいて、最大の処理性
能を実現するためには、各ノード間で処理負荷を均等に
分担することが望ましい。
In a non-shared cluster, it is desirable to evenly share the processing load among the nodes in order to realize the maximum processing performance.

【0010】しかしながら、各ノードにかかる負荷が均
等になるように処理を割り当てることは必ずしも容易で
はない。例えば、データベースからのアクセスが特定の
データに集中した場合、そのデータを持つノードの負荷
が他のノードの負荷より高くなる。
However, it is not always easy to allocate processing so that the load on each node becomes equal. For example, when the access from the database concentrates on specific data, the load of the node having the data becomes higher than the load of other nodes.

【0011】また、検索処理には、検索条件に該当する
データの件数が多いほど処理負荷が大きくなるものがあ
る。この場合、全ノードに同じ検索処理を行うように指
示しても、各ノードで見つかった該当データ件数に応じ
て各ノードには異なる大きさの負荷がかかってしまう。
In some search processes, the processing load increases as the number of data items that satisfy the search conditions increases. In this case, even if all nodes are instructed to perform the same search processing, a different load is applied to each node according to the number of relevant data items found in each node.

【0012】そして各ノードに加わる負荷が実行時にし
かわからない処理では、実行時の負荷に基づいて処理の
割り当てを変更することで、均等な負荷分散が実現でき
る。
In a process in which the load applied to each node is known only at the time of execution, it is possible to realize even load distribution by changing the allocation of the process based on the load at the time of execution.

【0013】このような負荷分散を行う技術が、例えば
特願平11−136742号、特願平11−12827
3号、特願平11−279544号(いずれも本願出願
時未公開)等に提案されている。これらの先願に記載さ
れている方法では、各ノードに配置したデータ(原本デ
ータ)の複製を作成し、原本データを配置したノード
(以下、「原本ノード」という)とは異なるノード(以
下、「コピーノード」という)に配置する。この結果、
データは最低でも2つ以上のノードに格納されているた
め、原本ノードの負荷が重い場合には、コピーノードに
対してデータアクセス要求を配布し、これにより各計算
機ノードの負荷を均一にすることができる。
Techniques for performing such load distribution are disclosed in, for example, Japanese Patent Application No. 11-136742 and Japanese Patent Application No. 11-12827.
No. 3, Japanese Patent Application No. 11-279544 (all unpublished at the time of filing of the present application) and the like. In the methods described in these prior applications, a copy of the data (original data) placed in each node is created, and a node different from the node in which the original data is placed (hereinafter referred to as "original node") "Copy node"). As a result,
Since the data is stored in at least two or more nodes, if the load on the original node is heavy, distribute the data access request to the copy node, thereby making the load on each computer node uniform. You can

【0014】[0014]

【発明が解決しようとする課題】情報処理装置におい
て、二次記憶装置へのアクセス効率を高めるために、デ
ィスクキャッシュが搭載されており、オペレーティング
システムにおいても、ディスクキャッシュアクセス機能
が具備されている。ディスクキャッシュを具備したシス
テムでの応答時間は、キャッシュにヒットした場合に
は、ディスク装置よりなる二次記憶装置をアクセスする
場合と比べて、その応答時間は特段に短い。
The information processing apparatus is equipped with a disk cache in order to improve the access efficiency to the secondary storage device, and the operating system is also equipped with a disk cache access function. The response time in a system equipped with a disk cache is particularly short when the cache is hit as compared with the case where a secondary storage device including a disk device is accessed.

【0015】一方、ディスクキャッシュに外れる(ミス
ヒットする)処理が多いと、クラスタシステム全体のデ
ータアクセス性能が落ちてしまう。
On the other hand, if there are many processes that are out of the disk cache (miss hits), the data access performance of the entire cluster system will deteriorate.

【0016】上記したクラスタ型の分散データアクセス
の動的負荷分散方式においては、ディスクキャッシュの
効果に対して特別な配慮はなされていない。
In the above-mentioned cluster type distributed data access dynamic load balancing system, no special consideration is given to the effect of the disk cache.

【0017】通常は、原本ノードに、データアクセス要
求を配布し、原本ノードの負荷が高いと判断すると、コ
ピーノードにアクセス要求を配布する。ディスクキャッ
シュの存在しない環境では、従来の技術の負荷均衡方式
は、有効である。
Normally, the data access request is distributed to the original node, and when it is determined that the load on the original node is high, the access request is distributed to the copy node. In an environment where there is no disk cache, the load balancing method of the related art is effective.

【0018】しかしながら、ディスクキャッシュを具備
したシステム構成において、原本ノードであればディス
クキャッシュに当り(キャッシュにヒットする)、高速
に処理できるアクセス要求であっても、原本ノードの負
荷が高い場合、たまにしかアクセスしないコピーノード
にアクセス要求を配布してしまい、この場合、コピーノ
ードではキャッシュにヒットしないために、ディスク装
置からデータの読み出しを行い、処理に長い時間がかか
る、という状況がしばしば起こる。
However, in the system configuration including the disk cache, even if the original node hits the disk cache (hits the cache) and the access request can be processed at high speed, the original node occasionally has a heavy load. The access request is distributed to the copy node that is accessed only, and in this case, the copy node does not hit the cache, so that the data is read from the disk device and the processing often takes a long time.

【0019】そして、ディスクキャッシュに当らないア
クセスのために、クラスタ全体のデータアクセス効率が
低下してしまう。このように、非共有型クラスタシステ
ムの分散データアクセスにおいては、アクセス要求配布
先でのディスクキャッシュのミスヒット等によって、性
能が特段に低下してしまう場合がある。
Further, since the access does not hit the disk cache, the data access efficiency of the entire cluster is reduced. As described above, in the distributed data access of the non-shared cluster system, the performance may be particularly deteriorated due to a miss hit of the disk cache at the access request distribution destination.

【0020】また原本データとコピーデータを別々のフ
ァイルとして、二次記憶装置上に配置するため、負荷分
散処理の結果コピーデータへのアクセス要求を処理する
場合には、原本データファイルと共に、コピーデータフ
ァイルにもアクセスするため、二次記憶装置のアクセス
回数が増え、性能の低下を招いている。
Further, since the original data and the copy data are arranged as separate files on the secondary storage device, when the access request to the copy data as a result of the load balancing process is processed, the original data file and the copy data are processed together. Since the file is also accessed, the number of times the secondary storage device is accessed is increased, resulting in deterioration of performance.

【0021】したがって、本発明は、上記問題点に鑑み
てなされたものであって、その目的は、非共有型のクラ
スタで構成される分散データアクセス装置において、読
み出し負荷のばらつきがディスク装置間で生じる状況
で、負荷分散処理が原因のディスクキャッシュミスを減
らし、分散データの読み出し性能を向上させるシステ
ム、方法、装置、並びに記録媒体を提供することにあ
る。
Therefore, the present invention has been made in view of the above problems, and an object thereof is a distributed data access device constituted by a non-shared type cluster, in which a variation in read load varies among disk devices. It is an object of the present invention to provide a system, a method, an apparatus, and a recording medium that reduce disk cache misses caused by load balancing processing and improve the read performance of distributed data in a situation that occurs.

【0022】本発明の他の目的は、一回のデータアクセ
ス処理で原本データと複製データの両方を読み出せるよ
うにして、読み出し性能を向上させるシステム、方法、
装置並びに記録媒体を提供することにある。これ以外の
本発明の目的、特徴、利点等は以下の説明から、当業者
には、直ちに明らかとされるであろう。
Another object of the present invention is to provide a system, method, and method for improving the read performance by making it possible to read both original data and duplicated data in one data access process.
An object is to provide an apparatus and a recording medium. Other objects, features, advantages, etc. of the present invention will be immediately apparent to those skilled in the art from the following description.

【0023】[0023]

【課題を解決するための手段】前記目的を達成する本発
明は、N台のデータ処理装置と、前記各データ処理装置
にそれぞれ接続された二次記憶装置と、制御装置と、前
記N台のデータ処理装置と前記制御装置とを接続するネ
ットワーク装置とを備えてなるクラスタシステムにおい
て、前記各二次記憶装置上に分散配置データをそれぞれ
保持する分散データ処理装置であって、前記各分散配置
データは、後データと原本データと前データとを備えて
構成されており、前記後データの直後に前記原本データ
が配置され、前記原本データの直後に前記前データが配
置され、前記N台のデータ処理装置のうち、i番目の前
記データ処理装置に接続されている前記二次記憶装置上
に配置される分散配置データの後データは、(i-1) mod
N番目(但し、(i-1) mod Nは、(i-1)をNで除した余り)
の前記データ処理装置に接続されている前記二次記憶装
置上の分散配置データの原本データの後部の第一の比率
(J_(i-1)%)の複製であり、i番目の前記データ処
理装置に接続されている前記二次記憶装置上の分散配置
データの前データは、(i+1) mod N番目の前記データ処
理装置に接続されている前記二次記憶装置上の分散配置
データの原本データの前部の第二の比率(K_(i+1)
%)の複製とされている。
According to the present invention to achieve the above object, there are provided N data processing devices, secondary storage devices respectively connected to the data processing devices, a control device, and the N data processing devices. In a cluster system including a data processing device and a network device that connects the control device, a distributed data processing device that holds distributed allocation data on each of the secondary storage devices, and the distributed allocation data. Is composed of post-data, original data, and pre-data, the original data is placed immediately after the post-data, the pre-data is placed immediately after the original data, and the N units of data are placed. Among the processing devices, the post data of the distributed arrangement data arranged on the secondary storage device connected to the i-th data processing device is (i-1) mod
Nth (However, (i-1) mod N is the remainder obtained by dividing (i-1) by N)
Is a copy of the first ratio (J_ (i-1)%) of the rear part of the original data of the distributed arrangement data on the secondary storage device connected to the data processing device, and the i-th data processing The previous data of the distributed arrangement data on the secondary storage device connected to the device is (i + 1) mod N of the distributed arrangement data on the secondary storage device connected to the data processing device. The second ratio of the front part of the original data (K_ (i + 1)
%).

【0024】本発明において、前記制御装置が、前記各
データ処理装置がそれぞれ読み出すべき担当領域を記録
した読み出し領域管理テーブルを記憶した記憶部と、前
記各二次記憶装置にそれぞれ配置される各分散配置デー
タの後データと、該後データに対応する原本データとの
第一の比率(J_i%)と、前データと、該前データに
対応する原本データの第二の比率(K_i%)を保持す
るコピー配分比率テーブルを記憶した記憶部と、前記各
データ処理装置の負荷を監視し、前記読み出し領域管理
テーブルの内容を更新して、負荷の重いデータ処理装置
の担当領域を縮小し、負荷の軽いデータ処理装置の担当
領域を拡大する負荷監視手段と、前記各データ処理装置
に前記読み出し領域管理テーブルに記憶されている担当
領域からのデータ読み出しを要求する読み出し要求手段
と、を備え、前記データ処理装置が、前記二次記憶装置
に配置される分散配置データの、前記読み出し要求手段
からのデータ読み出し要求に付加された担当領域によっ
て指定される、一部または全部を読み出すデータ読み出
し手段と、を備えている。
In the present invention, the control unit stores a read-out area management table in which the respective areas to be read by each of the data processing apparatuses are stored, and each of the distributions arranged in each of the secondary storage apparatuses. Of the post data of the placement data and the original data corresponding to the post data
A storage unit that stores a copy distribution ratio table that holds a first ratio (J_i%), previous data, and a second ratio (K_i%) of original data corresponding to the previous data, and each of the data processing devices. Load monitoring means for monitoring the load, updating the contents of the read area management table, reducing the area in charge of the data processing apparatus having a heavy load, and expanding the area in charge of the data processing apparatus having a light load; Read request means for requesting the data processing device to read data from the area in charge stored in the read region management table, wherein the data processing device stores the distributed arrangement data arranged in the secondary storage device. A data read-out unit for reading out a part or all of the data, which is designated by the assigned area added to the data read-out request from the read-out requesting unit. There.

【0025】[0025]

【発明の実施の形態】本発明の実施の形態について説明
する。本発明は、その好ましい一実施の形態において、
図1を参照すると、それぞれがローカルな二次記憶装置
(3−1〜3−N)を備えたN台のデータ処理装置(2
−1〜2−N)と、制御装置(1)とがネットワーク
(5)を介して接続されてクラスタシステムを構成し、
各二次記憶装置(3−1〜3−N)上に、分散配置デー
タ(4−1〜4−N)をそれぞれ保持する分散データ処
理システムにおいて、データ処理装置(2−1〜2−
N)間での負荷のばらつきを修正するために、負荷状況
に怖じて、各データ処理装置(2−1〜2−N)の担当
する読み出しデータ範囲を縮小、拡大するように制御装
置(1)で制御する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described. The present invention, in one of its preferred embodiments,
Referring to FIG. 1, N data processing devices (2) each having a local secondary storage device (3-1 to 3-N) are provided.
-1 to 2-N) and the control device (1) are connected via a network (5) to form a cluster system,
In the distributed data processing system that holds the distributed arrangement data (4-1 to 4-N) on the respective secondary storage devices (3-1 to 3-N), the data processing devices (2-1 to 2-
In order to correct the load variation between N), the control device (1) is designed to reduce or expand the read data range in charge of each data processing device (2-1 to 2-N) in fear of the load condition. ) Control.

【0026】より詳細には、各分散配置データ(図2の
4−1〜4−N)は、後データと原本データと前データ
とを備えて構成されており、後データの直後に原本デー
タが配置され、原本データの直後に前データが配置さ
れ、N台のデータ処理装置のうち、i番目の前記データ
処理装置に接続されている二次記憶装置上に配置される
分散配置データの後データは、(i-1) mod N番目(但
し、(i-1) mod Nは、(i-1)をNで除した余り)のデータ
処理装置に接続されている前記二次記憶装置上の分散配
置データの原本データの後部の第一の比率(J_(i-1)
%)の複製であり、i番目のデータ処理装置に接続され
ている二次記憶装置上の分散配置データの前データは、
(i+1) mod N番目のデータ処理装置に接続されている二
次記憶装置上の分散配置データの原本データの前部の
二の比率(K_(i+1)%)の複製とされている。i番目
原本データと後データ第一の比率(J_i%)
と、i番目の原本データと前データの第二の比率(K_
i%)の和は100%以上とされる。
More specifically, each distributed arrangement data (4-1 to 4-N in FIG. 2) is composed of post-data, original data, and pre-data, and the original data immediately after the post-data. Is placed, and the previous data is placed immediately after the original data, and after the distributed placement data placed on the secondary storage device connected to the i-th data processing device of the N data processing devices. Data is stored on the secondary storage device connected to the (i-1) mod N-th data processing device (where (i-1) mod N is the remainder obtained by dividing (i-1) mod N by N). The first ratio (J_ (i-1)) at the rear of the original data of the distributed data of
%), And the previous data of the distributed arrangement data on the secondary storage device connected to the i-th data processing device is
(i + 1) mod The first part of the original data of the distributed data on the secondary storage device connected to the Nth data processing device .
It is supposed to be a duplicate of the second ratio (K_ (i + 1)%). i th
The first ratio of the original data and the rear data (J_i%)
And the second ratio of the i-th original data to the previous data (K_
The sum of i%) is 100% or more.

【0027】データ処理装置(2−1〜2−N)が、後
コピーデータと原本データとコピーデータが連続して配
置された分散配置データ(4−1〜4−N)をアクセス
する際の負荷を制御装置(1)の負荷監視手段(13)
で監視し、負荷の高いノード(データ処理装置)を検出
した場合には、当該ノードのデータ読み出し領域の担当
範囲を縮小するように、読み出し領域管理テーブル(1
2)を変更する。またそのノードの原本データのコピー
を持つノードの読み出し領域を拡大するように読み出し
領域管理テーブル(12)を変更する。
When the data processing devices (2-1 to 2-N) access the distributed arrangement data (4-1 to 4-N) in which the post-copy data, the original data and the copy data are arranged continuously, Load monitoring means (13) of the load control device (1)
When a node (data processing device) with a high load is detected by the above, the read area management table (1
Change 2). Further, the read area management table (12) is changed so as to enlarge the read area of the node having the copy of the original data of the node.

【0028】[0028]

【実施例】上記した本発明の実施の形態についてさらに
詳細に説明すべく、本発明の実施例について図面を参照
して詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In order to describe the embodiment of the present invention described above in more detail, an embodiment of the present invention will be described in detail with reference to the drawings.

【0029】図1は、本発明の一実施例のシステム構成
を示す図である。図1を参照すると、本発明の第1の実
施例は、制御装置1と、N台(但し、Nは1以上の整
数)のデータ処理装置2−1〜2−Nと、分散配置デー
タを記録する二次記憶装置3−1〜3−Nと、分散配置
データ4−1〜4−Nと、制御装置1とデータ処理ノー
ドを接続するネットワーク装置5と、を備えて構成され
ている。
FIG. 1 is a diagram showing the system configuration of an embodiment of the present invention. Referring to FIG. 1, the first embodiment of the present invention stores a control device 1, N (where N is an integer of 1 or more) data processing devices 2-1 to 2-N, and distributed arrangement data. The secondary storage devices 3-1 to 3-N for recording, the distributed arrangement data 4-1 to 4-N, and the network device 5 connecting the control device 1 and the data processing node are configured.

【0030】データ処理装置2−1〜2−Nにはそれぞ
れ二次記憶装置3−1〜3−Nが接続されており、二次
記憶装置3−1〜3−Nには分散配置データ4−1〜4
−Nがそれぞれ格納されている。
Secondary storage devices 3-1 to 3-N are connected to the data processing devices 2-1 to 2-N, respectively, and the distributed storage data 4 is connected to the secondary storage devices 3-1 to 3-N. -1 to 4
-N are stored respectively.

【0031】データ処理装置2−1〜2−Nはデータ読
み出し手段21−1〜21−Nをそれぞれ備えている。
データ処理装置2−1〜2−Nは、それぞれ二次記憶装
置3−1〜3−Nからの読み出しデータを格納する半導
体メモリよりなるディスクキャッシュ機能を備えてい
る。
The data processing devices 2-1 to 2-N are provided with data reading means 21-1 to 21-N, respectively.
Each of the data processing devices 2-1 to 2-N has a disk cache function including a semiconductor memory that stores read data from the secondary storage devices 3-1 to 3-N.

【0032】制御装置1は、読み出し要求手段11と、
読み出し領域管理テーブル12と、負荷監視手段13
と、コピー配分比率テーブル14とを備えている。
The control device 1 comprises a read request means 11 and
Read area management table 12 and load monitoring means 13
And a copy distribution ratio table 14.

【0033】読み出し要求手段11は、データ処理装置
2−1〜2−Nのデータ読み出し手段21−1〜21−
Nに対して、二次記憶装置3−1〜3−Nからのデータ
読み出し要求を配布し、データ読み出し手段21−1〜
21−Nが読み出したデータを待ち受け、受信する。
The read request means 11 is the data read means 21-1 to 21- of the data processing devices 2-1 to 2-N.
The data read request from the secondary storage devices 3-1 to 3-N is distributed to N, and the data read means 21-1 to 21-1.
21-N waits for and receives the data read.

【0034】負荷監視手段13は、データ処理装置2−
i(但し、iはノード番号であり、1≦i≦N)の負荷
情報を記録し、負荷情報に応じて、読み出し領域管理テ
ーブル12を更新する。
The load monitoring means 13 is a data processing device 2-
i (where i is a node number, 1 ≦ i ≦ N) is recorded, and the read area management table 12 is updated according to the load information.

【0035】データ処理装置2−1〜2−Nのデータ読
み出し手段21−1〜21−Nは読み出し要求手段11
からの指示に従って、分散配置データ4−1〜4−Nの
読み出しを行い、読み出し要求手段11に対して、読み
出したデータを送信する。
The data read means 21-1 to 21-N of the data processing devices 2-1 to 2-N are read request means 11 respectively.
In accordance with an instruction from, the distributed arrangement data 4-1 to 4-N are read, and the read data is transmitted to the read requesting means 11.

【0036】図2は、本発明の一実施例における分散配
置データを説明するための模式図である。
FIG. 2 is a schematic diagram for explaining distributed arrangement data in one embodiment of the present invention.

【0037】図2を参照すると、分散配置データ4−i
(1≦i≦N)は、 ・後コピーデータ(i−1) mod N、 ・原本データi、 ・前コピーデータ(i+1) mod N の3つのデータで構成されている。
Referring to FIG. 2, distributed arrangement data 4-i
(1 ≦ i ≦ N) is composed of three pieces of data: post copy data (i-1) mod N, original data i, pre copy data (i + 1) mod N.

【0038】ここで、 a mod b は、aをbで
除した余り、すなわちm=q×n+rの余りr(0≦r
≦n−1)である。
Here, a mod b is a remainder obtained by dividing a by b, that is, a remainder r (0 ≦ r of m = q × n + r).
≦ n−1).

【0039】後コピーデータ(i−1) mod N
は、原本データiの直前に配置されており、前コピーデ
ータ(i+1) mod Nは原本データiの直後に配
置されている。
Post-copy data (i-1) mod N
Is placed immediately before the original data i, and the previous copy data (i + 1) mod N is placed immediately after the original data i.

【0040】後コピーデータ(i−1) mod N
は、原本データ(i−1) modNの後部J(i−
1)%の領域を複製したデータである。
Post-copy data (i-1) mod N
Is the original data (i-1) modN rear part J (i-
1) Data that is a copy of% area.

【0041】前コピーデータ(i+1) mod N
は、原本データ(i+1) modNの前部K(i+
1)%の領域を複製したデータである。
Previous copy data (i + 1) mod N
Is the front part K (i +) of the original data (i + 1) modN.
1) Data that is a copy of% area.

【0042】ここで原本データiの後コピーデータの比
率J(i)と前コピーデータの比率K(i)の和は10
0以上とされる。
Here, the sum of the ratio J (i) of the post-copy data of the original data i and the ratio K (i) of the pre-copy data is 10
It is set to 0 or more.

【0043】図2に示す例では、N>3とされており、
例えば分散配置データ4−1は、後コピーデータN(=
(0 mod N)、N番目の分散配置データ4−Nの
原本データの後部の領域の所定比率の複製データ)、原
本データ1、前コピーデータ2(=(2 mod
N)、2番目の分散配置データ4−2の原本データの前
部の領域の所定比率の複製データ)よりなり、分散配置
データ4−2は、後コピーデータ1(=(1 mod
N)、1番目の分散配置データ4−1の原本データの後
部の領域の所定比率の複製データ)、原本データ2、前
コピーデータ3(=(3 mod N)、3番目の分散
配置データ4−3の原本データの前部の領域の所定比率
の複製データ)よりなる。
In the example shown in FIG. 2, N> 3, and
For example, the distributed arrangement data 4-1 is the post-copy data N (=
(0 mod N), copy data of a predetermined ratio of the rear area of the original data of the Nth distributed arrangement data 4-N), original data 1, previous copy data 2 (= (2 mod
N) The second distributed arrangement data 4-2 is the copy data of a predetermined area of the front area of the original data of the second distributed arrangement data 4-2.
N) Copy data of a predetermined ratio in the area behind the original data of the first distributed arrangement data 4-1), original data 2, previous copy data 3 (= (3 mod N), third distributed arrangement data 4) -3 of the original data, which is a copy data of a predetermined area in the front area).

【0044】図3は、本発明の一実施例におけるコピー
配分比率テーブル14の構成の一例を示す図である。
FIG. 3 is a diagram showing an example of the configuration of the copy distribution ratio table 14 in one embodiment of the present invention.

【0045】図3を参照すると、コピー配分比率テーブ
ル14は、N個のエントリで構成され、各エントリは、
ノードIDフィールドと、原本サイズフィールドと、前
コピー率フィールドと、後コピー率フィールドとを備え
て構成されている。
Referring to FIG. 3, the copy distribution ratio table 14 is composed of N entries, and each entry is
The node ID field, the original size field, the pre-copy rate field, and the post-copy rate field are provided.

【0046】原本サイズフィールドには、原本データi
の長さが格納されている。
In the original size field, the original data i
The length of is stored.

【0047】前コピー率フィールドには、前コピーデー
タiの長さの原本データiの長さに対する比率が格納さ
れている。
In the previous copy rate field, the ratio of the length of the previous copy data i to the length of the original data i is stored.

【0048】後コピー率フィールドには、後コピーデー
タiの長さの原本データiの長さに対する比率が格納さ
れている。
The post-copy ratio field stores the ratio of the length of the post-copy data i to the length of the original data i.

【0049】図4は、本発明の一実施例における読み出
し領域管理テーブル12の構成の一例を示す図である。
FIG. 4 is a diagram showing an example of the configuration of the read area management table 12 in one embodiment of the present invention.

【0050】図4を参照すると、読み出し領域管理テー
ブル12は、1エントリあたり、ノードIDと、読み出
し開始位置移動比率と、読み出し終了位置移動比率との
各フィールドを備えて構成されている。
Referring to FIG. 4, the read area management table 12 is constituted by fields of a node ID, a read start position movement ratio, and a read end position movement ratio for each entry.

【0051】読み出し開始位置移動比率フィールドに
は、原本データの開始位置を原点として、読み出し開始
位置アドレスまでの長さを、原本データの長さを100
とした比率で表した値が格納されている。
In the read start position movement ratio field, the length up to the read start position address and the length of the original data are set to 100 with the starting position of the original data as the origin.
The value represented by the ratio is stored.

【0052】読み出し終了位置移動比率フィールドに
は、原本データの終了位置を原点としたときの読み出し
終了位置までの長さを原本データ長を100とした比率
で表した値が格納されている。
The read end position movement ratio field stores a value representing the length up to the read end position when the end position of the original data is the origin and the original data length is 100.

【0053】図5(a)は、本発明の一実施例における
データ処理装置のデータ読み出し手段の動作を説明する
ための流れ図である。図1及び図5(a)を参照して、
本発明の一実施例におけるデータ読み出し手段の動作に
ついて詳細に説明する。
FIG. 5A is a flow chart for explaining the operation of the data reading means of the data processing device in the embodiment of the present invention. Referring to FIGS. 1 and 5 (a),
The operation of the data reading means in the embodiment of the present invention will be described in detail.

【0054】データ処理装置2−iのデータ読み出し手
段21−i(1≦i≦N)は、読み出し要求手段11か
らデータ読み出し要求をネットワーク装置5を経由して
受信する(ステップS1−1)。
The data read means 21-i (1≤i≤N) of the data processing device 2-i receives the data read request from the read request means 11 via the network device 5 (step S1-1).

【0055】データ処理装置2−iのデータ読み出し手
段21−i(1≦i≦N)は、データ読み出し要求と共
に伝えられる読み出し開始位置移動比率と読み出し終了
位置移動比率とから、分散配置データ4−i上の読み出
し位置を決定する(ステップS1−2)。
The data reading means 21-i (1 ≦ i ≦ N) of the data processing device 2-i uses the distributed arrangement data 4-based on the read start position movement ratio and the read end position movement ratio transmitted together with the data read request. The read position on i is determined (step S1-2).

【0056】つづいて、二次記憶装置3−iに配置され
た分散配置データ4−iからデータを読み出す(ステッ
プS1−3)。この際、ディスクキャッシュに、当該デ
ータ領域が格納されている場合(キャッシュヒット時)
には、ディスクキャッシュ上のデータを読み出すため、
応答時間が高速になる。
Subsequently, the data is read from the distributed arrangement data 4-i arranged in the secondary storage device 3-i (step S1-3). At this time, if the data area is stored in the disk cache (at cache hit)
To read the data on the disk cache,
Fast response time.

【0057】一方、ディスクキャッシュ上に当該データ
領域が載っていなければ(ミスヒット時)、二次記憶装
置から読み出してディスクキャッシュに格納する。
On the other hand, if the data area is not stored in the disk cache (at the time of a mishit), it is read from the secondary storage device and stored in the disk cache.

【0058】そして、データ処理装置2−iのデータ読
み出し手段21−i(1≦i≦N)は、読み出したデー
タを制御装置1の読み出し要求手段11にネットワーク
装置5を経由して送信する(ステップS1−4)。
Then, the data reading means 21-i (1 ≦ i ≦ N) of the data processing device 2-i transmits the read data to the read requesting means 11 of the control device 1 via the network device 5 ( Step S1-4).

【0059】図5(b)は、本発明の一実施例における
制御装置1の読み出し要求手段11の動作を説明するた
めの流れ図である。図1及び図5(b)を参照して、本
発明の一実施例における読み出し要求手段11の動作に
ついて詳細に説明する。
FIG. 5B is a flow chart for explaining the operation of the read request means 11 of the control device 1 in the embodiment of the present invention. The operation of the read requesting means 11 in the embodiment of the present invention will be described in detail with reference to FIGS. 1 and 5B.

【0060】制御装置1の読み出し要求手段11は読み
出し領域管理テーブル12からデータ処理装置2−i
(1≦i≦N)の読み出し開始位置移動比率と読み出し
終了移動比率を、全てのノードIDについて求める(ス
テップS2−1)。
The read request means 11 of the control device 1 reads the read area management table 12 from the data processing device 2-i.
The read start position movement ratio and the read end movement ratio of (1 ≦ i ≦ N) are obtained for all node IDs (step S2-1).

【0061】次に、各データ処理装置2−i(1≦i≦
N)に対して読み出し要求を配布する。配布される読み
出し要求には、読み出し開始位置移動比率と読み出し終
了移動比率を付加する(ステップS2−2)。
Next, each data processing device 2-i (1≤i≤
The read request is distributed to N). The read start position movement ratio and the read end movement ratio are added to the distributed read request (step S2-2).

【0062】次に、制御装置1の読み出し要求手段11
は、各データ処理装置2−i(1≦i≦N)が読み出し
たデータを受信する(ステップS2−3)。
Next, the read requesting means 11 of the control device 1
Receives the data read by each data processing device 2-i (1 ≦ i ≦ N) (step S2-3).

【0063】図6は、本発明の一実施例における制御装
置1の負荷監視手段13の動作を説明するための流れ図
である。図1及び図6を参照して、本発明の一実施例に
おける負荷監視手段13の動作について詳細に説明す
る。
FIG. 6 is a flow chart for explaining the operation of the load monitoring means 13 of the control device 1 in the embodiment of the present invention. The operation of the load monitoring means 13 in one embodiment of the present invention will be described in detail with reference to FIGS. 1 and 6.

【0064】負荷監視手段13は、全てのデータ処理装
置2−1〜2−Nの負荷情報を記録し、定期的に負荷の
高い装置の存在を調べる(ステップS3−1)。
The load monitoring means 13 records the load information of all the data processing devices 2-1 to 2-N, and periodically checks the presence of a device with a high load (step S3-1).

【0065】負荷監視手段13は、ある閾値よりも負荷
値が高いデータ処理装置2−i(1≦i≦N)を検出す
ると(ステップS3−2のYES分岐)、負荷分散処理対
象となるデータ処理装置2−iを選択する(ステップS
3−3)。
When the load monitoring means 13 detects a data processing device 2-i (1≤i≤N) having a load value higher than a certain threshold value (YES branch of step S3-2), the data to be subjected to the load distribution processing. Select the processing device 2-i (step S
3-3).

【0066】次に負荷監視手段13は、読み出し要求手
段11に読み出し要求の停止を指示する(ステップS3
−4)。
Next, the load monitoring means 13 instructs the read request means 11 to stop the read request (step S3).
-4).

【0067】次に、負荷の高いノードの読み出し対象範
囲を縮小し、読み出し領域管理テーブル12を更新する
(ステップS3−5)。
Next, the read target range of the node having a high load is reduced and the read area management table 12 is updated (step S3-5).

【0068】次に負荷の高いノードの読み出し対象範囲
から外れた領域をコピーデータを持つノードに割り振
り、読み出し領域管理テーブル12を更新する(ステッ
プS3−6)。
Next, the area out of the read target range of the node having the highest load is allocated to the node having the copy data, and the read area management table 12 is updated (step S3-6).

【0069】次に読み出し要求手段11に読み出し処理
の開始を指示し負荷分散処理を完了する(ステップS3
−7)。
Next, the read requesting means 11 is instructed to start the read processing, and the load balancing processing is completed (step S3).
-7).

【0070】図7は、本発明の一実施例において、負荷
分散処理を適用するデータ処理装置の選択方法を説明す
る流れ図である。
FIG. 7 is a flow chart for explaining the method of selecting the data processing device to which the load balancing process is applied in the embodiment of the present invention.

【0071】図7を参照すると、まず負荷値が閾値より
も高いデータ処理装置を仮選択する(ステップS4−
1)。
Referring to FIG. 7, first, a data processing device whose load value is higher than a threshold value is temporarily selected (step S4-
1).

【0072】次に、仮選択したデータ処理装置2−i
(1≦i≦N)について、それぞれ、データ処理装置2
−(i−1)、データ処理装置2−(i+1)の負荷値
よりも高いデータ処理装置を選択する(ステップS4−
2)。
Next, the temporarily selected data processing device 2-i
For (1 ≦ i ≦ N), the data processing device 2
-(I-1), a data processing device having a load value higher than that of the data processing device 2- (i + 1) is selected (step S4-).
2).

【0073】本発明の一実施例においては、このよう
に、2段階の選択によって、選択されたデータ処理装置
に対して、負荷分散処理を適用する。
As described above, in the embodiment of the present invention, the load balancing process is applied to the selected data processing device by the two-step selection.

【0074】この選択処理において、複数のノードが選
択される可能性もあり、この場合、選択された全てのノ
ードに対して負荷分散処理を適用する。
In this selection process, a plurality of nodes may be selected. In this case, the load balancing process is applied to all the selected nodes.

【0075】図8は、本発明の一実施例において、コピ
ーデータを持つデータ処理装置へのデータ分配比率の決
定方法の処理手順を説明するための流れ図である。
FIG. 8 is a flow chart for explaining the processing procedure of the method of determining the data distribution ratio to the data processing device having the copy data in the embodiment of the present invention.

【0076】負荷監視手段13は、高負荷ノードi(1
≦i≦N)のデータ読み出し範囲の縮小比率R(但し、
0≦R≦100)を決定する。ここで、Rは原本データ
Pのデータ長を100としたときの、縮小後の読み出し
領域のデータ長の比率である。
The load monitoring means 13 uses the high load node i (1
Reduction ratio R of the data read range of ≦ i ≦ N (however,
0 ≦ R ≦ 100) is determined. Here, R is the ratio of the data length of the read area after reduction when the data length of the original data P is 100.

【0077】原本データPで読み出し対象範囲から外れ
た領域Eを、データ処理装置P−1、P+1に割り振る
ための仮分配比率を、各々のその時点での負荷値の逆比
として決定する(ステップS5−1)。
A temporary distribution ratio for allocating the area E out of the read range in the original data P to the data processing devices P-1 and P + 1 is determined as the inverse ratio of the load value at each point (step). S5-1).

【0078】データ処理装置P−1とデータ処理装置P
+1(但し、0≦P−1、P+1≦N)の負荷値をそれ
ぞれ、l(P−1)、l(P+1)とすると、データ処
理装置P−1は、l(P+1)/{l(P−1)+l
(P+1)}の領域が仮分配比率として求められ、デー
タ処理装置P+1は、l(P−1)/{l(P−1)+
l(P+1)}の領域が仮分配比率として求められる。
Data processing device P-1 and data processing device P
If the load values of +1 (however, 0 ≦ P−1, P + 1 ≦ N) are 1 (P−1) and 1 (P + 1), respectively, the data processing device P-1 will give 1 (P + 1) / {l ( P-1) +1
The area of (P + 1)} is obtained as the temporary distribution ratio, and the data processing device P + 1 is l (P-1) / {l (P-1) +.
The area of l (P + 1)} is obtained as the temporary distribution ratio.

【0079】領域Eのデータの長さの原本レコード長に
対する比率をLEとすると、仮分配比率によるデータ処
理装置P−1、P+1に割り当てられる領域の長さの原
本レコード長に対する比率は、{LE×(l(P+1)
/{l(P−1)+l(P+1)}):{LE×l(P
−1)/{l(P−1)+l(P+1)}}となる(ス
テップS5−2)。
If the ratio of the length of the data in the area E to the original record length is LE, the ratio of the length of the area allocated to the data processing devices P-1 and P + 1 to the original record length by the temporary distribution ratio is {LE. × (l (P + 1)
/ {L (P-1) + l (P + 1)}): {LE × l (P
-1) / {l (P-1) + l (P + 1)}} (step S5-2).

【0080】次に仮分配比率の大きい値について、実際
にそのノードが読み出し範囲として対応できるかを検証
する(ステップS5−3)。
Next, it is verified whether or not the node can actually correspond to the read range with respect to the value with the large temporary distribution ratio (step S5-3).

【0081】仮決定した分配比率のうち大きい値をTR
とする。
The larger value of the provisionally determined distribution ratio is TR
And

【0082】TRがノードP−1の場合は、TRとノー
ドPの前コピー率を比較する(ステップS5−4)。
When TR is the node P-1, the previous copy rates of TR and node P are compared (step S5-4).

【0083】TRがノードP+1の場合にはTRとノー
ドPの後コピー率と比較する(ステップS5−5)。
When TR is the node P + 1, the post-copy ratio of TR and node P is compared (step S5-5).

【0084】比較の結果、TRがコピー率と等しいか、
小さければ、仮分配比率を本分配比率として決定する
(ステップS5−6、S5−8)。
As a result of the comparison, whether TR is equal to the copy rate,
If it is smaller, the temporary distribution ratio is determined as the main distribution ratio (steps S5-6 and S5-8).

【0085】一方、TRがコピー率よりも大きければ、
TRをコピー率と等しくし、(TR−コピー率)の分は
仮配分比率の小さい方に移し、本分配比率とする(ステ
ップS5−7、S5−9)。
On the other hand, if TR is larger than the copy rate,
TR is made equal to the copy rate, and (TR-copy rate) is moved to the smaller provisional distribution rate to be the main distribution rate (steps S5-7, S5-9).

【0086】データ処理装置P−1とP+1の本分配比
率を、RR(P−1):RR(P+1)とすると、デー
タ処理装置Pの読み出し開始位置移動比率は、RR(P
−1)、読み出し終了位置移動比率は、RR(P+1)
となる。
If the main distribution ratio of the data processing devices P-1 and P + 1 is RR (P-1): RR (P + 1), the read start position movement ratio of the data processing device P is RR (P
-1), the read end position movement ratio is RR (P + 1)
Becomes

【0087】データ処理装置P−1の読み出し終了位置
移動比率は、RR(P−1)を原本データPの前コピー
率が100となるように正規化した値となり、読み出し
制御装置P+1の読み出し開始位置移動比率は、RR
(P+1)を原本データPの後コピー率を100となる
ように正規化した値となる。
The read end position movement ratio of the data processing device P-1 is a value obtained by normalizing RR (P-1) so that the previous copy ratio of the original data P is 100, and the read control device P + 1 starts reading. Position movement ratio is RR
The value obtained by normalizing (P + 1) so that the post-copy ratio of the original data P is 100.

【0088】次に具体的に即して説明する。図9は、本
発明の一実施例を説明するための図である。
Next, a concrete description will be given. FIG. 9 is a diagram for explaining one embodiment of the present invention.

【0089】図9に示すように、ノード1、ノード2、
ノード3の負荷値がそれぞれ3、10、5とし、負荷監
視手段13は、負荷値が9を越えたノードに対して、負
荷分散処理を適用するとする。負荷値は各ノード(デー
タ処理装置)のCPU負荷値や、過去の読み出し要求に
対する応答時間の総和や、単位時間当りの平均ディスク
アクセス回数などを基に算出される。
As shown in FIG. 9, node 1, node 2,
It is assumed that the load values of the nodes 3 are 3, 10 and 5, respectively, and the load monitoring unit 13 applies the load distribution processing to the nodes whose load values exceed 9. The load value is calculated based on the CPU load value of each node (data processing device), the sum of response times to past read requests, the average number of disk accesses per unit time, and the like.

【0090】図9に示す例では、ノード2の負荷値が1
0であるため、負荷分散処理が適用される。
In the example shown in FIG. 9, the load value of node 2 is 1
Since it is 0, load balancing processing is applied.

【0091】例えば縮小範囲の決定は、変更後のノード
Pの負荷値が全ノードの負荷の平均値とする方法があ
る。
For example, there is a method of determining the reduction range in which the load value of the node P after the change is the average value of the loads of all the nodes.

【0092】図9に示す例では、3つのノードの負荷の
平均は6であるため、ノード2の負荷値が6となるよう
に、負荷分散処理を適用する。
In the example shown in FIG. 9, the average load of three nodes is 6, so the load balancing process is applied so that the load value of node 2 becomes 6.

【0093】また連続した領域をディスク装置から読み
出す場合は、読み出し量と読み出し負荷は比例するの
で、ノードには現在の60%の読み出し範囲を担当する
ように縮小し、読み出し範囲から外れた40%の領域を
ノード1とノード3に割り振る。
When reading a continuous area from the disk device, since the read amount and the read load are proportional, the node is reduced so as to be in charge of the current 60% read range, and 40% outside the read range. Area is allocated to the nodes 1 and 3.

【0094】図9に示す例で、仮分配比率を求める。ノ
ード2で読み出し対象外となる領域は、現在の読み出し
領域の40%であり、ノード1とノード3との間での範
囲分配比率は5:3となるので、25%と15%を、ノ
ード1とノード3の仮分配比率とする。
In the example shown in FIG. 9, the temporary distribution ratio is calculated. The area that is not read by the node 2 is 40% of the current read area, and the range distribution ratio between the node 1 and the node 3 is 5: 3. 1 and the temporary distribution ratio of node 3.

【0095】仮分配比率の大きい値を持つノードについ
て、読み出し範囲として拡大できるか検証する。
It is verified whether or not a node having a large temporary distribution ratio can be expanded as a read range.

【0096】ノード2の前コピー率が60%、後コピー
率が50%の場合には、仮分配比率を本分配比率として
決定する。
When the pre-copy rate of the node 2 is 60% and the post-copy rate is 50%, the temporary distribution rate is determined as the main distribution rate.

【0097】ノード2の前コピー率が20%、後コピー
率が90%の場合は、ノード1への配分比率を20%に
し、後コピー率を15%から20%に変更し、本分配比
率とする。
When the pre-copy ratio of node 2 is 20% and the post-copy ratio is 90%, the distribution ratio to node 1 is set to 20%, the post-copy ratio is changed from 15% to 20%, and the main distribution ratio is changed. And

【0098】本発明では、原本データの一部あるいは全
部が複数の記憶装置上にコピーデータとして複製して配
置してあり、なおかつ原本データとコピーデータが連な
って配置された構造を持つ分散配置データとして配置さ
れている。
According to the present invention, a part or all of the original data is duplicated and arranged as copy data on a plurality of storage devices, and the distributed arrangement data has a structure in which the original data and the copy data are arranged in series. Are arranged as.

【0099】分散配置データの読み出し処理に負荷の不
均衡が発生すると、負荷監視装置は高負荷のデータ処理
装置は直前の読み出し担当領域の一部分を新たな読み出
し担当領域とするように縮小する。負荷監視装置は、高
負荷データ処理装置の担当領域から外された領域を、同
データ処理装置の原本データの前コピーデータと後コピ
ーデータを持つデータ処理装置が読み出し担当領域とす
るように、読み出し範囲を拡大する。負荷監視装置によ
って読み出し領域の変更が行われたデータ処理装置は、
領域変更後も連続した領域を読み出し担当領域とする。
When a load imbalance occurs in the read processing of the distributed data, the load monitoring apparatus reduces the high load data processing apparatus so that a part of the immediately preceding read charge area becomes a new read charge area. The load monitoring device reads the area removed from the area in charge of the high-load data processing device so that the data processing device having the pre-copy data and the post-copy data of the original data of the data processing device will be the area in charge of reading. Expand the range. The data processing device whose read area has been changed by the load monitoring device is
Even after the area is changed, a continuous area is set as a reading area.

【0100】次に、本発明の第2の実施例について説明
する。本発明の第2の実施例において、システム構成
は、図1に示した前記実施例の構成と基本的に同一とさ
れており、分散配置データの構成が相違している。
Next, a second embodiment of the present invention will be described. In the second embodiment of the present invention, the system configuration is basically the same as the configuration of the above-described embodiment shown in FIG. 1, but the configuration of distributed arrangement data is different.

【0101】図10は、本発明の第2の実施例におい
て、ノードi(i番目のデータ処理装置の二次記憶装
置)に配置される分散配置データ6−iを示している。
図10を参照すると、分散配置データ6−iはm個(m
は1以上)のエントリで構成され、各エントリは、キー
と、要素データの2つのデータとから構成されている。
FIG. 10 shows distributed arrangement data 6-i arranged in the node i (secondary storage device of the i-th data processing device) in the second embodiment of the present invention.
Referring to FIG. 10, m pieces of distributed arrangement data 6-i (m
Is one or more), and each entry is composed of a key and two pieces of element data.

【0102】要素データは、各キーkp(但し、pは1
以上m以下)ごとに、原本データkp−iと、前コピー
データkp−(i+1)と、後コピーデータkp−(i
−1)とを備えて構成されている。
Element data is for each key kp (where p is 1
The original data kp-i, the pre-copy data kp- (i + 1), and the post-copy data kp- (i
-1) and is comprised.

【0103】後コピーデータは原本データの先頭に配置
されており、前コピーデータは原本データの末尾に配置
されている。
The post-copy data is placed at the beginning of the original data, and the pre-copy data is placed at the end of the original data.

【0104】分散配置データ6−iにおける後コピーデ
ータkp−(i−1)は、原本データKp−(i−1)
の後部(後半)の所定比率J_(i-1)%を複製したデー
タであり、前コピーデータkp−(i+1)は原本デー
タKp−(i+1)の前部(前半)の所定比率K_(i+
1)%を複製したデータである。
The post-copy data kp- (i-1) in the distributed arrangement data 6-i is the original data Kp- (i-1).
The predetermined ratio J_ (i-1)% of the rear part (second half) is duplicated, and the front copy data kp- (i + 1) is the predetermined ratio K_ (i +) of the front part (first half) of the original data Kp- (i + 1).
1) Data that is a copy of%.

【0105】次に図1及び図10を参照して、本発明の
第2の実施例の動作について説明する。
The operation of the second embodiment of the present invention will be described with reference to FIGS.

【0106】読み出し要求手段11は、データ処理装置
2−iに対して読み出し要求として、読み出し範囲開始
位置移動比率と読み出し終了移動比率と共に、読み出し
対象キーを指示する。
The read request means 11 issues a read request to the data processing device 2-i, and specifies the read target key together with the read range start position movement ratio and the read end movement ratio.

【0107】データ処理装置2−iのデータ読み出し手
段21−iは、読み出し要求手段11によって指示され
たキーの要素データの担当範囲を読み出し、データ読み
出し手段21に送信する。
The data reading means 21-i of the data processing device 2-i reads the assigned range of the element data of the key designated by the read requesting means 11 and sends it to the data reading means 21.

【0108】本発明の第2の実施例の作用効果について
説明する。
The operation and effect of the second embodiment of the present invention will be described.

【0109】本実施例では、配列構造を持つデータにお
いても複製データと原本データが各キーについて連なっ
て配置されているため、負荷監視手段13の行う負荷分
散処理により、データ読み出し範囲が縮小されても、各
キーの要素データの読み出し範囲は変更前の読み出し範
囲に内包されるため、ディスクキャッシュによる読み出
し処理の高速化が期待できる。
In the present embodiment, since the duplicated data and the original data are arranged consecutively for each key even in the data having the array structure, the data distribution range is reduced by the load balancing process performed by the load monitoring means 13. However, since the read range of the element data of each key is included in the read range before the change, it is expected to speed up the read process by the disk cache.

【0110】また読み出し範囲の拡大も、各キーの要素
データの読み出し範囲は変更前の領域に連なる部分を読
み出すので、ディスクキャッシュの効果が期待できる。
Further, even when the read range is expanded, the read range of the element data of each key is read out from the part continuous with the area before the change, so that the effect of the disk cache can be expected.

【0111】上記した制御装置1における読み出し要求
手段11、負荷監視手段13は制御装置1を構成するコ
ンピュータ上で実行されるプログラムによりその機能が
実現される。またデータ処理装置2−1〜2−Nにおけ
るデータ読み出し手段21−1〜21−Nもデータ処理
装置2−1〜2−Nで実行されるプログラムによりその
機能が実現される。この場合、これらのプログラムを記
録した媒体(例えば半導体メモリ、FD、CD−RO
M、DVD(digital versatile disk)等)あるいは
通信媒体(有線、無線伝送媒体のいずれであってもよ
い)から、該プログラムを所定のインタフェースを介し
て読み出して、制御装置1、データ処理装置2−1〜2
−Nの主記憶にロードして実行することにより、本発明
を実施することができる。
The functions of the read request means 11 and the load monitoring means 13 in the control device 1 described above are realized by a program executed on a computer constituting the control device 1. The functions of the data reading units 21-1 to 21-N in the data processing devices 2-1 to 2-N are also realized by the programs executed by the data processing devices 2-1 to 2-N. In this case, a medium recording these programs (for example, semiconductor memory, FD, CD-RO)
M, DVD (digital versatile disk, etc.) or communication medium (which may be either wired or wireless transmission medium), the program is read out through a predetermined interface, and the control device 1 and the data processing device 2- 1-2
The present invention can be implemented by loading and executing the main memory of -N.

【0112】[0112]

【発明の効果】以上説明したように、本発明によれば、
下記記載の効果を奏する。
As described above, according to the present invention,
The following effects are achieved.

【0113】本発明の第1の効果は、負荷分散処理に伴
う分散配置データの読み出し領域の変更が適用されて
も、ディスクキャッシュによる読み出し応答時間の高速
化が期待できる、ということである。
The first effect of the present invention is that even if the change of the read area of the distributed data due to the load distribution processing is applied, the read response time by the disk cache can be expected to be shortened.

【0114】その理由は、本発明においては、クラスタ
システムのような構成で使用するオペレーティングシス
テムで制御される情報処理装置は一般にディスクキャッ
シュを搭載しているため、ディスクキャッシュに領域変
更前のデータが載っている場合には、読み出し領域縮小
後のデータは以前のデータに内包している、ためであ
る。このため、読み出し領域の縮小を行っても、縮小さ
れたデータ処理装置では引き続きキャッシュ上のデータ
を読み出すことができ、このため、ディスクキャッシュ
を外れることによる読み出し応答時間の急激な悪化を確
実に回避することができる。
The reason for this is that in the present invention, since the information processing apparatus controlled by the operating system used in the configuration such as the cluster system is generally equipped with the disk cache, the data before the area change is stored in the disk cache. This is because the data after the read-out area reduction is included in the previous data in the case where it is included. Therefore, even if the read area is reduced, the reduced data processing device can still read the data in the cache. Therefore, it is possible to surely avoid the sharp deterioration of the read response time due to the removal of the disk cache. can do.

【0115】本発明によれば、また読み出し領域拡大処
理においてもディスクキャッシュの効果が期待できる。
According to the present invention, the effect of the disk cache can be expected also in the read area expansion processing.

【0116】第1の理由は、変更後の読み出し担当領域
は、変更前の領域に連なる部分の読み出しを行うため、
変更前の領域がディスクキャッシュに載っていた場合に
は、その部分の読み出しは高速に処理することができる
ためである。
The first reason is that the area in charge of reading after the change reads out a portion continuous with the area before the change.
This is because if the area before the change is stored in the disk cache, the reading of that portion can be processed at high speed.

【0117】第2の理由として、一般にディスクキャッ
シュはあるブロックサイズ単位で記録されるため、変更
前の領域がディスクキャッシュに載っている場合には、
拡大領域も同時にディスクキャッシュ上に存在する可能
性が高く、ディスクキャッシュに外れることによる応答
時間の悪化の回避が期待できるためである。
The second reason is that since the disk cache is generally recorded in a certain block size unit, if the area before the change is stored in the disk cache,
This is because there is a high possibility that the expanded area will also exist in the disk cache at the same time, and it can be expected that the response time is prevented from being deteriorated due to being out of the disk cache.

【0118】また、クエリ単位で負荷の振り分けを行う
場合には、コピーが読み出される時には常にコピー全体
が読み出され、そのためキャッシュに外れる可能性も外
れた時に発生する負荷も大きいが、本発明のように読み
出し領域の変更により負荷の振り分けを行う場合には、
コピーの読み出しはコピーの一部に対して行われ、その
ためキャッシュに外れる可能性も外れたときの負荷も小
さく抑えることができる、ということである。
Further, in the case of distributing the load for each query, the entire copy is always read when the copy is read, so that the possibility of being out of the cache is large, but the load is large. When distributing the load by changing the read area,
This means that the reading of a copy is performed for a part of the copy, so that the possibility of being missed in the cache and the load when it is missed can be reduced.

【0119】本発明の第2の効果は、読み出し領域の変
更があっても、常に連続したデータ領域の読み出し処理
となるため、二次記憶装置がディスク装置の場合でもシ
ーク処理が入らず、このため、シーク処理に伴う応答時
間の悪化を防ぐことができる、ということである。
The second effect of the present invention is that even if the read area is changed, continuous read processing of the data area is performed, so even if the secondary storage device is a disk device, seek processing does not occur, Therefore, it is possible to prevent the deterioration of the response time due to the seek processing.

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

【図1】本発明の一実施例の構成を示す図である。FIG. 1 is a diagram showing a configuration of an exemplary embodiment of the present invention.

【図2】本発明の一実施例における元データおよび分散
配置データを説明するための図である。
FIG. 2 is a diagram for explaining original data and distributed arrangement data according to an embodiment of the present invention.

【図3】本発明の一実施例におけるコピー配分比率テー
ブルの構成の一例を示す図である。
FIG. 3 is a diagram showing an example of a configuration of a copy distribution ratio table in an embodiment of the present invention.

【図4】本発明の一実施例における読み出し領域管理テ
ーブルの構成の一例を示す図である。
FIG. 4 is a diagram showing an example of a configuration of a read area management table according to an embodiment of the present invention.

【図5】(a)は、本発明の一実施例におけるデータ読
み出し手段の動作を説明するためのフローチャートであ
る。(b)は、本発明の一実施例における読み出し要求
手段の動作を説明するためのフローチャートである。
FIG. 5A is a flowchart for explaining the operation of the data reading means in the embodiment of the present invention. (B) is a flow chart for explaining the operation of the read requesting means in the embodiment of the present invention.

【図6】本発明の一実施例における負荷監視手段の動作
説明するためのフローチャートである。
FIG. 6 is a flowchart for explaining the operation of the load monitoring means in the embodiment of the present invention.

【図7】本発明の一実施例において、負荷監視手段の負
荷分散処理を適用するノードを選択する動作説明するた
めのフローチャートである。
FIG. 7 is a flowchart for explaining an operation of selecting a node to which the load balancing process of the load monitoring means is applied in the embodiment of the present invention.

【図8】本発明の一実施例において、負荷監視手段のコ
ピーデータを持つノードの読み出し範囲拡大領域を決定
する動作説明するためのフローチャートである。
FIG. 8 is a flowchart for explaining an operation of determining a read range expansion area of a node having copy data of the load monitoring means in the embodiment of the present invention.

【図9】本発明の一実施例を説明するための図である。FIG. 9 is a diagram for explaining an example of the present invention.

【図10】本発明の他の実施例における分散配置データ
の構成を示す図である。
FIG. 10 is a diagram showing a configuration of distributed arrangement data according to another embodiment of the present invention.

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

1 制御装置 2−1〜2−N データ処理装置 3−1〜3−N 二次記憶装置 4−1〜4−N 分散配置データ 5 ネットワーク装置 6 第二の実施形態の分散配置データ 11 読み出し要求手段 12 読み出し領域管理テーブル 13 負荷監視手段 14 コピー配分比率テーブル 21 データ読み出し手段 1 control device 2-1 to 2-N data processing device 3-1 to 3-N secondary storage device 4-1 to 4-N distributed arrangement data 5 Network equipment 6 Distributed arrangement data of the second embodiment 11 Read requesting means 12 Read area management table 13 Load monitoring means 14 Copy distribution ratio table 21 data reading means

Claims (17)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】N台のデータ処理装置と、前記各データ処
理装置にそれぞれ接続された二次記憶装置と、制御装置
と、前記N台のデータ処理装置と前記制御装置とを接続
するネットワーク装置とを備えてなるクラスタシステム
において、前記各二次記憶装置上に分散配置データをそ
れぞれ保持する分散データ処理装置のデータ格納方法で
あって、i番目(但し、1≦i≦N)の 各分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、 前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され、前記i番目の 後データは、(i-1) mod N番目(但し、
「(i-1) mod N」は、(i-1)をNで除した余り)の原本デ
ータの後半の複製であり、前記後半の複製の前記(i-1)
mod N番目の原本データに対する割合は、i番目の第一
の比率であり前記 i番目の前データは、(i+1) mod N番目(但し、
「(i+1) mod N」は、(i+1)をNで除した余り)の原本デ
ータの前半の複製であり、前記前半の複製の前記(i+1)
mod N番目の原本データに対する割合は、i番目の第二
の比率である、 ことを特徴とするデータ格納方法。
1. N data processing devices, a secondary storage device connected to each of the data processing devices, a control device, and a network device connecting the N data processing devices and the control device. A data storage method of a distributed data processing device, which holds distributed arrangement data on each of the secondary storage devices, in a cluster system comprising: i-th (where 1 ≦ i ≦ N) distribution Placement data is number i
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th of the original data is located immediately after the data after the i-th, the i-th original data Immediately after the i-th previous data is placed, the i-th subsequent data is (i-1) mod N-th (however,
"(I-1) mod N" is, the original data of the remainder of (i-1) was divided by N)
Data is the latter half of the duplicate, and the latter half of the duplicate (i-1)
mod The ratio to the Nth original data is the ith first
Is the ratio of the i-th previous data, (i + 1) mod N th (where,
"(I + 1) mod N" is, the original data of the (i + 1) remainder was divided by N)
Ri replication der of the first half of the over data, said first half of replication (i + 1)
mod The ratio to the Nth original data is the ith second
The data storage method is characterized by being a ratio of .
【請求項2】前記i番目の第一の比率と前記i番目の第
二の比率の和が、百分率において100以上である、
ことを特徴とする請求項1記載のデータ格納方法。
2. The i-th first ratio and the i-th first ratio
The sum of the two ratios is 100 % or more in percentage ,
The data storage method according to claim 1, wherein:
【請求項3】N台のデータ処理装置と、前記各データ処
理装置にそれぞれ接続された二次記憶装置と、制御装置
と、前記N台のデータ処理装置と前記制御装置とを接続
するネットワーク装置とを備えてなるクラスタシステム
において、前記各二次記憶装置上に分散配置データをそ
れぞれ保持する分散データ処理装置であって、i番目(但し、1≦i≦N)の 各分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、 前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され、 前記i番目の後データは、(i-1) mod N番目(但し、
「(i-1) mod N」は、(i-1)をNで除した余り)の原本デ
ータの後半の複製であり前記後半の複製の前記(i-1) mod N番目の原本データに
対する割合は、i番目の第一の比率であり 、 前記i番目の前データは、(i+1) mod N番目(但し、
「(i+1) mod N」は、(i+1)をNで除した余り)の原本デ
ータの前半の複製であり、前記前半の複製の前記(i+1)
mod N番目の原本データに対する割合は、i番目の第二
の比率である、 ことを特徴とする分散データ処理装置。
3. N data processing devices, a secondary storage device connected to each of the data processing devices, a control device, and a network device connecting the N data processing devices and the control device. In a cluster system comprising: a distributed data processing device that holds distributed allocation data on each of the secondary storage devices, wherein the i-th (where 1 ≦ i ≦ N) distributed allocation data is i number
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th of the original data is located immediately after the data after the i-th, the i-th original data Immediately after the i-th previous data is arranged, the i-th subsequent data is (i-1) mod N-th (however,
"(I-1) mod N" is, the original data of the remainder of (i-1) was divided by N)
A late replica of chromatography data, the said second half of replication (i-1) to mod N th original data
The ratio to the i-th is the first ratio, and the i-th previous data is (i + 1) mod N-th (however,
"(I + 1) mod N" is, the original data of the (i + 1) remainder was divided by N)
The first half of the data, and the (i + 1) of the first half
mod The ratio to the Nth original data is the ith second
A distributed data processing device, characterized in that:
【請求項4】前記制御装置が、前記各データ処理装置が
それぞれ読み出すべき担当領域を記録した読み出し領域
管理テーブルを記憶する記憶部と、N個の前記第一の比率と前記第二の比率を格納する コピ
ー配分比率テーブルを記憶する記憶部と、 前記各データ処理装置の負荷を監視し、前記読み出し領
域管理テーブルの内容を更新して、負荷の重いデータ処
理装置の担当領域を縮小し、負荷の軽いデータ処理装置
の担当領域を拡大する負荷監視手段と、 前記読み出し領域管理テーブルに記憶されている担当領
域からのデータ読み出しを前記各データ処理装置に対し
て要求する読み出し要求手段と、 を備え、 前記各データ処理装置が、前記各データ処理装置にそれ
ぞれ接続されている前記二次記憶装置に配置される分散
配置データについて、前記読み出し要求手段からのデー
タ読み出し要求に付加された担当領域によって指定され
る、一部または全部を読み出すデータ読み出し手段を備
えている、ことを特徴とする請求項3記載の分散データ
処理装置。
4. The storage unit for storing a read-out area management table in which the control apparatus records the areas to be read by each of the data processing apparatuses, and the N first ratios and the second ratios. A storage unit for storing a copy distribution ratio table to be stored, a load of each data processing device is monitored, the contents of the read region management table are updated, and a responsible region of the data processing device having a heavy load is stored. And a load monitoring unit for reducing the load of the data processing device having a light load, and a read request for requesting the data processing devices to read data from the charge region stored in the read region management table. Means for distributing distributed data arranged in the secondary storage devices connected to the data processing devices. 4. The distributed data processing device according to claim 3, further comprising data reading means for reading a part or all of the data designated by the assigned area added to the data reading request from the read requesting means. .
【請求項5】前記i番目の第一の比率と前記i番目の第
の比率の和が百分率において100以上である、こ
とを特徴とする請求項3又は4記載の分散データ処理装
置。
5. The i-th first ratio and the i-th first ratio
The distributed data processing device according to claim 3 or 4, wherein the sum of the two ratios is 100 % or more in percentage .
【請求項6】前記制御装置において、負荷分散処理実行
にあたり、前記負荷監視手段が、前記データ処理装置の
負荷情報を記録し、定期的に負荷の高い装置の存在を調
べ、予め定められた所定の閾値よりも負荷値が高いデー
タ処理装置を検出し、負荷分散処理対象となるデータ処
理装置を選択し、 前記負荷監視手段は、前記読み出し要求手段に対して読
み出し要求の停止を指示し、負荷の高いデータ処理装置
の読み出し対象範囲を縮小することで前記読み出し領域
管理テーブルを更新し、 負荷の高いデータ処理装置の読み出し対象範囲から外れ
た領域をコピーデータを持つデータ処理装置に割り振り
前記読み出し領域管理テーブルを更新し、 前記読み出し要求手段に対して、読み出し処理の開始を
指示する、 ことを特徴とする請求項4記載の分散データ処理装置。
6. In the control device, when executing the load balancing process, the load monitoring means records the load information of the data processing device, periodically checks the existence of a device having a high load, and determines a predetermined value. Detecting a data processing device having a load value higher than the threshold value, selecting a data processing device to be subjected to load balancing processing, and the load monitoring unit instructs the read requesting unit to stop the read request, The read-out area management table is updated by reducing the read-out target range of the data processing apparatus having a high load, and the read-out area is allocated to the data processing apparatus having the copy data, the area outside the read-out target range of the data processing apparatus having a high load. The management table is updated, and the read requesting unit is instructed to start the read processing. Distributed data processing device.
【請求項7】コピーデータを持つ前記データ処理装置へ
のデータ分配比率の決定にあたり、前記負荷監視手段
は、前記N台のデータ処理装置のうち高負荷のデータ処
理装置(P)のデータ読み出し範囲の縮小比率R(但
し、Rは原本データ(P)のデータ長を100としたと
きの、縮小後の読み出し領域のデータ長の比率)を決定
し、 前記原本データ(P)で読み出し対象範囲から外れた領
域(E)を、データ処理装置(P−1)とデータ処理装
置(P+1)に割り振るための仮分配比率を、各々のそ
の時点での負荷値の逆比として決定し、 前記領域(E)のデータの長さの原本レコードの長さに
対する比率と、前記仮分配比率による前記データ処理装
置(P−1)と前記データ処理装置(P+1)に割り当
てられる領域の長さの比率を求め、 前記仮分配比率の大きい値について、前記データ処理装
置(P−1)のほうが大きい場合には、前記データ処理
装置(P−1)の仮比率と前記データ処理装置(P)の
前コピー率を比較し、 前記データ処理装置(P+1)のほうが大きい場合に
は、前記データ処理装置(P−1)の仮比率と前記デー
タ処理装置(P)の後コピー率を比較し、 前記仮比率よりも前記コピー率の方が等しいか小さけれ
ば、仮分配比率を本分配比率として決定し、一方、前記
仮比率が前記コピー率よりも大きければ、前記仮比率を
コピー率と等しくし、(仮比率−コピー率)の分は、仮
配分比率の小さい方に移して本分配比率とする、ことを
特徴とする請求項6記載の分散データ処理装置。
7. The load monitoring means determines the data distribution ratio to the data processing device having copy data, the data read range of a high-load data processing device (P) of the N data processing devices. Reduction ratio R (where R is the ratio of the data length of the read area after reduction when the data length of the original data (P) is 100) is determined, and the original data (P) is read from the read target range. The provisional distribution ratio for allocating the deviated area (E) to the data processing device (P-1) and the data processing device (P + 1) is determined as the inverse ratio of the load value at each time, E) The ratio of the length of the data to the length of the original record and the ratio of the lengths of the areas allocated to the data processing device (P-1) and the data processing device (P + 1) based on the temporary distribution ratio are obtained. If the data processing device (P-1) has a larger value of the temporary distribution ratio, the temporary ratio of the data processing device (P-1) and the pre-copy ratio of the data processing device (P) are larger. When the data processing device (P + 1) is larger, the temporary ratio of the data processing device (P-1) and the post-copy ratio of the data processing device (P) are compared, If the copy ratio is equal to or smaller than the copy ratio, the provisional distribution ratio is determined as the main distribution ratio. On the other hand, if the provisional ratio is larger than the copy ratio, the provisional ratio is set equal to the copy ratio, and the provisional ratio 7. The distributed data processing device according to claim 6, wherein the copy ratio) is moved to a smaller temporary distribution ratio to obtain the main distribution ratio.
【請求項8】N台のデータ処理装置と、前記各データ処
理装置にそれぞれ接続された二次記憶装置と、制御装置
と、前記N台のデータ処理装置と前記制御装置とを接続
するネットワーク装置とを備えてなるクラスタシステム
において、前記各二次記憶装置上に分散配置データをそ
れぞれ保持する分散データ処理装置におけ実行時負荷
分散方法であって、i番目(但し、1≦i≦N)の 各分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、 前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され、 前記i番目の後データは、(i-1) mod N番目(但し、
「(i-1) mod N」は、(i-1)をNで除した余り)の原本デ
ータの後半の複製であり前記後半の複製の前記(i-1) mod N番目の原本データに
対する割合は、i番目の第一の比率であり 、 前記i番目の前データは、(i+1) mod N番目(但し、
「(i+1) mod N」は、(i+1)をNで除した余り)の原本デ
ータの前半の複製であり、前記前半の複製の前記(i+1)
mod N番目の原本データに対する割合は、i番目の第二
の比率であり、 前記制御装置が、前記各データ処理装置がそれぞれ読み
出すべき担当領域を読み出し領域管理テーブルで記憶管
理し、前記各データ処理装置の負荷を監視し、負荷の重
いデータ処理装置の担当領域を縮小し、負荷の軽いデー
タ処理装置の担当領域を拡大し、 前記各データ処理装置に分散配置データの担当領域によ
って指定される一部または全部の読み出しを要求する、
ことを特徴とする実行時負荷分散方法。
8. N data processing devices, a secondary storage device connected to each of the data processing devices, a control device, and a network device connecting the N data processing devices and the control device. in a cluster system comprising comprising the door, a said respective secondary storage device runtime load balancing how put the distributed data processing device holding distributed data respectively on, i-th (where, 1 ≦ i ≦ N ), Each distributed data is i
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th of the original data is located immediately after the data after the i-th, the i-th original data Immediately after the i-th previous data is arranged, the i-th subsequent data is (i-1) mod N-th (however,
"(I-1) mod N" is, the original data of the remainder of (i-1) was divided by N)
A late replica of chromatography data, the said second half of replication (i-1) to mod N th original data
The ratio to the i-th is the first ratio, and the i-th previous data is (i + 1) mod N-th (however,
"(I + 1) mod N" is, the original data of the (i + 1) remainder was divided by N)
The first half of the data , and the (i + 1) of the first half
mod The ratio to the Nth original data is the ith second
The control device stores and manages a responsible area to be read by each of the data processing devices in a read area management table, monitors the load of each of the data processing devices, and handles the data processing device having a heavy load. The area is reduced, the area in charge of the data processing device having a light load is expanded, and each data processing device is requested to read a part or all of the data specified by the area in charge of the distributed arrangement data.
A runtime load balancing method characterized in that
【請求項9】N台のデータ処理装置と、前記各データ処
理装置にそれぞれ接続された二次記憶装置と、制御装置
と、前記N台のデータ処理装置と前記制御装置とを接続
するネットワーク装置とを備えてなるクラスタシステム
において、 前記各二次記憶装置上に複数且つ同数個の分散配置デー
タをそれぞれ保持する分散データ処理装置のデータ格納
方法であって、i番目(但し、1≦i≦N)の 各分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、 前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され、 i番目(但し、1≦i≦N)の前記データ処理装置に接続
されている前記二次記憶装置上のJ(但し、1≦J≦M)
番目の分散配置データ内の後データは、(i-1) mod N番
目(但し、「(i-1) mod N」は、(i-1)をNで除した余
り)の前記データ処理装置に接続されている二次記憶装
置上のJ番目の原本データの後部のJ番目の第一の比率の
複製であり、 i番目の前記データ処理装置に接続されている前記二次
記憶装置上のJ番目の分散配置データ内の前データは、
(i+1) mod N番目(但し、「(i+1) mod N」は、(i+1)を
Nで除した余り)のデータ処理装置に接続されている前
記二次記憶装置上のJ番目の分散配置データ内の原本デ
ータの前部のJ番目の第二の比率の複製である、ことを
特徴とするデータ格納方法。
9. N data processing devices, a secondary storage device connected to each of the data processing devices, a control device, and a network device connecting the N data processing devices and the control device. A cluster system comprising: a data storage method of a distributed data processing device, wherein a plurality of and the same number of distributed arrangement data are respectively stored on each of the secondary storage devices, the i-th (where 1 ≦ i ≦ N) each distributed data is i
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th of the original data is located immediately after the data after the i-th, the i-th original data Immediately after the i-th previous data is arranged, J (where 1 ≦ J ≦ M on the secondary storage device connected to the i-th (where 1 ≦ i ≦ N) data processing device )
The subsequent data in the th distributed arrangement data is the (i-1) mod N-th data processor (where "(i-1) mod N" is the remainder obtained by dividing (i-1) by N). the J-th original data on the secondary storage device connected to a replica of the rear part of the J-th first ratio, i-th of said data processing device to the connected on the secondary storage device Previous data in the J-th distributed data,
(i + 1) mod Nth (however, "(i + 1) mod N" is the remainder obtained by dividing (i + 1) mod N) data processing device connected to the secondary storage device. is a replica of the J-th front portion of the J-th second ratio of the original data in a distributed arrangement data, data storage wherein the.
【請求項10】N台のデータ処理装置と、前記各データ
処理装置にそれぞれ接続された二次記憶装置と、制御装
置と、前記N台のデータ処理装置と前記制御装置とを接
続するネットワーク装置とを備えてなるクラスタシステ
ムにおいて、前記各二次記憶装置上に複数且つ同数個の
分散配置データをそれぞれ保持する分散データ処理装置
であって、i番目(但し、1≦i≦N)の 各分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、 前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され、 i番目(但し、1≦i≦N)の前記データ処理装置に接続
されている前記二次記憶装置上のJ(但し、1≦J≦M)
番目の分散配置データ内の後データは、(i-1) mod N番
目(但し、「(i-1) mod N」は、(i-1)をNで除した余
り)の前記データ処理装置に接続されている二次記憶装
置上のJ番目の原本データの後部のJ番目の第一の比率
複製であり、 i番目の前記データ処理装置に接続されている前記二次
記憶装置上のJ番目の分散配置データ内の前データは、
(i+1) mod N番目(但し、「(i+1) mod N」は、(i+1)を
Nで除した余り)のデータ処理装置に接続されている前
記二次記憶装置上のJ番目の分散配置データ内の原本デ
ータの前部のJ番目の第二の比率の複製である、ことを
特徴とする分散データ処理装置。
10. N data processing devices, a secondary storage device connected to each of the data processing devices, a control device, and a network device connecting the N data processing devices to the control device. A distributed data processing device that holds a plurality and the same number of distributed arrangement data on each of the secondary storage devices in a cluster system that comprises: i-th (where 1 ≦ i ≦ N) Distributed arrangement data is number i
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th of the original data is located immediately after the data after the i-th, the i-th original data Immediately after the i-th previous data is arranged, J (where 1 ≦ J ≦ M on the secondary storage device connected to the i-th (where 1 ≦ i ≦ N) data processing device )
The subsequent data in the th distributed arrangement data is the (i-1) mod N-th data processor (where "(i-1) mod N" is the remainder obtained by dividing (i-1) by N). the J-th original data on the secondary storage device connected to a replica of the rear part of the J-th first ratio, i-th of said data processing device to the connected on the secondary storage device Previous data in the J-th distributed data,
(i + 1) mod Nth (however, "(i + 1) mod N" is the remainder obtained by dividing (i + 1) mod N) data processing device connected to the secondary storage device. J th is a replica of the front portion of the J-th second ratio of the original data in a distributed arrangement data, distributed data processing apparatus according to claim.
【請求項11】前記制御装置が、前記各データ処理装置
それぞれ読み出すべき担当領域を記録した読み出し領
域管理テーブルを記憶する記憶部と、N個の前記第一の比率と前記第二の比率を格納する コピ
ー配分比率テーブルを記憶する記憶部と、 前記各データ処理装置の負荷を監視し、前記読み出し領
域管理テーブルの内容を更新して、負荷の重いデータ処
理装置の担当領域を縮小し、負荷の軽いデータ処理装置
の担当領域を拡大する負荷監視手段と、 前記読み出し領域管理テーブルに記憶されている担当領
からのデータ読み出しを前記各データ処理装置に対し
要求する読み出し要求手段と、 を備え、 前記各データ処理装置が、前記各データ処理装置にそれ
ぞれ接続されている前記二次記憶装置に配置される分散
配置データについて、前記読み出し要求手段からのデー
タ読み出し要求に付加された担当領域によって指定され
、一部または全部を読み出すデータ読み出し手段を備
ている、ことを特徴とする請求項10記載の分散デー
タ処理装置。
Wherein said control device includes a storage unit that stores the read area management table in which the respective data processing device is recorded coverage area to be read, respectively, and the N of said first ratio to said second ratio A storage unit for storing a copy distribution ratio table to be stored, a load of each data processing device is monitored, the contents of the read region management table are updated, and a responsible region of the data processing device having a heavy load is stored. Load monitoring means for reducing the load and expanding the area in charge of the data processing device having a light load, and reading data from the area in charge stored in the read area management table to each data processing device.
Read requesting means for requesting the data processing device,
For distributed data located in the secondary storage device are respectively connected, are designated by the coverage area attached to the data read request from said read request means, data reading means for reading the whole or in part The distributed data processing device according to claim 10, characterized by being provided.
【請求項12】N台のデータ処理装置と、前記各データ
処理装置にそれぞれ接続された二次記憶装置と、制御装
置と、前記N台のデータ処理装置と前記制御装置とを接
続するネットワーク装置とを備えてなるクラスタシステ
ムにおいて、前記各二次記憶装置上に複数且つ同数個の
分散配置データをそれぞれ保持する分散データ処理装置
における実行時負荷分散方法であって、i番目(但し、1≦i≦N)の 各分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、 前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され、 i番目(但し、1≦i≦N)の前記データ処理装置に接続
されている前記二次記憶装置上のJ(但し、1≦J≦M)
番目の分散配置データ内の後データは、(i-1) mod N番
目(但し、「(i-1) mod N」は、(i-1)をNで除した余
り)の前記データ処理装置に接続されている二次記憶装
置上のJ番目の原本データの後部のJ番目の第一の比率
複製であり、i番目の前記データ処理装置に接続されている前記二次
記憶装置上のJ番目の分散配置データ内の前データは、
(i+1) mod N番目(但し、「(i+1) mod N」は、(i+1)を
Nで除した余り)のデータ処理装置に接続されている前
記二次記憶装置上のJ番目の分散配置データ内の原本デ
ータの前部のJ番目の第二の比率の複製であり、 前記制御装置が、前記各データ処理装置がそれぞれ読み
出すべき担当領域を読み出し領域管理テーブルで記憶管
理し、前記各データ処理装置の負荷を監視し、負荷の重
いデータ処理装置の担当領域を縮小し、負荷の軽いデー
タ処理装置の担当領域を拡大し、 前記各データ処理装置に分散配置データの担当領域によ
って指定される一部または全部の読み出しを要求する、
ことを特徴とする実行時負荷分散方法。
12. A N-data processing device, a secondary storage device connected to each of the data processing devices, a control device, and a network device connecting the N data processing devices and the control device. in a cluster system comprising comprising the door, a run-time load balancing method in a distributed data processing device holding a plurality and the same number of distributed data to the respective secondary storage device on, i-th (where, 1 ≦ i ≤ N), each distributed arrangement data is i
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th of the original data is located immediately after the data after the i-th, the i-th original data Immediately after the i-th previous data is arranged, J on the secondary storage device connected to the i-th (where 1 ≦ i ≦ N) data processing device (where 1 ≦ J ≦ M) )
The subsequent data in the th distributed arrangement data is the (i-1) mod N-th data processor (where "(i-1) mod N" is the remainder obtained by dividing (i-1) by N). the replication of the rear part of the J-th first ratio of J-th original data on the secondary storage device connected to said secondary being connected to the i-th of said data processing apparatus
The previous data in the J-th distributed arrangement data on the storage device is
(i + 1) mod Nth (However, "(i + 1) mod N" is (i + 1)
Remainder divided by N) before connected to the data processing device
The original data in the Jth distributed arrangement data on the secondary storage device
It is a copy of the J-th second ratio of the front part of the data , wherein the control device stores and manages the area in charge to be read by each of the data processing devices in the read region management table, Monitoring the load, reducing the area in charge of the data processor with a heavy load, expanding the area in charge of the data processor with a light load, and assigning to each of the data processors a part or a part designated by the area in charge of the distributed data Request full read,
A runtime load balancing method characterized in that
【請求項13】それぞれが二次記憶装置を備えた所定台
数(N台)のデータ処理装置と、制御装置とがネットワ
ークを介して接続されて非共有型クラスタシステムを構
成し、前記各二次記憶装置上に分散配置データをそれぞ
れ保持し、 i番目(但し、1≦i≦N)の各 分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され前記i番目の 後データは、(i-1) mod N番目(但し、
「(i-1) mod N」は、(i-1)をNで除した余り)の原本デ
ータの後半の複製であり前記後半の複製の前記(i-1)
mod N番目の原本データに対する割合は、i番目の第一
の比率であり、 前記i番目の 前データは、(i+1) mod N番目(但し、
「(i+1) mod N」は、(i+1)をNで除した余り)の原本デ
ータの前半の複製であり前記前半の複製の前記(i+1)
mod N番目の原本データに対する割合は、i番目の第二
の比率であり、 前記制御装置が、前記各データ処理装置がそれぞれ読み
出すべき担当領域を記録した読み出し領域管理テーブル
を記憶する記憶部とN個の前記第一の比率と前記第二の比率を格納する コピ
ー配分比率テーブルを記憶する記憶部と、を備え、前記データ処理装置が、前記二次記憶装置に配置される
分散配置データの、前記制御装置からのデータ読み出し
要求に付加された担当領域によって指定される、一部ま
たは全部を読み出すデータ読み出す分散データ処理シス
テムにおける、前記制御装置に実行させるためのプログ
ラムであって、 (a)前記各データ処理装置の負荷を監視し、前記読み
出し領域管理テーブルの内容を更新して、負荷の重いデ
ータ処理装置の担当領域を縮小し、負荷の軽いデータ処
理装置の担当領域を拡大する負荷監視処理と、 (b)前記各データ処理装置に前記読み出し領域管理テ
ーブルに記憶されている担当領域からのデータ読み出し
を要求する読み出し要求処理と、 前記制御装置に実行させるためのプログラムを記録し
た記録媒体。
13. A predetermined number (N) of data processing devices, each of which has a secondary storage device, and a control device are connected via a network to form a non-shared cluster system, and each of the secondary devices. the distributed data respectively held in the storage device, i-th (where, 1 ≦ i ≦ N) each distributed data of, i th
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th the original data immediately after the data after the i-th
Is placed immediately after the i-th original data.
Are arranged, and the i-th post data is (i-1) mod N-th (however,
"(I-1) mod N" is the latter half of the original data of (i-1) divided by N) , and the latter half of the (i-1)
mod The ratio to the Nth original data is the ith first
And the i-th previous data is (i + 1) mod N-th (however,
"(I + 1) mod N" is, (i + 1) is the first half of the replica of the original data of remainder) divided by N, the of the first half of replication (i + 1)
mod The ratio to the Nth original data is the ith second
Read area management table in which the control device records the areas in charge to be read by each of the data processing devices.
Comprising a storage unit for storing a storage unit for storing a copy <br/> over distribution ratio table for storing N pieces of the first ratio and the second ratio, the a, the data processing apparatus, wherein Located in secondary storage
Data reading of distributed arrangement data from the control device
Partial or partial, specified by the area of responsibility attached to the request.
Distributed data processing system
System, a program for the control device to execute.
A ram, (a) the monitor the load of each data processing device, and updates the contents of the read area management table, reducing the coverage area of the heavy data processing apparatus load, lightly loaded data processor Load control processing for expanding the area in charge of the control device, and (b) read request processing for requesting data read from the area in charge stored in the read area management table to each of the data processing devices, to the control device. A recording medium on which a program for recording is recorded.
【請求項14】それぞれが二次記憶装置を備えた所定台
数(N台)のデータ処理装置と、制御装置とがネットワ
ークを介して接続されて非共有型クラスタシステムを構
成し、前記各二次記憶装置上に分散配置データをそれぞ
れ保持し、 i番目(但し、1≦i≦N)の各 分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され前記i番目の 後データは、(i-1) mod N番目(但し、
「(i-1) mod N」は、(i-1)をNで除した余り)の原本デ
ータの後半の複製であり前記後半の複製の前記(i-1)
mod N番目の原本データに対する割合は、i番目の第一
の比率であり、 前記i番目の 前データは、(i+1) mod N番目(但し、
「(i+1) mod N」は、(i+1)をNで除した余り)の原本デ
ータの前半の複製であり前記前半の複製の前記(i+1)
mod N番目の原本データに対する割合は、i番目の第二
の比率であり、 前記制御装置が、前記各データ処理装置がそれぞれ読み
出すべき担当領域を記録した読み出し領域管理テーブル
を記憶する記憶部と、N個の前記第一の比率と前記第二の比率を格納する コピ
ー配分比率テーブルを記憶する記憶部と、 前記各データ処理装置の負荷を監視し、前記読み出し領
域管理テーブルの内容を更新して、負荷の重いデータ処
理装置の担当領域を縮小し、負荷の軽いデータ処理装置
の担当領域を拡大する負荷監視手段と、 前記各データ処理装置に前記読み出し領域管理テーブル
に記憶されている担当領域からのデータ読み出しを要求
する読み出し要求手段と、を備えた分散データ処理シス
テムにおける、前記データ処理装置に実行させるための
プログラムであって、 (a)前記二次記憶装置に配置される分散配置データ
の、前記制御装置からのデータ読み出し要求に付加され
た担当領域によって指定される、一部または全部を読み
出すデータ読み出す処理を前記制御装置に実行させるた
めのプログラムを記録した記録媒体。
14. A predetermined number (N) of data processing devices, each of which has a secondary storage device, and a control device are connected via a network to form a non-shared cluster system, and each of the secondary devices the distributed data respectively held in the storage device, i-th (where, 1 ≦ i ≦ N) each distributed data of, i th
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th the original data immediately after the data after the i-th
Is placed immediately after the i-th original data.
Are arranged, and the i-th post data is (i-1) mod N-th (however,
"(I-1) mod N" is, (i-1) is the replication original half after the data of remainder) divided by N, said second half of replication (i-1)
mod The ratio to the Nth original data is the ith first
And the i-th previous data is (i + 1) mod N-th (however,
"(I + 1) mod N" is, (i + 1) is the first half of the replica of the original data of remainder) divided by N, the of the first half of replication (i + 1)
mod The ratio to the Nth original data is the ith second
Read area management table in which the control device records the areas in charge to be read by each of the data processing devices.
A storage unit for storing a storage unit for storing a copy <br/> over distribution ratio table for storing N pieces of the first ratio and the second ratio, the load of each data processing device monitors A load monitoring unit for updating the contents of the read area management table to reduce the area in charge of the data processing apparatus having a heavy load and to expand the area in charge of the data processing apparatus having a light load; A distributed data processing system including read request means for requesting data read from a responsible area stored in the read area management table.
System for executing the data processing device
A program, (a) the distributed data located in said secondary storage device is specified by the added charge area to the data read request from the control device reads data read out part or all processing A recording medium in which a program for causing the control device to execute is recorded.
【請求項15】それぞれが二次記憶装置を備えた所定台
数(N台)のデータ処理装置と制御装置とがネットワー
クを介して接続されて非共有型クラスタシステムを構成
し、前記各二次記憶装置上に分散配置データをそれぞれ
保持する分散データ処理システムであって、i番目(但し、1≦i≦N)の各 分散配置データは、i番
目の後データとi番目の原本データとi番目の前データ
とを備えて構成されており、前記i番目の後データの直後にi番目の前記原本データ
が配置され、 前記i番目の原本データの直後にi番目の前記前データ
が配置され、 前記i番目の後データは、(i-1) mod N番目(但し、
「(i-1) mod N」は、(i-1)をNで除した余り)の原本デ
ータの後半の複製であり前記後半の複製の前記(i-1) mod N番目の原本データに
対する割合は、i番目の第一の比率であり 、 前記i番目の前データは、(i+1) mod N番目(但し、
「(i+1) mod N」は、(i+1)をNで除した余り)の原本デ
ータの前半の複製であり、前記前半の複製の前記(i+1)
mod N番目の原本データに対する割合は、i番目の第二
の比率であり、 前記制御装置が、前記各データ処理装置がそれぞれ読み
出すべき担当領域を記録した読み出し領域管理テーブル
と、N個の前記第一の比率と前記第二の比率を格納する コピ
ー配分比率テーブルを記憶する記憶部と、 前記各データ処理装置の負荷を監視し、前記読み出し領
域管理テーブルの内容を更新して、負荷の重いデータ処
理装置の担当領域を縮小し、負荷の軽いデータ処理装置
の担当領域を拡大する負荷監視手段と、 前記各データ処理装置に前記読み出し領域管理テーブル
に記憶されている担当領域からのデータ読み出しを要求
する読み出し要求手段と、 を備え、 前記データ処理装置が、前記二次記憶装置に配置される
分散配置データの、前記制御装置からのデータ読み出し
要求に付加された担当領域によって指定される、一部ま
たは全部を読み出すデータ読み出し手段を備えている、
ことを特徴とする分散データ処理システム。
15. A non-shared cluster system is configured by connecting a predetermined number (N) of data processing devices each having a secondary storage device and a control device via a network, and configuring each of the secondary storage devices. A distributed data processing system for holding distributed arrangement data on a device, wherein the i-th (where 1 ≦ i ≦ N) distributed arrangement data is the i-th
Is configured and a eye after data and the i-th original data and the i-th previous data, the i-th the original data immediately after the data after the i-th
Is placed immediately after the i-th original data.
Are arranged, and the i-th post-data is (i-1) mod N-th (however,
"(I-1) mod N" is, the original data of the remainder of (i-1) was divided by N)
A late replica of chromatography data, the said second half of replication (i-1) to mod N th original data
The ratio to the i-th is the first ratio, and the i-th previous data is (i + 1) mod N-th (however,
"(I + 1) mod N" is, the original data of the (i + 1) remainder was divided by N)
The first half of the data, and the (i + 1) of the first half
mod The ratio to the Nth original data is the ith second
The read area management table in which the responsible areas to be read by each of the data processing devices are recorded, and the number of copies of the N first ratio and the second ratio is stored by the control device. -A storage unit that stores a distribution ratio table, monitors the load of each of the data processing devices, updates the contents of the read region management table, reduces the area in charge of the data processing device that has a heavy load, and reduces the load. Load monitoring means for expanding the area in charge of the light data processing device, and read request means for requesting each of the data processing devices to read data from the area in charge stored in the read area management table, The data processing device designates the distributed arrangement data arranged in the secondary storage device according to the assigned area added to the data read request from the control device. Is the, a data reading means for reading a part or the whole,
A distributed data processing system characterized by the above.
【請求項16】前記i番目の第一の比率と前記i番目の
第二の比率の和が百分率において100以上である、
ことを特徴とする請求項15記載の分散データ処理シス
テム。
16. The i-th first ratio and the i-th first ratio
The sum of the second ratios is 100 % or more in percentage ,
16. The distributed data processing system according to claim 15, wherein:
【請求項17】前記各分散配置データは1又は複数のエ
ントリを備えて構成され、各エントリは、キーと要素デ
ータから構成され、 前記要素データは、各キーkp(但し、pは1以上m以
下)ごとに、i番目の原本データと、i番目の後コピー
データと、i番目の前コピーデータとを備えて構成され
ており、 前記i番目の後コピーデータはi番目の前記原本データ
の先頭に配置されており、前記i番目の前コピーデータ
i番目の前記原本データの末尾に配置されており、前記i番目の 後コピーデータは、前記i番目の原本デー
タの後部の第一の比率複製であり前記i番目の 前コピーデータは前記i番目の原本データ
の前部の第二の比率複製である、ことを特徴とする請
求項15記載の分散データ処理システム。
17. Each of the distributed arrangement data includes one or a plurality of entries, each entry includes a key and element data, and the element data includes each key kp (where p is 1 or more and m Each of the following), i-th original copy data, i-th post-copy data, and i-th previous copy data are configured, and the i-th post-copy data is the i-th original copy data. are arranged on top the i-th pre-copy data is placed at the end of the i-th of said original data, copying data after the i-th, the first rear portion of the i-th original data the ratio is a replication, distributed data processing system of claim 15, wherein the i-th pre-copy data is a duplicate of a second ratio of the front of the i-th original data, it is characterized.
JP35970499A 1999-12-17 1999-12-17 Distributed data processing apparatus, data storage method, load distribution method, and recording medium Expired - Fee Related JP3468181B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35970499A JP3468181B2 (en) 1999-12-17 1999-12-17 Distributed data processing apparatus, data storage method, load distribution method, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35970499A JP3468181B2 (en) 1999-12-17 1999-12-17 Distributed data processing apparatus, data storage method, load distribution method, and recording medium

Publications (2)

Publication Number Publication Date
JP2001175612A JP2001175612A (en) 2001-06-29
JP3468181B2 true JP3468181B2 (en) 2003-11-17

Family

ID=18465879

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35970499A Expired - Fee Related JP3468181B2 (en) 1999-12-17 1999-12-17 Distributed data processing apparatus, data storage method, load distribution method, and recording medium

Country Status (1)

Country Link
JP (1) JP3468181B2 (en)

Also Published As

Publication number Publication date
JP2001175612A (en) 2001-06-29

Similar Documents

Publication Publication Date Title
JP4162184B2 (en) Storage device having means for acquiring execution information of database management system
JP4162183B2 (en) Storage device having means for acquiring static information of database management system
JP4116413B2 (en) Prefetch appliance server
US7146389B2 (en) Method for rebalancing free disk space among network storages virtualized into a single file system view
US9348842B2 (en) Virtualized data storage system optimizations
WO2019085769A1 (en) Tiered data storage and tiered query method and apparatus
JP4330941B2 (en) Database divided storage management apparatus, method and program
JP4746838B2 (en) Partitioning database ownership between different database servers to control access to the database
JP2003122508A5 (en)
WO2021218038A1 (en) Storage system, memory management method, and management node
JPH0863377A (en) Disk block control system for file
JPH06161898A (en) Method and means for dynamic division of cache
JP2005056077A (en) Database control method
JPH06259197A (en) Control system for array type disk system
US7284014B2 (en) Pre-fetch computer system
JPH07152498A (en) Information processing system
JP3468181B2 (en) Distributed data processing apparatus, data storage method, load distribution method, and recording medium
Rahm et al. Analysis of parallel scan processing in shared disk database systems
Stonebraker et al. Parallelism in XPRS
JP2007188518A (en) Partitioning of ownership of database between different database servers for controlling access to database
JPH04364549A (en) File storing system and access system
KR19990013792A (en) Parallel file system and method with byte range ATI locking
JPH10254775A (en) Memory controller having common cache memory
KR19990032182A (en) Buffer management device for variable length files and its method
JP2854667B2 (en) Disk cache control method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20030805

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

Free format text: PAYMENT UNTIL: 20080905

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20080905

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20090905

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20090905

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20100905

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20110905

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20120905

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20130905

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees