JPH06348554A - Data processor - Google Patents

Data processor

Info

Publication number
JPH06348554A
JPH06348554A JP5135619A JP13561993A JPH06348554A JP H06348554 A JPH06348554 A JP H06348554A JP 5135619 A JP5135619 A JP 5135619A JP 13561993 A JP13561993 A JP 13561993A JP H06348554 A JPH06348554 A JP H06348554A
Authority
JP
Japan
Prior art keywords
output
file
data
arithmetic
capacity
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
JP5135619A
Other languages
Japanese (ja)
Inventor
Kazunori Shimakawa
和典 島川
Takao Iwasaki
孝夫 岩崎
Hiroyoshi Yamada
広佳 山田
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP5135619A priority Critical patent/JPH06348554A/en
Publication of JPH06348554A publication Critical patent/JPH06348554A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To structure a data processor which has a dedicated data base arithmetic processor so as to perform a sorting process and retrieve a relation data base at a high speed and can perform efficient data processing on the whole system while maintaining the cooperation between a host device and the data base arithmetic processor. CONSTITUTION:When file capacity is deficient at the time of the output of arithmetic result data, the data base arithmetic processor 16 temporarily stops an output processing and sends a request to extend an output file by the capacity of the deficiency to the host device 10; and the host device 10 answers the start address of the part of the output file extended by the capacity of deficiency to the data arithmetic processor 16 and the data base arithmetic processor 16 restarts the output processing which is stopped so far to carry on an arithmetic processing without interruption.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、ホスト装置からの要
求に応じて演算対象のファイルデータに対してソートま
たは関係代数演算処理を実行する演算処理装置を備えた
データ処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing device having an arithmetic processing device for performing sorting or relational algebraic arithmetic processing on file data to be operated in response to a request from a host device.

【0002】[0002]

【従来の技術】一般に、コンピュータシステムでは、ソ
ートやリレーショナルデータベース(RDB)の検索系
処理等を高速に実行するために、専用のデータベース演
算処理装置が設けられている。
2. Description of the Related Art Generally, a computer system is provided with a dedicated database arithmetic processing unit in order to execute sorting and search processing of a relational database (RDB) at high speed.

【0003】このデータベース演算処理装置は、ハード
ウェアソータと称される演算回路を備えており、この演
算回路を用いることによってホスト装置からの演算処理
要求に応じたソートや関係代数演算等を高速に実行す
る。
This database arithmetic processing device is provided with an arithmetic circuit called a hardware sorter, and by using this arithmetic circuit, sorting and relational algebraic arithmetic etc. according to arithmetic processing requests from the host device can be performed at high speed. Run.

【0004】このようなデータベース演算処理装置は、
それ自体が二次記憶装置上のファイルのカタログ部を直
接アクセスし、ファイルを割り付けたり、削除したり、
あるいは拡張したりといった、所謂ホストシステム上の
ファイル管理サブシステムの機能は持っていない。
Such a database arithmetic processing device is
As such, it directly accesses the catalog part of the file on the secondary storage device, allocates or deletes the file,
It does not have the function of the so-called file management subsystem on the host system, such as expansion.

【0005】従って、データベース演算処理装置が演算
処理をその内部に於いて完了し、後は出力のみを残すと
いう状態で演算結果をファイルに出力しようとしたと
き、出力ファイルの容量が不足していると、それまでの
演算処理が全て無駄になるという欠点を持っていた。
Therefore, when an attempt is made to output a calculation result to a file while the database calculation processing device completes the calculation processing inside the database and leaves only the output thereafter, the capacity of the output file is insufficient. And, it had the drawback that all the arithmetic processing up to that point was wasted.

【0006】これを回避するには、ホスト装置が演算結
果データの大きさに見合った分の容量で出力ファイルを
二次記憶装置上に予め確保した後、データベース演算処
理装置に対して演算処理要求を発行する方法があった。
ところが、この場合にホスト装置は演算結果の容量を予
め計算することが必要であるが、正確な予測計算は困難
あるいは不可能であり、試行錯誤的な方法により出力フ
ァイルの容量を算定せざるを得なかった。
To avoid this, the host device reserves an output file in the secondary storage device in advance with a capacity corresponding to the size of the operation result data, and then requests the database operation processing device for the operation processing. There was a way to issue.
However, in this case, the host device needs to calculate the capacity of the calculation result in advance, but accurate prediction calculation is difficult or impossible, and the capacity of the output file must be calculated by a trial and error method. I didn't get it.

【0007】[0007]

【発明が解決しようとする課題】上述したように、従来
では演算処理結果の出力ファイルが不足していると、デ
ータベース演算処理装置が出力を中止して、その演算処
理全体を無効としており、時間的な無駄を生じさせてい
た。また、演算処理時のホスト装置による試行錯誤的な
出力ファイルの容量算出と演算処理の再試行は非計算機
的であり、本来、データ処理効率の向上を目指すデータ
ベース演算処理装置の存在を半ば否定するものである。
As described above, when there is a shortage of output files of the arithmetic processing result, the database arithmetic processing unit suspends the output and invalidates the entire arithmetic processing as described above. Was causing a waste of money. Further, the calculation of the output file capacity and the retry of the arithmetic processing by the host device at the time of the arithmetic processing are non-computational, and the existence of the database arithmetic processing apparatus aiming at the improvement of the data processing efficiency is essentially denied. It is a thing.

【0008】この発明は、上記事情に鑑みてなされたも
ので、データベース演算処理装置自体は演算結果のデー
タ量を正確に把握しているという事実をもとに、その演
算結果データの出力時にファイル容量が不足した場合に
出力処理を一時的に停止し、その不足の容量分だけ出力
ファイルを拡張するようにホスト装置に対して要求を発
行し、ホスト装置はその不足容量分だけ出力ファイルを
拡張部分の開始セクタアドレスをデータベース演算処理
装置に応答し、データベース演算処理装置はそれまで停
止していた出力処理を再開し、演算処理を中止すること
なく継続実行できるようにすることにより効率的なデー
タ処理機構が実現できるデータ処理装置を提供すること
を目的とする。
The present invention has been made in view of the above circumstances, and based on the fact that the database arithmetic processing device itself accurately grasps the data amount of the arithmetic result, the file is output at the time of outputting the arithmetic result data. When the capacity is insufficient, the output processing is temporarily stopped, and a request is issued to the host device to extend the output file by the amount of the insufficient capacity, and the host device extends the output file by the amount of the insufficient capacity. Efficient data by responding the start sector address of the part to the database arithmetic processing unit, the database arithmetic processing unit restarting the output processing that has been stopped until then, and allowing the arithmetic processing to continue without interruption An object is to provide a data processing device that can realize a processing mechanism.

