JPH06161709A - Device and method for key extraction, sorting processor, and data base processor - Google Patents

Device and method for key extraction, sorting processor, and data base processor

Info

Publication number
JPH06161709A
JPH06161709A JP5186384A JP18638493A JPH06161709A JP H06161709 A JPH06161709 A JP H06161709A JP 5186384 A JP5186384 A JP 5186384A JP 18638493 A JP18638493 A JP 18638493A JP H06161709 A JPH06161709 A JP H06161709A
Authority
JP
Japan
Prior art keywords
key
data
record
writing
storing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP5186384A
Other languages
Japanese (ja)
Other versions
JP2991007B2 (en
Inventor
Hiroshi Nakagome
宏 中込
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP5186384A priority Critical patent/JP2991007B2/en
Publication of JPH06161709A publication Critical patent/JPH06161709A/en
Application granted granted Critical
Publication of JP2991007B2 publication Critical patent/JP2991007B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To obtain the key extracting device which can take a key out of data at a high speed. CONSTITUTION:The device is equipped with a main storage device 1, the data input part 2 of the key extracting device, a data writing control circuit 3 which generates a timing signal for writing data in a data memory 5, and the data memory 5 wherein the data writing timing signal 4 and data on the main storage device 1 are written. Further, the device is equipped with a processor 6 which performs the movement of data, a sorting process, etc., a key memory 7 wherein a key part is extracted from a record written in the data memory 5 and written, and a key writing control circuit 8 which generates a key writing timing signal 9.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、例えば、キーを用い
てソート処理を行うソート処理装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a sort processing device for performing sort processing using a key, for example.

【0002】[0002]

【従来の技術】図16は従来のキー取り出し装置を示す
構成図である。従来のキー取り出し装置は主記憶装置1
及びデータ入力部2を備えている。データ書き込み制御
回路3はデータメモリ5へデータを書き込むためのタイ
ミング信号4を生成する。データメモリ5は主記憶装置
1上のデータを書き込む。プロセッサ6はデータの移
動、ソート処理の実行等を実施する。キーメモリ7はデ
ータメモリ5に書き込まれているレコードからキー部分
を抽出して書き込む。
2. Description of the Related Art FIG. 16 is a block diagram showing a conventional key extracting device. The conventional key extraction device is the main storage device 1.
And a data input unit 2. The data write control circuit 3 generates a timing signal 4 for writing data in the data memory 5. The data memory 5 writes the data in the main memory 1. The processor 6 executes data movement, sort processing, and the like. The key memory 7 extracts and writes the key portion from the record written in the data memory 5.

【0003】次に動作について説明する。主記憶装置1
上には、同一箇所にキー部分を含む複数の固定長レコー
ドが順番にならんでいる。図16では、1レコードが7
ワードで構成されている固定長レコードを示している。
また、各レコードとも、キー部分は2ワード目から4ワ
ード目までの同一箇所にある例を示している。各レコー
ドは、主記憶装置1からキー取り出し装置のデータ入力
部2へ入力される。データ書き込み制御回路3はデータ
書き込みタイミング信号4を生成する。入力されたレコ
ードはデータ書き込みタイミング信号4のタイミング
で、順次データメモリ5へ書き込まれる。データメモリ
5への1レコードの書き込みが終了すると、プロセッサ
6はデータメモリ5に書き込まれているレコードの内容
からキー部分を抽出して読みだす。そしてプロセッサ6
は、読みだしたキー部分をキーメモリ7へ書き込む。そ
の後、プロセッサ6はキーメモリ7の内容を用いて、ソ
ート処理を実行する。
Next, the operation will be described. Main memory 1
Above, a plurality of fixed-length records including a key portion are arranged in order at the same position. In FIG. 16, one record is 7
It shows a fixed length record composed of words.
Also, in each record, the key portion is shown as an example in which it is located at the same location from the second word to the fourth word. Each record is input from the main storage device 1 to the data input unit 2 of the key extracting device. The data write control circuit 3 generates the data write timing signal 4. The input records are sequentially written in the data memory 5 at the timing of the data write timing signal 4. When the writing of one record to the data memory 5 is completed, the processor 6 extracts the key portion from the content of the record written to the data memory 5 and reads it. And processor 6
Writes the read key portion in the key memory 7. After that, the processor 6 uses the contents of the key memory 7 to execute a sort process.

【0004】[0004]

【発明が解決しようとする課題】従来のキー取り出し装
置は以上のように構成されている。したがって、データ
メモリからキーを抽出するためにプロセッサを使用しな
ければならない。このため、キーを抽出するのに必要な
時間がプロセッサのオーバヘッドとなる。このオーバー
ヘッドにより、処理速度の低下を招くなどの問題点があ
った。
The conventional key take-out device is constructed as described above. Therefore, the processor must be used to extract the key from the data memory. Therefore, the time required to extract the key is processor overhead. Due to this overhead, there is a problem that the processing speed is lowered.

【0005】この発明は上記のような問題点を解消する
ためになされたものである。この発明は、データからキ
ーを高速に取り出すことの出来るキー取り出し装置を得
ることを目的とする。また、この発明は、データからキ
ーを高速に取り出すことの出来るキー取り出し方法を得
ることを目的とする。また、この発明は、キーを高速に
取り出すことの出来るソート処理装置及びデータベース
処理装置を得ることを目的とする。
The present invention has been made to solve the above problems. An object of the present invention is to obtain a key extracting device that can extract a key from data at high speed. Another object of the present invention is to obtain a key extracting method which can extract a key from data at high speed. Another object of the present invention is to obtain a sort processing device and a database processing device that can retrieve keys at high speed.

【0006】[0006]

【課題を解決するための手段】この発明に係るキー取り
出し装置は、レコードを1レコードづつ入力し、レコー
ドの格納場所へ転送するデータ入力手段を有する。ま
た、その1レコードに存在するキーの部分のみを記憶す
るキー記憶手段を有する。また、データ入力手段による
1レコードの入力と並行して、その1レコードに存在す
るキーの部分を取り出し、キー記憶手段に書き込むキー
書き込み手段を有するものである。
A key extracting device according to the present invention has data input means for inputting records one by one and transferring the records to a storage location of the records. Further, it has a key storage means for storing only the key portion existing in the one record. In addition, in parallel with the input of one record by the data input means, there is provided a key writing means for taking out a key portion existing in the one record and writing it in the key storage means.

【0007】また、この発明に係るキー取り出し方法
は、データを順次入力するデータ入力工程を有する。上
記データ入力工程により順次入力されるデータがキー部
分であるかを上記データ入力工程により入力するデータ
の入力時に判定する判定工程を有する。上記判定工程の
判定結果に基づいて、上記キー部分であると判定された
データを上記データ入力工程により入力するデータの入
力時に取り出す抽出工程を有する。
Further, the key extracting method according to the present invention has a data input step of sequentially inputting data. There is a determining step of determining whether or not the data sequentially input in the data input step is a key portion when the data input in the data input step is input. There is an extraction step of extracting the data determined to be the key portion based on the determination result of the determination step when the data is input in the data input step.

【0008】また、この発明に係るソート処理装置及び
データベース処理装置は、上記キー取り出し装置を利用
してキー及びデータを高速に取り出す処理装置である。
The sort processing apparatus and the database processing apparatus according to the present invention are processing apparatuses that utilize the above-mentioned key retrieval apparatus to retrieve keys and data at high speed.

【0009】[0009]

【作用】この発明におけるキー取り出し装置は、データ
入力手段によりデータを1レコードづつ入力する。ま
た、キー記憶手段により1レコードに存在するキーの部
分を記憶する。また、キー書き込み手段によりデータ入
力手段による1レコードの入力と並行して、キー書き込
み手段により、その1レコードに存在するキーの部分の
みを取り出してキー記憶手段に書き込む。この発明にお
けるキー取り出し装置は、これらの手段により、キーの
部分をレコードから高速に取り出すことができるもので
ある。
In the key extracting device according to the present invention, data is input record by record by the data input means. Further, the key storing means stores the key portion existing in one record. Further, in parallel with the input of one record by the data inputting means by the key writing means, only the key portion existing in the one record is taken out by the key writing means and written in the key storage means. The key extracting device according to the present invention can extract the key portion from the record at high speed by these means.

【0010】この発明におけるキー取り出し方法は、判
定工程がデータ入力工程により順次入力する各データが
キー部分であるか否かを入力と同時に判定する。従っ
て、抽出工程がデータの入力と同時にキー部分を抽出で
きる。
In the key extracting method according to the present invention, the determining step determines at the same time as inputting whether or not each data sequentially input in the data inputting step is a key portion. Therefore, the extraction process can extract the key portion at the same time as inputting the data.

【0011】また、この発明におけるソート処理装置及
びデータベース処理装置は、上記キー取り出し装置を利
用してキー及びデータを取り出すので高速処理ができ
る。
Further, since the sort processing apparatus and the database processing apparatus according to the present invention retrieve the key and the data by utilizing the key retrieval apparatus, high speed processing can be performed.

【0012】[0012]

【実施例】【Example】

実施例1.以下、この発明の一実施例を図について説明
する。図1は本発明のキー取り出し装置のデータ入力部
を示す構成図である。図において、キー書き込み制御回
路8はキー書き込みタイミング信号9を生成する。その
他の部分は、前述した例と同様のものである。
Example 1. An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the data input section of the key extracting device of the present invention. In the figure, a key write control circuit 8 generates a key write timing signal 9. Other parts are the same as those in the above-mentioned example.

【0013】図2はキー書き込み制御回路8の内部回路
を示す図である。図において、レコード長レジスタ81
は1レコードの長さを保持する。キー先頭相対アドレス
レジスタ82はキーの先頭アドレスの値をレコードの先
頭からの相対アドレスとして保持する。キー終了相対ア
ドレスレジスタ83はキーの終了アドレスをレコードの
先頭からの相対アドレスとして保持する。レコード内デ
ータ相対アドレスカウンタ84はレコード内データのア
ドレスをレコードの先頭からのデータ相対アドレスとし
てカウントする。このレコード内データ相対アドレスカ
ウンタ84は、初期値を0とし、主記憶装置1から入力
したデータをデータメモリに書き込む毎にインクリメン
トされ、1レコード分のデータの転送が終了する毎に初
期値0になる。
FIG. 2 is a diagram showing an internal circuit of the key write control circuit 8. In the figure, the record length register 81
Holds the length of one record. The key head relative address register 82 holds the value of the key head address as a relative address from the head of the record. The key end relative address register 83 holds the end address of the key as a relative address from the beginning of the record. The in-record data relative address counter 84 counts the address of the in-record data as a data relative address from the beginning of the record. The in-record data relative address counter 84 has an initial value of 0, and is incremented each time the data input from the main storage device 1 is written in the data memory, and is initialized to 0 each time the transfer of data for one record is completed. Become.

【0014】コンパレータ85は、キー先頭相対アドレ
スレジスタ82に保持されているキー先頭アドレスと、
レコード内データ相対アドレスカウンタ84に保持され
ているデータ相対アドレスとを比較する。このコンパレ
ータ85は比較結果が一致したときに一致信号を送出す
る。フリップフロップ86は、上記コンパレータ85か
ら出力された一致信号を1レコードの処理の終了時迄保
持しておく。コンパレータ87は、キー終了相対アドレ
スレジスタ83に保持されているキー終了アドレスと、
レコード内データ相対アドレスカウンタ84に保持され
ているデータ相対アドレスとを比較する。コンパレータ
87は比較結果が一致したときに一致信号を送出する。
フリップフロップ88は、上記コンパレータ87から出
力された一致信号を1レコードの処理の終了時迄保持し
ておく。
The comparator 85 has a key head address held in the key head relative address register 82, and
The data relative address held in the in-record data relative address counter 84 is compared. The comparator 85 sends out a coincidence signal when the comparison results coincide. The flip-flop 86 holds the coincidence signal output from the comparator 85 until the end of the processing of one record. The comparator 87 compares the key end address held in the key end relative address register 83 with
The data relative address held in the in-record data relative address counter 84 is compared. The comparator 87 sends a match signal when the comparison results match.
The flip-flop 88 holds the coincidence signal output from the comparator 87 until the end of the processing of one record.

【0015】アンドゲート89は、キー書き込みタイミ
ング信号9を生成する。このキー書き込みタイミング信
号9はキーの先頭からキーの終了までのデータをデータ
メモリ5に書き込むタイミングに同期して出力される。
The AND gate 89 generates the key write timing signal 9. The key write timing signal 9 is output in synchronization with the timing of writing the data from the beginning of the key to the end of the key in the data memory 5.

【0016】コンパレータ90は、レコード長レジスタ
81の内容とレコード内データ相対アドレスカウンタ8
4の内容とを比較する。コンパレータ90は比較結果に
基づき1レコードの終りを検出して、相対アドレスカウ
ンタ84に対してリセット信号91を出力する。
The comparator 90 includes the contents of the record length register 81 and the in-record data relative address counter 8
Compare with the contents of 4. The comparator 90 detects the end of one record based on the comparison result and outputs a reset signal 91 to the relative address counter 84.

【0017】又、キー位置記憶部8aはキー先頭相対ア
ドレスレジスタ82とキー終了相対アドレスレジスタ8
3を有し、キー位置を記憶する。カウント部8bは、入
力されるレコードのデータ位置をレコード内データ相対
アドレスカウンタ84によりカウントする。比較部8c
は、キー位置記憶部に記憶されたキー位置とカウント部
がカウントするデータ位置を比較する比較器85、87
と、比較器の比較結果を保持するフリップフロップ8
6、88を有し、シグナル部8dは、比較部のフリップ
フロップ86、88に保持した比較結果に基づいて、デ
ータ入力のタイミングで、キーメモリ7に対してデータ
の書き込みを指示するタイミング信号を出力する。リセ
ット部は、レコード長レジスタ81にレコード長を記憶
して、カウント部によるデータ位置がレコード長に達し
た場合、キー書き込み制御回路8をリセットする。
Further, the key position storage unit 8a includes a key start relative address register 82 and a key end relative address register 8
3 and stores the key position. The counting unit 8b counts the data position of the input record by the in-record data relative address counter 84. Comparison unit 8c
Is a comparator 85, 87 for comparing the key position stored in the key position storage unit with the data position counted by the counting unit.
And a flip-flop 8 for holding the comparison result of the comparator
Based on the comparison result held in the flip-flops 86, 88 of the comparison unit, the signal unit 8d has a timing signal for instructing the key memory 7 to write data at the data input timing. Output. The reset unit stores the record length in the record length register 81, and resets the key write control circuit 8 when the data position by the count unit reaches the record length.

【0018】次に動作について、図3を用いて説明す
る。図3は、キー書き込み制御回路8のタイミングチャ
ート図である。このタイミングチャート図は、図1に示
すようなレコードのデータを入力した場合のタイミング
チャートを示している。
Next, the operation will be described with reference to FIG. FIG. 3 is a timing chart of the key write control circuit 8. This timing chart shows a timing chart when the data of the record as shown in FIG. 1 is input.

【0019】レコード長レジスタ81、キー先頭相対ア
ドレスレジスタ82、およびキー終了相対アドレスレジ
スタ83には、それぞれに対してあらかじめレコード
長、キー先頭相対アドレス、およびキー終了相対アドレ
スを書き込んでおく。例えば、図1の場合は、レコード
長は7ワードである。レコードの先頭アドレスを0とす
ると、レコードの終了アドレスは6となる。レコードに
存在するキーは、2ワードめから長さ3ワードである。
キーの先頭アドレスは1、キーの終了アドレスは3にな
る。
A record length, a key start relative address, and a key end relative address are written in advance in the record length register 81, the key start relative address register 82, and the key end relative address register 83, respectively. For example, in the case of FIG. 1, the record length is 7 words. When the start address of the record is 0, the end address of the record is 6. The keys existing in the record are from the second word to the third word in length.
The key start address is 1, and the key end address is 3.

【0020】従って、動作開始時には、レコード長レジ
スタ81の値は7となる。また、キー先頭相対アドレス
レジスタ82の値は1となる。また、キー終了相対アド
レスレジスタ83の値は3となる。
Therefore, at the start of the operation, the value of the record length register 81 becomes 7. Further, the value of the key head relative address register 82 becomes 1. Further, the value of the key end relative address register 83 becomes 3.

【0021】データは、主記憶装置1からキー取り出し
装置の入力部2へ入力される。データ書き込み制御回路
3はデータ書き込みタイミング信号4を生成する。入力
されたデータは、データ書き込みタイミング信号4のタ
イミングで、順次データメモリ5へ書き込まれる。更
に、上記データ書き込みタイミング信号4はキー書き込
み制御回路8に入力される。データ書き込みタイミング
信号4は、データメモリ5へデータを書き込む毎に、レ
コード内データ相対アドレスカウンタ84をインクリメ
ントする。
Data is input from the main storage device 1 to the input unit 2 of the key extracting device. The data write control circuit 3 generates the data write timing signal 4. The input data is sequentially written in the data memory 5 at the timing of the data write timing signal 4. Further, the data write timing signal 4 is input to the key write control circuit 8. The data write timing signal 4 increments the in-record data relative address counter 84 every time data is written to the data memory 5.

【0022】時刻t1までに、キーの先頭データの1ワ
ード前のデータ(図1において、REC0では「D0
0」をさす)をデータメモリ5に書き込む。時刻t1以
降に、レコード内データ相対アドレスカウンタ84の内
容と、キー先頭相対アドレスレジスタ82の内容の一致
信号が、コンパレータ85から出力される。したがっ
て、時刻t2において、フリップフロップ86がONに
セットされる。t2〜t3の期間に次のデータであるキ
ーの先頭データ(REC0では「K00」)がデータメ
モリ5へ書き込まれる。このt2〜t3の期間に、アン
ドゲート89により、データ書き込みタイミング信号4
と同時にキー書き込みタイミング信号9が出力される。
このキー書き込みタイミング信号9によりキーの先頭デ
ータがキーメモリ7に書き込まれる。
By time t1, data one word before the head data of the key (in FIG. 1, REC0 indicates "D0
0 ”is written in the data memory 5. After time t1, the comparator 85 outputs a coincidence signal of the contents of the in-record data relative address counter 84 and the contents of the key head relative address register 82. Therefore, at time t2, the flip-flop 86 is set to ON. During the period from t2 to t3, the next data, which is the first data of the key (“K00” in REC0), is written in the data memory 5. During this period from t2 to t3, the AND gate 89 causes the data write timing signal 4
At the same time, the key write timing signal 9 is output.
By the key writing timing signal 9, the head data of the key is written in the key memory 7.

【0023】以降、キーの終了(REC0では「K0
2」)を検出するまでの間は、連続してキーがデータメ
モリ5とキーメモリ7に同時に書き込まれる。
After that, the end of the key (in REC0, "K0
2)) is detected, the keys are continuously written to the data memory 5 and the key memory 7 simultaneously.

【0024】t6〜t7の期間に、キーの終了データを
データメモリ5に書き込む。このt6〜t7の期間に、
レコード内データ相対アドレスカウンタ84の内容とキ
ー終了相対アドレスレジスタ83の内容との一致信号
が、コンパレータ87から出力される。したがって、時
刻t7において、フリップフロップ88がONにセット
される。そして、その次のデータ転送(REC0では
「D01」)以降は、1レコード分のデータ転送が終了
するまでの間、キー書き込みタイミング信号9は出力さ
れない。
During the period from t6 to t7, the end data of the key is written in the data memory 5. During this period of t6 to t7,
The comparator 87 outputs a coincidence signal between the contents of the in-record data relative address counter 84 and the contents of the key end relative address register 83. Therefore, at time t7, the flip-flop 88 is set to ON. Then, after the next data transfer (“D01” in REC0), the key write timing signal 9 is not output until the data transfer for one record is completed.

【0025】時刻t10までに、1レコードの最後のデ
ータ(REC0では「D03」)の転送が行われると、
時刻t10において、レコード長レジスタ81の内容と
レコード内データ相対アドレスカウンタ84の内容とが
一致する。したがって、コンパレータ90を通してリセ
ット信号91が送出される。リセット信号91は、上記
相対アドレスカウンタ84、フリップフロップ86及び
88をリセットする。こうしてキー書き込み制御回路8
が初期化される。次のレコードのデータをデータメモリ
5に書き込む時も上述と同一の動作となる。結果とし
て、データ内のキー部分のみが常にキーメモリ7に抽出
される。
When the last data of one record (“D03” in REC0) is transferred by time t10,
At time t10, the contents of the record length register 81 and the contents of the in-record data relative address counter 84 match. Therefore, the reset signal 91 is transmitted through the comparator 90. The reset signal 91 resets the relative address counter 84 and the flip-flops 86 and 88. Thus, the key writing control circuit 8
Is initialized. When writing the data of the next record to the data memory 5, the same operation as described above is performed. As a result, only the key part in the data is always extracted in the key memory 7.

【0026】実施例2.実施例1では、キーの先頭アド
レスの値をレコードの先頭からの相対アドレスとして保
持しているキー先頭相対アドレスレジスタ82と、キー
の終了アドレスをレコードの先頭からの相対アドレスと
して保持しているキー終了相対アドレスレジスタ83を
有していたが、これらレジスタはメモリ構成にしておい
てもよい。メモリ構成にした場合には1レコード内に複
数のキー部分を設定することができる。この場合の例を
図4と図5に示す。
Example 2. In the first embodiment, the key head relative address register 82 that holds the value of the key head address as a relative address from the head of the record, and the key that holds the end address of the key as a relative address from the head of the record Although the end relative address register 83 is included, these registers may be configured as a memory. In the case of the memory structure, a plurality of key parts can be set in one record. An example of this case is shown in FIGS.

【0027】図4において、主記憶装置1上のデータの
各レコードは7ワードから構成されている。1レコード
内には、2ワード目と3ワード目に1つのキーが存在す
る。及び6ワード目に1つのキーが存在する。すなわ
ち、1レコード内に合計2つのキーが存在する。
In FIG. 4, each record of data on the main memory 1 is composed of 7 words. One key exists in the second and third words in one record. And there is one key in the 6th word. That is, there are a total of two keys in one record.

【0028】図5に示すように、複数のキーの先頭相対
アドレスと終了相対アドレスを保持するために、複数キ
ー先頭相対アドレスメモリ96と複数キー終了相対アド
レスメモリ97を設ける。図4のREC0のようなレコ
ードを処理する場合は、複数キー先頭相対アドレスメモ
リ96の内容は、AS0=1、AS1=5となる。AS
2〜ASNのそれ以外のメモリは未使用である。又、複
数キー終了相対アドレスメモリ97の内容は、AL0=
2、AL1=5となる。AL2〜ALNのメモリは未使
用である。コンパレータ87はキー終了を示す一致信号
92を出力する。一致信号92はキーアドレスカウンタ
回路93に入力される。キーアドレスカウンタ回路93
は一致信号92に基づいて複数キー先頭相対アドレスメ
モリ96及び複数キー終了相対アドレスメモリ97のア
ドレスをインクリメントするタイミングを生成する。キ
ーアドレスカウンタ回路93はこのタイミングで上記ア
ドレスメモリ96及び97へアドレス信号95を出力す
る。また、キーアドレスカウンタ回路93は一致信号9
2に基づいて、フリップフロップ86、及び88をリセ
ットするタイミング信号94を生成する。
As shown in FIG. 5, a multi-key head relative address memory 96 and a multi-key end relative address memory 97 are provided to hold the head relative addresses and end relative addresses of a plurality of keys. When processing a record such as REC0 in FIG. 4, the contents of the plural key head relative address memory 96 are AS0 = 1 and AS1 = 5. AS
The other memories of 2 to ASN are unused. Further, the contents of the plural key end relative address memory 97 are AL0 =
2, AL1 = 5. The memories of AL2 to ALN are unused. The comparator 87 outputs a coincidence signal 92 indicating the end of the key. The coincidence signal 92 is input to the key address counter circuit 93. Key address counter circuit 93
Generates a timing for incrementing the addresses of the plural-key head relative address memory 96 and the plural-key end relative address memory 97 based on the coincidence signal 92. The key address counter circuit 93 outputs the address signal 95 to the address memories 96 and 97 at this timing. Further, the key address counter circuit 93 causes the match signal 9
Based on 2, the timing signal 94 that resets the flip-flops 86 and 88 is generated.

【0029】次に動作について説明する。レコード内デ
ータ相対アドレスカウンタ84の値が複数キー先頭相対
アドレスメモリ96のAS0の値と複数キー終了相対ア
ドレスメモリ97のAL0の値で示される範囲の間は、
レコード内における最初のキーのキー書き込みタイミン
グ信号9が、データ書き込みタイミング信号4と同時に
出力される。そして、図4のREC0におけるK00と
K01は、データメモリ5に書き込まれると同時に、キ
ーメモリ7にも書き込まれる。
Next, the operation will be described. When the value of the in-record data relative address counter 84 is between the range indicated by the value of AS0 of the plural key start relative address memory 96 and the value of AL0 of the plural key end relative address memory 97,
The key write timing signal 9 for the first key in the record is output simultaneously with the data write timing signal 4. Then, K00 and K01 in REC0 of FIG. 4 are written in the key memory 7 at the same time as they are written in the data memory 5.

【0030】K00とK01がキーメモリ7に書き込ま
れた後、キーアドレスカウンタ回路93は、上記複数キ
ー先頭相対アドレスメモリ96と複数キー終了相対アド
レスメモリ97のアドレスをインクリメントする。レコ
ード内データ相対アドレスカウンタ84の値が、複数キ
ー先頭相対アドレスメモリ96のAS1の値と複数キー
終了相対アドレスメモリ97のAL1の値で示される範
囲の間は、キー書き込みタイミング信号9がデータ書き
込みタイミング信号4と同時に出力される。そして、図
4のREC0におけるK02は、データメモリ5に書き
込まれると同時に、キーメモリ7にも書き込まれる。先
頭レコードの書き込みが終了するとキー書き込み制御回
路8は初期化される。次のレコードの書き込みの場合に
上述の動作が繰り返される。
After K00 and K01 are written in the key memory 7, the key address counter circuit 93 increments the addresses of the plural key start relative address memory 96 and the plural key end relative address memory 97. When the value of the in-record data relative address counter 84 is in the range indicated by the value of AS1 of the plural-key start relative address memory 96 and the value of AL1 of the plural-key end relative address memory 97, the key write timing signal 9 writes data. It is output at the same time as the timing signal 4. Then, K02 in REC0 of FIG. 4 is written in the key memory 7 at the same time as it is written in the data memory 5. When the writing of the first record is completed, the key writing control circuit 8 is initialized. The above operation is repeated in the case of writing the next record.

【0031】実施例3.上記実施例では、キーメモリを
個別に用意したが、例えば、プロセッサ固有のローカル
メモリの一部を使用してもよい。
Example 3. Although the key memory is individually prepared in the above embodiment, for example, a part of the local memory unique to the processor may be used.

【0032】実施例4.実施例2では、複数キー先頭相
対アドレスメモリ96と複数キー終了相対アドレスメモ
リ97は、それぞれ複数のキーの先頭相対アドレスの
み、終了アドレスのみ、というように、まとめられたメ
モリとして設定した。しかし、例えば、図6に示すよう
に、それぞれのアドレスメモリをアドレスごとに、個々
に設定するものであってもよい。この場合には、実施例
2におけるキーアドレスカウンタ回路93は不要にな
る。
Example 4. In the second embodiment, the plural-key head relative address memory 96 and the plural-key end relative address memory 97 are set as a memory in which only the head relative address of each of the plurality of keys and only the end address thereof. However, for example, as shown in FIG. 6, each address memory may be individually set for each address. In this case, the key address counter circuit 93 in the second embodiment becomes unnecessary.

【0033】実施例5.実施例2では、データに複数の
キー部分が存在する場合を説明した。そして、1レコー
ド内の複数のキーをキーメモリにセットする順番は、デ
ータに格納されているキー部分の順であった。しかし、
例えば、キー部分のキーメモリにセットしたい順番がデ
ータに格納されている順ではない場合もある。そのよう
な場合の例を、図7に示す。図7においては、キーアド
レスカウンタ回路93に、キー書き込みアドレスメモリ
101を設ける。キー書き込みアドレスメモリ101
は、1レコードの処理において、キーメモリのどの相対
アドレスへキーを書き込むかの位置を記憶する。キーア
ドレスカウンタ回路93は、この情報に基づいてキー書
き込みアドレス信号100を発生する。キー書き込みア
ドレスメモリ101はキー書き込みアドレス信号100
をキーメモリ7へ送出する。キーメモリ7は、キー書き
込みタイミング信号9とこのキー書き込みアドレス信号
100により、キー書き込みアドレスメモリ101の内
容に従い、キーメモリの該当アドレスへのキーの書き込
みを行う。
Example 5. In the second embodiment, the case where the data has a plurality of key portions has been described. The order of setting the plurality of keys in one record in the key memory is the order of the key portions stored in the data. But,
For example, there is a case where the order of setting in the key memory of the key portion is not the order stored in the data. An example of such a case is shown in FIG. In FIG. 7, the key write address memory 101 is provided in the key address counter circuit 93. Key write address memory 101
Stores the position of the relative address in the key memory to which the key is written in the processing of one record. The key address counter circuit 93 generates a key write address signal 100 based on this information. The key write address memory 101 is a key write address signal 100.
Is sent to the key memory 7. The key memory 7 writes the key to the corresponding address of the key memory according to the content of the key write address memory 101 by the key write timing signal 9 and the key write address signal 100.

【0034】実施例6.実施例5では、実施例2のよう
にデータに存在する複数のキー部分を、データに格納さ
れる順ではなく、任意の順でキーメモリにセットする場
合について説明した。しかし、例えば、実施例4のよう
にキーメモリが個々に設けられている場合にも任意の順
でキーメモリにセットすることが可能である。たとえば
図8に示すように、キー書き込みアドレスメモリ101
をキー部分の数に対応させて、個々に複数設けることに
より、複数のキー部分を任意の順でキーメモリにセット
することが可能である。
Example 6. In the fifth embodiment, as in the second embodiment, the case where a plurality of key portions existing in the data are set in the key memory in an arbitrary order rather than the order in which they are stored in the data has been described. However, for example, even when the key memories are individually provided as in the fourth embodiment, the key memories can be set in any order. For example, as shown in FIG. 8, the key write address memory 101
It is possible to set a plurality of key portions in the key memory in any order by providing a plurality of key portions corresponding to the number of key portions.

【0035】実施例7.上記実施例ではデータメモリ5
に対して、データを書き込むタイミングでキーメモリに
キーを書き込む場合について説明した。しかし、図9に
示す様にデータメモリが存在せずにキーメモリ7にキー
を書き込む様な場合であっても構わない。
Example 7. In the above embodiment, the data memory 5
On the other hand, the case where the key is written in the key memory at the timing of writing the data is described. However, as shown in FIG. 9, the key may be written in the key memory 7 without the data memory.

【0036】図9において、データ読み込み制御回路3
aはプロセッサ6に対してデータを読み込むための入力
タイミング信号4aを出力する。プロセッサ6は入力タ
イミング信号4aに従って主記憶装置1からデータを入
力する。キー書き込み制御回路8は入力タイミング信号
4aを入力する。キー書き込み制御回路8はこの入力タ
イミング信号4aを図2に示したデータ書き込みタイミ
ング信号4の代わりとして用いる。入力タイミング信号
4aが図3に示したようなデータ書き込みタイミング信
号4と同様な条件で動作すれば、キー書き込み制御回路
8は前述した実施例と同様な動作を行うことができる。
この実施例においては、データメモリ5が存在しない為
に主記憶装置から読み込まれたデータのうち、キーの部
分以外のデータは、読み込まれると同時に無視され、捨
てられる。
In FIG. 9, the data read control circuit 3
The a outputs an input timing signal 4a for reading data to the processor 6. The processor 6 inputs data from the main memory 1 according to the input timing signal 4a. The key write control circuit 8 inputs the input timing signal 4a. The key write control circuit 8 uses this input timing signal 4a as a substitute for the data write timing signal 4 shown in FIG. If the input timing signal 4a operates under the same conditions as the data write timing signal 4 shown in FIG. 3, the key write control circuit 8 can perform the same operation as that of the above-described embodiment.
In this embodiment, since the data memory 5 does not exist, of the data read from the main storage device, the data other than the key portion is read and ignored at the same time and is discarded.

【0037】実施例8.上記実施例ではキーメモリ7が
1つだけ有る場合について説明したが、図10に示すよ
うにキーメモリが複数存在する場合でも構わない。図1
0に示すキーメモリはキーメモリ7a、7b、7cの3
つの部分に分かれている。キー書き込みタイミング信号
9はスイッチSWにより各タイミング毎にキーメモリ7
a、7b、7cを順に選択する。従ってキーメモリ7a
にはキーとしてK00、K10、K20のキー部分のみ
が格納される。その後それぞれのキーメモリ7a、7
b、7cは他のプログラム、或いは処理装置により別個
にアクセスすることが可能になる。
Example 8. In the above embodiment, the case where there is only one key memory 7 has been described, but a case where there are a plurality of key memories as shown in FIG. Figure 1
The key memory indicated by 0 is 3 of the key memories 7a, 7b and 7c.
It is divided into two parts. The key write timing signal 9 is supplied to the key memory 7 at each timing by the switch SW.
a, 7b, 7c are selected in order. Therefore, the key memory 7a
Only the key parts of K00, K10, and K20 are stored as the keys. After that, each key memory 7a, 7
b and 7c can be separately accessed by another program or a processing device.

【0038】実施例9.上記実施例では、各レコードか
らキーを取り出す場合について説明したが、この実施例
では、各レコードからキーを取り出すとともに、既に削
除されたレコードを無視する場合について説明する。図
11はこの実施例におけるキー取り出し装置の構成を示
す図である。この例においては、削除レコードを検出し
てそのレコードのデータ及びキーをデータメモリ及びキ
ーメモリに書き込まない場合について説明する。この実
施例では、削除レコードの先頭にある第1ワード目には
特定の値FF(H)が記録されているものとする。図1
1においては、第2レコード目(REC1)が削除レコ
ードである。データ入力部2は、入力レジスタ110を
備えている。入力レジスタ110は、主記憶装置1から
各ワードを順に入力する。入力レジスタ110はデータ
書き込みタイミング信号4(又はキー書き込みタイミン
グ信号9)と同相のクロックで動作する。あるクロック
タイミングで入力レジスタ110に入力されたデータ
は、次のクロックタイミングで入力レジスタ110から
データメモリ5とキーメモリ7に出力される。レジスタ
111は、特定の値FF(H)を保持している。比較器
112は入力レジスタに入力されたデータとレジスタ1
11に保持した値FF(H)とを比較する。フリップフ
ロップ113は、比較器112の比較結果が一致した場
合に、一致結果を保持する。フリップフロップ113は
一致信号114をアンドゲート115に出力する。アン
ドゲート115は、一致信号114が出力されている場
合には、データ書き込み制御回路3から出力されるデー
タ書き込みタイミング信号4を停止させる。フリップフ
ロップ113から一致信号114が出力されている間
は、データ書き込みタイミング信号4はデータメモリ5
へ出力されないため、入力レジスタ110から出力され
るデータは、データメモリ5に書き込まれない。又、デ
ータ書き込みタイミング信号4に基づいて動作するキー
書き込み制御回路8も動作しない。従って、キー書き込
み制御回路8からのキー書き込みタイミング信号がキー
メモリ7に出力されない。このため、入力レジスタ11
0から出力されるデータはキーメモリに書き込まれな
い。
Example 9. In the above-described embodiment, the case where the key is extracted from each record has been described, but in this embodiment, the case where the key is extracted from each record and the already deleted record is ignored will be described. FIG. 11 is a diagram showing the configuration of the key extracting device in this embodiment. In this example, a case will be described in which a deleted record is detected and the data and key of the record are not written to the data memory and the key memory. In this embodiment, it is assumed that a specific value FF (H) is recorded in the first word at the beginning of the deleted record. Figure 1
In No. 1, the second record (REC1) is a deleted record. The data input section 2 includes an input register 110. The input register 110 sequentially inputs each word from the main storage device 1. The input register 110 operates with a clock in phase with the data write timing signal 4 (or key write timing signal 9). The data input to the input register 110 at a certain clock timing is output from the input register 110 to the data memory 5 and the key memory 7 at the next clock timing. The register 111 holds a specific value FF (H). The comparator 112 receives the data input to the input register and the register 1
The value FF (H) held in 11 is compared. The flip-flop 113 holds the match result when the comparison results of the comparator 112 match. The flip-flop 113 outputs the coincidence signal 114 to the AND gate 115. The AND gate 115 stops the data write timing signal 4 output from the data write control circuit 3 when the coincidence signal 114 is output. While the match signal 114 is being output from the flip-flop 113, the data write timing signal 4 remains at the data memory 5
Therefore, the data output from the input register 110 is not written to the data memory 5. Also, the key write control circuit 8 that operates based on the data write timing signal 4 does not operate. Therefore, the key write timing signal from the key write control circuit 8 is not output to the key memory 7. Therefore, the input register 11
The data output from 0 is not written to the key memory.

【0039】図11の第1レコード(REC0)が入力
されている場合には、比較器112は特定の値FF
(H)を検出しないため、前述した実施例と同様の動作
により、第1レコードの全てのワードがデータメモリ5
に記憶される。又、同様にキー0(K00、K01、K
02)がキーメモリ7に記憶される。次に、第2レコー
ド(REC1)の第1ワードが入力されると、比較器1
12は、FF(H)を検出し、一致結果をフリップフロ
ップ113に出力する。フリップフロップ113は一致
信号114を出力する。この一致信号114は、フリッ
プフロップ113がリセットされるまで出力され続け
る。リセット回路116は、一レコードの終了を検出
し、一レコード終了時にリセット信号117を出力す
る。リセット回路116は、キー書き込み制御回路8に
あるレコード内データ相対アドレスカウンタ84及びレ
コード長レジスタ81及び比較器90等により、構成す
ることができる。リセット回路116がリセット信号1
17を出力すると、フリップフロップ113はリセット
され、一致信号114の出力を停止する。このようにフ
リップフロップ113は、第2レコードの1ワード目か
ら第2レコードの最終ワードまで一致信号を出力し続け
る。従って、第2レコードの全てのワード及び第2レコ
ードのキー部分(K10、K11、K12)は、データ
メモリ5及びキーメモリ7には出力されない。
When the first record (REC0) in FIG. 11 is input, the comparator 112 outputs a specific value FF.
Since (H) is not detected, all the words of the first record are stored in the data memory 5 by the same operation as that of the above-described embodiment.
Memorized in. Similarly, key 0 (K00, K01, K
02) is stored in the key memory 7. Next, when the first word of the second record (REC1) is input, the comparator 1
12 detects FF (H) and outputs the match result to the flip-flop 113. The flip-flop 113 outputs the coincidence signal 114. The coincidence signal 114 continues to be output until the flip-flop 113 is reset. The reset circuit 116 detects the end of one record and outputs a reset signal 117 at the end of one record. The reset circuit 116 can be configured by the in-record data relative address counter 84, the record length register 81, the comparator 90, and the like in the key write control circuit 8. Reset circuit 116 reset signal 1
When 17 is output, the flip-flop 113 is reset and the output of the coincidence signal 114 is stopped. In this way, the flip-flop 113 continues to output the match signal from the first word of the second record to the last word of the second record. Therefore, all the words of the second record and the key parts (K10, K11, K12) of the second record are not output to the data memory 5 and the key memory 7.

【0040】実施例10.上記実施例では、データ書き
込みタイミング信号を抑制することにより、削除レコー
ドのデータを無視する場合について説明したが、この実
施例では、キー書き込みタイミング信号9を抑制するこ
とにより、削除レコードのキーを無視する場合について
説明する。図12において、前述した図11と異なる点
は、アンドゲート115の一方の入力がキー書き込み制
御回路8からのキー書き込みタイミング信号9である点
である。又、フリップフロップ113のリセット信号と
して、キー書き込み制御回路8からのリセット信号91
を用いている点である。この例によれば第2レコード
(REC1)の第1ワードを入力した時点で、フリップ
フロップ113が一致信号114を出力し、キー書き込
みタイミング信号9の出力を停止させる。フリップフロ
ップ113はキー書き込み制御回路8から一レコードの
終了を示すリセット信号91が出力されるまで、一致信
号114を出力し続ける。従って、第2レコード(RE
C1)のキーは、キーメモリ7に記憶されない。
Example 10. In the above embodiment, the case of ignoring the data of the deleted record by suppressing the data write timing signal has been described, but in this embodiment, the key of the deleted record is ignored by suppressing the key write timing signal 9. The case will be described. 12 is different from FIG. 11 described above in that one input of the AND gate 115 is the key write timing signal 9 from the key write control circuit 8. The reset signal 91 from the key write control circuit 8 is used as the reset signal for the flip-flop 113.
Is the point that is used. According to this example, when the first word of the second record (REC1) is input, the flip-flop 113 outputs the coincidence signal 114 and stops the output of the key write timing signal 9. The flip-flop 113 continues to output the coincidence signal 114 until the key write control circuit 8 outputs the reset signal 91 indicating the end of one record. Therefore, the second record (RE
The key of C1) is not stored in the key memory 7.

【0041】実施例11.上記実施例9及び実施例10
においては、削除レコードのデータ及び/又は、キーを
無視する場合について説明したが、無視するレコードの
種類は削除レコードに限らない。即ち、ある特定の値を
持つレコードを選択するか否かをというレコードのセレ
クション処理をする場合に、前述した方式を用いること
が可能である。例えば、男性か女性を示すワードが存在
している場合に、男性のみをセレクトし、その男性のレ
コードからキー部分を取り出すという処理を行なうこと
が可能である。
Example 11. Example 9 and Example 10 above
In the above, the case where the data and / or the key of the deleted record is ignored has been described, but the kind of the ignored record is not limited to the deleted record. That is, the above-described method can be used when performing the record selection process of determining whether or not to select a record having a certain specific value. For example, when there is a word indicating male or female, it is possible to select only the male and retrieve the key part from the record of the male.

【0042】実施例12.上記実施例では各レコードか
らキーを取り出す場合について説明したが、この実施例
では、キーに対して付加情報をつけてキーメモリに書き
込む場合について説明する。図13は、この実施例の構
成を示す図である。キーメモリ7には、キー以外にフラ
グ0あるいはフラグ1が記録されている。このフラグ0
あるいはフラグ1には、レコードの識別子を記憶する。
例えば、レコードの入力順に番号を付けたシリアルナン
バーを識別子として記憶する。このように、キーに対し
てレコードのシリアルナンバーを付加しておくことによ
り、キーによりソートを行なう場合、同一キーが存在し
た場合には、レコードの入力順にソートするということ
が可能である。カウンタ121はレコードを入力する度
にカウントをアップ又はダウンするカウンタである。ア
ップダウン選択部122はカウンタ121のカウンタ値
をアップさせるか、ダウンさせるかを選択する。ここで
は、カウントを“1”から順にアップさせる場合につい
て説明する。セレクタ120は、主記憶装置1から入力
するデータと、カウンタ121から出力されるカウンタ
値のいずれかを選択して出力する。セレクタ120は、
一レコードの転送終了後にカウンタ121からカウンタ
値を選択し、出力する。又、キー書き込み制御回路8は
1レコード目の転送終了時に、1クロック分余分なキー
書き込みタイミング信号9を発生させる。遅延回路12
3は、キー書き込み制御回路から出力されるリセット信
号91に基づき、リセット信号91より1クロック遅延
させた1クロック遅延信号125をセレクタ120に出
力する。セレクタ120は、この1クロック遅延信号1
25のタイミングでカウンタ121にあるカウンタ値を
出力する。従って、キーメモリ7は、1レコードの転送
終了後の1クロックの間にカウンタ値をフラグとして記
憶することができる。又、遅延回路123はリセット信
号91から2クロック遅延した2クロック遅延信号12
4をカウンタ121に出力する。カウンタ121は、こ
の2クロック遅延信号124に基づいてカウンタ値をア
ップさせる。
Example 12 In the above-described embodiment, the case of extracting the key from each record has been described, but in this embodiment, the case of adding the additional information to the key and writing it in the key memory will be described. FIG. 13 is a diagram showing the configuration of this embodiment. In addition to keys, the flag 0 or the flag 1 is recorded in the key memory 7. This flag 0
Alternatively, the flag 1 stores the identifier of the record.
For example, a serial number numbered in the order of record input is stored as an identifier. In this way, by adding the serial numbers of the records to the keys, it is possible to sort the records in the order in which the records were input when the keys are used for sorting. The counter 121 is a counter that counts up or down each time a record is input. The up / down selection unit 122 selects whether to increase or decrease the counter value of the counter 121. Here, the case where the count is sequentially increased from "1" will be described. The selector 120 selects and outputs either the data input from the main storage device 1 or the counter value output from the counter 121. The selector 120 is
After the transfer of one record is completed, the counter value is selected from the counter 121 and output. Also, the key write control circuit 8 generates an extra key write timing signal 9 for one clock when the transfer of the first record is completed. Delay circuit 12
3 outputs a 1-clock delay signal 125 delayed by 1 clock from the reset signal 91 to the selector 120 based on the reset signal 91 output from the key write control circuit. The selector 120 outputs the 1-clock delay signal 1
The counter value in the counter 121 is output at the timing of 25. Therefore, the key memory 7 can store the counter value as a flag during one clock after the transfer of one record is completed. In addition, the delay circuit 123 delays the reset signal 91 by 2 clocks and outputs the 2-clock delay signal 12
4 is output to the counter 121. The counter 121 increments the counter value based on the 2-clock delay signal 124.

【0043】例えば、第1レコード(REC0)の各ワ
ードがセレクタ120に入力されている場合、カウンタ
121はカウンタ値1を保持している。第1レコードが
終了した場合に、遅延回路123が1クロック遅延信号
125をセレクタに出力する。セレクタは、カウンタ1
21からカウンタ値“1”を入力し、キーメモリ7に出
力する。キー書き込み制御回路はリセット信号91から
1クロック余分にキー書き込みタイミング信号9を発生
させる。従って、キーメモリ7のフラグ0には、カウン
タ値“1”が記録される。遅延回路123は、2クロッ
ク遅延信号124をカウンタ121に出力し、カウンタ
はカウンタ値をアップさせ、“2”にする。このカウン
タ値の変更と同時に第2レコード(REC1)の入力が
開始される。第2レコードの各ワードが入力されている
間カウンタ121は、カウンタ値“2”を保持する。第
2レコードの入力が終了した時点で、遅延回路の1クロ
ック遅延信号125に基づき、セレクタ120がカウン
タ121からカウンタ値“2”を選択して出力する。そ
の結果フラグ1にはカウンタ値“2”が記憶される。こ
のようにキーに付随してフラグ0、フラグ1等を出力す
ることにより、後のソート処理において、このフラグの
値を用いてデータの特別な処理を行なうことが可能にな
る。
For example, when each word of the first record (REC0) is input to the selector 120, the counter 121 holds the counter value 1. When the first record ends, the delay circuit 123 outputs the 1-clock delay signal 125 to the selector. Selector is counter 1
The counter value “1” is input from 21 and is output to the key memory 7. The key write control circuit generates the key write timing signal 9 one clock after the reset signal 91. Therefore, the counter value “1” is recorded in the flag 0 of the key memory 7. The delay circuit 123 outputs the 2-clock delay signal 124 to the counter 121, and the counter increments the counter value to "2". At the same time when the counter value is changed, the input of the second record (REC1) is started. The counter 121 holds the counter value “2” while each word of the second record is being input. When the input of the second record is completed, the selector 120 selects and outputs the counter value “2” from the counter 121 based on the 1-clock delay signal 125 of the delay circuit. As a result, the counter value “2” is stored in the flag 1. By outputting the flag 0, the flag 1, etc. in association with the key in this manner, it becomes possible to perform special processing of data by using the value of this flag in the later sort processing.

【0044】実施例13.上記実施例12においては、
1つのレコードから取り出される複数キーに対して、1
つのフラグを付加する場合について説明したが、この実
施例においては、1つのレコードに複数のキーがある場
合、それぞれのキーに対してフラグを付加する場合につ
いて説明する。図14は、この実施例の構成を示す図で
ある。レジスタ130は主記憶装置1からのデータを保
持するデータ部分とカウンタ121からのカウンタ値を
保持するカウント部分とを有している。レジスタ130
のカウント部分は、通常はカウンタ値を出力しないが、
キー書き込みタイミング信号9が出力された場合に、カ
ウンタ値を出力する。従って、キー書き込みタイミング
信号9が発生しない場合には、レジスタ130のデータ
部分からデータが出力される。キー書き込みタイミング
信号9が発生した場合には、レジスタ130のデータ及
びカウンタ値の両方が出力され、キーメモリ7に出力さ
れる。キーメモリ7は、3つの部分7a、7b、7cか
ら構成されており、それぞれにおいてキーを保持するキ
ー部分と、フラグを保持するフラグ部分を有している。
従って、各キーに対応して、フラグが保持される。この
ようにキーメモリを構成しておくことにより、キーメモ
リ7a、7b、7c各々独立に処理がされた場合でも最
終的にどのレコードのキーであるかをフラグの値から判
断することができ、フラグを用いてキーを再び統合する
ことが可能になる。
Example 13. In Example 12 above,
1 for multiple keys retrieved from one record
The case where one flag is added has been described, but in this embodiment, when one record has a plurality of keys, the case where a flag is added to each key will be described. FIG. 14 is a diagram showing the configuration of this embodiment. The register 130 has a data portion that holds the data from the main storage device 1 and a count portion that holds the counter value from the counter 121. Register 130
The count part of does not normally output the counter value,
The counter value is output when the key write timing signal 9 is output. Therefore, when the key write timing signal 9 is not generated, the data is output from the data portion of the register 130. When the key write timing signal 9 is generated, both the data of the register 130 and the counter value are output and output to the key memory 7. The key memory 7 is composed of three parts 7a, 7b and 7c, each of which has a key part for holding a key and a flag part for holding a flag.
Therefore, a flag is held corresponding to each key. By configuring the key memory in this way, even when the key memories 7a, 7b, and 7c are independently processed, it is possible to finally determine which record the key is from the value of the flag, The flag can be used to reintegrate the key.

【0045】実施例14.上記実施例においては、プロ
セッサ6が主記憶装置1からデータを入力する場合につ
いて説明したが、図15に示すように、DMA(ダイレ
クトメモリアクセス)6aを設けてDMA6aにより、
主記憶装置1からデータを入力しても構わない。プロセ
ッサ6は、DMA6aを起動するために必要なデータを
DMA6aに与えることにより、他の処理を実行するこ
とが可能になり、よりデータ処理の効率が向上する。
Example 14 In the above embodiment, the case where the processor 6 inputs data from the main storage device 1 has been described. However, as shown in FIG. 15, a DMA (direct memory access) 6a is provided and the DMA 6a is used.
Data may be input from the main storage device 1. The processor 6 can perform other processing by giving the data necessary for starting the DMA 6a to the DMA 6a, and the efficiency of data processing is further improved.

【0046】実施例15.上記実施例では、ソート処理
を行うに当たってのキー取り出し装置について述べた
が、例えば、人事レコードから社員NOと名前を取り出
すというように、任意のデータから特定の部分あるいは
項目を取り出すような場合にも、本発明は有効である。
Example 15 In the above embodiment, the key extracting device for performing the sorting process is described, but it is also possible to extract a specific part or item from arbitrary data, such as extracting the employee number and the name from the personnel record. The present invention is effective.

【0047】また、データベースから特定のデータを抜
き出して新たなデータベースを作成する場合にも本発明
は有効である。例えばSQLというデータベース処理言
語を用いる事により、すでに存在する表から架空の表
(これをビューと呼ぶ)を生成しこのビューを検索する
ことがある。このビューは架空の表であるため、実際に
は記録されているものでは無く、実際に記録されている
表から検索して、その要求がある度毎に生成されるもの
である。あるいは、一時的に主記憶装置やキャッシュメ
モリ等に記憶されるものである。このように、ビューの
ように架空の表を用いる場合には、一時的に、或いは頻
繁に実際に存在する表から架空の表を生成しなければ成
らない。前述した実施例によるキーの部分を取り出す手
法を用いれば、このビューと呼ばれる架空の表を高速に
取り出すことが可能である。このように、本発明におい
て、キーとはソートキーのみを意味するものではなく、
任意のデータの特定の部分あるいは特定の項目を意味す
るものである。
The present invention is also effective when extracting specific data from a database and creating a new database. For example, by using a database processing language called SQL, a fictitious table (this is called a view) may be generated from a table that already exists and this view may be searched. Since this view is a fictitious table, it is not actually recorded, and it is generated every time a request is made by searching the actually recorded table. Alternatively, it is temporarily stored in a main storage device, a cache memory, or the like. Thus, when using a fictitious table like a view, a fictitious table must be generated from a table that actually exists, either temporarily or frequently. By using the method of retrieving the key part according to the above-described embodiment, a fictitious table called this view can be retrieved at high speed. Thus, in the present invention, the key does not mean only the sort key,
It means a specific part of arbitrary data or a specific item.

【0048】実施例16.上記実施例では、1レコード
がワード単位構成されている場合を示した。しかし、1
レコードを構成する単位はその他の単位であってもよ
い。例えば、バイト単位、ビット単位で構成されていて
もよい。1レコードがバイト単位、又はビット単位で構
成されている場合は、キー先頭相対アドレスレジスタ8
2、キー終了相対アドレスレジスタ83、レコード内デ
ータ相対アドレスカウンタ84は各々バイト単位、又は
ビット単位でアドレスを保持或はカウントする。
Example 16 In the above-described embodiment, the case where one record is composed of word units is shown. But 1
The unit forming the record may be another unit. For example, it may be configured in byte units or bit units. If one record is composed of byte units or bit units, the key head relative address register 8
2. The key end relative address register 83 and the in-record data relative address counter 84 hold or count addresses in byte units or bit units.

【0049】[0049]

【発明の効果】以上のように、この発明によれば、デー
タを入力するデータ入力手段と、データに存在するキー
の部分を記憶するキー記憶手段と、データ入力手段によ
るデータの入力と並行して、キーの部分をデータから取
り出し、キー記憶手段に書き込むキー書き込み手段とを
設けたことにより、キーの部分をデータから高速に取り
出すことができる。また、キーの部分を取り出すのにプ
ロセッサを使用することがなく、プロセッサ負荷が減少
し、プロセッサの処理効率が向上する。
As described above, according to the present invention, data input means for inputting data, key storage means for storing a key portion existing in data, and data input by the data input means are performed in parallel. By providing the key writing means for taking out the key portion from the data and writing it in the key storage means, the key portion can be taken out from the data at high speed. Further, since the processor is not used for extracting the key part, the processor load is reduced and the processing efficiency of the processor is improved.

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

【図1】本発明の実施例1における、キー取り出し装置
を示す構成図である。
FIG. 1 is a configuration diagram showing a key extracting device according to a first embodiment of the present invention.

【図2】本発明の実施例1における、キー書き込み制御
回路8の内部回路を示す図である。
FIG. 2 is a diagram showing an internal circuit of a key write control circuit 8 according to the first embodiment of the present invention.

【図3】本発明の実施例1における、キー書き込み制御
回路8の動作のチャート図である。
FIG. 3 is a chart of an operation of the key write control circuit 8 according to the first embodiment of the present invention.

【図4】本発明の実施例2における、キー取り出し装置
を示す構成図である。
FIG. 4 is a configuration diagram showing a key extracting device according to a second embodiment of the present invention.

【図5】本発明の実施例2における、キー書き込み制御
回路8の内部回路を示す図である。
FIG. 5 is a diagram showing an internal circuit of a key write control circuit 8 in Embodiment 2 of the present invention.

【図6】本発明の実施例4における、アドレスメモリを
アドレスごとにばらばらに設定した場合のキー書き込み
制御回路8の内部回路を示す図である。
FIG. 6 is a diagram showing an internal circuit of a key write control circuit 8 when an address memory is set to be different for each address according to a fourth embodiment of the present invention.

【図7】本発明の実施例5における、キー部分のキーメ
モリにセットする順番が任意であるような場合のキー書
き込み制御回路8の内部回路を示す図である。
FIG. 7 is a diagram showing an internal circuit of a key write control circuit 8 in a case where a key portion of a key portion is set in an arbitrary order in a fifth embodiment of the present invention.

【図8】本発明の実施例6における、キー書き込みアド
レスメモリ101をキー部分の数に対応させて、複数設
けた場合のキー書き込み制御回路8の内部回路を示す図
である。
FIG. 8 is a diagram showing an internal circuit of a key write control circuit 8 in the case where a plurality of key write address memories 101 are provided in correspondence with the number of key portions in the sixth embodiment of the present invention.

【図9】本発明の実施例7における、キー取り出し装置
を示す構成図である。
FIG. 9 is a configuration diagram showing a key extracting device according to a seventh embodiment of the present invention.

【図10】本発明の実施例8における、キー取り出し装
置を示す構成図である。
FIG. 10 is a configuration diagram showing a key extracting device according to an eighth embodiment of the present invention.

【図11】本発明の実施例9における、キー取り出し装
置を示す構成図である。
FIG. 11 is a configuration diagram showing a key extracting device according to a ninth embodiment of the present invention.

【図12】本発明の実施例10における、キー取り出し
装置を示す構成図である。
FIG. 12 is a configuration diagram showing a key extracting device according to a tenth embodiment of the present invention.

【図13】本発明の実施例12における、キー取り出し
装置を示す構成図である。
FIG. 13 is a configuration diagram showing a key extracting device according to a twelfth embodiment of the present invention.

【図14】本発明の実施例13における、キー取り出し
装置を示す構成図である。
FIG. 14 is a configuration diagram showing a key extracting device according to a thirteenth embodiment of the present invention.

【図15】本発明の実施例14における、キー取り出し
装置を示す構成図である。
FIG. 15 is a configuration diagram showing a key extracting device according to a fourteenth embodiment of the present invention.

【図16】従来のキー取り出し装置を示す構成図であ
る。
FIG. 16 is a configuration diagram showing a conventional key extraction device.

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

1 主記憶装置 2 キー取り出し装置のデータ入力部 3 データ書き込み制御回路 4 データ書き込みタイミング信号 5 データメモリ 6 プロセッサ 7 キーメモリ 8 キー書き込み制御回路 9 キー書き込みタイミング信号 81 レコード長レジスタ 82 キー先頭相対アドレスレジスタ 83 キー終了相対アドレスレジスタ 84 レコード内データ相対アドレスカウンタ 85 コンパレータ 86 フリップフロップ 87 コンパレータ 88 フリップフロップ 89 アンドゲート 90 コンパレータ 91 リセット信号 92 キー終了を示す一致信号 93 キーアドレスカウンタ回路 94 フリップフロップリセット信号 95 キーアドレス出力信号 96 複数キー先頭相対アドレスレジスタ 97 複数キー終了相対アドレスレジスタ 100 キー書き込みアドレス信号 101 キー書き込みアドレスメモリ 110 入力レジスタ 111 レジスタ 112 比較器 113 フリップフロップ 114 一致信号 115 アンドゲート 116 リセット回路 117 リセット信号 120 セレクタ 121 カウンタ 122 アップダウン選択部 123 遅延回路 124 2クロック遅延信号 125 1クロック遅延信号 130 レジスタ 1 main memory 2 data input part of key extraction device 3 data writing control circuit 4 data writing timing signal 5 data memory 6 processor 7 key memory 8 key writing control circuit 9 key writing timing signal 81 record length register 82 key start relative address register 83 key end relative address register 84 in-record data relative address counter 85 comparator 86 flip flop 87 comparator 88 flip flop 89 AND gate 90 comparator 91 reset signal 92 key end match signal 93 key address counter circuit 94 flip flop reset signal 95 key address Output signal 96 Multiple key start relative address register 97 Multiple key end relative address register 100 Key write Address signal 101 Key write address memory 110 Input register 111 Register 112 Comparator 113 Flip-flop 114 Match signal 115 AND gate 116 Reset circuit 117 Reset signal 120 Selector 121 Counter 122 Up / Down selector 123 Delay circuit 124 2 clock Delay signal 125 1 clock Delayed signal 130 register

Claims (20)

【特許請求の範囲】[Claims] 【請求項1】 データを入力し、データに存在するキー
部分を取り出すキー取り出し装置において、以下の要素
を有するキー取り出し装置 (a)データを入力するデータ入力手段、(b)キー部
分を記憶するキー記憶手段、(c)データ入力手段によ
るデータの入力と並行して、キー部分をデータから取り
出し、キー記憶手段に書き込むキー書き込み手段。
1. A key extracting device for inputting data and extracting a key portion existing in the data, the key extracting device having the following elements: (a) data input means for inputting data; and (b) storing a key portion. Key storage means, (c) Key writing means for taking out a key portion from the data and writing it in the key storage means in parallel with the data input by the data input means.
【請求項2】 上記キー取り出し装置は、さらに、以下
の要素を有することを特徴とする請求項1記載のキー取
り出し装置 (a)データを記憶するデータ記憶手段、(b)上記デ
ータ入力手段によるデータの入力と並行して、データを
上記データ記憶手段に書き込むデータ書き込み手段。
2. The key extracting device according to claim 1, further comprising: (a) data storing means for storing data; and (b) the data inputting means. Data writing means for writing data to the data storage means in parallel with data input.
【請求項3】 上記データ入力手段は、データとして、
あらかじめ定められたキー位置にキー部分を有する複数
の固定長のレコードを入力し、上記キー書き込み手段
は、上記データ入力手段が入力する各レコードからキー
部分を取り出してキー記憶手段に記憶することを特徴と
する請求項1又は2記載のキー取り出し装置。
3. The data input means, as data,
Inputting a plurality of fixed-length records having a key portion at a predetermined key position, and the key writing means extracts the key portion from each record input by the data input means and stores it in the key storage means. The key extracting device according to claim 1 or 2, characterized in that
【請求項4】 上記キー書き込み手段は、(a)上記キ
ー位置を記憶するキー位置記憶手段と、(b)上記デー
タ入力手段により入力されるレコードのデータ位置をカ
ウントするカウント手段と、(c)上記キー位置記憶手
段に記憶されたキー位置と、上記カウント手段がカウン
トするデータ位置を比較する比較手段と、(d)上記比
較手段による比較結果に基づいて、上記キー記憶手段に
対してデータの書き込みを指示するタイミング信号を出
力するシグナル手段とを有することを特徴とする請求項
3記載のキー取り出し装置。
4. The key writing means comprises: (a) a key position storage means for storing the key position; (b) a counting means for counting the data position of a record input by the data input means; and (c) ) Comparing means for comparing the key position stored in the key position storing means with the data position counted by the counting means, and (d) data for the key storing means based on the comparison result by the comparing means. 4. A key extracting device according to claim 3, further comprising a signal means for outputting a timing signal for instructing writing of the key.
【請求項5】 上記キー書き込み手段は、さらにレコー
ド長を記憶して、上記カウント手段によるデータ位置が
レコード長に達した場合、キー書き込み手段をリセット
するリセット手段を有することを特徴とする請求項4記
載のキー取り出し装置。
5. The key writing means further comprises a reset means for storing the record length and resetting the key writing means when the data position by the counting means reaches the record length. 4. The key extraction device described in 4.
【請求項6】 上記キー位置記憶手段は、レコードの先
頭からキー位置までの相対アドレスをキー位置として記
憶し、上記カウント手段はレコードの先頭から現在入力
されているデータまでの相対アドレスをデータ位置とし
てカウントすることを特徴とする請求項4又は5記載の
キー取り出し装置。
6. The key position storage means stores a relative address from the head of the record to the key position as a key position, and the counting means stores the relative address from the head of the record to the currently input data as the data position. 6. The key extracting device according to claim 4, wherein the key extracting device counts as.
【請求項7】 上記キー位置記憶手段はキー位置として
キー部分の先頭位置と終了位置を記憶することを特徴と
する請求項4、5又は6記載のキー取り出し装置。
7. The key extracting device according to claim 4, 5 or 6, wherein said key position storing means stores a leading position and an ending position of a key portion as key positions.
【請求項8】 上記データ入力手段が入力するレコード
は複数のキー部分を有しており、上記キー位置記憶手段
は複数のキー位置を記憶することを特徴とする請求項4
又は5記載のキー取り出し装置。
8. The record input by the data input means has a plurality of key portions, and the key position storage means stores a plurality of key positions.
Alternatively, the key extraction device described in item 5.
【請求項9】 上記キー書き込み手段は、さらに、キー
位置記憶手段に記憶された複数のキー部分のそれぞれに
対応してキー記憶手段のキー部分を書き込むキー書き込
み位置を記憶するキー書き込み位置メモリ手段を有し、
上記シグナル手段は、タイミング信号を出力する場合
に、上記キー書き込み位置メモリ手段に記憶された複数
のキー書き込み位置の中から、キー記憶手段に記憶する
キー部分に対応するキー書き込み位置を選択してキー記
憶手段に出力することを特徴とする請求項8記載のキー
取り出し装置。
9. The key writing means further comprises a key writing position memory means for storing a key writing position for writing the key portion of the key storing means corresponding to each of the plurality of key portions stored in the key position storing means. Have
When outputting the timing signal, the signal means selects a key writing position corresponding to a key portion to be stored in the key storing means from the plurality of key writing positions stored in the key writing position memory means. 9. The key extracting device according to claim 8, which outputs the data to a key storage means.
【請求項10】 上記比較手段は、上記キー位置記憶手
段により記憶したキー位置と上記カウント手段によりカ
ウントされるデータ位置を比較する比較器と、上記比較
器の比較結果を保持する保持手段を有し、上記シグナル
手段は、データ入力手段によるデータ入力のタイミング
で、上記保持手段に保持した比較結果をタイミング信号
としてキー記憶手段に出力することを特徴とする請求項
4、5、6、7、8又は9記載のキー取り出し装置。
10. The comparison means has a comparator for comparing the key position stored by the key position storage means with the data position counted by the counting means, and holding means for holding the comparison result of the comparator. 7. The signal means outputs the comparison result held in the holding means to the key storage means as a timing signal at the timing of data input by the data input means. Key removal device according to item 8 or 9.
【請求項11】 上記キー取り出し装置は、更に、デー
タ入力手段が入力するデータを所定のデータと比較する
比較手段を有し、上記比較手段の比較結果に基づいて上
記キー書き込み手段によるキー記憶手段へのキー部分の
書き込みを中止するキー書き込み中止手段を備えたこと
を特徴とする請求項3記載のキー取り出し装置。
11. The key extracting device further comprises a comparing device for comparing the data input by the data input device with predetermined data, and the key storing device by the key writing device based on the comparison result of the comparing device. 4. The key extracting device according to claim 3, further comprising a key writing stopping means for stopping writing of the key portion to the key writing device.
【請求項12】 上記キー取り出し装置は、更に、キー
書き込み手段がキー部分をキー記憶手段に書き込む場合
に、キー部分を取り出したレコードの識別子をキー部分
とともに、記憶する識別子記憶手段を備えたことを特徴
とする請求項3記載のキー取り出し装置。
12. The key extracting device further comprises an identifier storing means for storing the identifier of the record from which the key portion is extracted together with the key portion when the key writing means writes the key portion in the key storing means. The key extracting device according to claim 3, wherein
【請求項13】 上記請求項1、2又は3記載のキー取
り出し装置を有し、さらに上記キー記憶手段に記憶され
たキー部分をソートするソート手段を有することを特徴
とするソート処理装置。
13. A sort processing device, comprising the key extracting device according to claim 1, 2 or 3, and further comprising a sorting means for sorting the key portions stored in the key storage means.
【請求項14】 上記請求項1、2又は3記載のキー取
り出し装置を有し、さらに、上記キー記憶手段に記憶さ
れたキー部分を新たなファイルとしてアクセスするアク
セス手段を有することを特徴とするデータベース処理装
置。
14. The key extracting device according to claim 1, 2 or 3, further comprising access means for accessing the key portion stored in the key storage means as a new file. Database processing unit.
【請求項15】 以下の工程を有するキー取り出し方法 (a)データを順次入力するデータ入力工程、(b)上
記データ入力工程により順次入力されるデータがキー部
分であるかを上記データ入力工程により入力するデータ
の入力時に判定する判定工程、(c)上記判定工程の判
定結果に基づいて、上記キー部分であると判定されたデ
ータを上記データ入力工程により入力するデータの入力
時に取り出す抽出工程。
15. A key extraction method having the following steps: (a) a data input step of sequentially inputting data, and (b) whether or not the data sequentially input by the data input step is a key portion by the data input step. A determination step of determining when inputting data, (c) an extraction step of extracting data determined to be the key portion based on the determination result of the determination step when inputting data to be input in the data input step.
【請求項16】 上記キー取り出し方法は、さらに、前
もってデータ中のキー部分が存在するキー位置を記憶す
るキー位置記憶工程を有し、上記判定工程は、上記キー
位置記憶工程により記憶されたキー位置を用いて、順位
入力されるデータからキー部分を判定することを特徴と
する請求項13記載のキー取り出し方法。
16. The key extracting method further includes a key position storing step of storing a key position where a key portion in the data exists in advance, and the determining step includes the key stored in the key position storing step. 14. The key extracting method according to claim 13, wherein the key portion is determined from the data input in order using the position.
【請求項17】 上記キー取り出し方法は、さらに、上
記データ入力工程と判定工程と抽出工程を繰り返して複
数のキー部分を取り出す繰り返し工程を有することを特
徴とする請求項13又は14記載のキー取り出し方法。
17. The key extracting method according to claim 13, further comprising a repeating step of repeating the data input step, the determining step, and the extracting step to extract a plurality of key portions. Method.
【請求項18】 上記キー取り出し方法は、さらに、上
記繰り返し工程により上記抽出工程がキー部分を取り出
す時に、取り出したキー部分を記憶するためのキー記憶
位置を出力するキー記憶位置出力工程を有することを特
徴とする請求項15記載のキー取り出し方法。
18. The key extracting method further comprises a key storage position outputting step of outputting a key storage position for storing the extracted key portion when the extracting step extracts the key portion by the repeating step. 16. The key extracting method according to claim 15, wherein:
【請求項19】 上記キー取り出し方法は、さらに、上
記データ入力工程が順次入力するデータを所定の長さの
レコードに区切り、各レコードの区切りで上記データ入
力工程と判定工程と抽出工程をリセットするリセット工
程を有することを特徴とする請求項13、14又は15
記載のキー取り出し方法。
19. The key extracting method further divides the data sequentially input by the data input step into records of a predetermined length, and resets the data input step, the determination step, and the extraction step at each record division. 16. The method according to claim 13, 14 or 15, further comprising a reset step.
The key removal method described.
【請求項20】 上記キー取り出し方法は、さらに、デ
ータ入力工程により入力したデータを記憶するデータ記
憶工程を有することを特徴とする請求項13、14、1
5又は16記載のキー取り出し方法。
20. The key extracting method further comprises a data storing step of storing the data input in the data input step.
The key removal method described in 5 or 16.
JP5186384A 1992-09-22 1993-07-28 Key retrieval device, key retrieval method, sort processing device, and database processing device Expired - Fee Related JP2991007B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5186384A JP2991007B2 (en) 1992-09-22 1993-07-28 Key retrieval device, key retrieval method, sort processing device, and database processing device

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP4-252742 1992-09-22
JP25274292 1992-09-22
JP5186384A JP2991007B2 (en) 1992-09-22 1993-07-28 Key retrieval device, key retrieval method, sort processing device, and database processing device

