JPH06274532A - Load distribution supporting device - Google Patents

Load distribution supporting device

Info

Publication number
JPH06274532A
JPH06274532A JP5083869A JP8386993A JPH06274532A JP H06274532 A JPH06274532 A JP H06274532A JP 5083869 A JP5083869 A JP 5083869A JP 8386993 A JP8386993 A JP 8386993A JP H06274532 A JPH06274532 A JP H06274532A
Authority
JP
Japan
Prior art keywords
search
function
processor
time
processors
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP5083869A
Other languages
Japanese (ja)
Inventor
Kazuhiro Tsubaki
和弘 椿
Taro Morishita
太朗 森下
Takahiro Yamaji
孝浩 山路
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.)
National Institute of Advanced Industrial Science and Technology AIST
Original Assignee
Agency of Industrial Science and Technology
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 Agency of Industrial Science and Technology filed Critical Agency of Industrial Science and Technology
Priority to JP5083869A priority Critical patent/JPH06274532A/en
Publication of JPH06274532A publication Critical patent/JPH06274532A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To improve the working rate of the processors of parallel computers by dynamically distributing the loads of a retrieval processing. CONSTITUTION:A function and the various kinds of parameters, etc., are inputted from an input means 1, the various kinds of the parameters of the function are adjusted by a parameter adjusting means 5 and a retrieval time is estimated from the function for each retrieval, key word by a load prediction means 6. The number of the processors to be allocated to each retrieval key word is calculated from the ratio of the estimated retrieval time by a processor allocation means 7 and the predicted retrieval time of the retrieval key word is compared with a real measured time by a processor allocation verifying means 8. Allocation is changed by interaction with a user by a processor allocation adjusting means 9 and a changed result can be further verified by the processor allocation verifying means 8.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、構造化された検索キー
ワードによって構造化されたインデックスを持つ検索対
象を並列計算機上で並列に検索を行う際に、対象領域に
固有の関数を用いることにより検索処理の負荷分散のシ
ミュレーションを行い、適切な負荷の分散支援を行う、
負荷分散支援装置に関するものであり、構造化された検
索キーワードを用いて曖昧検索を行う情報想起システ
ム、発想支援システム、エキスパートシステム、CAD
/CAMシステム、データベースシステムなどに用いら
れる。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention uses a function peculiar to a target area when a search target having a structured index with a structured search keyword is searched in parallel on a parallel computer. Simulate load balancing of search processing, and provide appropriate load balancing support.
The present invention relates to a load balancing support device, and an information recall system, an idea support system, an expert system, and a CAD that perform ambiguous searches using structured search keywords.
Used for / CAM system, database system, etc.

【0002】[0002]

【従来の技術】データベース等の検索処理を並列計算機
で行う場合に、並列計算機向けの実用的な負荷分散アル
ゴリズムが存在しない。現在、用いられている方法とし
ては、ユーザが検索処理の負荷の分散を効率良く行うよ
うにプログラムレベルでプロセッサを割り付ける方法、
あるいは、プロセッサの稼働状態を調べ、稼働率の低い
プロセッサへ分割した仕事を割り付ける研究等がある。
2. Description of the Related Art There is no practical load balancing algorithm for a parallel computer when a database is searched by a parallel computer. Currently used methods include allocating processors at the program level so that users can efficiently distribute the load of search processing.
Alternatively, there is research such as investigating the operating state of a processor and allocating the divided work to a processor with a low operating rate.

【0003】[0003]

【発明が解決しようとする課題】ユーザが検索処理の負
荷の分散を効率良く行うようにプログラムレベルでプロ
セッサを割り付ける方法では、プログラム作成時に想定
した検索キーワードとは構造の異なる検索キーワードが
入力された場合、新たにプロセッサの割り付けを変更す
る必要が生ずる。しかしながら、プロセッサの割り付け
を動的に行うことが難しいため、結局プログラム作成時
に設定したプロセッサの割り付け状態でそのまま検索を
行うことになる。この結果、全プロセッサの稼働率を上
げることが困難であるという問題がある。
In the method of allocating processors at the program level so that the user can efficiently distribute the load of search processing, a search keyword having a different structure from the search keyword assumed when the program was created was input. In this case, it becomes necessary to newly change the allocation of processors. However, since it is difficult to dynamically allocate the processors, the search is performed as it is in the processor allocation state set when the program was created. As a result, there is a problem that it is difficult to increase the operating rate of all the processors.

【0004】プロセッサの稼働状態を調べ、稼働率の低
いプロセッサへ分割した仕事を割り付ける方法では、検
索処理の仕事を分割する単位の設定はドメインや問題に
依存するため、プロセッサ数が少ない場合や対象問題が
単純な場合には有効であるが、プロセッサの数が多くな
ったり、対象問題が複雑になると、適切な分割単位を設
定することが難しいという問題がある。
In the method of checking the operating state of a processor and allocating the divided work to a processor with a low operating rate, the setting of the unit for dividing the work of the search processing depends on the domain and the problem. This is effective when the problem is simple, but there is a problem that it is difficult to set an appropriate division unit when the number of processors increases or the target problem becomes complicated.

【0005】そこで、本発明は検索処理の負荷の分散を
動的に行うことによって、並列計算機のプロセッサの稼
働率を向上することのできる負荷分散支援装置を適用す
ることを目的とする。
Therefore, it is an object of the present invention to apply a load balancing support system capable of improving the operating rate of the processors of a parallel computer by dynamically distributing the load of search processing.

【0006】[0006]

【課題を解決するための手段】上述の目的を達成するた
め、本発明は構造化された検索キーワードとその検索時
間の相関関係を利用して、構造化された検索キーワード
と使用プロセッサ数、並列計算機上の検索キーワードの
実計測時間及び関数を文字情報で入力する手段と、文字
情報を出力する手段と、検索キーワードの検索時間を関
数を用いて予測する手段と、予測された検索キーワード
の検索時間から各検索キーワードへ割り付けるプロセッ
サ数を算出する手段と、算出されたプロセッサ割り付け
情報と実計測時間との比較を行う手段と、プロセッサの
割り付け情報を調整する手段と、処理データの途中結果
や制御の途中結果を一時的に記憶する手段と、関数のパ
ラメータを調整する手段と、これらを制御する手段から
構成される。
In order to achieve the above-mentioned object, the present invention utilizes a correlation between a structured search keyword and its search time to construct a structured search keyword, the number of processors used, and parallel processing. A means for inputting the actual measurement time and the function of the search keyword on the computer as character information, a means for outputting the character information, a means for predicting the search time for the search keyword using a function, and a search for the predicted search keyword A means for calculating the number of processors to be allocated to each search keyword from time, a means for comparing the calculated processor allocation information with the actual measurement time, a means for adjusting the processor allocation information, an intermediate result of processing data and control It is composed of a means for temporarily storing the intermediate results of the above, a means for adjusting the parameters of the function, and a means for controlling these.

【0007】すなわち、本発明は対象領域に固有の関数
を用いることにより、入力された検索キーワードの大ま
かな検索時間を以前の検索結果から得られた関数から推
定し、それらの検索時間の比から検索キーワードに割り
付けるプロセッサ数を算出し、予め計測されている実計
測時間との比較を行いながら、適切な負荷の分散を行う
プロセッサの割り付けを支援することを特徴とする並列
計算機向けの負荷分散支援装置である。
That is, the present invention estimates the rough search time of the input search keyword from the function obtained from the previous search result by using the function peculiar to the target area, and from the ratio of those search times. Load balancing support for parallel computers characterized by calculating the number of processors to be assigned to search keywords and comparing them with the actual measurement time that has been measured in advance to support the allocation of processors that perform appropriate load distribution. It is a device.

【0008】ここで、対象領域に固有の関数とはインデ
ックスを検索キーワードとして、全インデックスに対し
て予め検索を行い、その検索時間と検索キーワードの相
関関係を関数化したものである。また、構造化された検
索キーワードとは、通常の検索キーワードが属性と属性
値のペアで表現されるのに対して、木構造で表現したも
のである。例えば、光を検知し電気信号(電流)に変え
る機能を持つ光センサー回路の検索キーワードは”属性
センサー 属性値 光”と表現できるが、構造化された
検索キーワードでは、”作る(入れる(光)、変える
(光、電流))”と表現することになる。以下、構造化
された検索キーワードとインデックスを検索キーワー
ド、インデックスと略す。
Here, the function peculiar to the target area is a function obtained by performing a search for all indexes in advance using the index as a search keyword and correlating the search time with the search keyword. Further, the structured search keyword is expressed by a tree structure, whereas a normal search keyword is expressed by a pair of an attribute and an attribute value. For example, the search keyword for an optical sensor circuit that has the function of detecting light and converting it into an electrical signal (current) can be expressed as "attribute sensor attribute value light", but with a structured search keyword, "make (insert (light)" , Change (light, current)) ”. Hereinafter, structured search keywords and indexes are abbreviated as search keywords and indexes.

【0009】[0009]

【作用】はじめに、制御手段の制御により、インデック
スと検索キーワードと関数、並列計算機上での検索キー
ワードの実計測時間及び並列計算機で使用するプロセッ
サ数の入力が入力手段により行なわれ、記憶手段に記憶
される。
First, under the control of the control means, the input means inputs the index, the search keyword and the function, the actual measurement time of the search keyword on the parallel computer and the number of processors to be used in the parallel computer, and stores them in the storage means. To be done.