【0009】[0009]

【課題を解決するための手段】本発明は、ホスト装置
と、演算対象となるファイルデータが格納される二次記
憶装置と、二次記憶装置を直接アクセスする際に使用さ
れるパスを有し上記ホスト装置から発行される演算要求
に応じて上記ファイルデータに対して所定の演算処理を
実行する演算処理装置とから成るデータ処理装置におい
て、上記演算処理装置は、上記ホスト装置からの演算要
求に従って演算対象のファイルデータを上記パスを介し
て上記二次記憶装置から得るデータ入力手段と、入力さ
れたファイルデータに対して演算操作を実行する演算処
理手段と、演算対象ファイルデータおよび上記演算処理
手段による演算結果データが格納される内部メモリと、
演算結果データを上記二次記憶装置に出力する出力手段
と、この出力手段による演算結果データの出力処理中、
その出力ファイルの容量不足を検出して出力処理を一時
停止し、不足容量を指定して、その不足容量の拡張を上
記ホスト装置に要求する出力容量拡張手段とを備え、上
記ホスト装置は、演算処理装置が持つ出力容量拡張要求
手段から発行される出力容量拡張要求を受信し、出力フ
ァイルを指定容量分だけ拡張してファイル拡張部分に相
当する二次記憶装置上のアドレスを上記演算処理装置に
対して応答するファイル拡張手段を備え、上記演算処理
装置は、上記ホスト装置中のファイル拡張手段から拡張
完了の応答を受け取り、ファイル拡張部分に相当するア
ドレスから一時停止中の出力を再開する構成としたこと
を特徴とする。
The present invention has a host device, a secondary storage device in which file data to be operated is stored, and a path used when directly accessing the secondary storage device. In a data processing device, which comprises an arithmetic processing device that executes a predetermined arithmetic processing on the file data in response to an arithmetic request issued from a host device, the arithmetic processing device calculates according to an arithmetic request from the host device. Data input means for obtaining target file data from the secondary storage device via the path, arithmetic processing means for performing arithmetic operation on the input file data, operation target file data and the arithmetic processing means An internal memory that stores the calculation result data,
Output means for outputting the operation result data to the secondary storage device, and during the output processing of the operation result data by the output means,
Output capacity expansion means for detecting a capacity shortage of the output file, suspending the output processing, designating the capacity shortage, and requesting the host apparatus to expand the capacity shortage, the host apparatus calculates The output capacity expansion request issued from the output capacity expansion request means of the processing device is received, the output file is expanded by the specified capacity, and the address on the secondary storage device corresponding to the file expansion part is given to the arithmetic processing device. A file extension means for responding to the file extension means, and the arithmetic processing unit receives an extension completion response from the file extension means in the host device, and restarts the output during the suspension from the address corresponding to the file extension part. It is characterized by having done.

【0010】また、本発明は、上記演算処理装置に、上
記ホスト装置との通信および二次記憶装置との間のデー
タ入出力を実行する第1のプロセッサと、ソートあるい
は関係代数演算等の算術論理演算を行なう演算回路と、
この演算回路による演算を実行制御する第2のプロセッ
サと、上記第1のプロセッサを介して入力される演算対
象ファイルデータおよび上記演算回路による演算結果が
格納される内部メモリと、上記第1のプロセッサを介し
て供給される上記ホスト装置からの指示に基づき上記第
1および第2のプロセッサの同期制御を行なう第3のプ
ロセッサとを設け、上記第3のプロセッサは、上記演算
処理装置が上記ホスト装置からの演算要求に従って演算
操作を完了し、演算結果データを出力ファイルに出力
中、出力が不足したとき、その不足を検出し、不足分の
容量を上記ホスト装置に拡張するように要求し、要求を
受けたホスト装置は、上記第3のプロセッサが指定した
拡張容量分だけ出力ファイルを拡張し、拡張部分に相当
するメモリアドレスを上記第3のプロセッサに対し応答
することにより、一時停止していた上記結果データの出
力処理を再開する構成としたことを特徴とする。
According to the present invention, the arithmetic processing device further includes a first processor for executing communication with the host device and data input / output with the secondary storage device, and arithmetic such as sorting or relational algebraic arithmetic. An arithmetic circuit for performing logical operations,
A second processor for controlling execution of operations by the operation circuit; an internal memory for storing operation target file data input via the first processor and an operation result by the operation circuit; and the first processor A third processor that performs synchronous control of the first and second processors based on an instruction from the host device supplied via the host processor. Completing the calculation operation according to the calculation request from, and outputting the calculation result data to the output file, when the output is insufficient, the lack is detected, and the host device is requested to expand the insufficient capacity, and the request is made. The host device that has received the extension expands the output file by the extension capacity designated by the third processor, and the memory address corresponding to the extension portion By responding to the third processor, and characterized in that a resume configure output processing paused which was the result data.

【0011】[0011]

【作用】この発明は、演算処理装置がホスト装置からの
演算要求に従って演算を完了し、演算結果データを出力
ファイルに出力中に出力ファイルが不足したとき、その
不足を検出し、不足分の容量をホスト装置に拡張するよ
うに要求する。ホスト装置は演算処理装置の指定した拡
張容量分だけ出力ファイルを拡張し、拡張部分の開始セ
クタアドレスを演算処理装置に応答することにより、一
時停止していた結果データの出力処理を再開し、出力フ
ァイルの容量が不足していた場合でも演算を失敗に終わ
らせることなく継続できるようにすることを第1の特徴
とする。
According to the present invention, when the arithmetic processing unit completes the arithmetic operation in accordance with the arithmetic operation request from the host device and the output file runs short while outputting the operation result data to the output file, the shortage is detected, and the shortage capacity is detected. To the host device. The host device expands the output file by the expansion capacity specified by the arithmetic processing unit, and responds the start sector address of the expanded portion to the arithmetic processing unit to restart the output processing of the result data that was paused and output it. The first feature is that even if the file capacity is insufficient, the operation can be continued without failing.