Publications (2)

Publication Number Publication Date
JPH06161709A true JPH06161709A (en) 1994-06-10
JP2991007B2 JP2991007B2 (en) 1999-12-20

Family

ID=26503732

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5186384A Expired - Fee Related JP2991007B2 (en) 1992-09-22 1993-07-28 Key retrieval device, key retrieval method, sort processing device, and database processing device

Country Status (1)

Country Link
JP (1) JP2991007B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7640376B2 (en) 2005-12-26 2009-12-29 Fujitsu Limited Method apparatus and computer programming product for direct memory access(DMA) technique on sequentially stored data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01276224A (en) * 1988-04-27 1989-11-06 Nippon Telegr & Teleph Corp <Ntt> Data counter
JPH02122328A (en) * 1988-10-31 1990-05-10 Nec Corp File preparation system
JPH0397027A (en) * 1989-09-08 1991-04-23 Casio Comput Co Ltd Data sorter

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01276224A (en) * 1988-04-27 1989-11-06 Nippon Telegr & Teleph Corp <Ntt> Data counter
JPH02122328A (en) * 1988-10-31 1990-05-10 Nec Corp File preparation system
JPH0397027A (en) * 1989-09-08 1991-04-23 Casio Comput Co Ltd Data sorter

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7640376B2 (en) 2005-12-26 2009-12-29 Fujitsu Limited Method apparatus and computer programming product for direct memory access(DMA) technique on sequentially stored data