【0010】次に、関数の各種パラメータをパラメータ
調整手段により、変更可能なパラメータが表示手段へ表
示され、ユーザは入力手段を利用して修正する。調整さ
れた情報は記憶手段に記憶される。
Next, various parameters of the function are displayed by the parameter adjusting means on the display means, and the user corrects them by using the input means. The adjusted information is stored in the storage means.

【0011】次に、入力された各検索キーワードは負荷
予測手段によって各検索キーワードごとに関数から検索
時間が見積もられる。見積もられた検索時間は記憶手段
に記憶される。
Next, the load predicting means estimates the search time of each input search keyword from the function for each search keyword. The estimated search time is stored in the storage means.

【0012】次に、プロセッサ割り付け手段により、見
積もられた検索時間の比から各検索キーワードに割り付
けるプロセッサ数が算出される。算出されたプロセッサ
の割り付け情報は記憶手段に記憶される。
Next, the processor allocating means calculates the number of processors allocated to each search keyword from the estimated ratio of the search times. The calculated allocation information of the processors is stored in the storage means.

【0013】次に、プロセッサ割り付け検証手段によ
り、算出されたプロセッサの割り付け情報を基に、予め
並列計算機上で計測された検索キーワードの計測データ
を用いて、予測された検索キーワードの検索時間と実計
測時間との比較を行い、差の大きい検索キーワード順
に、検索キーワード名と予測検索時間と実計測時間と差
等の情報の表示を表示手段に行う。
Next, based on the processor allocation information calculated by the processor allocation verification means, the search time and the actual search time of the predicted search keyword are calculated using the measurement data of the search keyword measured in advance on the parallel computer. The display unit displays the information such as the difference between the search keyword name, the predicted search time, the actual measurement time, and the like in the descending order of the search keywords by comparing with the measurement time.

【0014】次に、プロセッサ割り付け調整手段によ
り、検索キーワードへのプロセッサの割り付け情報を表
示手段に表示し、ユーザとの対話により割り付けが変更
される。変更結果は記憶手段に記憶される。変更結果は
プロセッサ割り付け検証手段によりさらに検証すること
ができる。最後に、プロセッサ割り付け情報を出力手段
に出力する。
Next, the processor allocation adjusting means displays the allocation information of the processor to the search keyword on the display means, and the allocation is changed by the dialogue with the user. The change result is stored in the storage means. The change result can be further verified by the processor allocation verification means. Finally, the processor allocation information is output to the output means.

【0015】[0015]

【実施例】以下図に基づいて本発明を詳細に説明する。
図1は本発明にかかる負荷分散支援装置のブロック構成
図である。図において1は検索キーワード等の文字情報
を入力するためのキーボード/マウスなどの入力手段で
ある。2は入力した文字情報やプロセッサの割り付け情
報を出力するためのプリンタ等の出力手段である。3は
入力された情報を半導体素子、ディスク、フロッピーデ
ィスク等に記憶するための記憶手段である。4は入力さ
れたり、途中の処理結果を文字情報やマルチウィンドウ
のイメージ情報として表示するためのCRT/ビットマ
ップディスプレィなどの表示手段である。5は入力され
た各種関数のパラメータをユーザと対話により調整する
パラメータ調整手段である。
The present invention will be described in detail below with reference to the drawings.
FIG. 1 is a block configuration diagram of a load balancing support apparatus according to the present invention. In the figure, reference numeral 1 is an input means such as a keyboard / mouse for inputting character information such as a search keyword. Reference numeral 2 is an output means such as a printer for outputting the input character information and processor allocation information. Reference numeral 3 is a storage means for storing the input information in a semiconductor device, a disk, a floppy disk or the like. Reference numeral 4 is a display means such as a CRT / bitmap display for displaying an input or intermediate processing result as character information or multi-window image information. Reference numeral 5 is a parameter adjusting means for adjusting the parameters of various input functions by interacting with the user.

【0016】6は入力された各検索キーワードと関数か
ら各検索キーワードの負荷を予測する負荷予測手段であ
る。7は予測された検索キーワードの検索時間と使用プ
ロセッサ数から各検索キーワードへ割り付けるプロセッ
サ数を見積もるプロセッサ割り付け手段である。8はプ
ロセッサの割り付け情報を基に、予め並列計算機上で計
測された検索キーワードの実計測時間を用いて、予測さ
れた検索キーワードの検索時間と実計測時間の検索時間
との比較を計算し、大きい順に並べ変えるプロセッサ割
り付け検証手段である。9は検索キーワードのプロセッ
サの割り付け情報を調整するプロセッサ割り付け手段で
ある。プロセッサ10はこれらの各手段を制御するCP
Uなどの制御手段である。
Reference numeral 6 is a load predicting means for predicting the load of each search keyword from each input search keyword and function. Reference numeral 7 denotes a processor allocation means for estimating the number of processors to be allocated to each search keyword from the predicted search time of the search keyword and the number of used processors. 8 is based on the allocation information of the processor, using the actual measurement time of the search keyword measured in advance on the parallel computer, calculates the comparison between the search time of the predicted search keyword and the search time of the actual measurement time, It is a processor allocation verification means that rearranges in descending order. Reference numeral 9 denotes a processor allocating means for adjusting processor allocation information of the search keyword. The processor 10 controls the CP for controlling each of these means.
Control means such as U.

【0017】図2は本発明の負荷分散支援装置の機能を
表す概略フロー図である。11は入力された関数の各パ
ラメータの修正支援を行うパラメータ調整モジュールで
ある。12は検索キーワードの中で検索時間最大の検索
キーワードを選択する最大検索キーワード選択モジュー
ルである。13は検索時間最大の検索キーワードの最速
検索時間(速度向上が頭打ちになる検索時間、ただし完
全に速度向上が止まる訳ではなく、向上率が小さくなる
検索時間のことである)と最速検索時間で使用したプロ
セッサ数を計算する基準検索時間設定モジュールであ
る。14は各検索キーワードのNプロセッサ検索時間を
計算する基本検索時間計算モジュールである。15は各
検索キーワードの使用するプロセッサ数(基準プロセッ
サ数と以下称す)とその検索時間(基準検索時間と以下
称す)を計算する基準検索時間計算モジュールである。
FIG. 2 is a schematic flow chart showing the function of the load balancing support system of the present invention. Reference numeral 11 is a parameter adjustment module that supports correction of each parameter of the input function. Reference numeral 12 is a maximum search keyword selection module that selects a search keyword having the maximum search time among the search keywords. 13 is the fastest search time of the search keyword with the longest search time (the search time when the speed improvement reaches a peak, but the search time at which the speed improvement does not stop completely but the improvement rate becomes small) and the fastest search time. It is a reference search time setting module for calculating the number of used processors. Reference numeral 14 is a basic search time calculation module for calculating the N processor search time of each search keyword. Reference numeral 15 is a reference search time calculation module for calculating the number of processors used by each search keyword (hereinafter referred to as the reference processor number) and its search time (hereinafter referred to as the reference search time).

【0018】16は各検索キーワードの仕事量(基準検
索時間と基準プロセッサ数の積)の計算を行う仕事量計
算モジュールである。17は計算された仕事量を基に小
さい順に検索キーワードの並べ換えを行うソートモジュ
ールである。18は検索キーワードの仕事量比と割り付
けプロセッサ数を計算するプロセッサ割り付けモジュー
ルである。19はプロセッサの割り付け情報と実計測時
間とを比較し、表示手段へ比較内容を表示するプロセッ
サ割り付け検証モジュールである。20はプロセッサの
割り付け情報の修正支援を行うプロセッサ割り付け調整
モジュールである。
Reference numeral 16 denotes a work amount calculation module for calculating the work amount of each search keyword (product of reference search time and reference processor number). A sort module 17 sorts the search keywords in ascending order based on the calculated work amount. Reference numeral 18 denotes a processor allocation module that calculates the work ratio of search keywords and the number of allocated processors. Reference numeral 19 denotes a processor allocation verification module that compares the allocation information of the processor with the actual measurement time and displays the comparison content on the display means. Reference numeral 20 denotes a processor allocation adjustment module that supports correction of processor allocation information.

【0019】プロセッサ割り付け調整モジュール20の
修正内容をプロセッサ割り付け検証モジュール19を使
用して、検証することができる。また、プロセッサ割り
付け調整モジュール20の修正では、ユーザが満足のい
く負荷分散を行えない場合には、パラメータ調整モジュ
ール11へフィードバックすることもできる。また、パ
ラメータ調整モジュール11から続く一連の処理を行わ
ずに、直接、プロセッサ割り付け調整モジュール19に
よる処理を実行して、ユーザが自由にプロセッサの割り
付け処理を行っても問題ない。
The correction contents of the processor allocation adjustment module 20 can be verified by using the processor allocation verification module 19. Further, in the modification of the processor allocation adjustment module 20, when the user cannot perform satisfactory load distribution, it is possible to feed back to the parameter adjustment module 11. Further, it is also possible for the user to freely perform the processor allocation processing by directly executing the processing by the processor allocation adjustment module 19 without performing the series of processing subsequent to the parameter adjustment module 11.

【0020】以下、これらの各モジュールごとに具体的
に説明を行なう。パラメータ調整モジュール11では、
記憶手段3に蓄えられている関数のパラメータの修正を
ユーザとの対話により行う。本モジュールでは、関数内
のパラメータ情報を切り出し、表示手段4にそれらの情
報を出力する。そして、ユーザにより入力手段1から修
正されたパラメータ情報を記憶手段3に記憶する。図3
に一次関数のパラメータ情報の表示例を示す。21は関
数の名称を示している。22は修正対象の関数を示して
いる。23は関数の修正対象パラメータを示している。
23において*の部分をマウスクリックすることによ
り、ユーザの意図する値を入力手段1を用いて入力する
ことができる。24は入力した修正内容を記憶手段3に
記憶するための操作コマンドのメニューであり、do_
itをマウスクリックすると、値がセットされる。ab
ortをクリックすると、入力した値がキャンセルされ
る。なお、パラメータの修正を行わない場合には最初に
関数が入力手段1により、入力された時点の値が使用さ
れる。
A detailed description will be given below for each of these modules. In the parameter adjustment module 11,
The parameters of the function stored in the storage means 3 are modified by the interaction with the user. In this module, the parameter information in the function is cut out and the information is output to the display means 4. Then, the parameter information corrected by the user from the input means 1 is stored in the storage means 3. Figure 3
Shows a display example of the parameter information of the linear function. Reference numeral 21 indicates the name of the function. Reference numeral 22 denotes a function to be modified. Reference numeral 23 denotes a correction target parameter of the function.
A value intended by the user can be input using the input means 1 by clicking the portion * in 23 with the mouse. Reference numeral 24 denotes a menu of operation commands for storing the input correction content in the storage means 3, and do_
Clicking on it with the mouse will set the value. ab
Clicking on ort cancels the entered value. When the parameters are not modified, the value at the time when the function is first input by the input means 1 is used.

【0021】次ぎに関数について述べる。関数には並列
計算機の特性と検索処理の二つの特性を反映させる必要
がある。並列計算機の特性とは、検索キーワード1個を
複数のプロセッサで並列に実行した時の検索時間が1プ
ロセッサで実行した時の検索時間と比べ、使用プロセッ
サ数の平方根倍程度しか速度向上しないということであ
る。これはプロセッサ間の通信コストが大きくなること
等が原因である。但し、並列計算機のプログラミング言
語の処理系のインプリメント方法や計算機アークテキチ
ャーの相違により、プロセッサ数が数個の場合には速度
向上が使用プロセッサ数と同じ程度に増加することもあ
る。
Next, the function will be described. It is necessary to reflect the two characteristics of the parallel computer and the search processing in the function. The characteristic of a parallel computer is that the speed of search when one search keyword is executed in parallel by multiple processors is improved by only about the square root of the number of processors used compared to the search time when it is executed by one processor. Is. This is because the communication cost between the processors increases. However, when the number of processors is several, the speed improvement may increase to the same extent as the number of processors used due to the difference in the method of implementing the processing system of the programming language of the parallel computer and the computer architecture.

【0022】検索処理の特性とは、特定の単語から構成
される検索キーワードの検索時間が同じ構造を持つ検索
キーワードと比べて、検索時間が平均して数倍程度大き
くなるということである。これは、例えば、回路事例ベ
ースの検索の場合、ほとんどの回路は入出力機能とデー
タ変換機能を基本機能として持つため、必然的に事例ベ
ースのインデックスとして、”入れる”、”変え
る”、”出す”、”作る”といった単語の使用が多くな
る。このため、曖昧検索の際の照合回数が増える。この
結果、同じ構造を持っていても、これらの特定単語を含
む検索キーワードの検索時間は大きくなる。そこで、こ
れらの単語を含む検索キーワードの検索時間は大きく見
積もる必要がある。
The characteristic of the search process is that the search time is about several times longer on average than the search keyword having the same structure as the search time of the search keyword composed of a specific word. For example, in the case of a circuit case-based search, most circuits have input / output functions and data conversion functions as basic functions, so inevitably "insert", "change", and "issue" as case-based indexes. The use of words such as "and" make "increases. Therefore, the number of collations at the time of fuzzy search increases. As a result, even if they have the same structure, the search time for a search keyword containing these specific words will be long. Therefore, it is necessary to roughly estimate the search time for the search keyword including these words.

【0023】関数作成の際には検索キーワードの構造的
な大きさを定量化する必要がある。定量化する方法はド
メインや問題に依存する。ここでは、その定量化したも
のを理想値と呼び、木構造のルートノードと中間ノード
の一個あたり0.8、木構造の末端ノードの1個あたり
0.3で計算することにする。図4に検索キーワードの
例を示す。インデックスも同様の構造である。検索キー
ワード25「数える」はルートノードが1個、中間ノー
ドが4個、末端ノードが6個あるので、理想値は:5*
0.8+6*0.3=5.8になる。
When creating the function, it is necessary to quantify the structural size of the search keyword. The method of quantification depends on the domain and the problem. Here, the quantified value is called an ideal value, and 0.8 is calculated for each of the root node and the intermediate node of the tree structure, and 0.3 is calculated for each of the end nodes of the tree structure. FIG. 4 shows an example of the search keyword. The index has the same structure. The search keyword 25 “count” has one root node, four intermediate nodes, and six end nodes, so the ideal value is: 5 *
It becomes 0.8 + 6 * 0.3 = 5.8.

【0024】検索キーワード26「計る」、27「作
る」は共に、ルートノードが1個、中間ノードが2個、
末端ノードが3個なので、理想値は:3*0.8+3*
0.3=3.3になる。
Both the search keywords 26 "measure" and 27 "make" have one root node and two intermediate nodes,
Since there are three terminal nodes, the ideal value is: 3 * 0.8 + 3 *
0.3 = 3.3.

【0025】理想値の大きい検索キーワード程、検索キ
ーワードの構造が大きくなる。そこで、理想値の大きな
検索キーワードは曖昧検索の際の照合回数が増えるの
で、検索時間も大きくなるという相関関係があるため、
以下に述べる関数は基本的には理想値と検索時間の関係
を関数化したものになっている。
The search keyword having a larger ideal value has a larger structure of the search keyword. Therefore, a search keyword with a large ideal value has a correlation that the number of times of matching at the time of ambiguous search increases, and the search time also increases.
The function described below is basically a function of the relationship between the ideal value and the search time.

【0026】次に、関数化の方法を説明する。先ず、イ
ンデックス中の検索キーワードを1個づつ並列計算機で
実行する。図5に実際の並列計算機での計測内容を示
す。図5はプロセッサ数を16個から1個まで変えて、
2回づつ検索処理の計測を行っている状況を示してい
る。2回計測するのはプロセッサでのガーベジコレクシ
ョンの発生によって計測時間が大きくなるのを防ぐため
である。図5において28は検索キーワードの具体的な
構造を示しており、図4(b)の検索キーワード26を
ベクター形式で表現したものである。29は理想値であ
る。30は計測に使用する最大のプロセッサ数を示して
いる。図5では、プロセッサ数最大16個を使用してい
る。31は計測データである。32は計測プロセッサ数
1におけるガーベジコレクションの発生箇所であり、1
回目の計測時間が大きくなっている。ガーベジコレクシ
ョンが発生した場合には値の小さいほうを適切な計測値
とする。
Next, the method of functionalization will be described. First, the search keywords in the index are executed one by one on the parallel computer. FIG. 5 shows the measurement contents of an actual parallel computer. In Figure 5, changing the number of processors from 16 to 1,
The figure shows a situation in which the search process is measured twice. The measurement is performed twice to prevent the measurement time from increasing due to the occurrence of garbage collection in the processor. In FIG. 5, reference numeral 28 shows a specific structure of the search keyword, which represents the search keyword 26 of FIG. 4B in a vector format. 29 is an ideal value. Reference numeral 30 indicates the maximum number of processors used for measurement. In FIG. 5, a maximum of 16 processors are used. Reference numeral 31 is measurement data. Reference numeral 32 indicates the location where garbage collection occurs when the number of measurement processors is 1.
The measurement time for the first time is getting longer. When garbage collection occurs, the smaller value is the appropriate measurement value.

【0027】インデックスすべてに対して計測を行った
後、図6のようにX軸をプロセッサ数、Y軸を検索時間
にしてプロットを行う。次に、プロットした点に対し
て、平方根を含む関数で近似を行う。図7の33は、関
数:f(x)={2プロセッサ検索時間}/SQR
(1.1*(x−1))、ただしx≧3、で近似を行っ
たものである。xはプロセッサ数である。SQRは括弧
内の値の平方根をとることを意味する。上述の特性のた
め、平方根を含む関数で全プロセッサの検索時間を得る
ことができないため、このようにプロセッサ数3以上で
近似を行う。全インデックスの計測データに対してプロ
ットした点の関数化を行い、すべてのインデックスのプ
ロット点をカバーするような関数を採用する。
After measuring all indexes, plotting is performed with the number of processors on the X axis and the search time on the Y axis as shown in FIG. Next, the plotted points are approximated by a function including a square root. 33 in FIG. 7 is a function: f (x) = {2 processor search time} / SQR
(1.1 * (x−1)), where x ≧ 3, approximation is performed. x is the number of processors. SQR means take the square root of the value in parentheses. Because of the above-mentioned characteristics, the search time of all processors cannot be obtained by a function including the square root, and thus approximation is performed with the number of processors of 3 or more. The plotted points are functionalized for the measurement data of all indexes, and the function that covers the plotted points of all indexes is adopted.

【0028】次に、平方根を含む関数で、近似できなか
った1プロセッサ検索時間と2プロセッサ検索時間の関
数化について説明する。すべてのインデックスの計測デ
ータの1プロセッサ検索時間、あるいは2プロセッサ検
索時間をプロットとして、近似可能な関数を求めること
になる。図8はX軸を理想値、Y軸を2プロセッサ検索
時間にして、全インデックス8個の2プロセッサ検索時
間をプロットしたものである。34は関数:f(X)=
2.8*x−0.4で近似したものである。同様にし
て、1プロセッサ計測時間についても関数化を行う。
Next, the functionization of the one-processor search time and the two-processor search time, which cannot be approximated by the function including the square root, will be described. The one-processor search time or the two-processor search time of the measurement data of all indexes is plotted to find an approximate function. FIG. 8 is a plot of the 2-processor search time for all eight indexes, where the X-axis is the ideal value and the Y-axis is the 2-processor search time. 34 is a function: f (X) =
It is an approximation of 2.8 * x−0.4. Similarly, the one-processor measurement time is also converted into a function.

【0029】このように、上記の並列計算機の特性を反
映させるため使用する関数の種類を整理すると下記があ
る。
As described above, the types of functions used to reflect the characteristics of the parallel computer are summarized as follows.

【0030】[タイプ1]理想値とNプロセッサ検索時
間の関係の関数。 並列計算機のプログラミング言語の処理系のインプリメ
ント方法や計算機アークテキチャーの相違により、プロ
セッサ数が数個の場合は速度向上が使用プロセッサ数と
同じ程度に増加することがある場合に、Nプロセッサ検
索時間を求める関数である。上述の1プロセッサ検索時
間と2プロセッサ検索時間を求める関数がこれにあた
る。この関数は理想値が増加するとNプロセッサで実行
する検索時間が増加する関係を関数化したものである。
Nは自然数である。以下、本関数を関数:Nプロセッサ
検索時間と呼ぶ。関数の入力は理想値で、出力はNプロ
セッサ使用時の検索時間である。
[Type 1] Function of relationship between ideal value and N processor search time. When the number of processors is several, the speedup may increase to the same extent as the number of processors used due to differences in the implementation method of the processing system of the programming language of the parallel computer and the computer architecture. Is a function for obtaining. This is a function for obtaining the one-processor search time and the two-processor search time described above. This function is a function of the relation that the search time executed by the N processors increases as the ideal value increases.
N is a natural number. Hereinafter, this function is called a function: N processor search time. The input of the function is an ideal value, and the output is the search time when using N processors.

【0031】[タイプ2]使用しているプロセッサ数と
検索キーワードの検索時間の関係の関数。 任意の数のプロセッサで検索キーワード一個を並列に実
行した場合の検索時間を求める関数である。分母に平方
根を含む関数で表現(下記)される。下記の式内で、x
はプロセッサ数、{xプロセッサ検索時間}はxプロセ
ッサでの検索時間のことである。aは定数、xは有理数
である。Mは自然数である。SQRは括弧内の値の平方
根をとることを意味する。以下、本関係を関数化したも
のを関数検索キーワード検索時間と呼ぶ。上述の平方根
を含む関数:f(x)={2プロセッサ検索時間}/S
QR(1.1*(x−1))がこれにあたる。 f(x)={xプロセッサ検索時間}/SQR(a*(x−M)) また、負荷分散を行う場合には、最も検索時間のかかる
検索キーワードの最速検索時間を基準にした方が都合が
よい。というのも、プロセッサが十分ある場合の検索時
間は最も検索時間のかかる検索キーワードの最速検索時
間になることが多いためである。このため下記の[タイ
プ3]の関数を使用する。さらに、検索時間予測の目安
として、検索時間にその時使用していたプロセッサ数を
かけたもの(以下、仕事量と略す)を本発明では使用す
るため、[タイプ4]の関数を使用する。
[Type 2] A function of the relationship between the number of processors used and the search time of the search keyword. This is a function that calculates the search time when one search keyword is executed in parallel by an arbitrary number of processors. It is expressed by a function that includes the square root in the denominator (below). In the formula below, x
Is the number of processors, and {x processor search time} is the search time for x processors. a is a constant and x is a rational number. M is a natural number. SQR means take the square root of the value in parentheses. Hereinafter, a function of this relationship will be referred to as a function search keyword search time. Function including the above square root: f (x) = {2 processor search time} / S
QR (1.1 * (x-1)) corresponds to this. f (x) = {x processor search time} / SQR (a * (x-M)) When performing load balancing, it is more convenient to use the fastest search time of the search keyword that takes the longest search time as a reference. Is good. This is because the search time when there are sufficient processors is often the fastest search time of the search keyword that takes the longest search time. Therefore, the following [type 3] function is used. Further, since the present invention uses a value obtained by multiplying the search time by the number of processors used at that time (hereinafter abbreviated as the work amount) as a guide for predicting the search time, the function of [type 4] is used.

【0032】[タイプ3]理想値と最速検索時間の関係
の関数。 この関数は理想値が増加すると最速検索時間が増加する
関係を関数化したものである。以下、本関数を関数:最
速検索時間と呼ぶ。関数の入力は理想値で、出力はこの
理想値を持つ検索キーワードの最速検索時間である。本
関数も上記の2プロセッサ検索時間を求める関数と同様
の方法で関数化する。
[Type 3] Function of relationship between ideal value and fastest search time. This function is a function of the relationship that the fastest search time increases as the ideal value increases. Hereinafter, this function will be referred to as function: fastest search time. The input of the function is an ideal value, and the output is the fastest search time of the search keyword having this ideal value. This function is also converted into a function by the same method as the function for obtaining the two-processor search time described above.

【0033】[タイプ4]理想値と必要プロセッサ数の
関係の関数。 必要プロセッサ数とは上述の最速検索時間になる時に使
用したプロセッサ数のことである。この関数は理想値が
増加すると必要プロセッサ数も増加することを関数化し
たものである。以下、本関数を関数:必要プロセッサ数
と呼ぶ。関数の入力は理想値で、出力はこの理想値を持
つ検索キーワードの必要プロセッサ数である。
[Type 4] Function of relation between ideal value and required number of processors. The required number of processors is the number of processors used when the above-mentioned fastest search time is reached. This function is a function that the number of required processors increases as the ideal value increases. Hereinafter, this function is called a function: the required number of processors. The input of the function is an ideal value, and the output is the required number of processors of the search keyword having this ideal value.

【0034】また、検索処理の特性の反映であるが、使
用する[タイプ1]の関数:Nプロセッサ検索時間で適
切な値を求められない検索キーワード複数個について、
特定の単語の組み合わせがないかを調べ、それらの組み
合わせを特定単語とする。そして、関数:Nプロセッサ
検索時間で求めた値よりも、何倍程度大きくなるか同じ
特定単語の組み合わせを持つ検索キーワードすべてにつ
いて調べ、その平均値(以下、補正倍率と称する)を出
す。この補正倍率は、検索キーワードの特定の単語の組
み合わせを持つ検索キーワードの検索時間を求めるとき
に使用する。即ち、[タイプ1]の関数で求められた値
にこの補正倍率かけて、検索時間とする訳である。
Regarding the characteristics of the retrieval process, the function of [Type 1] used: N processor For a plurality of retrieval keywords for which an appropriate value cannot be obtained in the retrieval time,
Check whether there is a combination of specific words, and make those combinations a specific word. Then, all the search keywords having the same combination of specific words, which is how many times larger than the value obtained by the function: N processor search time, are examined, and the average value (hereinafter referred to as the correction magnification) is given. This correction factor is used when finding the search time of a search keyword having a specific combination of words of the search keyword. That is, the value obtained by the [type 1] function is multiplied by this correction factor to obtain the search time.

【0035】ここで、説明の都合上、各関数を具体化し
たものとして下記を使用する。下記では、[関数1]、
[関数2]、[関数4]、[関数5]は一次関数になっ
ているが、次数が大きくなっても本装置に影響はない。
また、ここでは、使用可能なプロセッサ数を50個に設
定して説明する。
Here, for convenience of explanation, the following will be used as a concrete embodiment of each function. In the following, [Function 1],
[Function 2], [Function 4], and [Function 5] are linear functions, but even if the order increases, this apparatus is not affected.
Further, here, the description will be given by setting the number of usable processors to 50.

【0036】[タイプ1]関数:1プロセッサ検索時間 f(x)=5.7*x−7.1 … [関数1] [タイプ1]関数:2プロセッサ検索時間 f(x)=3.7*x−7.7 … [関数2] [タイプ2]関数:検索キーワード検索時間 f(x)={2プロセッサ検索時間}/SQR(1.1
*(N−1))… [関数3] [タイプ3]関数:最速検索時間 f(x)=0.7*x−0.1 … [関数4] [タイプ4]関数:必要プロセッサ数 f(x)=0.8*x+1.4 … [関数5] また、補正倍率は1プロセッサ検索時間は1.3、2プ
ロセッサ検索時間は1.3、特定単語は作る、入れる、
変えるを含む検索キーワードとして、説明する。
[Type 1] function: 1 processor search time f (x) = 5.7 * x-7.1 ... [Function 1] [Type 1] function: 2 processor search time f (x) = 3.7 * X-7.7 ... [Function 2] [Type 2] Function: Search keyword search time f (x) = {2 processor search time} / SQR (1.1
* (N-1)) [Function 3] [Type 3] Function: Fastest search time f (x) = 0.7 * x-0.1 ... [Function 4] [Type 4] Function: Number of required processors f (X) = 0.8 * x + 1.4 ... [Function 5] Further, the correction magnification is 1 processor search time is 1.3, 2 processor search time is 1.3, and a specific word is created or inserted.
It will be described as a search keyword including change.