【0012】演算処理自体は演算結果のデータ量を正確
に把握しているという事実をもとに、演算結果データの
出力時にファイル容量が不足した場合、出力処理を一時
的に停止し、その不足分の容量だけ出力ファイルを拡張
するようにホスト装置に対して要求を発行し、ホスト装
置はその不足容量だけ上記出力ファイルを拡張し拡張部
分の開始セクタアドレスを演算処理装置に応答し、演算
処理装置はそれまで停止していた出力処理を再開し、上
記演算処理を中止することなく継続して実行できるよう
にすることにより、効率的なデータ処理装置を構築でき
る。
Based on the fact that the calculation process itself accurately grasps the data amount of the calculation result, if the file capacity becomes insufficient at the time of outputting the calculation result data, the output process is temporarily stopped and the shortage occurs. A request is issued to the host device to extend the output file by the amount corresponding to the capacity, and the host device extends the output file by the insufficient capacity and responds with the start sector address of the extended portion to the arithmetic processing unit, and performs the arithmetic processing. The apparatus restarts the output processing that has been stopped until then, and enables the above-mentioned arithmetic processing to be continuously executed without being interrupted, whereby an efficient data processing apparatus can be constructed.

【0013】また、この発明は、データベース演算処理
装置に第1乃至第3のプロセッサから構成されるマルチ
プロセッサ構成を採用し、データベース演算処理装置と
二次記憶装置間のデータ入出力を第1のプロセッサに、
演算回路を用いた演算処理を第2のプロセッサに、そし
て、全体の制御を第3のプロセッサにそれぞれ機能分散
するとともに、ホスト装置からの演算処理と、出力ファ
イルの容量不足時に出力処理を一時停止し不足容量だけ
出力ファイルを拡張するようにホスト装置に対して要求
し、ホストからの上記出力の拡張完了応答を受けて、そ
の応答の含まれる出力ファイルの拡張部分の開始セクタ
アドレスをもとに一時停止していた出力処理を再開する
ことを第3のプロセッサによって実行させるように構成
したことを第2の特徴とする。この構成に於いては、第
1乃至第3のプロセッサによって効率よく負荷分散が図
れ、しかも第1のプロセッサによるデータ入出力と第2
のプロセッサによる演算処理との並行動作が可能とな
り、それらの並行動作と出力ファイルの容量不足時の出
力処理の一時中止とホスト装置に対する出力ファイル拡
張要求の発行と、ホスト装置による出力ファイルの拡張
処理完了応答を受けての一時中止の出力処理の再開とを
第3のプロセッサが実行することにより、データベース
演算処理装置の動作性能をより向上させることができ
る。
Further, according to the present invention, a multiprocessor configuration including first to third processors is adopted in the database operation processing device, and the data input / output between the database operation processing device and the secondary storage device is the first. To the processor
The operation processing using the operation circuit is distributed to the second processor, and the overall control is distributed to the third processor, and the operation processing from the host device and the output processing are temporarily stopped when the output file capacity is insufficient. Request the host device to expand the output file by the insufficient capacity, receive the expansion completion response of the above output from the host, and based on the start sector address of the expansion part of the output file containing the response A second feature is that the third processor is configured to restart the output processing that has been temporarily stopped. In this configuration, the load can be efficiently distributed by the first to third processors, and the data input / output by the first processor and the second processor can be performed.
The parallel processing with the arithmetic processing of the other processor becomes possible, the parallel processing and the output processing is temporarily stopped when the output file capacity is insufficient, the output file expansion request is issued to the host device, and the output file expansion processing by the host device The third processor executes the output processing of the temporary stop upon receiving the completion response and the operation performance of the database arithmetic processing apparatus can be further improved.

【0014】[0014]

【実施例】以下、図面を参照してこの発明の実施例を説
明する。図1は本発明の実施例による装置の構成を示す
ブロック図である。本発明の実施例によるデータ処理装
置は、ホストコンピュータ10と、データベース演算処
理装置(データベースエンジン;DBE)16と、磁気
ディスク装置17とにより構成される。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of an apparatus according to an embodiment of the present invention. The data processing apparatus according to the embodiment of the present invention includes a host computer 10, a database operation processing apparatus (database engine; DBE) 16, and a magnetic disk device 17.

【0015】ホストコンピュータ10は、CPU11、
主記憶装置12、第1および第2のチャネル装置(チャ
ネル1,チャネル2)14,15によって構成される。
これら、CPU11、主記憶装置12、及びチャネル装
置14,15は、それぞれシステムバス13を介して共
通に接続されている。
The host computer 10 includes a CPU 11,
The main memory 12 and the first and second channel devices (channel 1, channel 2) 14 and 15 are used.
The CPU 11, the main storage device 12, and the channel devices 14 and 15 are commonly connected via a system bus 13.

【0016】ホストコンピュータ10とデータベース演
算処理装置16はホストコンピュータ10が持つチャネ
ル装置14を介して接続され、またホストコンピュータ
10と磁気ディスク装置17はチャネル装置15を介し
て接続されている。更に、データベース演算処理装置1
6と磁気ディスク17は専用のアクセスパス18を介し
て接続される。
The host computer 10 and the database arithmetic processing unit 16 are connected via the channel unit 14 of the host computer 10, and the host computer 10 and the magnetic disk unit 17 are connected via the channel unit 15. Further, the database processing device 1
6 and the magnetic disk 17 are connected via a dedicated access path 18.

【0017】CPU11は、ホストコンピュータ10全
体の制御を司るもので、データベース演算処理装置16
に対してソート処理や関係代数演算等の各種演算処理の
実行を委任する。
The CPU 11 controls the host computer 10 as a whole, and the database arithmetic processing unit 16
It delegates the execution of various arithmetic processes such as sorting and relational algebraic arithmetic.

【0018】主記憶装置12には、データベース演算処
理装置16が使用する演算対象ファイルや演算内容を指
示するためのコマンドが格納される。データベース演算
処理装置16は、CPU11から発行されるコマンドに
基づいて演算対象ファイルのデータに対して演算処理を
実行するものであり、演算対象ファイルの入力及び演算
結果の出力のために、パス18を介して磁気ディスク装
置17を直接的にアクセスする。
The main storage device 12 stores a file to be operated by the database operation processing device 16 and a command for instructing an operation content. The database arithmetic processing unit 16 executes arithmetic processing on the data of the operation target file based on the command issued from the CPU 11, and uses the path 18 for input of the operation target file and output of the operation result. The magnetic disk device 17 is directly accessed via the.

【0019】データベース演算処理装置16は、エンジ
ンインタフェースプロセッサ(EIP)161、エンジ
ン制御プロセッサ(ECP)162、大容量メモリ(E
BDM)163、ハードウェアソータ制御プロセッサ
(ECAM)164、並列ソーティングモジュール(P
SOM)165、及び並列関係代数演算モジュール(P
RAM)166等により構成される。
The database processing unit 16 includes an engine interface processor (EIP) 161, an engine control processor (ECP) 162, and a large capacity memory (E).
BDM) 163, hardware sorter control processor (ECAM) 164, parallel sorting module (P
SOM) 165 and parallel relational algebra calculation module (P
RAM) 166 and the like.

【0020】エンジンインタフェースプロセッサ16
1、エンジン制御プロセッサ162、及びハードウェア
ソータ制御プロセッサ164の3台のプロセッサは、内
部バス167によって相互に接続されており、大容量メ
モリ163を共有使用する密結合のマルチプロセッサを
構成している。
Engine interface processor 16
1, the engine control processor 162, and the hardware sorter control processor 164 are connected to each other by an internal bus 167 to form a tightly coupled multiprocessor that shares and uses the large capacity memory 163. .

【0021】従って、大容量メモリ163は、3台の各
プロセッサの共通のアドレス空間上に配置されている。
また、これら3台のプロセッサ、つまりエンジンインタ
フェースプロセッサ161、エンジン制御プロセッサ1
62、およびハードウェアソータ制御プロセッサ164
には機能分散がなされている。
Therefore, the large capacity memory 163 is arranged in the common address space of each of the three processors.
Further, these three processors, that is, the engine interface processor 161, the engine control processor 1
62, and hardware sorter control processor 164
The functions are distributed in.

【0022】この場合、それぞれの固有の役割を効率よ
く実行するために、これら各プロセッサは、密結合なが
らそれぞれに適した独立のモニタによって動作制御され
るように構成されている。
In this case, in order to efficiently carry out the respective unique roles, the respective processors are configured to be tightly coupled and controlled by independent monitors suitable for the respective processors.

【0023】エンジンインタフェースプロセッサ16
1、エンジン制御プロセッサ162、およびハードウェ
アソータ制御プロセッサ164の機能分散は、次のよう
になされている。
Engine interface processor 16
The functions of the engine control processor 162, the engine control processor 162, and the hardware sorter control processor 164 are distributed as follows.

【0024】即ち、エンジンインタフェースプロセッサ
161は、ホストコンピュータ10とデータベース演算
処理装置16との間の通信を行なうとともに、磁気ディ
スク装置17のディスクコントローラにもパス18を介
して接続されており、磁気ディスク装置17との間での
データ入出力を制御する。また、エンジンインタフェー
スプロセッサ161は、磁気ディスク装置17にデータ
を出力する際、出力ファイルの再構成処理も行なう。
That is, the engine interface processor 161 communicates between the host computer 10 and the database arithmetic processing unit 16, and is also connected to the disk controller of the magnetic disk unit 17 via the path 18 to make a magnetic disk. Controls data input / output with the device 17. The engine interface processor 161 also performs an output file reconstruction process when outputting data to the magnetic disk device 17.

【0025】また、エンジンインタフェースプロセッサ
161は、ホストコンピュータ10との通信に於いて、
第1のチャネル装置14を介してCPU11から送られ
てくるコマンドを受信し、それをエンジン制御プロセッ
サ162に送信する。
The engine interface processor 161 communicates with the host computer 10 by
It receives a command sent from the CPU 11 via the first channel device 14 and sends it to the engine control processor 162.

【0026】また、エンジンインタフェースプロセッサ
161は、エンジン制御プロセッサ162から送られて
くるコマンド送信の結果としてステータスを受信し、そ
れを第1のチェネル装置14を介してCPU11に返信
する。
Further, the engine interface processor 161 receives the status as a result of command transmission sent from the engine control processor 162, and sends it back to the CPU 11 via the first channel device 14.

【0027】また、エンジンインタフェースプロセッサ
161は、磁気ディスク装置17との間のデータ入出力
に於いて、エンジン制御プロセッサ162からの入出力
要求を受け付け、大容量メモリ163と磁気ディスク装
置17との間でデータ転送を行なう。その際、エンジン
制御プロセッサ162からの要求に従い出力ファイルデ
ータの再構成処理も行なう。
Further, the engine interface processor 161 receives an input / output request from the engine control processor 162 in inputting / outputting data to / from the magnetic disk device 17, and connects between the large capacity memory 163 and the magnetic disk device 17. To transfer data. At that time, output file data reconstruction processing is also performed according to a request from the engine control processor 162.

【0028】エンジン制御プロセッサ162は、エンジ
ンインタフェスプロセッサ161、大容量メモリ16
3、及びハードウェアソータ制御プロセッサ164を内
部バス167を介して制御するもので、CPU11から
発行されるコマンドが、ソートや関係代数演算などの演
算処理コマンドであった場合には、それに対応する各種
コマンド処理プロセスを生成し実行する。本発明に関係
する部分では、演算結果を磁気ディスク装置17上の出
力ファイルに出力中、出力ファイルの容量が不足した場
合、その出力処理を一時停止して以下の処理を実行す
る。
The engine control processor 162 includes an engine interface processor 161, a large capacity memory 16
3 and the hardware sorter control processor 164 via the internal bus 167. When the command issued from the CPU 11 is an operation processing command such as sort or relational algebraic operation, various corresponding commands Create and execute a command processing process. In the portion related to the present invention, when the calculation result is being output to the output file on the magnetic disk device 17 and the output file has insufficient capacity, the output processing is temporarily stopped and the following processing is executed.

【0029】即ち、不足分の容量を算出し、CPU11
に対して出力ファイルをその不足分だけ拡張することを
要求し、その拡張部分に対応する磁気ディスク装置17
の開始セクタアドレスを応答として受け取り、その開始
セクタアドレスをエンジンインタフェースプロセッサ1
61に送信して一時停止中の出力処理を再開する。
That is, the shortage capacity is calculated, and the CPU 11
Requesting that the output file be expanded by that amount, and the magnetic disk device 17 corresponding to the expanded portion is requested.
Of the start sector address of the engine interface processor 1
The data is sent to 61 to restart the output processing that has been paused.

【0030】大容量メモリ163は、磁気ディスク装置
17から読み出された演算対象のファイルデータ、CP
U11から送られてくる各種演算処理コマンド、ハード
ウェアソータ制御プロセッサ164、並列ソーティング
モジュール165、および並列関係代数演算モジュール
166等の演算処理結果、エンジン制御プロセッサ16
2による演算結果の統合結果等をそれぞれ格納し、更に
ここでは、エンジン制御プロセッサ162が結果データ
を出力中に容量不足を検出したとき不足分の容量をCP
U11に対して拡張するように要求する拡張要求コマン
ド(図2符号2)、及び拡張要求コマンドにCPU11
が拡張した結果として出力ファイル拡張部分の磁気ディ
スク装置17上の開始セクタアドレスをパラメータとし
て含ませエンジン制御プロセッサ162に応答するCP
U11から発行される拡張応答コマンド(図2符号3)
等を格納するデータベース演算処理装置16内の共有メ
モリである。
The large-capacity memory 163 stores the operation target file data, CP, read from the magnetic disk device 17.
Various calculation processing commands sent from U11, calculation processing results of the hardware sorter control processor 164, parallel sorting module 165, parallel relational algebra calculation module 166, etc., engine control processor 16
2 stores the integration results of the calculation results by 2 respectively, and further, here, when the engine control processor 162 detects the capacity shortage while outputting the result data, the shortage capacity is CP.
The expansion request command (reference numeral 2 in FIG. 2) for requesting expansion to U11 and the CPU 11 in the expansion request command
As a result of the expansion by the CPU, the CP including the start sector address on the magnetic disk device 17 of the output file expansion portion as a parameter and responding to the engine control processor 162.
Extended response command issued from U11 (3 in Fig. 2)
It is a shared memory in the database arithmetic processing unit 16 for storing the above.

【0031】演算対象のファイルデータは大容量メモリ
163内の入力バッファ部に格納され、演算処理結果は
大容量メモリ163内の出力バッファ部に格納される。
ハードウェアソータ制御プロセッサ164は、エンジン
制御プロセッサ162からの指令に基づいて、並列ソー
ティングモジュール165、及び並列関係代数演算モジ
ュール166による演算を制御する。この場合、ハード
ウェアソータ制御プロセッサ164は、大容量メモリ1
63上のデータを並列ソーティングモジュール165に
入力し、並列関係代数演算モジュール166から出力さ
れた演算結果を大容量メモリ163上に格納するが、並
列ソーティングモジュール165へのデータ入力に際し
ては、まず、キー切り出し処理を実行する。
The file data to be calculated is stored in the input buffer section in the large capacity memory 163, and the calculation processing result is stored in the output buffer section in the large capacity memory 163.
The hardware sorter control processor 164 controls the calculation by the parallel sorting module 165 and the parallel relational algebra calculation module 166 based on the command from the engine control processor 162. In this case, the hardware sorter control processor 164 uses the large capacity memory 1
The data on 63 is input to the parallel sorting module 165, and the calculation result output from the parallel relational algebra calculation module 166 is stored in the large capacity memory 163. When inputting data to the parallel sorting module 165, first, Execute the clipping process.

【0032】このキー切り出し処理において、ハードウ
ェアソータ制御プロセッサ164は、演算対象の各レコ
ードから演算に必要な演算対象キーフィールドのみを切
り出し、それにレコード識別番号(大容量メモリ163
上におけるレコード先頭アドレス)を付加して並列ソー
ティングモジュール165へ送信する。
In this key cut-out processing, the hardware sorter control processor 164 cuts out only the calculation-target key field necessary for the calculation from each record of the calculation target and outputs the record identification number (the large-capacity memory 163).
The record top address) is added and transmitted to the parallel sorting module 165.

【0033】並列ソーティングモジュール165は、ハ
ードウェアソータ制御プロセッサ164の制御の下に駆
動されてソート処理を並列に実行する専用ハードウェア
回路であり、並列関係代数演算モジュール166に接続
されている。この並列ソーティングモジュール165
は、パイプラインマージソータと称されるものであり、
2ウェイマージを行なう複数のソートセルをカスケード
接続してなる。
The parallel sorting module 165 is a dedicated hardware circuit that is driven under the control of the hardware sorter control processor 164 to execute sorting processing in parallel, and is connected to the parallel relation algebra operation module 166. This parallel sorting module 165
Is called the pipeline merge sorter,
A plurality of sort cells for performing 2-way merge are connected in cascade.

【0034】並列関係代数演算モジュール166は、関
係データベースにおけるジョイン(結合)やリストレク
ト(制約)といった関係代数演算を並列に実行する専用
のハードウェア回路であり、並列ソーティングモジュー
ル165からソートされたデータを入力し、演算結果を
ハードウェアソータ制御プロセッサ164に出力する。
ソート処理だけを実行する場合、並列関係代数演算モジ
ュール166は、最終段のソートセルとして機能する。
The parallel relational algebra operation module 166 is a dedicated hardware circuit for executing relational algebraic operations such as join (join) and list (constraint) in the relational database in parallel, and the data sorted from the parallel sorting module 165. To output the calculation result to the hardware sorter control processor 164.
When only the sorting process is executed, the parallel relational algebra operation module 166 functions as the last-stage sort cell.

【0035】上述したように、エンジンインタフェース
プロセッサ161、エンジン制御プロセッサ162、及
びハードウェアソータ制御プロセッサ164には、それ
ぞれ各種演算処理、例えば、ソート処理やセレクト処理
を実行するための機能が分散されている。
As described above, the engine interface processor 161, the engine control processor 162, and the hardware sorter control processor 164 have functions for executing various arithmetic processes, such as sort process and select process, dispersed therein. There is.