Also Published As

Publication number Publication date
JP2991007B2 (en) 1999-12-20

Similar Documents

Publication Publication Date Title
US5586292A (en) Data processing method using record division storing scheme and apparatus therefor
JP2986865B2 (en) Data search method and device
JP2991007B2 (en) Key retrieval device, key retrieval method, sort processing device, and database processing device
US5581751A (en) Key extraction apparatus and a key extraction method
JPH0752451B2 (en) Information retrieval device
JP2615046B2 (en) Record addition processing method
JPH0383147A (en) Semiconductor recorder
JPH01129324A (en) Data retrieving device
RU2037215C1 (en) Storage device
JPH043251A (en) Method and processor for retrieving document
JPS59133659A (en) Address storage control system
JPS59133641A (en) Information retrieving device
JP2002157151A (en) Data management device
JPH04250568A (en) Record retrieval device
JPS60196844A (en) Retrieving device of information
JPH05173742A (en) Message data managing system
JPH0447346A (en) Decentraiized file processing system
JPH10187516A (en) Method, device for electronic filing and storage medium
JPH054692B2 (en)
JPH03196260A (en) Full sentence retrieving device
JPS63220321A (en) Data retrieving system
JPH05165891A (en) Data registration/retrieval system of data base
JPH0516607B2 (en)
JPH02287641A (en) Access control system for direct organizing file
JPH0370826B2 (en)

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees