JPH08171573A - Distributed arrangement device for drawing data - Google Patents

Distributed arrangement device for drawing data

Info

Publication number
JPH08171573A
JPH08171573A JP6316680A JP31668094A JPH08171573A JP H08171573 A JPH08171573 A JP H08171573A JP 6316680 A JP6316680 A JP 6316680A JP 31668094 A JP31668094 A JP 31668094A JP H08171573 A JPH08171573 A JP H08171573A
Authority
JP
Japan
Prior art keywords
drawing data
data
mesh
management
arrangement
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP6316680A
Other languages
Japanese (ja)
Other versions
JP3467879B2 (en
Inventor
Hiroto Nagahisa
宏人 長久
Satoshi Shiba
諭 芝
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP31668094A priority Critical patent/JP3467879B2/en
Publication of JPH08171573A publication Critical patent/JPH08171573A/en
Application granted granted Critical
Publication of JP3467879B2 publication Critical patent/JP3467879B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Instructional Devices (AREA)
  • Multi Processors (AREA)
  • Processing Or Creating Images (AREA)

Abstract

PURPOSE: To enable properly distributed arrangement in the case where drawing data are divided into meshes of proper size and initially arranged in distributed data bases by deciding which management segment each mesh belongs to and holding the correspondence relation between the management segment and the mesh as arrangement information. CONSTITUTION: A drawing data input means 2 inputs the drawing data and a drawing data storage means 4 divides the inputted drawing data into meshes and stores the data in terms of a mesh. A border information input means 5 inputs border information determining management segments for managing the divided drawing data and a border information storage means 6 stores the border information. Then a data arrangement decision means 7 decides which management segment each data belongs to on the basis of the border information and generates the correspondence relation between the management segments and meshes as the arrangement information, and an arrangement information storage means 8 stores the arrangement information. Then a drawing data arranging means 9 stores the drawing data of the meshes in the data bases 32 to 37.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、二次元的な広がりを
持つ膨大な量の図面データを、複数の計算機に分散配置
して管理する図面データ分散配置装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a drawing data distribution / arrangement device for managing a huge amount of drawing data having a two-dimensional spread by distributing and arranging it on a plurality of computers.

【0002】[0002]

【従来の技術】図16は、例えば特開平1ー16623
0号公報の「分散システムにおけるデータベースの配置
方式」に示された従来のデータ配置方式を示すブロック
図である。 前記従来例では、通信網で接続された複数
の計算機27、28、29、30の上にあるデータベー
ス(以下、DB)23、24、25、26にそれぞれ配
置されたデータに対する各計算機からのアクセス状況
を、図中のDBアクセス・モニタリング手段18を用い
て監視し、各計算機からDBへのアクセス頻度に応じ
て、各DBに配置されたデータをアクセス頻度の高い計
算機のDBに、データベース転送実行制御手段20を用
いて逐次転送して配置し直すことができる。
2. Description of the Related Art FIG. 16 shows, for example, Japanese Unexamined Patent Publication No. 1-16233.
FIG. 10 is a block diagram showing a conventional data arrangement method shown in “Database arrangement method in distributed system” of Japanese Patent Publication No. In the above-mentioned conventional example, access from each computer to data respectively arranged in databases (hereinafter, DB) 23, 24, 25, 26 on a plurality of computers 27, 28, 29, 30 connected by a communication network. The situation is monitored using the DB access / monitoring means 18 in the figure, and the data arranged in each DB is transferred to the DB of the computer with high access frequency according to the frequency of access from each computer to the DB. It can be sequentially transferred and rearranged by using the control means 20.

【0003】また、前記従来例では、DBへのアクセス
頻度が複数の計算機で等しい場合、図中の処理コスト評
価手段19を用いてデータ転送コストのもっとも少ない
計算機にデータベース・データを転送することができ
る。このように、従来では分散データベースにデータを
分散配置した後で、各計算機からのDBへのアクセス状
況をモニタすることにより、各データを、それを必要と
している計算機にもっとも近いDBに配置し直すことが
できる。
Further, in the above-mentioned conventional example, when the access frequencies to the DB are the same among a plurality of computers, the database data can be transferred to the computer with the lowest data transfer cost by using the processing cost evaluation means 19 in the figure. it can. As described above, conventionally, after disposing data in a distributed database, by monitoring the access status of each computer to the DB, each data is rearranged in the DB closest to the computer that requires it. be able to.

【0004】[0004]

【発明が解決しようとする課題】従来のデータ配置方式
は以上のように構成されているので、データを一度分散
データベースに配置した後のアクセス状況を分析してデ
ータを適切に分散し直すことはできるが、データの初期
入力段階でそれぞれのデータを適切に初期配置すること
ができなかった。そのため、データを一度分散データベ
ースに配置した後に、アクセス状況に従ってデータを適
切に配置し直す際に、データベース間のデータ移動の負
荷がかなり大きなものになり、最適配置に時間がかかっ
ていた。また、分散データベースに新しいデータを追加
入力する際に、同じく適切に配置することができず、あ
る程度運用してアクセス状況をモニタした後でなければ
適切なデータベースにデータを転送することができなか
った。本発明は、かかる問題点を解消するためになされ
たもので、
Since the conventional data allocation method is configured as described above, it is not possible to appropriately redistribute data by analyzing the access situation after the data is once allocated to the distributed database. Although it was possible, each data could not be properly initialized at the initial data input stage. Therefore, when the data is once placed in the distributed database and the data is appropriately placed again according to the access situation, the load of moving the data between the databases becomes considerably large, and the optimal placement takes time. Also, when new data was added to the distributed database, it could not be properly arranged, and data could only be transferred to an appropriate database after operating to some extent and monitoring the access status. . The present invention has been made to solve such problems,

【0005】第一の目的は、図面データを適切な大きさ
のメッシュに分割し、分散データベースに初期配置する
際に、適切な分散配置ができる図面データの分散配置装
置を得ることを目的とする。
A first object of the present invention is to obtain a drawing data distribution / arrangement device capable of carrying out an appropriate distributed arrangement when dividing drawing data into meshes of an appropriate size and initially arranging them in a distributed database. .

【0006】第二の目的は、図面データ運用方法の変更
により、前記の境界情報が途中で変更された場合でも、
それに応じて図面データを分散データベース間で適切に
再配置することを目的とする。
A second object is that even if the boundary information is changed midway due to a change in the drawing data operating method,
The purpose is to appropriately rearrange the drawing data among the distributed databases accordingly.

【0007】第三の目的は、分散配置の初期段階から適
切に配置された図面データを短時間に最適配置を行うこ
とを目的とする。
A third object is to optimally arrange drawing data appropriately arranged in a short time from the initial stage of distributed arrangement.

【0008】第四の目的は、同じ図面デ−タ複数分散配
置し処理能力を高め信頼性を向上させることを目的とす
る。
A fourth object is to dispose the same drawing data in a plurality of distributed arrangements to enhance the processing capability and improve the reliability.

【0009】[0009]

【課題を解決するための手段】第一の発明に係わる図面
データ分散配置装置は、図面データを入力する図面デー
タ入力手段と、入力された図面データを読み書きする単
位であるメッシュごとに分割しメッシュ単位に保存する
図面データ保存手段と、図面デ−タを分割して管理する
ための管理区分の領域を決める境界情報を入力する境界
情報入力手段と、境界情報を保存する境界情報保存手段
と、保存された境界情報にもとずいて各メッシュがどの
管理区分に属するかを予め決められた基準で判定し、管
理区分とメッシュとの対応関係を配置情報として生成す
るデータ配置判定手段と、配置情報を保存する配置情報
保存手段と、配置情報保存手段に保存された配置情報に
もとずいて、管理区分に属するメッシュの図面デ−タ
を、通信ネットワ−クを介して接続された計算機上に配
置されたデ−タベ−スに保存する図面デ−タ配置手段
と、を備えたものである。
A drawing data distribution / arrangement apparatus according to the first invention is a drawing data inputting means for inputting drawing data, and a mesh for dividing each drawing data which is a unit for reading and writing inputted drawing data. Drawing data saving means for saving in units, boundary information inputting means for inputting boundary information for determining an area of a management division for dividing and managing drawing data, boundary information saving means for saving the boundary information, A data arrangement determination unit that determines which management section each mesh belongs to based on the stored boundary information based on a predetermined criterion, and generates a correspondence relationship between the management section and the mesh as arrangement information. Based on the arrangement information storage means for storing information and the arrangement information stored in the arrangement information storage means, the mesh drawing data belonging to the management division is transferred to the communication network. Disposed on a connected computer via the de - ate - drawing de Save to scan - those having a motor disposed means.

【0010】第二の発明に係わる図面データ分散配置装
置は、管理区分の境界を変更するための境界情報を入力
する境界情報入力手段と、境界情報入力手段により入力
された変更後の境界情報にもとずき各メッシュがどの管
理区分に属するかを予め決められた基準で判定し、配置
情報を生成するデ−タ配置変更判定手段と、デ−タ配置
変更判定手段により生成された配置情報にもとずいて図
面デ−タの配置を変更するデ−タ配置変更手段と、を備
えたものである。
The drawing data distribution / arrangement apparatus according to the second invention uses boundary information input means for inputting boundary information for changing the boundary of the management section and boundary information after the change inputted by the boundary information input means. A data arrangement change determining means for determining which management category each mesh belongs to based on a predetermined criterion and generating arrangement information, and arrangement information generated by the data arrangement change determining means. Data arrangement changing means for changing the arrangement of the drawing data is provided.

【0011】第三の発明に係わる図面データ分散配置装
置は、データベースに配置されたメッシュ単位の図面デ
ータが複数の計算機によって読み書きされる頻度を監視
するアクセス状況監視手段と、監視したアクセス頻度結
果により、メッシュ単位の図面データを、計算機間で送
受信するデ−タ伝送負荷が少なくなるように、他の管理
区分に移すか否かを予め決められた基準で判定し、配置
情報を生成するデ−タ移動判定手段と、デ−タ移動判定
手段により生成された配置情報にもとずいて図面データ
の配置を変更するデータ配置変更手段と、を備えたもの
である。
According to a third aspect of the present invention, there is provided a drawing data distributing and arranging device which monitors access frequency of drawing data in mesh units arranged in a database by a plurality of computers and an access status monitoring means for monitoring the result. , Data for generating layout information by determining whether or not to move drawing data in mesh units to other management divisions so as to reduce the data transmission load transmitted / received between computers and to generate layout information. The data movement determining means and the data arrangement changing means for changing the arrangement of the drawing data based on the arrangement information generated by the data movement determining means.

【0012】第四の発明に係わる予め決められた基準
は、メッシュに占める管理区分の面積が最も大きい管理
区分をそのメッシュが属する管理区分とするものであ
る。
The predetermined criterion according to the fourth aspect of the invention is to set the management section having the largest area of the management section in the mesh as the management section to which the mesh belongs.

【0013】第五の発明に係わる予め決められた基準
は、メッシュに占める管理区分のデータ量が最も大きい
管理区分をそのメッシュが属する管理区分とするもので
ある。
The predetermined criterion according to the fifth aspect of the invention is to set the management section having the largest data amount of the management section in the mesh as the management section to which the mesh belongs.

【0014】第六の発明に係わる予め決められた基準
は、メッシュを占めるすべての管理区分をそのメッシュ
が属する管理区分とするものである。
The predetermined criterion according to the sixth aspect of the invention is that all the management divisions that occupy a mesh are the management divisions to which the mesh belongs.

【0015】第七の発明に係わる予め決められた基準
は、計算機の図面データへのアクセス頻度と図面データ
に対応するメッシュに占める管理区分の面積にもとずく
ものである。
The predetermined criterion according to the seventh aspect of the invention is based on the frequency of access to the drawing data by the computer and the area of the management division in the mesh corresponding to the drawing data.

【0016】第八の発明に係わる予め決められた基準
は、計算機の図面データへのアクセス頻度と図面データ
に対応するメッシュに占める管理区分のデータ量にもと
ずくものである。
The predetermined criterion according to the eighth aspect of the invention is based on the frequency of access to the drawing data by the computer and the data amount of the management division occupying the mesh corresponding to the drawing data.

【作用】[Action]

【0017】第一の発明においては、図面データ入力手
段が図面データを入力し、図面データ保存手段が入力さ
れた図面データを読み書きする単位であるメッシュごと
に分割しメッシュ単位に保存する。境界情報入力手段が
図面デ−タを分割して管理するための管理区分の領域を
決める境界情報を入力し、境界情報保存手段が境界情報
を保存する。そして、データ配置判定手段が保存された
境界情報にもとずいて各メッシュがどの管理区分に属す
るかを予め決められた基準で判定し、管理区分とメッシ
ュとの対応関係を配置情報として生成し、配置情報保存
手段が配置情報を保存する。次に、図面デ−タ配置手段
が、配置情報保存手段に保存された配置情報にもとずい
て、管理区分に属するメッシュの図面デ−タを、通信ネ
ットワ−クを介して接続された計算機上に配置されたデ
−タベ−スに保存する。
In the first aspect of the invention, the drawing data input means inputs the drawing data, and the drawing data saving means divides the inputted drawing data for each mesh which is a unit for reading and writing and saves the divided drawing data in mesh units. Boundary information input means inputs boundary information that determines an area of a management section for dividing and managing the drawing data, and boundary information storing means stores the boundary information. Then, based on the stored boundary information, the data arrangement determination means determines to which management section each mesh belongs to by a predetermined criterion, and generates a correspondence relationship between the management section and the mesh as arrangement information. The arrangement information storage means stores the arrangement information. Next, the drawing data arranging means, based on the arrangement information stored in the arrangement information storing means, connects the drawing data of the meshes belonging to the management division through the communication network to the computer. Save in the database located above.

【0018】第二の発明においては、境界情報入力手段
が管理区分の境界を変更するための境界情報を入力し、
デ−タ配置変更判定手段が、境界情報入力手段により入
力された変更後の境界情報にもとずき各メッシュがどの
管理区分に属するかを予め決められた基準で判定し、配
置情報を生成する。そして、デ−タ配置変更手段がデ−
タ配置変更判定手段により生成された配置情報にもとず
いて図面デ−タの配置を変更する。
In the second invention, the boundary information input means inputs boundary information for changing the boundary of the management section,
Based on the changed boundary information input by the boundary information input means, the data layout change judging means judges to which management section each mesh belongs, based on a predetermined criterion, and generates the layout information. To do. Then, the data arrangement changing means is
The layout of the drawing data is changed based on the layout information generated by the data layout change determining means.

【0019】第三の発明においては、アクセス頻度監視
手段がデータベースに配置されたメッシュ単位の図面デ
ータが複数の計算機によって読み書きされる頻度を監視
する。そして、デ−タ移動判定手段が監視したアクセス
頻度結果により、メッシュ単位の図面データを、計算機
間で送受信するデ−タ伝送負荷が少なくなるように、他
の管理区分に移すか否かを予め決められた基準で判定
し、配置情報を生成する。データ配置変更手段がデ−タ
移動判定手段により生成された配置情報にもとずいて図
面データの配置を変更する。
In the third invention, the access frequency monitoring means monitors the frequency at which drawing data in mesh units arranged in the database are read and written by a plurality of computers. Then, based on the access frequency result monitored by the data movement determination means, whether or not the drawing data in mesh units should be moved to another management division in advance so that the data transmission load transmitted / received between the computers is reduced. Judgment is made based on the determined standard, and the arrangement information is generated. The data arrangement changing means changes the arrangement of the drawing data based on the arrangement information generated by the data movement judging means.

【0020】第四の発明においては、予め決められた基
準は、メッシュに占める管理区分の面積が最も大きい管
理区分をそのメッシュが属する管理区分とするものであ
る。
In the fourth aspect of the present invention, the predetermined criterion is that the management section having the largest area of the management section in the mesh is the management section to which the mesh belongs.

【0021】第五の発明においては、予め決められた基
準は、メッシュに占める管理区分のデータ量が最も大き
い管理区分をそのメッシュが属する管理区分とするもの
である。
In the fifth aspect of the present invention, the predetermined criterion is that the management section having the largest data amount of the management section in the mesh is the management section to which the mesh belongs.

【0022】第六の発明においては、予め決められた基
準は、メッシュを占めるすべての管理区分をそのメッシ
ュが属する管理区分とするものである。
In the sixth aspect of the invention, the predetermined criterion is that all the management divisions that occupy the mesh are the management divisions to which the mesh belongs.

【0023】第七の発明においては、予め決められた基
準は、計算機の図面データへのアクセス頻度と図面デー
タに対応するメッシュに占める管理区分の面積にもとず
くものである。
In the seventh invention, the predetermined criterion is based on the frequency of access to the drawing data of the computer and the area of the management division occupied in the mesh corresponding to the drawing data.

【0024】第八の発明においては、予め決められた基
準は、計算機の図面データへのアクセス頻度と図面デー
タに対応するメッシュに占める管理区分のデータ量にも
とずくものである。
In the eighth invention, the predetermined criterion is based on the frequency of access to the drawing data of the computer and the data amount of the management division occupying the mesh corresponding to the drawing data.

【0025】[0025]

【実施例】【Example】

実施例1.本実施例は図面データを分散データベースに
初期配置する段階で適切な配置をしようとするものであ
る。図1は、この発明の実施例に示すデータ配置装置の
構成を示す図である。 1は図面データを分散配置する
ための中心となる管理ノードである。31は管理ノード
1のデータベース、A〜Fは計算機、32〜37は計算
機A〜Fのデータベース、10はデータベース32〜3
7を管理するための分散データベース管理プログラムで
ある。2は図面データ入力手段で、図面データを管理ノ
ード1に入力するためのものである。3は不必要になっ
た図面データを削除するための図面データ削除手段であ
る。
Example 1. The present embodiment is intended to properly arrange the drawing data in the distributed database at the initial stage. FIG. 1 is a diagram showing a configuration of a data placement device according to an embodiment of the present invention. Reference numeral 1 is a central management node for distributively arranging drawing data. 31 is a database of the management node 1, A to F are computers, 32 to 37 are databases of computers A to F, 10 is databases 32 to 3.
7 is a distributed database management program for managing 7. Reference numeral 2 is a drawing data input means for inputting drawing data to the management node 1. Reference numeral 3 is a drawing data deleting means for deleting unnecessary drawing data.

【0026】4は図面データ保存手段で、図面データ入
力手段2によって入力された図面データを保存する。5
は境界情報入力手段で、図面データを分割して管理する
ための管理区分の領域を決める境界線を入力する。6は
境界情報保存手段で、境界情報入力手段5によって入力
された境界情報を保存する。
A drawing data storage unit 4 stores the drawing data input by the drawing data input unit 2. 5
Is a boundary information input means for inputting a boundary line that determines a management division area for dividing and managing the drawing data. A boundary information storage unit 6 stores the boundary information input by the boundary information input unit 5.

【0027】7はデータ配置判定手段で、メッシュ単位
の図面データと境界情報とを用いてどの図面データをど
の計算機A〜Fのデータベース32〜37に配置するか
を、予め決めておいた基準に従って判定する。例えば、
図面上で各管理区分が占めるメッシュの面積またはデー
タ量が最大の管理区分にそのメッシュが所属すると判定
し、管理区分A〜Fに対応するデータベース32〜37
に配置する。8は配置情報保存手段で、図面データをど
のデータベース32〜37に配置するかの配置情報を保
存する。9は図面データ配置手段で、配置情報に従って
それぞれの図面データを各データベース32〜37に配
置する。11は、分散データベース管理プログラム10
を持つ計算機A〜F間でデータを送受するためのネット
ワーク通信手段である。
Reference numeral 7 is a data arrangement determination means, which determines which drawing data is to be arranged in the databases 32 to 37 of which computers A to F by using the drawing data in mesh units and the boundary information according to a predetermined standard. judge. For example,
It is determined that the mesh belongs to the management section having the largest mesh area or data amount occupied by each management section on the drawing, and the databases 32 to 37 corresponding to the management sections A to F are determined.
To place. Reference numeral 8 denotes a layout information storage unit which stores layout information indicating in which database 32 to 37 the drawing data is to be arranged. A drawing data arranging unit 9 arranges each drawing data in each of the databases 32 to 37 according to the arrangement information. 11 is a distributed database management program 10
It is a network communication means for transmitting and receiving data between the computers A to F having.

【0028】次に本実施例の動作について説明する。本
実施例では、地図に例えれば都道府県の境界、行政区域
などの管理境界線によって分けられる管理区分それぞれ
の管理者や管理用の計算機が異なる、二次元的な広い広
がりを持った大規模なデータを取り扱う。本実施例では
それらのデータを図面データとする。このようなデータ
では、図面本体の他に、上記地図の県境など図面の管理
境界を表す境界線のデータが存在する。図面データ入力
手段2では、利用者は市販CADなどを用いて分散デー
タベース32〜37で管理する図面データの全体を初期
データとして作成し、管理ノード1に入力する。
Next, the operation of this embodiment will be described. In the present embodiment, when compared to a map, the management divisions are divided into management boundaries such as boundaries of prefectures and administrative areas. Handle data. In this embodiment, these data are used as drawing data. In such data, in addition to the drawing body, there is boundary line data representing the management boundary of the drawing such as the prefectural boundary of the map. In the drawing data input means 2, the user creates all the drawing data managed by the distributed databases 32 to 37 as initial data using a commercially available CAD or the like, and inputs it to the management node 1.

【0029】このとき、二次元的な広い広がりを持つ図
面データでは、その全範囲を1枚の図面として扱うとデ
ータ量が膨大になり、運用が困難になるため、全範囲を
適切な大きさに分割して扱う必要がある。そこで、全図
面デ−タを読み書きする場合は読み書きに適した大きさ
のメッシュ単位に分割し、図面デ−タを管理する場合は
全図面を管理区分に分割して管理する。管理区分はメッ
シュ単位で図面デ−タを管理し、各メッシュはいずれか
一つの管理区分に属する。図面データはメッシュ単位に
入力される。図面データの全範囲をメッシュ状に分割し
た例を図2に示す。図2の例では、全図面データが15
個のメッシュに分割されている。図面データ入力手段2
で利用者によって入力された図面データの全体は、一旦
図面データ保存手段4に保存される。管理区分は図面上
の境界線で区切られた領域で、利用者が境界情報入力手
段5により図面上の管理区分領域を入力する。
At this time, in the case of drawing data having a two-dimensional wide spread, if the entire range is treated as one drawing, the amount of data becomes enormous and the operation becomes difficult. It is necessary to divide and handle. Therefore, when all drawing data is read and written, it is divided into mesh units of a size suitable for reading and writing, and when managing drawing data, all drawings are divided into management sections and managed. The management division manages drawing data in mesh units, and each mesh belongs to one of the management divisions. Drawing data is input in mesh units. FIG. 2 shows an example in which the entire range of drawing data is divided into meshes. In the example of FIG. 2, the total drawing data is 15
It is divided into meshes. Drawing data input means 2
The entire drawing data input by the user at 1 is temporarily stored in the drawing data storing means 4. The management division is an area delimited by a boundary line on the drawing, and the user inputs the management division area on the drawing by the boundary information input means 5.

【0030】境界情報入力手段5は、境界情報入力に先
立ち、図面データ保存手段4に保存された図面データを
管理ノード1の画面上に(図示せず)表示する。利用者
は画面上に表示された図面データの上に管理区分を示す
境界線を作図することによって、管理境界線のデータを
管理ノード1に入力する。図面上に作図された境界線の
例を図3に示す。図では境界線によりA〜Fの管理区分
に分割した例を示す。境界情報入力手段5で利用者によ
って入力された境界情報は、境界情報保存手段6に保存
される。
The boundary information input means 5 displays the drawing data stored in the drawing data storage means 4 on the screen of the management node 1 (not shown) prior to inputting the boundary information. The user inputs the data of the management boundary line to the management node 1 by drawing the boundary line indicating the management division on the drawing data displayed on the screen. An example of the boundary line drawn on the drawing is shown in FIG. The figure shows an example in which the management lines A to F are divided by a boundary line. The boundary information input by the user in the boundary information input means 5 is stored in the boundary information storage means 6.

【0031】次に、図面データ入力手段2で入力し、図
面データ保存手段4に保存している15個のメッシュに
分割した図面データを、どの管理区分A〜Fに属するか
を決める手順について以下説明する。ただし、本実施例
では各管理区分A〜Fは通信ネットワ−クで接続された
計算機A〜Fに一対一に対応し、デ−タベ−ス32〜3
7にも一対一に対応する例を示す。
Next, the procedure for deciding to which management section A to F the drawing data input by the drawing data input means 2 and divided into 15 meshes stored in the drawing data storage means 4 will be described below. explain. However, in this embodiment, the respective management sections A to F correspond one-to-one to the computers A to F connected by the communication network, and the databases 32 to 3 are used.
7 also shows an example corresponding one-to-one.

【0032】データ配置判定手段7の処理フローを図4
に示す。なお、フローチャートの説明上、管理区分A〜
Fを管理区分1〜6とも表記する。図において、ステッ
プ1で、データ配置判定手段7は図面データ保存手段4
に保存されている15メッシュ分の図面データを読み込
む。ステップ2で、境界情報保存手段6に保存されてい
る境界情報を読み込む。ここで、境界情報保存手段6に
保存されている境界情報とは、図3に示されている管理
区分の境界線のデータであり、それぞれベクトルデータ
の形式で保存されている。ステップ3は、ステップ4か
らステップ7を図面データのメッシュの数15の回数だ
け繰り返す。ステップ4で、データ配置判定手段7は各
管理区分1〜6(管理区分1〜6は、計算機A〜Fに対
応)が番号i(i=1〜15)のメッシュに占める面積
Si1〜Si6を算出する。
FIG. 4 shows the processing flow of the data arrangement determination means 7.
Shown in In addition, in the explanation of the flow chart, management classification A to.
F is also described as management divisions 1 to 6. In the figure, in step 1, the data arrangement determination means 7 is the drawing data storage means 4
The drawing data for 15 meshes stored in is read. In step 2, the boundary information stored in the boundary information storage means 6 is read. Here, the boundary information stored in the boundary information storage means 6 is the data of the boundary line of the management section shown in FIG. 3, and each is stored in the form of vector data. Step 3 repeats Steps 4 to 7 as many times as the number 15 of meshes of drawing data. In step 4, the data allocation determining means 7 determines the areas Si1 to Si6 occupied by the management sections 1 to 6 (the management sections 1 to 6 correspond to the computers A to F) in the mesh of number i (i = 1 to 15). calculate.

【0033】ステップ5で、ステップ4において算出し
た面積Si1〜Si6のうち、最大の面積Sijを求め、こ
のときのjをメッシュiが属する管理区分jとする。な
お、最大値となるjが複数ある場合、その中の最小のj
をメッシュiが属する管理区分jとする。ステップ6
で、データ配置判定手段7はステップ5において決定し
たメッシュiと、それが属する管理区分jとの関係を配
置情報保存手段8に保存する。また、ステップ7で、ス
テップ5において求めた面積Si1〜Si6のうちの最大
値となる面積Sijを配置情報保存手段8に保存する。
At step 5, the maximum area Sij is obtained from the areas Si1 to Si6 calculated at step 4, and j at this time is set as the management section j to which the mesh i belongs. In addition, when there are a plurality of maximum values j, the smallest j
Is a management section j to which the mesh i belongs. Step 6
Then, the data arrangement determination means 7 stores the relationship between the mesh i determined in step 5 and the management section j to which it belongs in the arrangement information storage means 8. In step 7, the maximum area Sij of the areas Si1 to Si6 obtained in step 5 is stored in the layout information storage means 8.

【0034】すなわち、配置情報保存手段8は、メッシ
ュ番号iと、それが属する管理区分jとの関係およびそ
れに対する面積Sijを保存する。図3の例では、メッシ
ュ(2)に対して、面積S(2)Aが最大値となり、次が面積
S(2)Dとなる。残りの面積S(2)B、S(2)C、S(2)E、S
(2)Fはすべて0である。したがって、図面番号(2)の図
面データが属する管理区分は図3の例では管理区分Aと
なる。すなわち、上記例ではそれぞれのメッシュに対し
て最も大きな範囲を含んでいる管理区分をそのメッシュ
が属する管理区分とする。
That is, the arrangement information storage means 8 stores the relationship between the mesh number i and the management section j to which it belongs and the area Sij for it. In the example of FIG. 3, the area S (2) A has the maximum value and the area S (2) D has the next area for the mesh (2). Remaining area S (2) B, S (2) C, S (2) E, S
(2) F is all 0. Therefore, the management division to which the drawing data of the drawing number (2) belongs is the management division A in the example of FIG. That is, in the above example, the management category that includes the largest range for each mesh is the management category to which the mesh belongs.

【0035】次に、図面データを各データベースに配置
する例を示す。図面データ配置手段9はデータ配置判定
手段7の判定結果に従って、各メッシュの図面データを
図面データ保存手段4から読み出す。そして各メッシュ
が所属する管理区分に対応する計算機A〜Fのデータベ
ース32〜37に、その図面データを配置するよう分散
データベース管理プログラム10に命令を出す。データ
ベース管理プログラム10が指定されたデータベース3
2〜37にそのメッシュの図面データを配置する。図3
の例では、管理区分Aの計算機Aのデータベース32に
配置されるのは、メッシュ(1)、(2)の図面データであ
る。
Next, an example of arranging drawing data in each database will be shown. The drawing data arranging means 9 reads the drawing data of each mesh from the drawing data storing means 4 according to the judgment result of the data arrangement judging means 7. Then, the distributed database management program 10 is instructed to arrange the drawing data in the databases 32 to 37 of the computers A to F corresponding to the management division to which each mesh belongs. Database 3 with database management program 10 specified
The drawing data of the mesh are arranged in 2-37. FIG.
In the above example, the drawing data of the meshes (1) and (2) are arranged in the database 32 of the computer A of the management division A.

【0036】管理区分Bの計算機Bのデータベース33
に配置されるのは、メッシュ(6)、(11)の図面データで
ある。管理区分Cの計算機Cのデータベース34に配置
されるのは、メッシュ(12)の図面データである。管理区
分Dの計算機Dのデータベース35に配置されるのは、
メッシュ(3)、(7)、(8)、(9)、(10)、(13)、(14)の図面
データである。管理区分Eの計算機Eのデータベース3
6に配置されるのは、メッシュ(4)、(5)の図面データで
ある。管理区分Fの計算機Fのデータベース37に配置
されるのは、メッシュ(15)の図面データである。各管理
区分に対応する計算機A〜F計算機A〜Fのデータベー
ス32〜37に、それぞれのメッシュの図面データを配
置した結果を図5に示す。
Database 33 of computer B in management category B
The drawing data of the meshes (6) and (11) are arranged in. What is arranged in the database 34 of the computer C of the management section C is the drawing data of the mesh (12). What is arranged in the database 35 of the computer D of the management division D is
It is drawing data of meshes (3), (7), (8), (9), (10), (13) and (14). Database 3 of computer E of management division E
Arranged in 6 is drawing data of meshes (4) and (5). Arranged in the database 37 of the computer F of the management section F is the drawing data of the mesh (15). FIG. 5 shows the result of arranging the drawing data of each mesh in the databases 32-37 of the computers AF corresponding to each management division.

【0037】上記例によれば、境界情報入力手段5、境
界情報保存手段6とデータ配置判定手段7を設けること
により、図面をメッシュ単位に分割し、各メッシュが所
属する管理区分に対応する計算機A〜Fのデータベース
32〜37にそのメッシュの図面データを配置させ、一
つのメッシュが複数の管理区分にまたがる場合は、各管
理区分に属するメッシュの面積の大きい管理区分に対応
する計算機A〜Fのデータベース32〜37にそのメッ
シュの図面データを配置させるので、各図面データを分
散データベース管理プログラム10上の適切なデータベ
ース32〜37に初期配置することができる。
According to the above example, by providing the boundary information input means 5, the boundary information storage means 6 and the data arrangement determination means 7, the drawing is divided into mesh units, and the computer corresponding to the management division to which each mesh belongs. When the drawing data of the mesh is arranged in the databases 32 to 37 of A to F and one mesh spans a plurality of management divisions, the computers A to F corresponding to the management divisions having a large mesh area belonging to each management division. Since the drawing data of the mesh is arranged in the databases 32 to 37 of No. 3, each drawing data can be initially arranged in the appropriate databases 32 to 37 on the distributed database management program 10.

【0038】なお、上記例では、データ配置判定手段7
において、メッシュ番号iの図面データに対する管理区
分1〜6の範囲が占める面積Si1〜Si6を算出するこ
とによって図面データの配置を決定しているが、図面デ
ータのデータ量がメッシュに占める管理区分の面積に関
係なく、極所的にデータが集中している場合で、図面デ
ータ量が管理区分に依存する場合、管理区分の面積でな
く、管理区分内のデータ量Dijを求めることによって、
同様にデータ量に応じた適切な初期配置ができる。この
ときのデータ配置判定手段7の処理フローを図6に示
す。本フローチャートは、図4の面積Sijをデータ量D
ijに書き換えたものなので、説明を省略する。
In the above example, the data arrangement determination means 7
In the above, the layout of the drawing data is determined by calculating the areas Si1 to Si6 occupied by the ranges of the management classifications 1 to 6 for the drawing data of the mesh number i. Regardless of the area, when the data is concentrated locally, and the drawing data amount depends on the management division, by calculating the data amount Dij in the management division instead of the area of the management division,
Similarly, an appropriate initial arrangement can be made according to the amount of data. FIG. 6 shows a processing flow of the data arrangement determination means 7 at this time. In this flowchart, the area Sij in FIG.
Since it has been rewritten as ij, its explanation is omitted.

【0039】また、上記例では、一つのメッシュはいず
れか一つの管理区分に属するとしたが、図面上、一つの
メッシュを含んでいる管理区分が複数ある場合、そのメ
ッシュを重複して複数の管理区分に所属させてもよい。
即ち、データ配置判定手段7において、各メッシュの図
面データをそれぞれ1つだけいずれかの計算機A〜Fの
データベース32〜37に配置しているが、各メッシュ
の図面データを、そのメッシュを含んでいるすべての管
理区分のデータベース32〜37に重複して配置するこ
ともできる。図3の例で重複配置した結果を図7に示
す。例えば、図3の例でメッシュ7は管理区分A、B、
C、Dに含まれ図7の計算機A、B、C、Dのデータベ
ースにメッシュ7が配置されているのが分かる。
In the above example, one mesh belongs to any one management section. However, if there are a plurality of management sections including one mesh in the drawing, the meshes are duplicated and a plurality of management sections are included. You may belong to the management division.
That is, although the data arrangement determination means 7 arranges only one drawing data of each mesh in the databases 32-37 of any of the computers AF, the drawing data of each mesh includes the mesh. It is also possible to duplicately arrange them in the databases 32 to 37 of all the management divisions. FIG. 7 shows the result of overlapping arrangement in the example of FIG. For example, in the example of FIG. 3, the mesh 7 has management sections A, B,
It can be seen that the mesh 7 is arranged in the database of the computers A, B, C and D included in C and D and shown in FIG. 7.

【0040】なお、重複して配置されているデータベー
スの整合性を常に維持している必要がある。即ち、デー
タベースに更新要求したとき重複している片方が更新で
きなかった場合データベースに矛盾が生じる。このため
重複しているすべてのデータベース32〜37の更新が
受け付けられることをあらかじめ確かめてから更新を実
行する分散データベース管理システムの2フェイズ・コ
ミット機能を用いて行う。同じメッシュの図面データを
複数のデータベースに重複して持つので、図面データへ
アクセスの負荷が分散され処理能力が向上し、リアルタ
イムでアクセスできる。また、障害が発生して一つのメ
ッシュの図面データをアクセスできなくとも他のデータ
ベースの図面データで肩代りできるので信頼性が向上す
る。
It is necessary to always maintain the consistency of the redundantly arranged databases. That is, if one of the duplicates cannot be updated when an update request is made to the database, a contradiction occurs in the database. Therefore, it is performed by using the two-phase commit function of the distributed database management system which confirms in advance that all the overlapping databases 32 to 37 can be updated. Since the drawing data of the same mesh is duplicated in a plurality of databases, the load of access to the drawing data is distributed, the processing capacity is improved, and the drawing data can be accessed in real time. Further, even if the drawing data of one mesh cannot be accessed due to a failure, the drawing data of another database can be used as a substitute, so that the reliability is improved.

【0041】一つのメッシュを一つの管理区分に所属さ
せた場合、そのメッシュの図面データをマスタ・データ
として管理区分に対応するデータベースに配置し、図面
上そのメッシュを含む他の管理区分に対応するデータベ
ースにその図面データの複製を配置することもできる。
ただし、複製の図面データはマスタ・データからの更新
以外は受け付けないように分散データベース管理プログ
ラムが管理する。メッシュ7について複製配置する例を
図3と図8を用いて説明する。図3でメッシュ7は管理
区分ABCDに含まれるが、管理区分Dがメッシュ7を
占める面積が最大である。そこで、図8に示すように、
計算機Dのデータベース35にマスタの図面データを配
置し、メッシュ7を含む他の管理区分A、B、Cにメッ
シュ7の図面データの複製を配置する。
When one mesh belongs to one management section, the drawing data of the mesh is arranged as master data in the database corresponding to the management section and corresponds to other management section including the mesh on the drawing. It is also possible to place a copy of the drawing data in the database.
However, the duplicate database data is managed by the distributed database management program so that it is not accepted except for the update from the master data. An example of duplicating the mesh 7 will be described with reference to FIGS. 3 and 8. In FIG. 3, the mesh 7 is included in the management section ABCD, but the area occupied by the management section D occupies the mesh 7 at the maximum. Therefore, as shown in FIG.
The master drawing data is arranged in the database 35 of the computer D, and the copy of the drawing data of the mesh 7 is arranged in the other management sections A, B and C including the mesh 7.

【0042】なお、データの更新はマスタ・データに対
して行い、マスタ・データに対して行われたデータ更新
は、定期的に複製のデータに反映される。したがって、
他の計算機A〜Fが管理しているマスタ・データをリア
ルタイムで参照する必要のない場合に、この方法が可能
である。以上のようにメッシュと分散データベースと関
連ずけることによって、地図のように更新の頻度が少な
く、読み出しの頻度が多いデータベースでは、アクセス
の負荷を分散させ処理能力を向上できる。また、メッシ
ュの図面データを複製して持つので障害が発生して一つ
のメッシュの図面データをアクセスできなくとも他のデ
ータベースの図面データで肩代りできるので信頼性が向
上する。
The data is updated to the master data, and the data update made to the master data is regularly reflected in the duplicated data. Therefore,
This method is possible when it is not necessary to refer to the master data managed by other computers AF in real time. By associating the mesh with the distributed database as described above, it is possible to improve the processing capacity by distributing the access load in a database such as a map that has a low update frequency and a high read frequency. Further, since the drawing data of the mesh is duplicated and held, even if the drawing data of one mesh cannot be accessed due to the occurrence of a failure, the drawing data of another database can be taken over and reliability is improved.

【0043】また、上記例では、境界情報入力手段5に
おいて、利用者は画面上に表示された図面データの上に
管理区分を示す境界線を作図することによって、図面デ
ータをいくつかの管理区分に分割するための情報を入力
するが、利用者が管理ノード1の計算機の画面上に直接
入力する代わりに、予め紙図面に境界線を記入してお
き、それを図面認識装置にかけることによって境界線を
認識させて入力することも可能である。 また、上記例
では、図面データを図2のようなメッシュ状に分割して
管理する例を説明したが、メッシュ以外の形状で図面デ
ータを分割していても同様の目的を達成できる。なお、
管理ノード1のデータベース31を図面データのデータ
ベースに組み入れてもよい。
Further, in the above example, in the boundary information input means 5, the user draws a boundary line indicating a management section on the drawing data displayed on the screen, so that the drawing data is divided into several management sections. Input the information to divide into, but instead of the user directly inputting it on the screen of the computer of the management node 1, enter the boundary line on the paper drawing in advance and apply it to the drawing recognition device. It is also possible to recognize and input the boundary line. Further, in the above example, an example in which the drawing data is divided and managed in a mesh shape as shown in FIG. 2 has been described, but the same purpose can be achieved even if the drawing data is divided into shapes other than the mesh. In addition,
The database 31 of the management node 1 may be incorporated into the drawing data database.

【0044】実施例2.本実施例は境界情報が変更され
た場合、適切な再配置をしようとするものである。本実
施例による構成を、図9に示す。図において、15はデ
ータ配置変更手段で、境界情報入力手段5によって入力
された新しい境界情報にしたがって、該当する図面デー
タをデータベース32〜37の間で配置変えするもので
ある。他は実施例1の図1の構成と同じなので、説明を
省略する。
Example 2. In this embodiment, when the boundary information is changed, an appropriate rearrangement is attempted. The configuration according to this embodiment is shown in FIG. In the figure, reference numeral 15 is a data arrangement changing means for changing the arrangement of the corresponding drawing data among the databases 32 to 37 according to the new boundary information inputted by the boundary information inputting means 5. Others are the same as the configuration of the first embodiment shown in FIG.

【0045】次に動作について説明する。実施例1で述
べた方法によって初期の図面データを各計算機A〜Fの
データベース32〜37に分散配置した後に、境界情報
入力手段5によって利用者が新しい境界情報を入力す
る。このとき、境界線作図の参考のため利用者に表示す
る図面の図面データは、各分散データベース管理プログ
ラム10のデータベース32〜37にある最新の図面デ
ータである。そして、新しく入力された境界情報を境界
情報保存手段6に保存する。また、データ配置判定手段
7は、その変更後の境界情報に基づいて各メッシュの図
面データの配置場所を実施例1の図4または図6で説明
した方法で再判定して、新しい配置情報を配置情報保存
手段8に変更後の配置場所として追加する。
Next, the operation will be described. After the initial drawing data are distributed and arranged in the databases 32 to 37 of the computers A to F by the method described in the first embodiment, the user inputs new boundary information by the boundary information input means 5. At this time, the drawing data of the drawing to be displayed to the user for reference of the boundary line drawing is the latest drawing data in the databases 32-37 of each distributed database management program 10. Then, the newly input boundary information is stored in the boundary information storage means 6. Further, the data placement determination means 7 redetermines the placement location of the drawing data of each mesh based on the changed boundary information by the method described in FIG. 4 or FIG. 6 of the first embodiment to obtain new placement information. It is added to the arrangement information storage means 8 as the changed arrangement location.

【0046】データ配置変更手段15は、配置情報保存
手段8にあるメッシュ単位の図面データの現在の配置場
所と変更後の配置場所とを参照し、図面データ配置変更
に必要なデータの移動を分散データベース管理プログラ
ム10に指示し、分散データベース管理プログラム10
が指示に従い、データの移動を行う。データ配置変更手
段15の処理フローを図10に示す。図において、ステ
ップ1で、データ配置変更手段15は配置情報保存手段
8に保存されている15メッシュ分の現在の配置情報と
変更後の配置情報を読み込む。ステップ2のi=1〜1
5は、ステップ3からステップ7を図面データのメッシ
ュの数15の回数だけ繰り返す。ステップ3で、データ
配置変更手段15は配置情報保存手段8から読み込んだ
メッシュ番号iの図面データとそれが属する管理区分
j、すなわち、メッシュ番号iの図面データとそれが配
置されている分散データベース管理プログラム10のデ
ータベース32〜37との現在の関係と変更後の関係と
を比較し、その関係が変わっているかどうかをチェック
する。
The data arrangement changing means 15 refers to the current arrangement location and the changed arrangement location of the mesh-based drawing data in the arrangement information storage means 8 and distributes the movement of data necessary for changing the drawing data arrangement. Instruct the database management program 10 to execute the distributed database management program 10
Moves the data according to the instructions. FIG. 10 shows a processing flow of the data arrangement changing means 15. In the figure, in step 1, the data arrangement changing means 15 reads the current arrangement information and the changed arrangement information for 15 meshes stored in the arrangement information storing means 8. I = 1 to 1 in step 2
In step 5, step 3 to step 7 are repeated 15 times as many times as the number of meshes of drawing data. In step 3, the data layout changing unit 15 manages the drawing data of the mesh number i read from the layout information storing unit 8 and the management classification j to which it belongs, that is, the drawing data of the mesh number i and the distributed database management in which it is arranged. The current relationship with the databases 32 to 37 of the program 10 is compared with the modified relationship, and it is checked whether the relationship has changed.

【0047】現在の関係と変更後の関係が変わっている
場合、ステップ4に進む。ステップ4で、データ配置変
更手段15は、所属する管理区分が変更されたメッシュ
番号iの図面データを、そのデータが現在配置されてい
る計算機A〜Fの分散データベース管理プログラム10
のデータベース32〜37から取り出すよう分散データ
ベース管理プログラム10に命令を出す。分散データベ
ース管理プログラム10はこの命令を受けて指定された
データベース32〜37から図面データを取り出す。ス
テップ5で、ステップ4において取り出されたメッシュ
番号iの図面データを、分散データベース管理プログラ
ム10に変更後の管理区分の計算機A〜Fのデータベー
ス32〜37へ送付するよう命令を出す。この命令を受
けて分散データベース管理プログラム10が指定された
データベース32〜37の図面データを送付する。
If the current relationship and the changed relationship have changed, the process proceeds to step 4. In step 4, the data arrangement changing means 15 uses the distributed database management program 10 of the computers A to F in which the drawing data of the mesh number i to which the management division to which the data belongs is changed.
The distributed database management program 10 is instructed to retrieve from the databases 32 to 37. Upon receiving this command, the distributed database management program 10 fetches the drawing data from the designated databases 32 to 37. In step 5, an instruction is issued to the distributed database management program 10 to send the drawing data of the mesh number i extracted in step 4 to the databases 32-37 of the computers AF of the changed management classification. Upon receiving this command, the distributed database management program 10 sends the drawing data of the specified databases 32 to 37.

【0048】ステップ6で、データ配置変更手段15
は、メッシュ番号iの図面データを、現在の管理区分の
計算機A〜Fのデータベース32〜37から削除するよ
う命令を出し、分散データベース管理プログラムが指定
されたデータベース32〜37から図面データを削除す
る。ステップ7で、データ配置変更手段15は、配置情
報保存手段8に保存されているメッシュ番号iの図面デ
ータとそれが属する管理区分jとの現在の関係を削除
し、変更後の関係を現在の関係として更新する。境界情
報の変更の例と、それに伴うメッシュ図面データの移動
の例を、それぞれ図11と図12に示す。図11は、図
3の状態で初期入力を行った後に、管理境界線が一本変
更されて、その結果メッシュ番号(7)の図面データが属
する管理区分がCに変更される例を示している。図12
は、データ配置変更手段15によってメッシュ番号(7)
の図面データが計算機Dのデータベース35から、新し
い管理区分Cのデータを管理する計算機Cのデータベー
ス34に移行した例を示している。
In step 6, the data arrangement changing means 15
Issues a command to delete the drawing data of the mesh number i from the databases 32 to 37 of the computers AF in the current management section, and deletes the drawing data from the databases 32 to 37 designated by the distributed database management program. . In step 7, the data layout changing means 15 deletes the current relationship between the drawing data of the mesh number i stored in the layout information storing means 8 and the management division j to which it belongs, and the changed relationship is changed to the current one. Update as a relationship. 11 and 12 show an example of changing the boundary information and an example of moving the mesh drawing data accordingly. FIG. 11 shows an example in which after the initial input in the state of FIG. 3, one management boundary line is changed, and as a result, the management classification to which the drawing data of mesh number (7) belongs is changed to C. There is. 12
Is the mesh number (7) by the data arrangement changing means 15.
Of the drawing data is transferred from the database 35 of the computer D to the database 34 of the computer C that manages the data of the new management section C.

【0049】上記例によれば、データ配置変更手段15
を設けることにより、境界情報の一部が変更された場
合、変更部分について予め決められた基準で判定して配
置を決めるので適切な配置ができ、変更の無い管理区分
ではそれまでの最適配置された状態を継続でき、短時間
に適切に再配置できる。なお、本実施例2では、管理区
分およびそれに対応する計算機A〜Fの数が変わらない
場合の例を挙げたが、計算機が増減する場合や、図面デ
ータが増減する場合でも上記と同様に境界情報を変更す
ることによってデータ配置を変更することができる。な
お、管理ノード1のデータベース31を図面データのデ
ータベースに組み入れてもよい。
According to the above example, the data arrangement changing means 15
If a part of the boundary information is changed by setting, the changed part is judged based on a predetermined criterion and the arrangement is decided, so that the appropriate arrangement can be made. The state can be continued and can be rearranged appropriately in a short time. In the second embodiment, an example in which the management classification and the number of computers A to F corresponding thereto are not changed is described. However, even when the number of computers is increased or decreased or the drawing data is increased or decreased, the boundary is the same as above. The data arrangement can be changed by changing the information. The database 31 of the management node 1 may be incorporated in the drawing data database.

【0050】実施例3.本実施例は運用状況に応じて図
面データの適切な配置を行おうとするものである。本実
施例による構成を図13に示す。図13において、16
はアクセス状況監視手段で、ネットワーク通信手段で接
続された各計算機A〜Fの端末から各計算機A〜Fのデ
ータベース32〜37へのアクセスの頻度をモニタす
る。17はアクセス状況情報保存手段で、アクセス状況
監視手段16でモニタされた情報を保存する。22はデ
ータ移動判定手段で、配置情報保存手段8とアクセス状
況情報保存手段17に保存された情報を用いて、各計算
機A〜Fのデータベース32〜37上のデータの移動先
を判定する。他は実施例2の図9の構成と同じなので、
説明を省く。
Example 3. In this embodiment, the drawing data is appropriately arranged according to the operation status. The configuration according to this embodiment is shown in FIG. In FIG. 13, 16
Is an access status monitoring means for monitoring the frequency of access from the terminals of the computers A to F connected by the network communication means to the databases 32 to 37 of the computers AF. An access status information storage unit 17 stores the information monitored by the access status monitoring unit 16. Reference numeral 22 denotes a data movement determination means, which uses the information stored in the arrangement information storage means 8 and the access status information storage means 17 to determine the destination of the data movement on the databases 32-37 of the computers AF. Others are the same as the configuration of FIG. 9 of the second embodiment,
Omit the explanation.

【0051】次に動作を説明する。実施例1で述べた方
法によって初期の図面データを各計算機A〜Fのデータ
ベース32〜37に分散配置した後に、または、境界情
報が更新され図面データの配置換えした後に、アクセス
状況監視手段16が、各計算機A〜Fのデータベース3
2〜37が持つメッシュの図面データがそれぞれどの計
算機A〜Fからアクセスされているかを一定期間モニタ
し、その結果をアクセス状況情報保存手段17に保存す
る。そして、データ移動判定手段22によって周期的
に、各メッシュの図面データに対してその図面データを
持っている計算機A〜Fからのアクセスとそれ以外の計
算機A〜Fからのアクセスの頻度を比較する。もし、そ
の図面データを持っている計算機A〜Fからのアクセス
よりもそれ以外の別の計算機A〜Fからのアクセスが多
い場合、そのメッシュの図面データを再配置する。
Next, the operation will be described. After the initial drawing data is distributed and arranged in the databases 32 to 37 of the computers A to F by the method described in the first embodiment, or after the boundary information is updated and the drawing data is rearranged, the access status monitoring means 16 operates. , Database 3 of each computer AF
It is monitored from which computer A to F the mesh drawing data of each of the computers 2 to 37 is accessed for a certain period of time, and the results are stored in the access status information storage means 17. Then, the data movement determination means 22 periodically compares the frequency of access from the computers A to F having the drawing data and the access from the other computers AF to the drawing data of each mesh. . If the accesses from the other computers A to F are more frequent than the accesses from the computers A to F having the drawing data, the drawing data of the mesh is rearranged.

【0052】例えば、図3のメッシュ(13)の図面データ
は管理区分Cに含まれる図面データと、管理区分Dに含
まれる図面データとを含んでいる。実施例1で説明した
データ配置判定手段7によれば、図5に示す通りメッシ
ュ(13)の図面データは管理区分Dの計算機Dのデータベ
ース35に配置される。アクセス状況監視手段16によ
って一定期間各データベース32〜37へのアクセス状
況をモニタし、アクセス状況情報保存手段17によって
保存された情報の例を図14に示す。図において、太字
の数字を持つ管理区分がそのメッシュの図面データを持
っている計算機A〜Fを表す。図14により、メッシュ
(7)の図面データへのアクセスは、計算機Dからより
も、計算機Bからの方が多いことが分かる。
For example, the drawing data of the mesh (13) of FIG. 3 includes the drawing data included in the management section C and the drawing data included in the management section D. According to the data arrangement determination means 7 described in the first embodiment, as shown in FIG. 5, the drawing data of the mesh (13) is arranged in the database 35 of the computer D of the management division D. FIG. 14 shows an example of information stored in the access status information storage means 17 after the access status monitor means 16 monitors the access status to each of the databases 32 to 37 for a certain period. In the figure, the management divisions with bold numbers represent computers AF having the drawing data of the mesh. According to Figure 14, mesh
It can be seen that the number of accesses to the drawing data in (7) is greater from the computer B than from the computer D.

【0053】次に、メッシュ(7)の図面データに対する
計算機Dと計算機Bによるアクセス頻度の比率と、実施
例1で説明したデータ配置判定手段7による管理区分D
と管理区分Bとの面積比とを比較することにより、メッ
シュ(7)の図面データの新しい配置場所を判定する。こ
のときのデータ移動判定手段22の処理フローを図15
に示す。図において、ステップ1で、データ移動判定手
段22は配置情報保存手段8に保存されている15メッ
シュ分の現在の配置情報を読み込む。ステップ2で、デ
ータ移動判定手段22は各計算機A〜Fのデータベース
32〜37が持つメッシュ単位の図面データを各計算機
A〜Fがアクセスする頻度Fijをアクセス状況情報保存
手段17から読み込む。
Next, the ratio of the access frequencies of the computer D and the computer B with respect to the drawing data of the mesh (7) and the management division D by the data arrangement determination means 7 described in the first embodiment.
And the area ratio of the management section B are compared to determine the new location of the drawing data of the mesh (7). The processing flow of the data movement determination means 22 at this time is shown in FIG.
Shown in In the figure, in step 1, the data movement determination means 22 reads the current layout information for 15 meshes stored in the layout information storage means 8. In step 2, the data movement determination means 22 reads from the access status information storage means 17 a frequency Fij at which the computers A to F access drawing data in mesh units held by the databases 32 to 37 of the computers A to F.

【0054】アクセス頻度Fijは、ある一定期間におけ
る管理区分jを管理する計算機からメッシュ番号iの図
面データへのアクセスの回数を表す。ステップ3のi=
1〜15は、ステップ4からステップ10を図面データ
のメッシュの数15の回数だけ繰り返す。ステップ4
で、データ移動判定手段22はあらかじめ決められたあ
る一定期間における管理区分j(j=1〜6)を管理す
る計算機からメッシュ番号iの図面データへのアクセス
頻度Fij(j=1〜6)のうちの最大値Fibを算出す
る。Bはそのときの管理区分である。ステップ5で、デ
ータ移動判定手段22はステップ4において算出したア
クセス頻度Fibと、現在メッシュ番号iの図面データを
管理している管理区分Aの計算機からメッシュ番号iの
図面データへのアクセス頻度Fiaとを比較する。アクセ
ス頻度Fibの方が小さければ、ステップ3に戻る。
The access frequency Fij represents the number of times of access to the drawing data of the mesh number i from the computer that manages the management division j in a certain fixed period. I = of step 3
In steps 1 to 15, steps 4 to 10 are repeated 15 times as many times as the number of meshes of drawing data. Step 4
Then, the data movement determination means 22 sets the access frequency Fij (j = 1 to 6) of the computer that manages the management division j (j = 1 to 6) in a certain predetermined period to the drawing data of the mesh number i. The maximum value Fib of them is calculated. B is the management classification at that time. In step 5, the data movement determination means 22 determines the access frequency Fib calculated in step 4 and the access frequency Fia from the computer of the management section A that is currently managing the drawing data of the mesh number i to the drawing data of the mesh number i. To compare. If the access frequency Fib is smaller, the process returns to step 3.

【0055】アクセス頻度Fibの方が大きければ、管理
区分Aからの方がメッシュ番号iの図面データへのアク
セス頻度が高いことになるので、この図面データの配置
を管理区分AからBへ変更するための手続きを進めるた
めにステップ6へ進む。ステップ6で、データ移動判定
手段22はアクセス頻度比Fib/Fiaと面積比Sia/S
ibに重み係数k(k=0.0〜1.0)を掛けたものと
を比較する。面積Siaは実施例1で述べたように、メッ
シュ番号iの図面データに対する管理区分Aの範囲が占
める面積である。kは面積比Sia/Sibによる影響を重
みずけする係数である。これは、単純にアクセス頻度を
比較し頻度の多い管理区分に配置変えするのであるが、
平均的に面積が大きいほどアクセス頻度が大きい傾向が
あるので、一時的な例外的増加に基づいた不必要なデー
タの配置変更を避けるため面積比の影響を加味して配置
変えの判定をする。このため上記の比較を行っている。
ここで、kは平均的に面積に比例してアクセス頻度が多
い場合は面積の影響を大きくするためk=1とし、特定
の場所にデータが集中する例のように、アクセス頻度が
平均的に面積に比例しない場合その程度に応じてkの値
を1より小さくする。また、アクセス頻度のみで移動を
判定するときはk=0とするものである。アクセス頻度
比Fib/Fiaの方が小さければ、ステップ3に戻る。ア
クセス頻度比Fib/Fiaの方が大きければ、ステップ7
へ進む。
If the access frequency Fib is higher, it means that the drawing data of the mesh number i is accessed more frequently from the management section A, so that the layout of this drawing data is changed from the management section A to B. Go to step 6 to proceed with the procedure. In step 6, the data movement determination means 22 determines the access frequency ratio Fib / Fia and the area ratio Sia / S.
It is compared with ib multiplied by a weighting coefficient k (k = 0.0 to 1.0). The area Sia is the area occupied by the range of the management division A for the drawing data of the mesh number i, as described in the first embodiment. k is a coefficient for weighting the influence of the area ratio Sia / Sib. This is to simply compare the access frequencies and relocate to a management division with a high frequency.
On average, the larger the area, the higher the access frequency. Therefore, in order to avoid unnecessary data layout change based on a temporary exceptional increase, the layout change is determined by considering the influence of the area ratio. Therefore, the above comparison is performed.
Here, k is set to k = 1 in order to increase the influence of the area when the access frequency is high in proportion to the area on average, and the access frequency is averaged as in an example in which data is concentrated in a specific place. When it is not proportional to the area, the value of k is made smaller than 1 according to the degree. Further, when the movement is determined only by the access frequency, k = 0. If the access frequency ratio Fib / Fia is smaller, the process returns to step 3. If the access frequency ratio Fib / Fia is larger, step 7
Go to.

【0056】なお、ステップ6において、データ配置変
更の判断のために、面積比Sia/Sibの代わりにデータ
量の比Dia/Dibを用いることもできる。データ量Dia
は実施例1で述べたように、メッシュ番号iの図面デー
タの中で配置区分Aに含まれるデータの量である。ステ
ップ7の図面データの取り出し、ステップ8の図面デー
タの送付、ステップ9の図面データの消去、ステップ1
0の配置情報の更新は、それぞれ図10のステップ4か
らステップ7と同様なので、ここでは説明を省略する。
In step 6, the data amount ratio Dia / Dib may be used in place of the area ratio Sia / Sib for determining the data arrangement change. Data amount Dia
Is the amount of data included in the arrangement section A in the drawing data of the mesh number i, as described in the first embodiment. Extract drawing data in step 7, send drawing data in step 8, delete drawing data in step 9, step 1
The updating of the arrangement information of 0 is the same as that of step 4 to step 7 of FIG. 10, and thus the description thereof is omitted here.

【0057】以上のように、本実施例によれば、アクセ
ス状況監視手段16とアクセス状況情報保存手段17と
データ移動判定手段22とを設けることにより、利用者
が管理ノード1に入力した境界情報に基づく図面データ
初期配置をベースとして、アクセス頻度の監視結果に応
じて計算機A〜F間のデータ移動負荷が少なくなるよう
図面データの配置がえを行うので短時間に最適配置がで
きる。なお、管理ノード1のデータベース31を図面デ
ータのデータベースに組み入れてもよい。
As described above, according to the present embodiment, the boundary information input by the user to the management node 1 is provided by providing the access status monitoring means 16, the access status information storage means 17, and the data movement determination means 22. Based on the drawing data initial arrangement based on the above, the drawing data is arranged so as to reduce the data transfer load between the computers A to F according to the access frequency monitoring result, so that the optimum arrangement can be performed in a short time. The database 31 of the management node 1 may be incorporated in the drawing data database.

【0058】[0058]

【発明の効果】第一の発明によれば、図面をメッシュ単
位に分割し、予め決められた基準に従って管理区分に対
応するデータベースにそのメッシュの図面データを配置
させるので、各図面データを分散データベース管理シス
テム上の適切なデータベースに初期配置することができ
る。
According to the first aspect of the present invention, a drawing is divided into mesh units, and the drawing data of the mesh is placed in a database corresponding to a management division according to a predetermined standard. It can be initially placed in the appropriate database on the management system.

【0059】第二の発明によれば、境界情報の一部が変
更された場合、変更部分について予め決められた基準で
判定して配置を決めるので適切な配置ができ、変更の無
い管理区分ではそれまでの最適配置された状態を継続で
き、短時間に適切に再配置できる。
According to the second aspect of the invention, when a part of the boundary information is changed, the changed part is judged based on a predetermined criterion and the arrangement is decided. The optimally placed state up to that point can be continued, and appropriate relocation can be performed in a short time.

【0060】第三の発明によれば、初期配置に特別な配
慮なくランダムに配置し、アクセス状況監視結果により
最適配置する従来例より、境界情報に基づく図面データ
の初期配置をベースとし、アクセス状況監視結果により
最適配置するので、データ再配置時におけるデータベー
ス間のデータ移動の負荷を小さくし、データ配置の最適
化を短時間に行うことができる。
According to the third aspect of the present invention, the initial arrangement of drawing data based on the boundary information is used as a base rather than the conventional arrangement in which the initial arrangement is randomly arranged without any special consideration and the optimum arrangement is made based on the access situation monitoring result. Since the optimum allocation is performed based on the monitoring result, it is possible to reduce the load of data movement between databases at the time of data reallocation and optimize the data allocation in a short time.

【0061】第四の発明によれば、図面データ量がメッ
シュを占める面積に依存する場合、メッシュを占める面
積が最大の管理区分にそのメッシュの図面データを配置
させるので適切な配置ができる。
According to the fourth aspect, when the amount of drawing data depends on the area occupied by the mesh, the drawing data of the mesh is arranged in the management section having the largest area occupied by the mesh, so that the layout can be appropriately arranged.

【0062】第五の発明によれば、図面データ量が管理
区分に依存する場合、メッシュを占めるデータ量が最大
の管理区分にそのメッシュの図面データを配置させるの
で適切な配置ができる。
According to the fifth aspect, when the drawing data amount depends on the management division, the drawing data of the mesh is arranged in the management division having the largest data amount occupying the mesh, so that the appropriate arrangement can be achieved.

【0063】第六の発明によれば、同じメッシュの図面
データを複数のデータベースに配置するので、図面デー
タへアクセスの負荷が分散され処理能力が向上し、リア
ルタイムでアクセスできる。また、障害が発生して一つ
のメッシュの図面データをアクセスできなくとも他のデ
ータベースの図面データで肩代りできるので信頼性が向
上する。
According to the sixth invention, since the drawing data of the same mesh is arranged in a plurality of databases, the load of access to the drawing data is dispersed, the processing capability is improved, and the drawing data can be accessed in real time. Further, even if the drawing data of one mesh cannot be accessed due to a failure, the drawing data of another database can be used as a substitute, so that the reliability is improved.

【0064】第七の発明によれば、計算機の図面データ
へのアクセス頻度と図面データに対応するメッシュに占
める管理区分の面積にもとずいてデータ移動を判定する
ので、一時的なアクセス頻度の増加による不必要なデー
タの移動を避け最適の図面データの配置ができる。
According to the seventh invention, since the data movement is judged based on the frequency of access to the drawing data of the computer and the area of the management section occupying the mesh corresponding to the drawing data, the temporary access frequency Optimal layout of drawing data can be avoided by avoiding unnecessary movement of data due to increase.

【0065】第八の発明によれば、計算機の図面データ
へのアクセス頻度と図面データに対応するメッシュに占
める管理区分のデータ量にもとずいてデータ移動を判定
するので、一時的なアクセス頻度の増加による不必要な
データの移動を避け最適の図面データの配置ができる。
According to the eighth invention, the data movement is judged based on the access frequency to the drawing data of the computer and the data amount of the management division occupying the mesh corresponding to the drawing data. It is possible to avoid the unnecessary movement of data due to the increase in the number of data and arrange the optimum drawing data.

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

【図1】この発明の実施例1によるデータ配置装置の全
体の構成図である。
FIG. 1 is an overall configuration diagram of a data placement device according to a first embodiment of the present invention.

【図2】図面データ全体をメッシュ状に15の単位に分
割した例を示す図である。
FIG. 2 is a diagram showing an example in which the entire drawing data is divided into 15 units in a mesh shape.

【図3】図面データに対して、利用者が管理境界を入力
した例を示す図である。
FIG. 3 is a diagram showing an example in which a user inputs a management boundary for drawing data.

【図4】この発明の実施例1の面積によるデータ配置判
定の処理フローを示す図である。
FIG. 4 is a diagram showing a processing flow of data placement determination by area according to the first embodiment of the present invention.

【図5】この発明の実施例1による15に分割した図面
データを、5つの管理区分の計算機のデータベースに配
置した例を示す図である。
FIG. 5 is a diagram showing an example in which drawing data divided into 15 according to the first embodiment of the present invention is arranged in a database of computers of five management divisions.

【図6】この発明の実施例1のデータ量によるデータ配
置判定の処理フローを示す図である。
FIG. 6 is a diagram showing a processing flow of data arrangement determination according to the data amount according to the first embodiment of the present invention.

【図7】この発明の実施例1による各メッシュの図面デ
ータを、そのメッシュを含んでいるすべての管理区分の
計算機のデータベースに重複して配置した例を示す図で
ある。
FIG. 7 is a diagram showing an example in which drawing data of each mesh according to the first embodiment of the present invention is arranged in a database of computers of all management divisions including the mesh in an overlapping manner.

【図8】この発明の実施例1による各メッシュの図面デ
ータのマスタ・データをデータベースに配置し、それ以
外のそのメッシュを含んでいる管理区分の計算機のデー
タベースには、マスタ・データの複製を配置した例を示
す図である。
FIG. 8 is a diagram showing master data of drawing data of each mesh according to the first embodiment of the present invention, which is arranged in a database, and the master data is duplicated in the database of the computer of the management division including the other meshes. It is a figure which shows the example arrange | positioned.

【図9】この発明の実施例2によるデータ配置装置の全
体の構成図である。
FIG. 9 is an overall configuration diagram of a data placement device according to a second embodiment of the present invention.

【図10】この発明の実施例2によるデータ配置変更の
処理フローを示す図である。
FIG. 10 is a diagram showing a processing flow of data arrangement change according to the second embodiment of the present invention.

【図11】図面データに対して、利用者が管理境界を変
更した例を示す図である。
FIG. 11 is a diagram showing an example in which a user changes a management boundary for drawing data.

【図12】この発明の実施例2によるデータ配置変更処
理によって、計算機のデータベースに配置された図面デ
ータの配置が変更された例を示す図である。
FIG. 12 is a diagram showing an example in which the arrangement of the drawing data arranged in the database of the computer is changed by the data arrangement changing process according to the second embodiment of the present invention.

【図13】この発明の実施例3によるデータ配置装置の
全体の構成図である。
FIG. 13 is an overall configuration diagram of a data placement device according to a third embodiment of the present invention.

【図14】この発明の実施例3によるアクセス状況情報
の例を示す図である。
FIG. 14 is a diagram showing an example of access status information according to a third embodiment of the present invention.

【図15】この発明の実施例3によるデータ移動判定の
処理フローを示す図である。
FIG. 15 is a diagram showing a processing flow of data movement determination according to the third embodiment of the present invention.

【図16】従来のデータ配置方式を示すブロック図であ
る。
FIG. 16 is a block diagram showing a conventional data arrangement method.

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

1 管理ノードとなる計算機 2 図面データ入力手段 4 図面データ保存手段 5 境界情報入力手段 6 境界情報保存手段 7 データ配置判定手段 8 配置情報保存手段 9 図面データ配置手段 10 分散データベース管理プログラム 11 ネットワーク通信手段 15 データ配置変更手段 16 アクセス状況監視手段 17 アクセス状況情報保存手段 22 データ移動判定手段 A〜F 各管理区分に対応する計算機 32〜37 分散データベース管理システムのデータ
ベース
1 Computer as Management Node 2 Drawing Data Input Means 4 Drawing Data Saving Means 5 Boundary Information Inputting Means 6 Boundary Information Saving Means 7 Data Allocation Judging Means 8 Layout Information Saving Means 9 Drawing Data Allocation Means 10 Distributed Database Management Program 11 Network Communication Means 15 data arrangement changing means 16 access status monitoring means 17 access status information storage means 22 data movement determination means AF Computers corresponding to each management division 32-37 Database of distributed database management system

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 G06T 1/00 9365−5H G06F 15/62 P 9365−5H 335 ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Internal reference number FI Technical display location G06T 1/00 9365-5H G06F 15/62 P 9365-5H 335

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 以下の構成要素を有する図面データ分散
配置装置。 1.図面データを入力する図面データ入力手段、 2.前記入力された図面データを読み書きする単位であ
るメッシュごとに分割しメッシュ単位で保存する図面デ
ータ保存手段、 3.前記図面デ−タを分割して管理するための管理区分
の領域を決める境界情報を入力する境界情報入力手段、 4.前記境界情報を保存する境界情報保存手段、 5.前記保存された境界情報にもとずいて前記各メッシ
ュがどの前記管理区分に属するかを予め決められた基準
で判定し、前記管理区分と前記メッシュとの対応関係を
配置情報として生成するデータ配置判定手段、 6.前記配置情報を保存する配置情報保存手段、 7.前記配置情報保存手段に保存された配置情報にもと
ずいて、前記管理区分に属する前記メッシュの図面デ−
タを、通信ネットワ−クを介して接続された計算機上に
配置されたデ−タベ−スに保存する図面デ−タ配置手
段。
1. A drawing data distribution arrangement apparatus having the following components. 1. 1. Drawing data input means for inputting drawing data; 2. Drawing data storage means for dividing the input drawing data into meshes, which are units for reading and writing, and storing the mesh data in mesh units. 3. Boundary information input means for inputting boundary information that determines an area of a management division for dividing and managing the drawing data. 4. Boundary information storage means for storing the boundary information; A data arrangement that determines which management section each mesh belongs to based on the stored boundary information based on a predetermined criterion, and generates a correspondence relationship between the management section and the mesh as arrangement information. Determination means, 6. 6. Location information storage means for storing the location information; Based on the layout information stored in the layout information storage means, the drawing data of the meshes belonging to the management section is displayed.
Drawing data arranging means for storing data in a data base arranged on a computer connected via a communication network.
【請求項2】 以下の構成要素を有する請求項1記載の
図面データ分散配置装置。 1.前記管理区分の境界を変更するための境界情報を入
力する境界情報入力手段、 2.前記境界情報入力手段により入力された前記変更後
の境界情報にもとずき各メッシュがどの管理区分に属す
るかを予め決められた基準で判定し、配置情報を生成す
るデ−タ配置変更判定手段、 3.前記デ−タ配置変更判定手段により生成された配置
情報にもとずいて図面デ−タの配置を変更するデ−タ配
置変更手段。
2. The drawing data distributing and arranging device according to claim 1, which has the following components. 1. 1. Boundary information input means for inputting boundary information for changing the boundary of the management division. Based on the changed boundary information inputted by the boundary information input means, it is judged which management section each mesh belongs to by a predetermined criterion, and the data arrangement change judgment is made to generate arrangement information. Means, 3. Data arrangement changing means for changing the arrangement of the drawing data based on the arrangement information generated by the data arrangement change judging means.
【請求項3】 以下の構成要素を有する請求項1記載の
図面データ分散配置装置。 1.前記データベースに配置された前記メッシュ単位の
図面データが前記複数の計算機によって読み書きされる
頻度を監視するアクセス状況監視手段、 2.前記監視したアクセス頻度結果により、前記メッシ
ュ単位の図面データを、前記計算機間で送受信するデ−
タ伝送負荷が少なくなるように、他の管理区分に移すか
否かを予め決められた基準で判定し、配置情報を生成す
るデ−タ移動判定手段、 3.前記デ−タ移動判定手段により生成された配置情報
にもとずいて図面データの配置を変更するデータ配置変
更手段。
3. The drawing data distributing and arranging device according to claim 1, comprising the following components. 1. 1. Access status monitoring means for monitoring the frequency with which the mesh-based drawing data arranged in the database is read and written by the computers. Based on the monitored access frequency result, the data for transmitting / receiving the drawing data in mesh units between the computers
2. A data movement judging means for judging whether or not to move to another management section based on a predetermined criterion so as to reduce the data transmission load, and generating arrangement information. Data arrangement changing means for changing the arrangement of the drawing data based on the arrangement information generated by the data movement judging means.
【請求項4】 前記予め決められた基準は、前記メッシ
ュに占める管理区分の面積が最も大きい管理区分をその
メッシュが属する管理区分とすることを特徴とする請求
項1または請求項2に記載の図面データ分散配置装置。
4. The predetermined standard according to claim 1, wherein the management section having the largest area of the management section in the mesh is set as the management section to which the mesh belongs. Drawing data distribution device.
【請求項5】 前記予め決められた基準は、前記メッシ
ュに占める管理区分のデータ量が最も大きい管理区分を
そのメッシュが属する管理区分とすることを特徴とする
請求項1または請求項2に記載の図面データ分散配置装
置。
5. The predetermined criterion is that the management division having the largest data amount of the management division occupying the mesh is set as the management division to which the mesh belongs. Drawing data distribution arrangement device.
【請求項6】 前記予め決められた基準は、前記メッシ
ュを占めるすべての管理区分をそのメッシュが属する管
理区分とすることを特徴とする請求項1または請求項2
に記載の図面データ分散配置装置。
6. The predetermined criterion is that all the management divisions that occupy the mesh are the management divisions to which the mesh belongs.
The device for distributing and arranging drawing data described in.
【請求項7】 前記予め決められた基準は、前記計算機
の図面データへのアクセス頻度と前記図面データに対応
するメッシュに占める管理区分の面積にもとずくことを
特徴とする請求項3に記載の図面データ分散配置装置。
7. The method according to claim 3, wherein the predetermined criterion is based on the frequency of access to the drawing data of the computer and the area of the management section occupying the mesh corresponding to the drawing data. Drawing data distribution arrangement device.
【請求項8】 前記予め決められた基準は前記計算機の
図面データへのアクセス頻度と前記図面データに対応す
るメッシュに占める管理区分のデータ量にもとずくこと
を特徴とする請求項3に記載の図面データ分散配置装
置。
8. The method according to claim 3, wherein the predetermined criterion is based on a frequency of access to the drawing data of the computer and a data amount of a management section occupying a mesh corresponding to the drawing data. Drawing data distribution arrangement device.
JP31668094A 1994-12-20 1994-12-20 Drawing data distributed arrangement device Expired - Fee Related JP3467879B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31668094A JP3467879B2 (en) 1994-12-20 1994-12-20 Drawing data distributed arrangement device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31668094A JP3467879B2 (en) 1994-12-20 1994-12-20 Drawing data distributed arrangement device

Publications (2)

Publication Number Publication Date
JPH08171573A true JPH08171573A (en) 1996-07-02
JP3467879B2 JP3467879B2 (en) 2003-11-17

Family

ID=18079718

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31668094A Expired - Fee Related JP3467879B2 (en) 1994-12-20 1994-12-20 Drawing data distributed arrangement device

Country Status (1)

Country Link
JP (1) JP3467879B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10124528A (en) * 1996-10-16 1998-05-15 Toshiba Corp Method, device for managing multidimensional data and medium storing multidimensional data managing program
JP2000067083A (en) * 1998-05-28 2000-03-03 Inkurimento P Kk System for providing map information and method for retrieving map information
JP2000322292A (en) * 1999-05-10 2000-11-24 Nec Corp Cluster type data server system and data storage method
JP2007025843A (en) * 2005-07-13 2007-02-01 Nippon Hoso Kyokai <Nhk> Data storage device and version management program
JP2010250518A (en) * 2009-04-15 2010-11-04 Daikin Ind Ltd Information processor and method, program, and recording medium
JP2011164271A (en) * 2010-02-08 2011-08-25 Mitsubishi Electric Corp Map information processing device
JP2014228645A (en) * 2013-05-21 2014-12-08 株式会社ゼンリンデータコム Determination device, determination method, determination program and map display system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01166230A (en) * 1987-12-23 1989-06-30 Hitachi Ltd Data base allocation system for decentralized system
JPH05197790A (en) * 1992-01-21 1993-08-06 Nippon Telegr & Teleph Corp <Ntt> Map graphic data managing system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01166230A (en) * 1987-12-23 1989-06-30 Hitachi Ltd Data base allocation system for decentralized system
JPH05197790A (en) * 1992-01-21 1993-08-06 Nippon Telegr & Teleph Corp <Ntt> Map graphic data managing system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10124528A (en) * 1996-10-16 1998-05-15 Toshiba Corp Method, device for managing multidimensional data and medium storing multidimensional data managing program
JP2000067083A (en) * 1998-05-28 2000-03-03 Inkurimento P Kk System for providing map information and method for retrieving map information
JP2000322292A (en) * 1999-05-10 2000-11-24 Nec Corp Cluster type data server system and data storage method
JP2007025843A (en) * 2005-07-13 2007-02-01 Nippon Hoso Kyokai <Nhk> Data storage device and version management program
JP2010250518A (en) * 2009-04-15 2010-11-04 Daikin Ind Ltd Information processor and method, program, and recording medium
JP2011164271A (en) * 2010-02-08 2011-08-25 Mitsubishi Electric Corp Map information processing device
JP2014228645A (en) * 2013-05-21 2014-12-08 株式会社ゼンリンデータコム Determination device, determination method, determination program and map display system

Also Published As

Publication number Publication date
JP3467879B2 (en) 2003-11-17

Similar Documents

Publication Publication Date Title
US6438562B1 (en) Parallel index maintenance
US20050038959A1 (en) Disk storage accessing system and method for changing access path to storage devices
CN107102824B (en) A kind of Hadoop isomery method and system based on storage and acceleration optimization
JP3347914B2 (en) Data management device
JPH0415839A (en) Distributed data base control device
JP3510042B2 (en) Database management method and system
KR19980069939A (en) Computer systems and methods for sorting array elements to optimize array changes
CN109977099A (en) Database portion arranging method, user equipment, storage medium and device
JP3467879B2 (en) Drawing data distributed arrangement device
JPH06259478A (en) Data rearrangement system for distributed data base
JP4021287B2 (en) Database search program, database search method and database search device
Ceri et al. Optimization problems and solution methods in the design of data distribution
JPH06139119A (en) System and method for managing data base
JP3950218B2 (en) Information presentation device
JPH08123713A (en) File storage managing system for data base
US6625614B1 (en) Implementation for efficient access of extended attribute data
JP4042905B2 (en) Map data providing system, map data storage device management device, and management method
JPH096663A (en) Distributed link information maintenance method
CN117453707B (en) Data updating method, device, electronic equipment and storage medium
JPH09114784A (en) Access right evaluation device
JP3209387B2 (en) Node optimal arrangement method and apparatus
JPH11249955A (en) Dynamic buffer management method and computer readable storage medium where program to execute each process of this method in computer is recorded
JP2003504761A (en) Database processing method
Schwab et al. Software features of DBMS kernel in large real-time EMS systems
Blaauw et al. Optimization of relational expressions using a logical analogon

Legal Events

Date Code Title Description
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

LAPS Cancellation because of no payment of annual fees