【0037】最大検索キーワード選択モジュール12
は、入力された複数個の検索キーワードについて、理想
値を計算し、理想値が最大の検索キーワードを選択す
る。例えば、図4の3個の検索キーワードが与えられた
とする。3個の検索キーワードの理想値の計算を行う。
計算方法は上述の通りである。検索キーワード25、検
索キーワード26、検索キーワード27のそれぞれの理
想値が5.8、3.3、3.3であるため、検索キーワ
ード25が選択されることになる。選択結果は記憶手段
3に記憶される。
Maximum Search Keyword Selection Module 12
Calculates an ideal value for a plurality of input search keywords and selects the search keyword having the maximum ideal value. For example, assume that the three search keywords shown in FIG. 4 are given. The ideal values of the three search keywords are calculated.
The calculation method is as described above. Since the ideal values of the search keyword 25, the search keyword 26, and the search keyword 27 are 5.8, 3.3, and 3.3, the search keyword 25 is selected. The selection result is stored in the storage unit 3.

【0038】基準検索時間設定モジュール13では検索
キーワード25の最速検索時間と必要プロセッサ数を
[関数4]と[関数5]から求める。関数の計算から最
速検索時間は4.0(秒)に、必要プロセッサ数は6.
0になる。求められた最速検索時間は記憶手段3へ記憶
される。
The reference search time setting module 13 obtains the fastest search time of the search keyword 25 and the required number of processors from [function 4] and [function 5]. From the calculation of the function, the fastest search time is 4.0 (seconds), and the required number of processors is 6.
It becomes 0. The obtained fastest search time is stored in the storage means 3.

【0039】基本検索時間計算モジュール14では検索
キーワード25の1プロセッサ検索時間と2プロセッサ
検索時間を[関数1]と[関数2]から計算する。計算
値はそれぞれ26.0,13.8になる。検索キーワー
ド26の1プロセッサ検索時間と2プロセッサ検索時間
を[関数1]と[関数2]から計算する。計算値はそれ
ぞれ11.7,4.5になる。検索キーワード27の1
プロセッサ検索時間と2プロセッサ検索時間を[関数
1]と[関数2]から計算すると、理想値が3.3なの
で検索キーワード26と同じく、それぞれ11.7、
4.5になる。しかしながら、検索キーワード27は特
定単語を含むキーワードなので、補正倍率が1プロセッ
サ検索時間と2プロセッサ検索時間が共に1.3倍であ
ることから、計算値は共に1.3倍づつになる。よっ
て、1プロセッサ検索時間と2プロセッサ検索時間はそ
れぞれ15.2、5.9になる。計算結果は記憶手段3
へ記憶される。
The basic search time calculation module 14 calculates the one-processor search time and the two-processor search time of the search keyword 25 from [function 1] and [function 2]. The calculated values are 26.0 and 13.8, respectively. The one-processor search time and the two-processor search time of the search keyword 26 are calculated from [function 1] and [function 2]. The calculated values are 11.7 and 4.5, respectively. Search keyword 27 of 1
When the processor search time and the two-processor search time are calculated from [Function 1] and [Function 2], the ideal value is 3.3, so that the search keyword 26 is 11.7, respectively.
It will be 4.5. However, since the search keyword 27 is a keyword including a specific word, the correction rate is 1.3 times for both the one-processor search time and the two-processor search time, and thus the calculated values are 1.3 times. Therefore, the one-processor search time and the two-processor search time are 15.2 and 5.9, respectively. The calculation result is stored in the storage unit 3.
To be remembered.

【0040】基準検索時間計算モジュール15では、計
算された最速検索時間4.0で検索するのに必要なプロ
セッサ数とその基準検索時間を各検索キーワードごと
に、[関数3]を基に求める。処理フローは図9にな
る。本処理は先に計算された最速検索時間がある特定の
検索キーワードの検索時間に一致するとは限らないた
め、検索キーワードの検索時間と最速検索時間の大きさ
の差異が小さくなるようにするためのものである。基準
検索時間は、通常最速検索時間となるが、最速検索時間
より、Nプロセッサ検索時間(この場合には1プロセッ
サ検索時間と2プロセッサ検索時間)が小さい場合に
は、Nプロセッサ検索時間が基準検索時間になる。
The reference search time calculation module 15 obtains the number of processors required for searching in the calculated fastest search time 4.0 and its reference search time for each search keyword based on [function 3]. The processing flow is shown in FIG. Since this process does not always match the search time of a particular search keyword with the fastest search time calculated earlier, it is necessary to reduce the difference between the search time of the search keyword and the size of the fastest search time. It is a thing. The reference search time is usually the fastest search time, but if the N processor search time (in this case, 1 processor search time and 2 processor search time) is shorter than the fastest search time, the N processor search time is the reference search time. It's time.

【0041】図9は、関数:1プロセッサ検索時間と関
数:2プロセッサ検索時間を使用する場合の処理フロー
である。図中の35は最速検索時間の値のプラスマイナ
ス10%の大きさに2プロセッサ検索時間の値がおさま
る時には、検索キーワードの検索時間を2プロセッサ検
索時間にする条件を示している。36は最速検索時間の
1.1倍より2プロセッサ検索時間の方が大きい場合に
は、関数:検索キーワード検索時間から検索キーワード
の検索時間を計算する条件を示している。37は検索キ
ーワードの基準検索時間として、1プロセッサ検索時
間、あるいは2プロセッサ検索時間をとるための条件で
ある。
FIG. 9 is a processing flow when the function: 1 processor search time and the function: 2 processor search time are used. Reference numeral 35 in the figure indicates a condition for setting the search time of the search keyword to the 2-processor search time when the value of the 2-processor search time falls within ± 10% of the value of the fastest search time. Reference numeral 36 indicates a condition for calculating the search time of the search keyword from the function: search keyword search time when the two-processor search time is longer than 1.1 times the fastest search time. Reference numeral 37 is a condition for obtaining the one-processor search time or the two-processor search time as the reference search time of the search keyword.

【0042】関数:1プロセッサ検索時間のみを使用す
る場合の処理フローは図10になる。38は1プロセッ
サ検索時間が最速時間の1.1倍より大きい場合には関
数:検索キーワード検索時間を用いて基準検索時間を計
算し、小さい場合には1プロセッサ検索時間を基準検索
時間とするための条件である。
Function: FIG. 10 shows the processing flow when only one processor search time is used. 38 is a function: if the one-processor search time is more than 1.1 times the fastest time, the reference search time is calculated using the function: search keyword search time, and if it is smaller, the one-processor search time is set as the reference search time Is the condition.

【0043】また、関数:1プロセッサ検索時間から関
数:Nプロセッサ検索時間までを使用する場合の処理フ
ローは図11になる。39は最速検索時間の値のプラス
マイナス10%の大きさにNプロセッサ検索時間の値が
おさまる時には、検索キーワードの検索時間をNプロセ
ッサ検索時間にする条件を示している。40は最速検索
時間の1.1倍よりNプロセッサ検索時間の方が大きい
場合には、関数:検索キーワード検索時間から検索キー
ワードの検索時間を計算する条件を示している。41、
42、43はそれぞれ検索キーワードの基準検索時間
を、N−1プロセッサ検索時間から1プロセッサ検索時
間のどれかからとるための条件である。
FIG. 11 shows the processing flow when the function: 1 processor search time to the function: N processor search time is used. Reference numeral 39 indicates a condition for setting the search time of the search keyword to the N processor search time when the value of the N processor search time falls within ± 10% of the value of the fastest search time. Reference numeral 40 indicates a condition for calculating the search time of the search keyword from the function: search keyword search time when the N processor search time is longer than 1.1 times the fastest search time. 41,
Reference numerals 42 and 43 are conditions for obtaining the reference search time of the search keyword from any of the N-1 processor search time to the one processor search time.

【0044】検索キーワード26の2プロセッサ検索時
間は4.5(秒)なので、最初の条件に適合しない。条
件”1.1*{最速検索時間}<{2プロセッサ処理時
間}”に適合するため、[関数3]を使用して、使用プ
ロセッサ数は:(4.5/4.0)*(4.5/4.
0)/1.1+1=2.2になる。
Since the two-processor search time of the search keyword 26 is 4.5 (seconds), it does not meet the first condition. Since the condition “1.1 * {fastest search time} <{2 processor processing time}” is satisfied, the number of processors used is: (4.5 / 4.0) * (4 .5 / 4.
0) /1.1+1=2.2.

【0045】検索キーワード27の2プロセッサ検索時
間は5.9(秒)なので、同様に、最初の条件に適合し
ない。条件”1.1*{最速検索時間}<{2プロセッ
サ検索時間}”に適合するため、[関数3]を使用し
て、使用プロセッサ数は:(5.9/4.0)*(5.
9/4.0)/1.1+1=3.0になる。
Since the 2-processor search time of the search keyword 27 is 5.9 (seconds), similarly, the first condition is not met. Since the condition “1.1 * {fastest search time} <{2 processor search time}” is satisfied, the number of processors used is: (5.9 / 4.0) * (5 .
9 / 4.0) /1.1+1=3.0.

【0046】以上から検索キーワード25の基準検索時
間は4.0(秒)、基準プロセッサ数は6.0個にな
り、検索キーワード26の基準検索時間は4.5
(秒)、基準プロセッサ数は2.2個になり、検索キー
ワード27の基準検索時間は5.9(秒)、基準プロセ
ッサ数は3.0個になる。
From the above, the reference search time of the search keyword 25 is 4.0 (seconds), the number of reference processors is 6.0, and the reference search time of the search keyword 26 is 4.5.
(Seconds), the reference number of processors is 2.2, the reference search time of the search keyword 27 is 5.9 (seconds), and the number of reference processors is 3.0.

【0047】仕事量計算モジュール16では、各検索キ
ーワードごとに必要プロセッサ数とその基準検索時間を
掛けて、仕事量を計算する。この場合、検索キーワード
25、26、27の仕事量はそれぞれ4.0*6.0=
24.0、4.5*2.2=9.9、5.9*3.0=
17.7になる。
The work amount calculation module 16 calculates the work amount by multiplying the required number of processors and the reference search time for each search keyword. In this case, the workload of the search keywords 25, 26, and 27 is 4.0 * 6.0 =
24.0, 4.5 * 2.2 = 9.9, 5.9 * 3.0 =
It becomes 17.7.

【0048】ソートモジュール17では、計算された仕
事量の値を基に、検索キーワードを仕事量の小さいもの
順にソートする。検索キーワード26、27、25の順
にソートされる。ソートは仕事量の大きいもの順にソー
トしても本装置には影響しない。
The sorting module 17 sorts the search keywords in the order of smaller work amount based on the calculated work amount values. The search keywords 26, 27, and 25 are sorted in this order. Even if sorting is done in descending order of work, this device is not affected.

【0049】プロセッサ割り付けモジュール18では、
各検索キーワードの仕事量の比に応じて計算を行ない、
入力された使用可能なプロセッサ数に対して、各検索キ
ーワードへ割り付けるプロセッサ数を求める。検索キー
ワードの仕事量の比に使用可能なプロセッサ数をかける
と比に応じたプロセッサ数が計算されるが、計算された
プロセッサ数は有理数になり、四捨五入等で自然数に変
える必要がある。四捨五入で割り付けプロセッサ数を計
算すると、プロセッサの割り付けがかなり荒くなる。と
いうのも、例えば、ある検索キーワードの計算されたプ
ロセッサ数が1.4の場合に四捨五入により1プロセッ
サしか割り付けないとすると、計算時間は他の検索キー
ワードに比べて、1.4倍程度かかってしまう。また、
逆に計算されたプロセッサ数が0.5なのに1プロセッ
サ割り付けると、実際の計算時間は半分で終了する。こ
のように同一プロセッサ数を割り付けでも、検索処理の
負荷の大きさが均質にはならない。このような場合に
は、2つの検索キーワードに同じ2プロセッサを割り付
けると、1プロセッサあたりの2個の検索キーワードの
検索処理が:1.4/2+0.5/2=0.95プロセ
ッサになり、負荷の大きさを均質にすることができる。
In the processor allocation module 18,
Calculate according to the work load ratio of each search keyword,
The number of processors assigned to each search keyword is calculated with respect to the input number of usable processors. Multiplying the ratio of work of search keywords by the number of available processors will calculate the number of processors according to the ratio, but the calculated number of processors will become a rational number and must be converted to a natural number by rounding. If the number of allocated processors is calculated by rounding off, the allocation of processors will be considerably rough. For example, if the calculated number of processors for a certain search keyword is 1.4 and only one processor is assigned by rounding, the calculation time will be about 1.4 times that of other search keywords. I will end up. Also,
Conversely, if one processor is allocated even though the calculated number of processors is 0.5, the actual calculation time will be half. In this way, even if the same number of processors is assigned, the load of search processing is not uniform. In such a case, if the same two processors are assigned to two search keywords, the search processing of two search keywords per processor becomes: 1.4 / 2 + 0.5 / 2 = 0.95 processors, The magnitude of the load can be made uniform.

【0050】このように、複数個の検索キーワードを複
数個の同じプロセッサに割り付けることを許すことによ
り、検索処理の負荷を均質にすることができる。さら
に、プロセッサの割り付け誤差が10%程度ですむよう
に、計算されたプロセッサ数の少数点を切り捨てた自然
数、あるいは少数点の切り上げ自然数で、計算されたプ
ロセッサ数を割り、その値が0.9から1.1になるよ
うに補正する。0.9から1.1の間にならない場合に
は、他の検索キーワードと一緒に割り付けて、プロセッ
サ数を計算することになる。プロセッサの割り付け誤差
は、使用している並列計算機のアーキテクチャーや処理
系、及び検索問題に依存するので、10%でなくても構
わない。以上の特長を持つ検索キーワードiのプロセッ
サ割り付けのための式は数1になる。
By thus allowing a plurality of search keywords to be assigned to a plurality of the same processors, the load of the search processing can be made uniform. Furthermore, the calculated number of processors is divided by a natural number obtained by rounding down the decimal point of the calculated number of processors, or a natural number rounded up to the nearest decimal point so that the allocation error of the processor is about 10%. Correct so that it becomes 1. If it is not between 0.9 and 1.1, the number of processors will be calculated by allocating it together with other search keywords. The allocation error of the processor does not have to be 10% because it depends on the architecture and processing system of the parallel computer used and the search problem. The formula for allocating the search keyword i having the above characteristics is shown in Equation 1.

【0051】[0051]

【数1】 [Equation 1]

【0052】この場合、使用可能プロセッサ数が50で
あるから、最も仕事量の小さい検索キーワード26は式
から下記のように計算される。
In this case, since the number of usable processors is 50, the search keyword 26 having the smallest work amount is calculated from the formula as follows.

【0053】 W1*N/W=50*9.9/(9.9+17.7+24.0) =9.6 よって、N11=9、あるいは10。W1 * N / W = 50 * 9.9 / (9.9 + 17.7 + 24.0) = 9.6 Therefore, N11 = 9 or 10.

【0054】ゆえに、N11=9の場合には数2にな
る。
Therefore, when N11 = 9, the equation 2 is obtained.

【0055】[0055]

【数2】 [Equation 2]

【0056】N11が12の場合にも0.96となり条
件を満たす。切り捨て自然数と切り上げ自然数が両方と
も式を満足する場合には、どちらを選択しても構わな
い。ここでは、切り捨て自然数が先に条件を満たす場合
にはこちらを割り付けプロセッサ数とする。
Even when N11 is 12, it is 0.96, which satisfies the condition. If both the rounded down natural number and the rounded up natural number satisfy the expression, either one may be selected. Here, if the truncated natural number satisfies the condition first, this is set as the allocated processor number.

【0057】よって、検索キーワード26には9プロセ
ッサが割り付けられる。検索キーワード27に上式にあ
てはめると、 W2*N/W=50*17.7/(9.9+17.7+24.0) =17.2 よって、N22=17、あるいは18。
Therefore, nine processors are assigned to the search keyword 26. Applying the above formula to the search keyword 27, W2 * N / W = 50 * 17.7 / (9.9 + 17.7 + 24.0) = 17.2 Therefore, N22 = 17 or 18.

【0058】ゆえに、N22が17の場合は数3にな
る。
Therefore, when N22 is 17, Equation 3 is obtained.

【0059】[0059]

【数3】 [Equation 3]

【0060】よって、検索キーワード27には17プロ
セッサが割り付けられる。検索キーワード25は式よ
り、 W3*N/W=50*24.0/(9.9+17.7+24.0) =23.3 よって、N33=23、あるいは24。
Therefore, 17 processors are assigned to the search keyword 27. From the formula, the search keyword 25 is W3 * N / W = 50 * 24.0 / (9.9 + 17.7 + 24.0) = 23.3 Therefore, N33 = 23, or 24.

【0061】ゆえに、N33=23の場合には数4にな
る。
Therefore, when N33 = 23, Equation 4 is obtained.

【0062】[0062]

【数4】 [Equation 4]

【0063】となり、23プロセッサが割り振られる計
算になる。しかしながら、検索キーワード26と27に
は合計26プロセッサしか割り付けられていないため、
残りの使用されていない24プロセッサが割り付けられ
ることになる。このように最後に割り付けられる検索キ
ーワードのプロセッサ数は残りの使用されていないプロ
セッサ数となる。計算結果は記憶手段に蓄えられる。以
上から検索キーワード26に割り付けられるプロセッサ
数は9個、割り付けられる並列計算機上のプロセッサノ
ードは49から41になる。検索キーワード27に割り
付けられるプロセッサ数は17個、割り付けられる並列
計算機上のプロセッサノードは40から24になる。検
索キーワード25に割り付けられるプロセッサ数は24
個、割り付けられる並列計算機上のプロセッサノードは
23から0になる。
Then, the calculation is such that 23 processors are allocated. However, since only 26 processors are assigned to the search keywords 26 and 27 in total,
The remaining 24 unused processors will be allocated. In this way, the number of processors of the search keyword finally assigned becomes the number of remaining unused processors. The calculation result is stored in the storage means. From the above, the number of processors assigned to the search keyword 26 is 9, and the assigned processor nodes on the parallel computer are 49 to 41. The number of processors assigned to the search keyword 27 is 17, and the assigned processor nodes on the parallel computer are 40 to 24. The number of processors assigned to the search keyword 25 is 24
The number of processor nodes on the parallel computer to be assigned is 23 to 0.

【0064】ここで、仮に検索キーワード25、26、
27の仕事量がそれぞれ163.5、8.9、17.2
である場合の例を次に示す。この場合最も仕事量の小さ
い検索キーワード26が下記のように計算される。
Here, it is assumed that the search keywords 25, 26,
The work of 27 is 163.5, 8.9 and 17.2 respectively.
The following is an example of the case. In this case, the search keyword 26 having the smallest work amount is calculated as follows.

【0065】 W1*N/W=50*8.9/(8.9+17.2+163.5) =2.3 よって、N11=2、あるいは3。W1 * N / W = 50 * 8.9 / (8.9 + 17.2 + 163.5) = 2.3 Therefore, N11 = 2 or 3.

【0066】ゆえに、N11=2の場合には数5にな
る。
Therefore, when N11 = 2, the equation 5 is obtained.

【0067】[0067]

【数5】 [Equation 5]

【0068】N11=3の場合には数6になる。When N11 = 3, the equation 6 is obtained.

【0069】[0069]

【数6】 [Equation 6]

【0070】よって、上式の条件にあてはまらない。こ
のため、検索キーワード27と一緒にプロセッサへ割り
振られる。検索キーワード26と27を上式にあてはめ
ると、 W1*N/W + W2*N/W=50*8.9/(8.9+17.2+1 63.5)+50*17.2/(8.9+17.2+163.5)) =6.8 よって、N12=6、あるいは7。
Therefore, the above condition is not satisfied. Therefore, it is assigned to the processor together with the search keyword 27. When the search keywords 26 and 27 are applied to the above formula, W1 * N / W + W2 * N / W = 50 * 8.9 / (8.9 + 17.2 + 63.5) + 50 * 17.2 / (8.9 + 17) .2 + 163.5)) = 6.8 Therefore, N12 = 6, or 7.

【0071】ゆえに、N12=6の場合には数7にな
る。
Therefore, when N12 = 6, the equation 7 is obtained.

【0072】[0072]

【数7】 [Equation 7]

【0073】N12=7の場合には数8になる。When N12 = 7, the equation 8 is obtained.

【0074】[0074]

【数8】 [Equation 8]

【0075】上記計算により、検索キーワード26と2
7には7プロセッサが割り振られる。
By the above calculation, the search keywords 26 and 2
Seven processors are allocated to seven.

【0076】検索キーワード25は式より、 W3*N/W=50*163.5/(8.9+17.2+163.5) =43.1 よって、N33=43、あるいは44。From the formula, the search keyword 25 is W3 * N / W = 50 * 163.5 / (8.9 + 17.2 + 163.5) = 43.1 Therefore, N33 = 43 or 44.

【0077】ゆえに、N33=43の場合には数9にな
る。
Therefore, when N33 = 43, the equation 9 is obtained.

【0078】[0078]

【数9】 [Equation 9]

【0079】この結果、43プロセッサが割り振られる
計算になる。以上から検索キーワード26に割り付けら
れるプロセッサ数は7個、割り付けられる並列計算機上
のプロセッサノードは49から43になる。検索キーワ
ード27に割り付けられるプロセッサ数は7個、割り付
けられる並列計算機上のプロセッサノードは49から4
3になる。検索キーワード25に割り付けられるプロセ
ッサ数は43個、割り付けられる並列計算機上のプロセ
ッサノードは42から0になる。
As a result, 43 processors are allocated. From the above, the number of processors assigned to the search keyword 26 is 7, and the assigned processor nodes on the parallel computer are 49 to 43. The number of processors assigned to the search keyword 27 is 7, and the assigned processor nodes on the parallel computer are 49 to 4
It will be 3. The number of processors assigned to the search keyword 25 is 43, and the assigned processor nodes on the parallel computer are 42 to 0.

【0080】次に、プロセッサ割り付け検証モジュール
19により、予め計測されている実計測時間との比較を
行う。実計測時間はインデックスすべてと、インデック
スから作成可能な木構造すべてに対して、データ計測を
予め行っておいたものである。図12に検索キーワード
25の参照計測データ例を示す。44はこの計測データ
の検索キーワードの理想値である。45は計測時間であ
る。図5のデータではプロセッサ計測時間が2個存在し
たが、図12では、プロセッサ検索時間は一個のみ(検
索時間の小さいほう)になる。もし、理想値が同じもの
が複数個ある場合には各プロセッサ検索時間において、
それらの平均値をプロセッサ検索時間とする。参照に使
用される実計測時間は理想値が同じものである。もし、
同じものがなければ、理想値のプラスマイナス10%の
範囲の理想値を持つ実計測時間が参照されることにな
る。
Next, the processor allocation verification module 19 compares the measured time with the actual measured time. The actual measurement time is data measured in advance for all indexes and all tree structures that can be created from the indexes. FIG. 12 shows an example of reference measurement data of the search keyword 25. 44 is an ideal value of the search keyword of this measurement data. 45 is a measurement time. In the data of FIG. 5, two processor measurement times exist, but in FIG. 12, the processor search time is only one (the search time is smaller). If there is more than one with the same ideal value, at each processor search time,
The average value of them is used as the processor search time. The actual measurement time used for reference has the same ideal value. if,
If there is no same, the actual measurement time having an ideal value within the range of plus or minus 10% of the ideal value is referred to.

【0081】各検索キーワードごとに、予測検索時間と
割り付けプロセッサ数、実計測時間等の情報が表示手段
4に表示される。
Information such as the predicted search time, the number of allocated processors, and the actual measurement time is displayed on the display means 4 for each search keyword.

【0082】図13に表示例を示す。46は検索キーワ
ードの具体的な構造である。47は検索キーワードの理
想値である。48は割り付けられるプロセッサのノード
名である。49は検索キーワードの予測検索時間であ
る。50は予測検索時間と実計測時間の誤差である。5
1は割り付けプロセッサ数である。52は実計測時間で
ある。53はトータル予測検索時間である。54はトー
タル実計測時間である。55はトータルの誤差である。
56は検索キーワードの割り付けノードが同じである検
索キーワード群をグルーピングするための境界である。
ここで、トータル予測検索時間、トータル実計測時間と
は同一のプロセッサへ割り付けられたすべての検索キー
ワードの予測検索時間と実計測時間をそれぞれ加えたも
のになっている。トータル誤差はトータル予測検索時間
とトータル実計測時間の誤差になっている。
FIG. 13 shows a display example. 46 is a concrete structure of the search keyword. 47 is the ideal value of the search keyword. 48 is the node name of the processor to be assigned. 49 is a predicted search time of the search keyword. 50 is an error between the predicted search time and the actual measurement time. 5
1 is the number of allocated processors. 52 is the actual measurement time. 53 is the total predicted search time. 54 is the total actual measurement time. 55 is the total error.
Reference numeral 56 is a boundary for grouping search keyword groups having the same search keyword allocation node.
Here, the total predicted search time and the total actual measurement time are the sum of the predicted search time and the actual measurement time of all the search keywords assigned to the same processor. The total error is the error between the total predicted search time and the total actual measurement time.

【0083】ここで、仮に、検索キーワード26と27
が26プロセッサに割り付けられ、検索キーワード25
が24プロセッサ割り付けられているとすると、図14
のように検索キーワード26と検索キーワード27が同
じグループなる。
Here, it is assumed that the search keywords 26 and 27 are used.
Is assigned to 26 processors, and the search keyword is 25
Is assigned to 24 processors, FIG.
As described above, the search keyword 26 and the search keyword 27 are in the same group.

【0084】プロセッサ割り付け調整モジュール20で
は、表示された内容を見てプロセッサ割り付けの修正を
行う。表示手段4に図15のような現在のプロセッサ割
り付け情報が表示される。57は検索キーワードの具体
的な構造であり、21文字以降は*で代用する省略表示
になっている。58は割り付けプロセッサ数である。5
9は同じプロセッサで一緒に検索するかの情報を示して
いる。60は修正内容を記憶手段に記憶するための操作
コマンドのメニューであり、do_itをマウスクリッ
クすると、値がセットされ、abortをクリックする
と、入力した値がキャンセルされる。59において、同
じプロセッサで一緒に検索する場合には同じ文字列が付
加される。
The processor allocation adjusting module 20 corrects the processor allocation by looking at the displayed contents. The present processor allocation information as shown in FIG. 15 is displayed on the display means 4. Reference numeral 57 is a specific structure of the search keyword, and the 21st and subsequent characters are displayed in abbreviated form in which * is substituted. Reference numeral 58 is the number of allocated processors. 5
Reference numeral 9 indicates information on whether to search together by the same processor. Reference numeral 60 denotes a menu of operation commands for storing the correction contents in the storage means. When do_it is clicked with the mouse, a value is set, and when the abort is clicked, the input value is canceled. In 59, the same character string is added when searching the same processor together.

【0085】ユーザは図15の各検索キーワードの割り
付けプロセッサ数やプロセッサ共有検索をマウスクリッ
クすると、クリックされた値は消え、代わりに適切な値
を入力手段1を用いて入力することができる。
When the user clicks the number of processors to which each search keyword is assigned or the processor shared search in FIG. 15 with the mouse, the clicked value disappears and an appropriate value can be input using the input means 1 instead.

【0086】値の修正後、プロセッサ割り付け検証モジ
ュール19の処理を実行して、検証を行うことができ
る。
After the correction of the value, the processing of the processor allocation verification module 19 can be executed to perform the verification.