【0036】これらの各プロセッサは、大容量メモリ1
63上のバッファのやりとりを除けば非同期に動作し、
並列して各機能を実行する。即ち、ソートやセレクト等
の処理は、通常、入力処理、演算処理、及び出力処理か
ら構成されるが、ハードウェアソータ制御プロセッサ1
64の制御による演算処理は、エンジンインタフェース
プロセッサ161による演算対象データの入力処理と並
行して実行される。
Each of these processors has a large-capacity memory 1.
It operates asynchronously except for the buffer exchange on 63,
Execute each function in parallel. That is, processing such as sorting and selecting is usually composed of input processing, arithmetic processing, and output processing, but the hardware sorter control processor 1
The calculation process under the control of 64 is executed in parallel with the input process of the calculation target data by the engine interface processor 161.

【0037】また、ハードウェアソータ制御プロセッサ
164から得られる演算結果をエンジン制御プロセッサ
162によって統合処理する必要がある場合には、その
統合処理エンジンインタフェースプロセッサ161によ
る出力処理も並行して実行される。
When it is necessary for the engine control processor 162 to perform integrated processing on the calculation result obtained from the hardware sorter control processor 164, the integrated processing engine interface processor 161 also executes output processing in parallel.

【0038】図2乃至図5はそれぞれ本発明の実施例の
動作を説明するための図である。図2は上述した拡張要
求コマンド2、拡張応答コマンド3のそれぞれのフォー
マットを示す図である。
2 to 5 are diagrams for explaining the operation of the embodiment of the present invention. FIG. 2 is a diagram showing a format of each of the extension request command 2 and the extension response command 3 described above.

【0039】拡張要求コマンド2は、コマンドコード2
1の他に、拡張対象ファイル記述子22と拡張容量23
をパラメータとして持つ。拡張応答コマンド3は、コマ
ンドコード31の他に拡張部分の開始セクタアドレス3
3をパラメータとして持つ。
The extension request command 2 is command code 2
1, the extension target file descriptor 22 and the extension capacity 23
Has as a parameter. The extended response command 3 includes the start sector address 3 of the extended portion in addition to the command code 31.
It has 3 as a parameter.

【0040】拡張要求コマンド2は、不足分の容量をC
PU11に対して拡張するように要求するときに、エン
ジン制御プロセッサ162からCPU11に対して発行
される。
The expansion request command 2 sets the shortage capacity to C
When the PU 11 is requested to expand, it is issued from the engine control processor 162 to the CPU 11.

【0041】また、拡張応答コマンド3は、拡張要求コ
マンド2に応答してCPU11からエンジン制御プロセ
ッサ162に対して発行されるもので、CPU11が拡
張した結果として出力ファイル拡張部分の磁気ディスク
装置17上の開始セクタアドレスをパラメータとして含
ませ、応答するものである。
The extension response command 3 is issued from the CPU 11 to the engine control processor 162 in response to the extension request command 2, and as a result of the extension by the CPU 11, the output file extension portion on the magnetic disk device 17 is expanded. The start sector address of is included as a parameter and the response is made.

【0042】図4、及び図5はそれぞれ本発明の実施例
の動作を示すフローチャートであり、図4は出力処理手
順を示すフローチャート、図3は拡張処理手順を示すフ
ローチャートである。
4 and 5 are flowcharts showing the operation of the embodiment of the present invention, FIG. 4 is a flowchart showing an output processing procedure, and FIG. 3 is a flowchart showing an extension processing procedure.

【0043】以下に、図2乃至図5を参照して、図1に
示す本発明の実施例の構成による装置の動作について説
明する。エンジン制御プロセッサ162が演算結果デー
タを出力ファイルに出力中、出力ファイルの容量が不足
であることを検出すると(図4ステップ41)、出力処
理を一時停止する(図4ステップ42)。
The operation of the apparatus having the configuration of the embodiment of the present invention shown in FIG. 1 will be described below with reference to FIGS. When the engine control processor 162 detects that the capacity of the output file is insufficient while outputting the calculation result data to the output file (step 41 in FIG. 4), the output process is temporarily stopped (step 42 in FIG. 4).

【0044】ここで、出力ファイルが何であるかを示す
出力ファイル記述子を拡張コマンド2の出力ファイル記
述子パラメータ22に設定し(図4ステップ43)、ま
た、不足容量を[不足容量=結果データ量−出力ファイ
ル容量]の式により算出し(図4ステップ44)、ここ
で演算した不足容量を拡張要求コマンド2の拡張容量パ
ラメータ23として設定し(ステップ45)、拡張要求
コマンド2を完成させて、CPU11に対し発行する。
Here, an output file descriptor indicating what the output file is is set in the output file descriptor parameter 22 of the extended command 2 (step 43 in FIG. 4), and the insufficient capacity is [insufficient capacity = result data Amount-output file capacity] (step 44 in FIG. 4), the insufficient capacity calculated here is set as the expansion capacity parameter 23 of the expansion request command 2 (step 45), and the expansion request command 2 is completed. , CPU11 is issued.

【0045】CPU11は、エンジン制御プロセッサ
(ECP)162から拡張要求コマンド2を受信すると
(図5ステップ51)、拡張対象のファイル記述子を拡
張要求コマンド2の中の対象ファイル記述子パラメータ
22から取り出し、拡張すべきファイルを特定し(図5
ステップ52)、拡張対象ファイルを拡張する容量を拡
張要求コマンド2の拡張容量パラメータ23から取り出
し(図5ステップ53)、拡張容量23の分だけファイ
ル記述子22のファイル2を拡張して(図5ステップ5
4)、拡張部分の磁気ディスク装置17上の開始セクタ
アドレスを取り出し、拡張応答コマンド3の拡張部分の
開始セクタアドレスパラメータ32に設定して(図5ス
テップ55)、拡張応答コマンド3をエンジン制御プロ
セッサ162に返信する(図5ステップ56)。
When the CPU 11 receives the extension request command 2 from the engine control processor (ECP) 162 (step 51 in FIG. 5), it extracts the extension target file descriptor from the target file descriptor parameter 22 in the extension request command 2. , Specify the file to be expanded (Fig. 5
Step 52), the capacity for expanding the file to be expanded is extracted from the expansion capacity parameter 23 of the expansion request command 2 (step 53 in FIG. 5), and the file 2 in the file descriptor 22 is expanded by the expansion capacity 23 (FIG. 5). Step 5
4) The start sector address on the magnetic disk unit 17 of the extension part is taken out and set in the start sector address parameter 32 of the extension part of the extension response command 3 (step 55 in FIG. 5), and the extension response command 3 is set to the engine control processor. 162 (step 56 in FIG. 5).

