JPS63132333A - Association coupling operating device - Google Patents

Association coupling operating device

Info

Publication number
JPS63132333A
JPS63132333A JP61278686A JP27868686A JPS63132333A JP S63132333 A JPS63132333 A JP S63132333A JP 61278686 A JP61278686 A JP 61278686A JP 27868686 A JP27868686 A JP 27868686A JP S63132333 A JPS63132333 A JP S63132333A
Authority
JP
Japan
Prior art keywords
processing
associative memory
units
unit
broadcast
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
JP61278686A
Other languages
Japanese (ja)
Inventor
Ryohei Nakano
良平 中野
Minoru Kiyama
稔 木山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP61278686A priority Critical patent/JPS63132333A/en
Publication of JPS63132333A publication Critical patent/JPS63132333A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To speed up the coupling operation of a related data base by introducing the parallel processing mechanism of a macro level and a micro level, and a pipeline processing mechanism between processings. CONSTITUTION:A processing request of the coupling operation reaches a main control processor 7 from a host processor 5 through an LAN 6. The main control processor 7, receiving the processing request, requests an auxiliary control processor 20 of respective unit 8 to process it, through a connection 11. The auxiliary control processor 20 reads out an object attribute data from a unit corresponding data base storage 22, and starts the processing to load a unit corresponding association memory 21 all at once. The auxiliary processor 20 requests a broadcasting mechanism 23 to process a broadcast processing. The broadcasting mechanism 23 reads out the object attribute of the relation of another side of a coupling object from the unit corresponding data base storage 22, and transfers it to other unit through a bus 9.

Description

【発明の詳細な説明】 [産業上の利用分野コ 本発明は、マクロレベル(処理間、ユニット間)及びミ
クロレベル(連想メモリにおけるワード並列)の並列処
理機構と処理間のパイプライン処理機構を導入すること
により、関係データベースの結合(ジョイン)演算を高
速に実行する連想結合演算装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Fields] The present invention provides a parallel processing mechanism at the macro level (between processes, between units) and at the micro level (word parallelism in associative memory) and a pipeline processing mechanism between processes. The present invention relates to an associative join operation device that executes join operations on relational databases at high speed.

[従来の技術] 関係データベースにおける結合演算はよく使用されると
ともに、処理負荷の重い代表的な演算として知られる。
[Prior Art] Join operations in relational databases are often used and are known as typical operations that require a heavy processing load.

結合演算の処理方式は、大きく、ネステドルーブ (nested 1oop )法と整列結合(orde
red merge)法に分けられる。専用アーキテク
チャは、効率化方式があるが、その一つに連想メモリを
用いた方式がある。この連想メモリを用いた方式として
従来より知られている結合演算装置は、結合対象の一方
のリレーションを連想メモリにロードしておき、他方の
リレーションの各タプルで順に連想メモリを検索し、条
件を満たすタプル間を結合するというものであった。処
理対象リレーションのタプル数をnとするとき、なにも
工夫しなければ、0(n2)時間かかるものが、従来方
式では連想メモリの検索がワード並列に行えるので、O
(n)時間で済むという計算になる。然し、実際には連
想メモリへのロード処理及びタプル結合処理が無視でき
ない処理負荷を存していた。
There are two main processing methods for join operations: the nested loop method and the ordered join method.
(red merge) method. There are efficient methods for dedicated architectures, one of which is a method using associative memory. A conventionally known join operation device using this associative memory loads one relation to be joined into an associative memory, searches the associative memory for each tuple of the other relation in turn, and then satisfies the condition. The idea was to join between tuples that satisfy the condition. If the number of tuples in the relation to be processed is n, it would take 0 (n2) time without any modification, but with the conventional method, the search in the associative memory can be performed in word parallel, so it will take less time.
It is calculated that it will only take (n) hours. However, in reality, the loading process to the associative memory and the tuple joining process have a processing load that cannot be ignored.