【0087】なお、本モジュールを最初に実行する場合
には図16のようにすべての欄が*になっている。
When this module is first executed, all columns are marked with * as shown in FIG.

【0088】出力モジュールでは指定されたフォーマッ
トに従い出力する。
The output module outputs according to the specified format.

【0089】[0089]

【発明の効果】本発明に係る負荷分散支援装置によれば
関数を利用して、入力された複数個の検索キーワードに
対して動的に割り付けられたプロセッサ情報を参考でき
るので、ユーザの負荷分散作業を軽減することができる
という特有の効果を奏する。
According to the load balancing support apparatus of the present invention, it is possible to refer to the processor information dynamically assigned to a plurality of input search keywords by using a function. It has a unique effect that the work can be reduced.

【0090】また、過去の実計測データとの比較を行う
ことができるために、実際の並列計算機を実行せずに、
負荷分散作業を行うことができるという特有の効果を奏
する。
Further, since it is possible to compare with the past actual measurement data, it is possible to execute the actual parallel computer without executing the actual parallel computer.
A unique effect that load distribution work can be performed is achieved.

【0091】さらに、並列計算機のプロセッサの稼働率
を容易に上げることができるという効果を奏する。
Further, there is an effect that the operating rate of the processor of the parallel computer can be easily increased.

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

【1図】本発明に係る負荷分散支援装置のブロック構成
図である。
FIG. 1 is a block configuration diagram of a load balancing support apparatus according to the present invention.

【2図】本発明に係る負荷分散支援装置の概略フロー図
である。
FIG. 2 is a schematic flow diagram of a load balancing support apparatus according to the present invention.

【3図】関数のパラメータ情報の修正画面例を示す図で
ある。
FIG. 3 is a diagram showing an example of a screen for modifying function parameter information.

【4図】検索キーワードの例を示す図である。FIG. 4 is a diagram showing an example of a search keyword.

【5図】データ計測の例を示す図であるFIG. 5 is a diagram showing an example of data measurement.

【6図】計測時間プロットの例を示す図である。FIG. 6 is a diagram showing an example of a measurement time plot.

【7図】関数化の例(関数:検索キーワード検索時間)
を示す図である。
[Figure 7] Example of functionalization (function: search keyword search time)
FIG.

【8図】関数化の例(関数:2プロセッサ検索時間)を
示す図である。
FIG. 8 is a diagram showing an example of functionization (function: two processor search time).

【9図】関数:1プロセッサ検索時間から関数:2プロ
セッサ検索時間使用時の基準検索時間計算フローを示す
図である。
FIG. 9 is a diagram showing a reference search time calculation flow from the function: 1 processor search time to the function: 2 processor search time.

【10図】関数:1プロセッサ検索時間使用時の基準検
索時間計算フローを示す図である。
FIG. 10 is a diagram showing a reference search time calculation flow when a function: 1 processor search time is used.

【11図】関数:1プロセッサ検索時間から関数:Nプ
ロセッサ検索時間使用時の基準検索時間計算フローを示
す図である。
FIG. 11 is a diagram showing a reference search time calculation flow when a function: N processor search time is used from a function: 1 processor search time.

【12図】参照計測データの例を示す図である。FIG. 12 is a diagram showing an example of reference measurement data.

【13図】予測計測時間と実計測時間の比較例を示す図
である。
FIG. 13 is a diagram showing a comparative example of predicted measurement time and actual measurement time.

【14図】予測計測時間と実計測時間の比較例を示す図
である。
FIG. 14 is a diagram showing a comparative example of predicted measurement time and actual measurement time.

【15図】プロセッサ割り付け調整の例を示す図であ
る。
FIG. 15 is a diagram illustrating an example of processor allocation adjustment.

【16図】プロセッサ割り付け調整の例を示す図であ
る。
FIG. 16 is a diagram illustrating an example of processor allocation adjustment.

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

1 入力手段 2 出力手段 3 記憶手段 4 表示手段 5 パラメータ調整手段 6 負荷予測手段 7 プロセッサ割り付け手段 8 プロセッサ割り付け検証手段 9 プロセッサ割り付け調整手段 10 制御手段 11 パラメータ調整モジュール 12 最大検索キーワード選択モジュール 13 基準検索時間設定モジュール 14 基本検索時間計算モジュール 15 基準検索時間計算モジュール 16 仕事量計算モジュール 17 ソートモジュール 18 プロセッサ割り付けモジュール 19 プロセッサ割り付け検証モジュール 20 プロセッサ割り付け調整モジュール 1 Input Means 2 Output Means 3 Storage Means 4 Display Means 5 Parameter Adjusting Means 6 Load Predicting Means 7 Processor Allocation Means 8 Processor Allocation Verifying Means 9 Processor Allocation Adjusting Means 10 Control Means 11 Parameter Adjusting Module 12 Maximum Search Keyword Selection Module 13 Standard Search Time setting module 14 Basic search time calculation module 15 Standard search time calculation module 16 Work load calculation module 17 Sort module 18 Processor allocation module 19 Processor allocation verification module 20 Processor allocation adjustment module

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 構造化された検索キーワード及び関数を
文字情報で入力する手段と、文字情報を出力する手段
と、検索キーワードの検索時間を関数を用いて予測する
手段と、処理データの途中結果や制御の途中結果を一時
的に記憶する手段と、関数のパラメータを調整する手段
と、これらを制御する手段とを備え、対象領域に固有の
関数を用いることにより、入力された検索キーワードの
大まかな検索時間を以前の検索結果から得られた関数か
ら推定することを特徴とする負荷分散支援装置。
1. A means for inputting a structured search keyword and function as character information, a means for outputting character information, a means for predicting a search time for a search keyword using a function, and an intermediate result of processed data. Or a means for temporarily storing the intermediate results of control, a means for adjusting the parameters of the function, and a means for controlling these, and by using a function specific to the target area, the search keyword input is roughly Load balancing support apparatus, which estimates a specific search time from a function obtained from a previous search result.
JP5083869A 1993-03-19 1993-03-19 Load distribution supporting device Pending JPH06274532A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5083869A JPH06274532A (en) 1993-03-19 1993-03-19 Load distribution supporting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5083869A JPH06274532A (en) 1993-03-19 1993-03-19 Load distribution supporting device

Publications (1)

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

Family

ID=13814676

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5083869A Pending JPH06274532A (en) 1993-03-19 1993-03-19 Load distribution supporting device

Country Status (1)

Country Link
JP (1) JPH06274532A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010277542A (en) * 2009-06-01 2010-12-09 Nippon Telegr & Teleph Corp <Ntt> Document search device and document search program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02171858A (en) * 1988-12-26 1990-07-03 Hitachi Ltd Processing time predicting system for relational data base system
JPH02285460A (en) * 1989-04-27 1990-11-22 Nec Corp Computer load leveling method
JPH04245342A (en) * 1991-01-30 1992-09-01 Toshiba Corp Distributed data base system
JPH04279972A (en) * 1991-03-07 1992-10-06 Nec Corp Condition retrieval control system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02171858A (en) * 1988-12-26 1990-07-03 Hitachi Ltd Processing time predicting system for relational data base system
JPH02285460A (en) * 1989-04-27 1990-11-22 Nec Corp Computer load leveling method
JPH04245342A (en) * 1991-01-30 1992-09-01 Toshiba Corp Distributed data base system
JPH04279972A (en) * 1991-03-07 1992-10-06 Nec Corp Condition retrieval control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010277542A (en) * 2009-06-01 2010-12-09 Nippon Telegr & Teleph Corp <Ntt> Document search device and document search program

Similar Documents

Publication Publication Date Title
US7631310B1 (en) Loadbalancing multiple files across computing devices
US6915295B2 (en) Information searching method of profile information, program, recording medium, and apparatus
CN114443691B (en) Database query optimization method, system and computer equipment
CN110828017A (en) Information processing method and information processing system for nuclear power plant
CN113268403B (en) Time series analysis and prediction method, device, equipment and storage medium
CN112017042A (en) Resource quota determining method and device based on tweed distribution and electronic equipment
CN113327136A (en) Attribution analysis method and device, electronic equipment and storage medium
CA3131106A1 (en) Method, device and system for processing service data by merging sorting algorithm
CN110895706A (en) Method and device for acquiring target cluster number and computer system
CN117271481B (en) Automatic database optimization method and equipment
US20030126138A1 (en) Computer-implemented column mapping system and method
CN116955538B (en) Medical dictionary data matching method and device, electronic equipment and storage medium
JPH05101107A (en) Device and method for narrowed-down data retrieval using adaption rate
CN115859701B (en) Extension analysis method and system based on cable detection data
JP7235960B2 (en) Job power prediction program, job power prediction method, and job power prediction device
JPH06274532A (en) Load distribution supporting device
CN111158918A (en) Supporting point parallel enumeration load balancing method, device, equipment and medium
CN110909085A (en) Data processing method, device, equipment and storage medium
US20240036844A1 (en) Deployment method and deployment device of heterogeneous platform based on tvm compiler
CN114490390A (en) Test data generation method, device, equipment and storage medium
CN113850395A (en) Data processing method and system
CN111783843A (en) Feature selection method and device and computer system
CN111598418A (en) Balance-based item sorting method, balance-based item sorting device, balance-based item sorting equipment and storage medium
US20110283294A1 (en) Determining multi-programming level using diminishing-interval search
CN116992294B (en) Satellite measurement and control training evaluation method, device, equipment and storage medium