【0046】次に、エンジン制御プロセッサ162は、
拡張応答コマンド3を受信し(図4ステップ47)、拡
張応答コマンド3の拡張部分の開始セクタアドレス32
をエンジンインタフェースプロセッサ161に出力再開
セクタアドレスとして通知し(図4ステップ48)、エ
ンジン制御プロセッサ162は出力処理を再開する(図
4ステップ49)。
Next, the engine control processor 162
The extended response command 3 is received (step 47 in FIG. 4), and the start sector address 32 of the extended portion of the extended response command 3 is received.
To the engine interface processor 161 as an output restart sector address (step 48 in FIG. 4), and the engine control processor 162 restarts the output processing (step 49 in FIG. 4).

【0047】以上の説明は、出力ファイルが不足した場
合の実施例であるが、データベース演算処理装置16
は、演算対象データ量及び演算結果データ量の総和が大
容量メモリ163の容量を越えていた場合、作業ファイ
ルを使用して演算処理を行なう。ここで作業ファイルが
不足した場合でも、この作業ファイルを出力ファイルと
みなすことにより同じように扱うことができるので、全
く同様な手段により演算処理を中断することなく処理を
継続することができる。
The above description is of the embodiment in the case where the output files are insufficient.
When the sum total of the amount of data to be calculated and the amount of calculation result data exceeds the capacity of the large capacity memory 163, the calculation processing is performed using the work file. Even if the work file is insufficient, the work file can be treated in the same way by treating it as an output file. Therefore, the processing can be continued by the completely same means without interruption.

【0048】[0048]

【発明の効果】以上説明したように、この発明によれ
ば、データベース演算処理装置が出力処理中に出力ファ
イル不足を検出した際に、その出力を一時停止し、不足
分の容量をホスト装置に対して拡張要求し、ホスト装置
がその要求分の容量だけ出力ファイルを拡張し、拡張部
分の開始セクタアドレスを再びデータベース演算処理装
置に対して応答することにより、演算結果データの出力
を再開し、演算処理全体を継続することにより、結果と
して演算処理を中断し再試行することなく、かつ、ホス
ト装置とデータベース演算処理装置の連携を保ちつつ、
システム全体として効率のよいデータ処理を実現でき
る。
As described above, according to the present invention, when the database arithmetic processing unit detects an output file shortage during output processing, the output is temporarily stopped and the shortage capacity is stored in the host unit. In response to an expansion request, the host device expands the output file by the capacity of the request, and by returning the start sector address of the expanded portion to the database arithmetic processing device again, restarts the output of the operation result data, By continuing the entire arithmetic processing, as a result, without interrupting the arithmetic processing and retrying, and while maintaining the cooperation between the host device and the database arithmetic processing device,
Efficient data processing can be realized in the entire system.

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

【図1】本発明の実施例の構成を示すブロック図。FIG. 1 is a block diagram showing a configuration of an exemplary embodiment of the present invention.

【図2】上記実施例で使用される拡張要求コマンドの構
造を示す図。
FIG. 2 is a diagram showing a structure of an extension request command used in the above embodiment.

【図3】上記実施例で使用される拡張応答コマンドの構
造を示す図。
FIG. 3 is a diagram showing the structure of an extended response command used in the above embodiment.

【図4】上記実施例の出力処理手順を示すフローチャー
ト。
FIG. 4 is a flowchart showing an output processing procedure of the above embodiment.

【図5】上記実施例の拡張処理手順を示すフローチャー
ト。
FIG. 5 is a flowchart showing an extension processing procedure of the above embodiment.

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

10…ホストコンピュータ、13…システムバス、1
4,15…チャネル、16…データベース演算処理装
置、17…磁気ディスク装置、161,162,164
…プロセッサ、163…大容量メモリ、165…並列ソ
ーティングモジュール、166…並列関係代数演算モジ
ュール。
10 ... Host computer, 13 ... System bus, 1
4, 15 ... Channel, 16 ... Database arithmetic processing device, 17 ... Magnetic disk device, 161, 162, 164
... processor, 163 ... mass memory, 165 ... parallel sorting module, 166 ... parallel relational algebra operation module.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ホスト装置と、演算対象となるファイル
データが格納される二次記憶装置と、この二次記憶装置
を直接アクセスする際に使用されるパスを有し上記ホス
ト装置から発行される演算要求に応じて上記ファイルデ
ータに対し所定の演算処理を実行する演算処理装置とか
らなるデータ処理装置に於いて、 上記演算処理装置は、上記ホスト装置からの演算要求に
従って演算対象となるファイルデータを上記パスを介し
上記二次記憶装置から得るデータ入力手段と、入力され
たファイルデータに対して演算操作を実行する演算処理
手段と、上記演算対象ファイルデータ及び上記演算処理
手段による演算結果データを格納する内部メモリと、上
記演算結果データを上記二次記憶装置に出力する出力手
段と、この出力手段による演算結果データの出力処理
中、その出力ファイルの容量不足を検出して出力処理を
一時停止し、不足容量を指定して、その不足容量の拡張
を上記ホスト装置に要求する出力容量拡張手段とを備
え、 上記ホスト装置は、上記演算処理装置がもつ出力容量拡
張要求手段から発行される出力容量拡張要求を受信し、
上記出力ファイルを指定容量分だけ拡張してファイル拡
張部分に相当する二次記憶装置上のアドレスを上記演算
処理装置に対して応答するファイル拡張手段を備え、 上記演算処理装置が、上記ホスト装置のファイル拡張手
段から拡張完了の応答を受け取り、ファイル拡張部分に
相当するアドレスから一時停止中の出力を再開すること
を特徴とするデータ処理装置。
1. An operation issued from the host device, which has a host device, a secondary storage device in which file data to be operated is stored, and a path used when directly accessing the secondary storage device. In a data processing device comprising an arithmetic processing device for executing a predetermined arithmetic processing on the file data in response to a request, the arithmetic processing device processes the file data to be operated according to an arithmetic request from the host device. Data input means obtained from the secondary storage device via the path, arithmetic processing means for performing arithmetic operation on the input file data, the operation target file data and arithmetic result data by the arithmetic processing means are stored. Internal memory, output means for outputting the operation result data to the secondary storage device, and operation result data by the output means. Output capacity expansion means for detecting a capacity shortage of the output file during the output processing of the above, suspending the output processing, specifying the capacity shortage, and requesting the host apparatus to expand the capacity shortage, The host device receives the output capacity expansion request issued from the output capacity expansion request means of the arithmetic processing device,
The output file is expanded by a specified capacity, and a file expansion means for responding to the arithmetic processing device an address on the secondary storage device corresponding to the file expansion portion is provided, wherein the arithmetic processing device is the host device. A data processing apparatus, which receives a response indicating completion of extension from a file extension means and resumes output during suspension from an address corresponding to a file extension portion.
【請求項2】 ホスト装置と、演算対象となるファイル
データが格納される二次記憶装置と、この二次記憶装置
を直接アクセスする際に使用されるパスを有し、上記ホ
スト装置から発行される演算要求に応じてファイルデー
タに対して所定の演算処理を実行する演算処理装置とか
らなるデータ処理装置に於いて、 上記演算処理装置は、上記ホスト装置との通信及び上記
二次記憶装置との間のデータ入出力を実行する第1のプ
ロセッサと、ソートあるいは関係代数演算等の算術論理
演算を行なう演算回路と、この演算回路による演算を実
行制御する第2のプロセッサと、上記第1のプロセッサ
を介して入力される演算対象ファイルデータ及び上記演
算回路の演算結果が格納される内部メモリと、上記第1
のプロセッサを介して供給される上記ホスト装置からの
指示にもとづき上記第1及び第2のプロセッサの同期制
御を行なう第3のプロセッサとを具備し、 上記第3のプロセッサは、上記演算処理装置が上記ホス
ト装置からの演算要求に従って演算操作を完了し、演算
結果データを出力ファイルに出力中に出力が不足したと
き、その不足を検出し、不足分の容量を上記ホスト装置
に拡張するように要求し、上記ホスト装置は、その要求
を受けて上記第3のプロセッサが指定した拡張容量分だ
け出力ファイルを拡張し、拡張部分に相当するメモリア
ドレスを上記第3のプロセッサに対し応答することによ
り、一時停止していた結果データの出力処理を再開する
ことを特徴とするデータ処理装置。
2. A host device, a secondary storage device for storing file data to be operated, and a path used when directly accessing the secondary storage device, and issued from the host device. In a data processing device comprising an arithmetic processing device for executing a predetermined arithmetic processing on file data in response to an arithmetic request, the arithmetic processing device communicates with the host device and communicates with the secondary storage device. A first processor for executing data input / output between the two; an arithmetic circuit for performing arithmetic logic operations such as sorting or relational algebraic operations; a second processor for executing and controlling operations by the arithmetic circuits; and the first processor described above. An operation target file data input via the above and an operation result of the operation circuit is stored in an internal memory;
A third processor that performs synchronous control of the first and second processors based on an instruction from the host device supplied via the processor of the third processor. When the calculation operation is completed according to the calculation request from the host device and the output is insufficient while outputting the calculation result data to the output file, the shortage is detected and a request is made to extend the insufficient capacity to the host device. Then, in response to the request, the host device expands the output file by the expansion capacity designated by the third processor, and responds to the third processor with a memory address corresponding to the expanded portion, A data processing device characterized by restarting output processing of result data that has been temporarily stopped.
JP5135619A 1993-06-07 1993-06-07 Data processor Pending JPH06348554A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5135619A JPH06348554A (en) 1993-06-07 1993-06-07 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5135619A JPH06348554A (en) 1993-06-07 1993-06-07 Data processor

Publications (1)

Publication Number Publication Date
JPH06348554A true JPH06348554A (en) 1994-12-22

Family

ID=15156046

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5135619A Pending JPH06348554A (en) 1993-06-07 1993-06-07 Data processor

Country Status (1)

Country Link
JP (1) JPH06348554A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8112438B2 (en) 2007-10-29 2012-02-07 Kabushiki Kaisha Toshiba Coordinator server, database server, and pipeline processing control method
JP2021174552A (en) * 2020-04-27 2021-11-01 バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド Alignment method of comment, device, apparatus and computer storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8112438B2 (en) 2007-10-29 2012-02-07 Kabushiki Kaisha Toshiba Coordinator server, database server, and pipeline processing control method
JP2021174552A (en) * 2020-04-27 2021-11-01 バイドゥ オンライン ネットワーク テクノロジー (ベイジン) カンパニー リミテッド Alignment method of comment, device, apparatus and computer storage medium
US11514090B2 (en) 2020-04-27 2022-11-29 Baidu Online Network Technology (Beijing) Co., Ltd. Comments-ordering method, apparatus, device and computer storage medium

Similar Documents

Publication Publication Date Title
US6256704B1 (en) Task management for data accesses to multiple logical partitions on physical disk drives in computer systems
JPS6258341A (en) Input and output interruption processing system
JPH06348554A (en) Data processor
JPH05324430A (en) Data processor
JP3004102B2 (en) Database processing unit
JPH06348561A (en) Data processor
JP2983352B2 (en) Database arithmetic processing unit
JPH06348560A (en) Data processor
JPH06176074A (en) Data processor
JPH05324431A (en) Data processor
JP3002041B2 (en) Database processing unit
JPH0581342A (en) Data processor
JPS6314241A (en) Memory expansion system
JPH05101110A (en) Data base arithmetic processing unit
JPH05324580A (en) Data processor
JPH05324428A (en) Data processor
JPH05324429A (en) Data processor
JPH05324432A (en) Data processor
JPH06176075A (en) Data processor
JPH06348558A (en) Data processor
JPH05101112A (en) Data base arithmetic processor
JPH0580977A (en) Data processor
JPH0581094A (en) Data processor
JP2983351B2 (en) Database arithmetic processing unit
JPH05101111A (en) Data processor