[発明が解決しようとする問題点コ 連想メモリを用いた従来の結合演算装置を第7図に示す
。また、従来の結合演算装置における結合演算処理のタ
イムチャートを第8図に示す。従来技術では、データベ
ースストレージ3に格納されている結合対象の一方のリ
レーションの対象属性データを連想メモリ装置2にロー
ドする処理、及び、連想メモリ装置2を検索の後二結合
条件を満たすタプルを結合する処理が、データ転送を行
う内部バスまたはチャネル4が1バスであるためとホス
トプロセッサ5に回線またはLAN 6を介して結合さ
れ制御プロセッサ1が1個のため、シリアルな処理とな
り、多くの処理時間を要していた。
[Problems to be Solved by the Invention] A conventional combination arithmetic device using an associative memory is shown in FIG. Further, FIG. 8 shows a time chart of the join operation processing in the conventional join operation device. In the conventional technology, the process of loading the target attribute data of one of the relations to be combined stored in the database storage 3 into the associative memory device 2, and the process of searching the associative memory device 2 and then combining the tuples that satisfy the two join conditions. Because there is only one internal bus or channel 4 that transfers data, and because there is only one control processor 1 connected to the host processor 5 via a line or LAN 6, the processing is serial and requires a lot of processing. It took time.

[問題点を解決するための手段] 本発明の目的は、連想メモリを用いた従来の結合演算装
置が有していた連想メモリへのロード処理及びタプル結
合処理の処理負荷問題を、マクロレベルの並列処理機構
及びパイプライン処理機構を導入することにより解決す
る連想結合演算装置を提供することにある。
[Means for Solving the Problems] It is an object of the present invention to solve the processing load problem of load processing to associative memory and tuple join processing that conventional associative arithmetic units using associative memory have, by solving them at a macro level. The object of the present invention is to provide an associative connection arithmetic device that solves the problem by introducing a parallel processing mechanism and a pipeline processing mechanism.

本発明の連想結合演算装置は上記目的を達成するために
、ユニットの動作を制御する副制御プロセッサ、連想メ
モリLSIを多数連動できるように接続した連想メモリ
装置、関係データベースを格納するデータベースストレ
ージ、ユニット間のデータ放送を行う放送機構、及びそ
れらを相互に接続する内部バスまたはチャネルから成る
複数個との、ユニットとこの各ユニット間を接続する放
送バスと、ホストプロセッサとの通信やユニット群を制
御する主制御プロセッサから構成され、データベースス
トレージ中にある一方のリレーションを連想メモリ装置
へユニット数並列にロードし、ロード処理と並列にデー
タベースストレージ中にある他方すのリレーションを放
送しておき、ロード処理が完了次第、連想メモリ装置の
検索を行い、条件を満たしたダブル間の結合をユニット
数並列に行うことにより、処理のマクロ/ミクロレベル
の並列化を図るとともに、上記手順において、放送処理
完了がロード処理完了より遅れた場合には、ロード処理
が完了次第、連想メモリ装置検索処理とタプル結合処理
を放送処理とパイプラインに実行することにより、関係
データベースにおける結合(ジョイン)演算を高速に処
理することをとを特徴とする。
In order to achieve the above object, the associative connection arithmetic device of the present invention has a sub-control processor that controls the operation of the unit, an associative memory device that connects a large number of associative memory LSIs so that they can be linked together, a database storage that stores a relational database, and a unit. A broadcasting mechanism that performs data broadcasting between units, and a plurality of internal buses or channels that interconnect these units, a broadcasting bus that connects each unit, and a host processor that controls communications and unit groups. It is composed of a main control processor that loads one relation in the database storage to the associative memory device in parallel by the number of units, and broadcasts the other relation in the database storage in parallel with the load processing, and then performs the load processing. As soon as the process is completed, the associative memory device is searched, and the combinations of doubles that meet the conditions are performed in parallel by the number of units, thereby parallelizing the processing at the macro/micro level. If the load process is delayed, the associative memory device search process and tuple join process are executed in the broadcast process and pipeline as soon as the load process is completed, thereby processing join operations in the relational database at high speed. It is characterized by.

[作用] 本発明においては、複数のユニット構成をとることによ
り、ユニット対応データベースストレージに格納されて
いる結合対象の一方のリレーションの対象属性データを
ユニット対応連想メモリ装置にロードする処理、及び、
結合条件を満たす夕°プルを結合する処理が、ユニット
毎に実行できるため、従来技術の欠点(連想メモリへの
ロード処理及びタプル結合処理の処理負荷問題)を解決
することができる。
[Operation] In the present invention, by adopting a plurality of unit configurations, the process of loading the target attribute data of one of the relations to be combined stored in the unit-based database storage into the unit-based associative memory device;
Since the process of combining tuples that satisfy the combination condition can be executed on a unit-by-unit basis, the drawbacks of the prior art (processing load problems of loading processing into associative memory and tuple joining processing) can be solved.

なお、ユニットに分割することにより、結合対象の他方
のリレーションの対象属性データを全ユニットに放送す
る処理が必要になるが、それは、ロード処理と並列に実
行するとともに、放送処理がロード処理より長引く場合
には検索処理とパイプライン処理することにより、表面
上、処理時間には現れないようにすることができる。
Note that by dividing into units, it is necessary to broadcast the target attribute data of the other relation to be combined to all units, but this is executed in parallel with the load process, and the broadcast process takes longer than the load process. In some cases, by performing search processing and pipeline processing, it is possible to apparently prevent the problem from appearing in the processing time.

[実施例] 本発明の一実施例の全体を第1図に示す。その中の複数
のユニット8の具体例を第2図に示す。
[Example] FIG. 1 shows an entire example of the present invention. A specific example of a plurality of units 8 among them is shown in FIG.

本発明における結合演算処理のタイムチャートを第3図
に示す。本発明の具体例による動作推移を、ユニット対
応連想メモリ装置21とユニット対応データベーススト
レージ22の内容に着目して、第4図から第6図に示す
。第4図乃至第6図では、簡単化のため、ユニット数は
2としたが実際にはもっと多くのユニットを用意する。
FIG. 3 shows a time chart of the join operation process in the present invention. The progress of operations according to a specific example of the present invention is shown in FIGS. 4 to 6, focusing on the contents of the unit-based associative memory device 21 and the unit-based database storage 22. In FIGS. 4 to 6, the number of units is set to two for simplicity, but in reality, more units are prepared.

以下、本発明の一実施例を詳細に説明する。Hereinafter, one embodiment of the present invention will be described in detail.

ホストプロセッサ5に結合される主制御プロセッサ7及
び各ユニット8中の副制御プロセッサ20は、例えば汎
用のマルチプロセッサを用いて実現できる。ユニット対
応連想メモリ装置21は、連想メモリLSI複数個連動
できるように構成したものである。ユニット対応データ
ベースストレージ22は、大容量メモリまたは磁気ディ
スクで構成する。放送バスアービタ10は、普通のバス
(例えば、vMEバス)のバスアービタと同じで良い。
The main control processor 7 coupled to the host processor 5 and the sub-control processors 20 in each unit 8 can be realized using, for example, a general-purpose multiprocessor. The unit-based associative memory device 21 is configured such that a plurality of associative memory LSIs can be linked together. The unit-based database storage 22 is composed of a large capacity memory or a magnetic disk. The broadcast bus arbiter 10 may be the same as a bus arbiter for a normal bus (for example, a vME bus).

放送バス9と普通のバス(例えば、VMEバス)との違
いは、データ転送において、放送バス9は、普通のバス
のように(ポイント−ツー中ポイント) paint−
to−paintでなく(ポイント−’7−φマルチポ
イント) polnt−to−multipotnts
である点にある。
The difference between the broadcast bus 9 and an ordinary bus (e.g. VME bus) is that in data transfer, the broadcast bus 9 operates like an ordinary bus (point-to-point) paint-
Not to-paint (point-'7-φ multipoint) port-to-multipotnts
There is a certain point.

本発明の一実施例では、各データは、すべて固定長であ
るとする。数値データは計算機の内部形式に変換してお
けば、すべて固定長になる。可変長の文字列は、例えば
、“情報処理学会論文誌″(1985年12月号、26
巻、6号、p9.1152−1155)に掲載されてい
る“連想記憶に基づくパイプライン型文字列検索アルゴ
リズム“等を用いて、連想メモリのワードアドレスを内
部符号とする変換を施すことにより、固定長に変換でき
るので、固定長の前提は管理対象のデータに対し一般性
を損ねるものではない。
In one embodiment of the present invention, each piece of data is assumed to have a fixed length. All numerical data becomes fixed length by converting it to the computer's internal format. For example, the variable length character string is
By using the "Pipeline String Search Algorithm Based on Associative Memory" published in Vol. Since it can be converted to a fixed length, the assumption of a fixed length does not impair generality to the data to be managed.

また、データベースのデータは、既に、各ユニットのユ
ニット対応データベースストレージ22に、どのリレー
ションについても均等に分割されて、格納されているも
のとする。
Further, it is assumed that the database data has already been equally divided and stored for every relation in the unit-corresponding database storage 22 of each unit.

まず最初に、結合演算の処理要求は、ホストプロセッサ
5から回線またはLAN6を介して、主制御プロセッサ
7に到着する。処理要求を受けた主制御プロセッサ7は
、バスまたは結線11を介して各ユニット8の副制御プ
ロセッサ20に処理を依頼する。第4図に示す具体例に
おいては、(リレーションRの第1属性)−(リレーシ
ョンSの第2属性)を条件とする結合演算処理が要求さ
れたとする。
First, a processing request for a join operation arrives from the host processor 5 via a line or LAN 6 to the main control processor 7 . Upon receiving the processing request, the main control processor 7 requests processing to the sub-control processor 20 of each unit 8 via the bus or the connection 11. In the specific example shown in FIG. 4, it is assumed that a join operation process with the condition (first attribute of relation R) - (second attribute of relation S) is requested.

主制御プロセッサ7から処理依頼を受けた各副制御プロ
セッサ20は、結合対象の一方のリレーションの対象属
性データをユニット対応データベースストレージ22か
ら読み出し、ユニット対応連想メモリ装置21にロード
する処理を一斉に開始する。データは固定長(例えば4
バイト)であるので、ロード処理においては、結合対象
の一方のリレーションの対象属性データ1個の値を、ユ
ニット対応連想メモリ装置21の1ワードに格納する形
で行う。
Each sub-control processor 20 that has received a processing request from the main control processor 7 reads the target attribute data of one of the relations to be combined from the unit-based database storage 22 and starts the process of loading it into the unit-based associative memory device 21. do. The data is of fixed length (e.g. 4
(byte), the load process is performed by storing one value of target attribute data of one of the relations to be combined in one word of the unit-based associative memory device 21.

各ユニット8は、第3図に示すように、ロード処理と並
行して、結合対象の他方のリレーションの対象属性デー
タを互いに全ユニットに放送する処理を実行する。即ち
、まず、副制御プロセッサ20は、放送機構23に、結
合対象の他方のリレーションの対象属性を指定して放送
処理を依頼する。依頼された放送機構23は、放送バス
アービタ10に対し、放送バス9の使用を要求する。放
送バスアービタ10は、いずれかの放送機構23にバス
使用権を与える。放送バスアービタ10から使用権を与
えられた放送機構23は、自ユニットのユニット対応デ
ータベースストレージ22から結合対象の他方のリレー
ションの対象属性データを読み出し、放送バス9を介し
て、他のユニットに放送型の転送をする。放送する放送
機構23以外のユニットの放送機構23は放送されるデ
ータを受信し、ユニット対応データベースストレージ2
2に格納する。その放送が完了すると、放送バスアービ
タ10は、残りのいずれかの放送機構23にバス使用権
を与える。放送バスアービタ10から使用権を与えられ
た放送機構23は、自ユニットのユニット対応データベ
ースストレージ22から結合対象の他方のリレーション
の対象属性データを読み出し、放送バス9を介して、他
のユニットに放送型の転送をする。このようにして、各
ユニットが順次放送を完了することにより、全体の放送
処理が終了する。具体例におけるこの時点(ロード処理
と放送処理の完了時点)の状態を第5図に示す。リレー
ションRの第1属性値がユニット対応連想メモリ装置2
1にロードされ、リレーションSが放送処理により全体
形に復元されている。
As shown in FIG. 3, each unit 8 executes a process of broadcasting target attribute data of the other relation to be combined to all units in parallel with the load process. That is, first, the sub-control processor 20 requests the broadcast mechanism 23 to perform broadcast processing by specifying the target attribute of the other relation to be combined. The requested broadcast organization 23 requests the broadcast bus arbiter 10 to use the broadcast bus 9. The broadcast bus arbiter 10 grants the right to use the bus to one of the broadcast mechanisms 23. The broadcasting mechanism 23 that has been given usage rights by the broadcasting bus arbiter 10 reads out the target attribute data of the other relation to be combined from the unit correspondence database storage 22 of its own unit, and sends the broadcast type to the other unit via the broadcasting bus 9. transfer. The broadcasting mechanism 23 of the unit other than the broadcasting mechanism 23 that broadcasts receives the data to be broadcast, and the unit corresponding database storage 2
Store in 2. When the broadcast is completed, the broadcast bus arbiter 10 grants the right to use the bus to any of the remaining broadcast mechanisms 23. The broadcasting mechanism 23 that has been given usage rights by the broadcasting bus arbiter 10 reads out the target attribute data of the other relation to be combined from the unit correspondence database storage 22 of its own unit, and sends the broadcast type to the other unit via the broadcasting bus 9. transfer. In this way, each unit completes broadcasting in sequence, thereby completing the entire broadcasting process. FIG. 5 shows the state at this point in time (the point at which the loading process and broadcasting process are completed) in a specific example. The first attribute value of relation R is unit-compatible associative memory device 2
1, and relation S is restored to its entire form by broadcast processing.

放送処理がロード処理より長引く場合には、放送処理と
検索処理をパイプライン処理する。即ち、自ユニットに
は、結合対象の他方のリレーションの対象属性データの
一部が存在しているので、ユニット対応連想メモリ装置
21に対する検索処理を開始することがきる。その検索
を行っている間に、放送処理が進行し、放送されて来る
結合対象の他方のリレーションの対象属性データを使用
して、ユニット対応連想メモリ装置21に対する検索処
理を継続する。検索処理が放送処理に比べて速過ぎてオ
ーバランする可能性があるときは、その制御はオペレー
ティングシステムの分野でよく知られたセマフォのP、
■オペレーション等を用いて行えば良い。以上のように
して、放送処理と検索処理パイプライン処理することが
できる。
If the broadcast processing takes longer than the load processing, the broadcast processing and the search processing are processed in a pipeline. That is, since a part of the target attribute data of the other relation to be combined exists in the own unit, it is possible to start a search process for the unit-corresponding associative memory device 21. While the search is being performed, the broadcast process progresses, and the search process for the unit-based associative memory device 21 is continued using the broadcast target attribute data of the other relation to be combined. When the search process is too fast compared to the broadcast process and there is a possibility of overrun, it is controlled using the semaphore P, which is well known in the field of operating systems.
■This can be done using operations, etc. As described above, broadcast processing and search processing pipeline processing can be performed.

ユニット対応連想メモリ装置21に対する検索処理は、
連想メモリの並列性(ワード並列、かつ、ビット並列)
により、条件合否判定が極めて高性能に(数ステップ)
実行できる。条件に合致するタプル対を結果リレーショ
ンとして生成する。このタプル結合処理はユニット毎に
並行して処理される。具体例によるタプル結合処理完了
の状態を第6図に示す。
The search process for the unit-compatible associative memory device 21 is as follows:
Parallelism of associative memory (word parallel and bit parallel)
This makes condition pass/fail judgment extremely high-performance (several steps)
Can be executed. Generates a pair of tuples that meet the conditions as a result relation. This tuple joining process is performed in parallel for each unit. FIG. 6 shows the state of completion of tuple join processing according to a specific example.

副制御プロセッサ20は、タプル結合処理が完了すると
、その旨を主制御プロセッサ7に通知する。主制御プロ
セッサ7は、全ての副制御プロセッサ20から、結合処
理完了の通知を受けた後、ホストプロセッサ5に、回線
またはLAN 6を介して、結合処理完了の通知を行う
When the tuple joining process is completed, the sub-control processor 20 notifies the main control processor 7 to that effect. After receiving notification of the completion of the combination process from all the sub-control processors 20, the main control processor 7 notifies the host processor 5 of the completion of the combination process via the line or LAN 6.

[発明の効果コ 以上説明したよに、本発明によれば、関係データベース
の結合演算のネステドルーブ型処理において、データベ
ースストレージに格納されている結合対象の一方のリレ
ーションの対象属性データを連想メモリ装置にロードす
る処理と、結合条件を満たすタプルを結合する処理が、
複数設けたユニット毎に並列に実行でき、更に、ユニッ
トに分割することにより必要になる、結合対象の他方の
リレーションの対象属性データを全ユニットに放送する
処理をロード処理と並列に実行するとともに、放送処理
がロード処理より長引く場合には検索処理とパイプライ
ン処理することにより、表面上、処理時間には現れない
ようにすることができるので、結合演算を高速に実行す
ることが可能となる。
[Effects of the Invention] As explained above, according to the present invention, in nested rube type processing of a relational database join operation, the target attribute data of one of the relations to be joined stored in the database storage is stored in the associative memory device. The process of loading and the process of joining tuples that satisfy the join condition are
It can be executed in parallel for each of the multiple units provided, and furthermore, the process of broadcasting the target attribute data of the other relation to be combined to all units, which is required by dividing into units, is executed in parallel with the load process. If the broadcast processing takes longer than the load processing, by performing pipeline processing with the search processing, it is possible to superficially prevent it from appearing in the processing time, making it possible to execute the join operation at high speed.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示す全体図、第2図は本発
明の一部装置の具体例を示す図、第3図は本発明の一実
施例の動作を説明するタイムチャート、第4図から第6
図までは本発明の具体例による動作推移の略図、第7図
は従来技術を示す。 第8図は従来技術の実施例の動作のタイムチャートを示
す図である。 1・・・制御プロセッサ、2・・・連想メモリ装置、3
・・・データベースストレージ、4・・・内部バスまた
はチャネル、5・・・ホストプロセッサ、6・・・回線
またはLAN、7・・・主制御プロセッサ、8・・・ユ
ニット、9・・・放送バス、10・・・放送バスアービ
タ、11・・・バスまたは結線、20・・・副制御プロ
セッサ、211.・ユニット対応連想メモリ装置、22
・・・ユニット対応データベースストレージ、23・・
・放送機構、24・・・内部バスまたはチャネル。 出願人代理人 弁理士 鈴 江 武 彦第2図 砕関 第4図 @5 口 第6図 第7囚 第8図
FIG. 1 is an overall diagram showing an embodiment of the present invention, FIG. 2 is a diagram showing a specific example of some devices of the present invention, and FIG. 3 is a time chart explaining the operation of an embodiment of the present invention. Figures 4 to 6
The figures up to the figure are schematic diagrams of the operation progress according to the specific example of the present invention, and FIG. 7 shows the prior art. FIG. 8 is a diagram showing a time chart of the operation of the embodiment of the prior art. 1... Control processor, 2... Associative memory device, 3
...Database storage, 4.Internal bus or channel, 5.Host processor, 6.Line or LAN, 7.Main control processor, 8.Unit, 9.Broadcast bus , 10... Broadcast bus arbiter, 11... Bus or connection, 20... Sub control processor, 211.・Unit compatible associative memory device, 22
...Unit compatible database storage, 23...
- Broadcast mechanism, 24...internal bus or channel. Applicant's Representative Patent Attorney Takehiko Suzue Figure 2 Figure 4 Figure 5 Figure 6 Figure 7 Figure 8

Claims (1)

【特許請求の範囲】[Claims] ユニットの動作を制御する副制御プロセッサ、連想メモ
リLSIを多数連動できるように接続した連想メモリ装
置、関係データベースを格納するデータベースストレー
ジ、ユニット間のデータ放送を行う放送機構、及びそれ
らを相互に接続する内部バスまたはチャネルから成るユ
ニットを複数個と、ユニット間を接続する放送バスと、
ホストプロセッサとの通信やユニット群を制御する主制
御プロセッサから構成され、データベースストレージ中
にある一方のリレーションを連想メモリ装置へユニット
数並列にロードし、ロード処理と並列にデータベースス
トレージ中にある他方すのリレーションを放送しておき
、ロード処理が完了次第、連想メモリ装置の検索を行い
、条件を満たしたタプル間の結合をユニット数並列に行
うことにより、処理のマクロ/ミクロレベルの並列化を
図るとともに、上記手順において、放送処理完了がロー
ド処理完了より遅れた場合には、ロード処理が完了次第
、連想メモリ装置検索処理とタプル結合処理を放送処理
とパイプラインに実行することにより、関係データベー
スにおける結合(ジョイン)演算を高速に処理すること
を特徴とする連想結合演算装置
A sub-control processor that controls the operation of the unit, an associative memory device that connects a large number of associative memory LSIs so that they can work together, a database storage that stores a relational database, a broadcasting mechanism that broadcasts data between units, and interconnects them. A plurality of units consisting of internal buses or channels, a broadcast bus connecting the units,
It consists of a main control processor that communicates with the host processor and controls a group of units, and loads one relation in the database storage to the associative memory device in parallel by the number of units, and loads all the other relations in the database storage in parallel with the loading process. By broadcasting the relation, as soon as the loading process is completed, the associative memory device is searched, and the tuples that meet the conditions are connected in parallel by the number of units, thereby parallelizing the processing at the macro/micro level. In addition, in the above procedure, if the completion of broadcast processing is delayed from the completion of load processing, as soon as the load processing is completed, the associative memory device search processing and tuple join processing are executed in the broadcast processing and pipeline, thereby updating the information in the relational database. An associative join operation device characterized by high-speed processing of join operations.
JP61278686A 1986-11-25 1986-11-25 Association coupling operating device Pending JPS63132333A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61278686A JPS63132333A (en) 1986-11-25 1986-11-25 Association coupling operating device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61278686A JPS63132333A (en) 1986-11-25 1986-11-25 Association coupling operating device

Publications (1)

Publication Number Publication Date
JPS63132333A true JPS63132333A (en) 1988-06-04

Family

ID=17600758

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61278686A Pending JPS63132333A (en) 1986-11-25 1986-11-25 Association coupling operating device

Country Status (1)

Country Link
JP (1) JPS63132333A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07257624A (en) * 1993-12-23 1995-10-09 Owens Illinois Closure Inc Lid to be used for hot filling and retort applicable object

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07257624A (en) * 1993-12-23 1995-10-09 Owens Illinois Closure Inc Lid to be used for hot filling and retort applicable object

Similar Documents

Publication Publication Date Title
Borkar et al. Hyracks: A flexible and extensible foundation for data-intensive computing
US8285709B2 (en) High-concurrency query operator and method
US4967341A (en) Method and apparatus for processing data base
EP3204846B1 (en) Parallel merging
CN103309958A (en) OLAP star connection query optimizing method under CPU and GPU mixing framework
US5845113A (en) Method for external sorting in shared-nothing parallel architectures
JPS61208124A (en) Combined arithmetic processing system for decentralized data base control system
WO2011153242A1 (en) Query execution systems and methods
Hubail et al. Couchbase analytics: NoETL for scalable NoSQL data analysis
US20160337442A1 (en) Scheduled network communication for efficient re-partitioning of data
CN110569312A (en) big data rapid retrieval system based on GPU and use method thereof
JP3395208B2 (en) How to sort and access a distributed database
Salama et al. Rethinking Distributed Query Execution on High-Speed Networks.
WO2022083197A1 (en) Data processing method and apparatus, electronic device, and storage medium
WO2021031527A1 (en) Distributed database table join method and device, system, server, and medium
JPS63132333A (en) Association coupling operating device
US20210334264A1 (en) System, method, and program for increasing efficiency of database queries
JPH02297670A (en) Data base retrieving system
CN114138828A (en) Data connection method, device, electronic equipment, storage medium and program product
WO2020192225A1 (en) Remote sensing data indexing method for spark, system and electronic device
RU2490702C1 (en) Method of accelerating processing of multiple select-type request to rdf database using graphics processor
JPH05324430A (en) Data processor
Wang et al. Parallel join algorithms on a network of workstations
JPH0552536B2 (en)
Metwally Scaling and Load-Balancing Equi-Joins