JPH05128050A - Method for data retrieval control in electronic computer system - Google Patents

Method for data retrieval control in electronic computer system

Info

Publication number
JPH05128050A
JPH05128050A JP3287637A JP28763791A JPH05128050A JP H05128050 A JPH05128050 A JP H05128050A JP 3287637 A JP3287637 A JP 3287637A JP 28763791 A JP28763791 A JP 28763791A JP H05128050 A JPH05128050 A JP H05128050A
Authority
JP
Japan
Prior art keywords
data
search
disk
stored
retrieval
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
JP3287637A
Other languages
Japanese (ja)
Inventor
Noboru Kinoshita
登 木下
Shoshichi Munakata
昭七 宗像
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP3287637A priority Critical patent/JPH05128050A/en
Publication of JPH05128050A publication Critical patent/JPH05128050A/en
Pending legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)
  • Memory System (AREA)

Abstract

PURPOSE:To prevent a system from being reduced in its performance by using retrieval information stored in a main storage device and retrieving objective data by using a DMA transfer function and a data retrieving function provided in a disk controller. CONSTITUTION:A microprocessor 301 in the disk control device 3 receives a retrieval command from a processor 1 through a system bus A. In this case, the processor 301 reads out a retrieving character string from a main memory 2 by DMA transfer and stores the read contents in a buffer memory 304. Then the processor 301 reads out file management information stored in a resident table 201 from its leading address to a data transfer buffer 303 by means of DMA transfer. A data retrieving circuit 305 compares the read information with the retrieving character string stored in the memory 304. After ending the retrieval, the processor 301 generates a retrieval result based upon the end state stored in the circuit 305, writes the retrieval result in the end parameter area of a control parameter stored in the main memory 2 by the DMA, and reports the end.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は電子計算機システムにお
けるデ−タ検索制御方法にかかり、特に主記憶装置上に
ディスク装置内の検索情報(ファイル管理情報)を常駐
して使用する電子計算機システムにおいて、電子計算機
システムの処理能力を向上させるのに好適な電子計算機
システムにおけるデ−タ検索制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data search control method in an electronic computer system, and more particularly to an electronic computer system in which search information (file management information) in a disk device is resident in a main memory and used. The present invention relates to a data search control method in an electronic computer system suitable for improving the processing capacity of the electronic computer system.

【0002】[0002]

【従来の技術】従来の電子計算機システムにおけるデ−
タ検索制御方法としては、例えば特開昭56−2976
0号公報に開示されているように、ディスク制御装置が
上位装置のプログラムによって指定された情報に基づい
て、ディスク装置内のデ−タ検索を行なうものが知られ
ている。
2. Description of the Related Art Data in a conventional computer system
As a data retrieval control method, for example, JP-A-56-2976
As disclosed in Japanese Patent Laid-Open No. 0, the disk control device is known to perform data search in the disk device based on the information specified by the program of the host device.

【0003】[0003]

【発明が解決しようとする課題】近年、システム性能の
向上を目的としてディスク装置内のアクセス頻度の高い
検索情報をあらかじめ主記憶装置上に読み出し、主記憶
装置上に読み出された検索情報を使用する計算機システ
ムが増加している。
In recent years, for the purpose of improving the system performance, search information with a high access frequency in a disk device is preliminarily read in the main storage device and the search information read in the main storage device is used. The number of computer systems that do this is increasing.

【0004】上記従来技術においては、検索の対象とな
るエリアがディスク装置の記憶領域であるため、主記憶
装置上に読み出されている検索情報に基づいて目的のフ
ァイルを検索するためには、プログラムにより主記憶装
置内の検索情報の比較操作を行うか又は再度ディスク装
置をアクセスして文字列検索を行なう必要があり、シス
テム全体の処理能力が低下するという問題点がある。
In the above prior art, since the area to be searched is the storage area of the disk device, in order to search for the target file based on the search information read on the main storage device, It is necessary to perform a comparison operation of the search information in the main storage device by the program or to access the disk device again to perform the character string search, which causes a problem that the processing capacity of the entire system is lowered.

【0005】本発明は、上記した従来技術の問題点に鑑
み成されたもので、主記憶装置上に読み出されている検
索情報を用い、かつディスク制御装置が有するDMA転
送機能とデ−タ検索機能を使用して目的のデータを検索
することにより、システムの性能低下の防止を実現する
ことにある。
The present invention has been made in view of the above-mentioned problems of the prior art, and uses the search information read in the main storage device and has a DMA transfer function and data which the disk control device has. By searching for the target data using the search function, it is intended to prevent the system performance from deteriorating.

【0006】[0006]

【課題を解決するための手段】本発明の電子計算機シス
テムにおけるデータ検索制御方法は、処理装置と、主記
憶装置と、DMA転送機能およびデータ検索機能を有す
るディスク制御装置と、ディスク装置とから構成され、
主記憶装置にディスク装置の検索情報を格納している電
子計算機システムに適用されるものであり、主記憶装置
に格納されている検索情報をディスク制御装置のDMA
転送機能を用いてディスク制御装置内に取り込み、ディ
スク制御装置のデータ検索機能を用いて取り込んだ検索
情報から目的の情報を検索することを特徴としている。
A data search control method in an electronic computer system according to the present invention comprises a processing device, a main storage device, a disk control device having a DMA transfer function and a data search function, and a disk device. Was
It is applied to an electronic computer system that stores search information of a disk device in the main storage device, and the search information stored in the main storage device is transferred to the DMA of the disk control device.
A feature is that the target information is retrieved from the retrieval information retrieved by using the data retrieval function of the disc controller by taking it into the disc controller using the transfer function.

【0007】[0007]

【作用】本発明によれば、ディスク制御装置が有してい
るDMA転送機能によって、主記憶装置上に格納された
検索情報がディスク制御装置内に取り込まれ、かつディ
スク制御装置のデータ検索機能を用いて取り込んだ検索
情報から目的の情報が検索される。
According to the present invention, by the DMA transfer function of the disk controller, the search information stored in the main memory is taken into the disk controller and the data searching function of the disk controller is realized. The target information is retrieved from the retrieved retrieval information.

【0008】したがって、処理装置のプログラムにより
主記憶装置内の検索情報の比較操作を行う必要がなく、
またディスク装置をアクセスして文字列検索を行なう必
要がないため、システム全体の処理能力の向上を図るこ
とが可能になる。
Therefore, it is not necessary to perform a comparison operation of the search information in the main storage device by the program of the processing device,
Further, since it is not necessary to access the disk device to search for a character string, it is possible to improve the processing capacity of the entire system.

【0009】[0009]

【実施例】以下添付の図面に示す実施例により、さらに
詳細に本発明について説明する。図1は、本発明にかか
る電子計算機システムの一実施例を示すブロック図であ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in more detail with reference to the embodiments shown in the accompanying drawings. FIG. 1 is a block diagram showing an embodiment of an electronic computer system according to the present invention.

【0010】図1に示すように、処理装置1と主メモリ
2とディスク制御装置3は、互いにシステムバスAを介
して接続されている。また、ディスク制御装置3とディ
スク装置4は、ディスクインターフェイスEを介して接
続されている。ディスク制御装置3は、図示するよう
に、マイクロプロセッサ301と、システムバス制御回
路302と、データ転送バッファ303と、バッファメ
モリ304と、データ検索回路305と、起動レジスタ
306と、制御メモリ307と、セレクタ308と、デ
ィスクインターフェイス回路309と、マイクロプログ
ラムメモリ310と、マイクロプロセッサバスBとから
構成されている。また、磁気ディスク装置4の記憶領域
は、ファイル管理情報領域401とデ−タ領域402に
大別されている。
As shown in FIG. 1, the processing device 1, the main memory 2 and the disk control device 3 are connected to each other via a system bus A. The disk control device 3 and the disk device 4 are connected via a disk interface E. As shown in the figure, the disk control device 3 includes a microprocessor 301, a system bus control circuit 302, a data transfer buffer 303, a buffer memory 304, a data search circuit 305, a start register 306, a control memory 307, It is composed of a selector 308, a disk interface circuit 309, a micro program memory 310, and a microprocessor bus B. The storage area of the magnetic disk device 4 is roughly divided into a file management information area 401 and a data area 402.

【0011】処理装置1を動作させるプログラムは、図
示していないが、主メモリ2内に格納されている。この
プログラムは、システム立ち上げ時において、磁気ディ
スク装置4のファイル管理情報領域401に格納されて
いるファイル管理情報5を読み出し、読み出されたファ
イル管理情報5はディスクインターフェイスEとディス
クインターフェイス制御回路309とデータ転送バッフ
ァ303とシステムバスAとを介して主メモリ2内の常
駐テ−ブル201に格納される。この他に、主メモリ2
には、ディスク装置4内のデータ領域に格納されたファ
イルのファイル名称が格納されている。
A program for operating the processing device 1 is stored in the main memory 2 although not shown. This program reads the file management information 5 stored in the file management information area 401 of the magnetic disk device 4 when the system is started up, and the read file management information 5 is the disk interface E and the disk interface control circuit 309. It is stored in the resident table 201 in the main memory 2 via the data transfer buffer 303 and the system bus A. Besides this, main memory 2
The file name of the file stored in the data area in the disk device 4 is stored in.

【0012】図2はファイル管理情報領域401に格納
されているファイル管理情報5のフォ−マットを示す図
である。ファイル管理情報5は、図示するように複数の
ブロックから構成され、各ブロックは複数のレコードか
ら構成され、1レコードはファイル名称501、格納開
始位置(磁気ディスク装置4のデータ領域の位置)50
2、ファイルサイズ503、その他管理情報504から
構成されている。磁気ディスク装置4内のデ−タ領域4
02に格納されているファイルをアクセスする場合に
は、ファイル名称501をキ−ワ−ドとして、主メモリ
2内の常駐テーブル201に格納された上記ファイル管
理情報5の検索を行ない、格納開始位置502の算出を
行なう。このため、処理装置1は、図3に示すフォ−マ
ットの制御パラメ−タ6を主メモリ2上に準備する。
FIG. 2 is a diagram showing the format of the file management information 5 stored in the file management information area 401. The file management information 5 is composed of a plurality of blocks as shown in the figure, each block is composed of a plurality of records, and one record is a file name 501 and a storage start position (position of the data area of the magnetic disk device 4) 50.
2, file size 503, and other management information 504. Data area 4 in magnetic disk device 4
When accessing the file stored in No. 02, the file name 501 is used as a keyword to search the file management information 5 stored in the resident table 201 in the main memory 2, and the storage start position 502 is calculated. Therefore, the processor 1 prepares the control parameters 6 of the format shown in FIG. 3 on the main memory 2.

【0013】図3に示すように、制御パラメータ6は、
起動パラメータ600と終了パラメータ610とから構
成されている。起動パラメータ600は、コマンドコー
ド601と、検索対象のファイル名称を格納している主
メモリ2における先頭アドレスを示す検索データ先頭メ
モリアドレス602と、常駐テーブル201の先頭アド
レスである常駐テーブル先頭メモリアドレス603と、
レコード長604と、検索を実行するブロック数605
とから構成されている。また、終了パラメータ610
は、検索終了後に検索結果等を書き込むもので、目的フ
ァイルの有無を示す検索結果611と、検索が行われた
ブロック数を示す処理ブロック数(目的ファイルが存在
した場合には、当該ファイルの存在するブロック番号に
相当する)と、目的ファイルがブロック内に存在した場
合におけるブロック内のレコード位置を示すブロック内
レコード位置613とから構成されている。
As shown in FIG. 3, the control parameter 6 is
It is composed of a start parameter 600 and an end parameter 610. The start parameter 600 includes a command code 601, a search data start memory address 602 indicating the start address in the main memory 2 storing the file name of the search target, and a resident table start memory address 603 which is the start address of the resident table 201. When,
Record length 604 and number of blocks to execute search 605
It consists of and. Also, the end parameter 610
Is for writing the search result and the like after the end of the search. The search result 611 indicating the presence or absence of the target file and the number of processing blocks indicating the number of blocks searched (if the target file exists, the existence of the target file exists). Corresponding to the block number) and an in-block record position 613 indicating a record position in the block when the target file exists in the block.

【0014】次に、本発明の動作について説明する。処
理装置1は、図3に示す制御パラメ−タ6を主メモリ2
上に準備した後、制御パラメータ6の常駐テーブル先頭
メモリアドレス603を起動レジスタ302に格納し、
検索動作を起動する。
Next, the operation of the present invention will be described. The processor 1 uses the control parameters 6 shown in FIG.
After the above preparation, the resident table top memory address 603 of the control parameter 6 is stored in the start register 302,
Invokes the search operation.

【0015】ディスク制御装置3内のマイクロプロセッ
サ301は、処理装置1から出力される起動検出信号C
を起動レジスタ302を介して受けて起動を検出する
と、システムバス制御回路302とデ−タ転送バッファ
303を使用して、主メモリ2上の制御パラメ−タ6を
DMA転送により制御メモリ307に取り込む。次に、
マイクロプロセッサ301は、制御メモリ307に格納
されたコマンドコ−ド601を解析して検索指示である
ことを認識すると、システムバス制御回路302とデ−
タ転送バッファ303を使用して、主メモリ2上の検索
デ−タ先頭メモリアドレス602をアクセスして、目的
のファイル名称を示す検索文字列をバッファメモリ30
4に取り込む。
The microprocessor 301 in the disk controller 3 receives the activation detection signal C output from the processor 1.
When the activation is received through the activation register 302 and activation is detected, the control parameter 6 on the main memory 2 is fetched into the control memory 307 by DMA transfer using the system bus control circuit 302 and the data transfer buffer 303. .. next,
When the microprocessor 301 analyzes the command code 601 stored in the control memory 307 and recognizes that it is a search instruction, the microprocessor 301 communicates with the system bus control circuit 302 and the data.
The search data start memory address 602 on the main memory 2 is accessed using the data transfer buffer 303, and the search character string indicating the target file name is stored in the buffer memory 30.
Take in 4.

【0016】次に、マイクロプロセッサ301は、シス
テムバス制御回路302とデ−タ転送バッファ303と
デ−タ比較回路305とを使用して、主メモリ2上の常
駐テ−ブル201をDMA転送により取り込み、バッフ
ァメモリ304内に取り込み済のファイル名称(検索文
字列)と比較して検索を行なう。マイクロプロセッサ3
01は、上記検索処理の間、セレクタ308がデータ転
送バッファ303から入力されたデータを出力するよう
に制御する。
Next, the microprocessor 301 uses the system bus control circuit 302, the data transfer buffer 303 and the data comparison circuit 305 to transfer the resident table 201 on the main memory 2 by DMA transfer. The file name (search character string) that has been fetched and fetched in the buffer memory 304 is compared and a search is performed. Microprocessor 3
01 controls the selector 308 to output the data input from the data transfer buffer 303 during the search processing.

【0017】データ検索回路305は、上記検索動作に
よって目的のファイル名称を発見した場合、または図3
に示すブロック数604だけ検索処理を行った場合、動
作終了信号Dを出力する。
The data search circuit 305 finds the target file name by the above search operation, or
When the search processing is performed for the number of blocks 604 shown in, the operation end signal D is output.

【0018】マイクロプロセッサ301は、検索動作終
了信号Dにより検索動作の終了を検出すると、デ−タ検
索回路305内に保持されている終了状態から検索結果
を作成し、システムバス制御回路302とデ−タ転送バ
ッファ303を使用して、主メモリ2上の終了パラメ−
タ610の検索結果611と処理ブロック数612とブ
ロック内レコード位置613にDMA転送により書き込
みを行う。その後、マイクロプロセッサ301は処理装
置1のプログラムに終了報告をする。
When the end of the search operation is detected by the search operation end signal D, the microprocessor 301 creates a search result from the end state held in the data search circuit 305, and the system bus control circuit 302 and data -Using the data transfer buffer 303, the end parameter on the main memory 2
The search result 611 of the data 610, the number of processed blocks 612, and the in-block record position 613 are written by DMA transfer. After that, the microprocessor 301 reports the end to the program of the processing device 1.

【0019】処理装置1のプログラムはディスク制御装
置3からの終了報告を検出すると、終了パラメ−タ61
0の検索結果611と処理ブロック数612とブロック
内レコ−ド位置613とから、ディスク装置4のデータ
領域402におけるファイルの格納位置を算出し、目的
とするファイルのアクセスを行なう。
When the program of the processing unit 1 detects the end report from the disk control unit 3, the end parameter 61 is sent.
The storage position of the file in the data area 402 of the disk device 4 is calculated from the search result 611 of 0, the number of processed blocks 612, and the in-block record position 613, and the target file is accessed.

【0020】ディスク制御装置3内のセレクタ308
は、デ−タ検索回路305への一方の入力デ−タを主メ
モリ2からの読み出しデ−タとするか、または磁気ディ
スク装置4からの読みだしデ−タとするかを選択するも
のであり、マイクロプロセッサ301により制御され
る。これはシステム構成上の制限等により磁気ディスク
装置4内のファイル管理情報領域401に格納されてい
るファイル管理情報5の全てを主メモリ2内の常駐テ−
ブル201に格納することだできず、かつ常駐テ−ブル
201に対して検索動作を行った結果目的とするファイ
ルが見つからなかった場合、磁気ディスク装置4に格納
されている残りのファイル管理情報5について検索動作
を行ないファイルの格納位置を算出することを可能とす
るためである。
Selector 308 in the disk controller 3
Selects one of the input data to the data search circuit 305 as read data from the main memory 2 or read data from the magnetic disk device 4. Yes, and controlled by the microprocessor 301. This is because all the file management information 5 stored in the file management information area 401 in the magnetic disk device 4 is stored in the main memory 2 as a resident table in the main memory 2 due to system configuration restrictions or the like.
If the target file cannot be found as a result of performing the search operation on the resident table 201, the remaining file management information 5 stored in the magnetic disk device 4 cannot be stored. This is because it is possible to calculate the storage location of the file by performing a search operation for.

【0021】以上の説明から明らかなように、上記実施
例によれば、処理装置1は、例えばシステム上アクセス
頻度の高いファイル管理情報5をディスク装置4から読
み出し、主メモリ2の常駐テーブル201に格納してお
く。主メモリ2上に格納された前記ファイル管理情報5
に対して文字列(ファイル名称)の検索を行う場合、処
理装置1は検索対象文字列を格納している主メモリ先頭
アドレス、検索文字数、前記テ−ブルが格納されている
主メモリ先頭アドレス、主メモリ2上のフォ−マット情
報等をディスク制御装置3に対して指示して検索動作を
起動する。
As is apparent from the above description, according to the above-described embodiment, the processing device 1 reads, for example, the file management information 5 which is frequently accessed on the system from the disk device 4 and stores it in the resident table 201 of the main memory 2. Store it. The file management information 5 stored in the main memory 2
When a character string (file name) is searched for, the processing device 1 causes the main memory start address where the search target character string is stored, the number of search characters, the main memory start address where the table is stored, The disk controller 3 is instructed of the format information on the main memory 2 and the search operation is started.

【0022】ディスク制御装置3はプログラムから指示
された検索データ主メモリ先頭アドレス602から検索
を行う検索文字列をDMA転送によりディスク制御装置
内のバッファメモリ304に読み出し、さらに主メモリ
2に格納されたファイル管理情報5をDMA転送により
読み出しながら、上記バッファメモリ304の内容との
比較を行ない、その結果を処理装置1に報告する。
The disk controller 3 reads a search character string for searching from the search data main memory start address 602 designated by the program into the buffer memory 304 in the disk controller by DMA transfer, and further stores it in the main memory 2. While reading the file management information 5 by DMA transfer, the contents of the buffer memory 304 are compared, and the result is reported to the processing device 1.

【0023】処理装置1は、ディスク制御装置から報告
された検索結果にもとずき文字列の格納位置を算出す
る。これにより、主メモリ2上に読み出されたファイル
管理情報を使用した文字列検索をディスク制御装置のD
MA転送機能とデータ検索機能を用いて行なうことが可
能となり、文字列検索中はプログラムが他の処理を実行
することができるため、システムの性能低下の防止を図
ることができる。
The processing device 1 calculates the storage position of the character string based on the search result reported from the disk control device. As a result, the character string search using the file management information read on the main memory 2 is performed by the D of the disk controller.
This can be performed using the MA transfer function and the data search function, and the program can execute other processing during the character string search, so that it is possible to prevent the system performance from deteriorating.

【0024】[0024]

【発明の効果】本発明によれば、主記憶装置上にある情
報に対するデ−タ検索動作をプログラムとは別にDMA
転送機能を用いて行なうことができるので、ディスク装
置内の情報を主メモリに常駐するシステムにおいて、デ
−タ検索動作によるシステム全体の処理能力の低下を防
ぐことができる。
According to the present invention, the data search operation for the information in the main memory is performed by the DMA separately from the program.
Since the transfer function can be used, in a system in which the information in the disk device is resident in the main memory, it is possible to prevent a reduction in the processing capacity of the entire system due to the data search operation.

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

【図1】本発明を用いた計算機システムの一実施例の概
略構成を示すブロック図。
FIG. 1 is a block diagram showing a schematic configuration of an embodiment of a computer system using the present invention.

【図2】図1に示すディスク装置のファイル管理情報領
域にに記憶されているファイル管理情報のフォ−マット
を示す説明図。
2 is an explanatory diagram showing a format of file management information stored in a file management information area of the disk device shown in FIG. 1. FIG.

【図3】図1に示す主メモリに格納される制御パラメ−
タのフォ−マットの一例を示す説明図。
FIG. 3 is a control parameter stored in a main memory shown in FIG.
FIG. 4 is an explanatory view showing an example of a data format.

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

1…処理装置、2…主メモリ、3…ディスク制御装置、
4…ディスク装置、5…ファイル管理情報、6…制御パ
ラメ−タ、201…常駐テ−ブル、301…マイクロプ
ロセッサ、302…システムバス制御回路、303…デ
−タ転送バッファ、304…バッファメモリ、305…
デ−タ検索回路、306…起動レジスタ、307…制御
メモリ 、308…セレクタ、309…ディスクイン
タ−ファイス制御回路、310…マイクロプログラムメ
モリ、501…ファイル名称、502…格納開始位置、
503…ファイルサイズ、504…その他管理情報、6
00…起動パラメータ、601…コマンドコ−ド、60
2…検索デ−タ先頭メモリアドレス、603…常駐テ−
ブル先頭メモリアドレス、604…レコ−ド長、605
…ブロック数、610…終了パラメータ、611…検索
結果 、612…処理ブロック数、613…ブロック内
レコ−ド位置、A…システムバス、B…マイクロプロセ
ッサバス、C…起動検出信号、D…検索動作終了信号
、E…ディスクインタ−ファイス、
1 ... Processor, 2 ... Main memory, 3 ... Disk controller,
4 ... Disk device, 5 ... File management information, 6 ... Control parameter, 201 ... Resident table, 301 ... Microprocessor, 302 ... System bus control circuit, 303 ... Data transfer buffer, 304 ... Buffer memory, 305 ...
Data search circuit, 306 ... Startup register, 307 ... Control memory, 308 ... Selector, 309 ... Disk interface control circuit, 310 ... Micro program memory, 501 ... File name, 502 ... Storage start position,
503 ... File size, 504 ... Other management information, 6
00 ... Startup parameter, 601 ... Command code, 60
2 ... Search data top memory address, 603 ... Resident data
Bull head memory address, 604 ... Record length, 605
... Block number, 610 ... End parameter, 611 ... Search result, 612 ... Processing block number, 613 ... Record position in block, A ... System bus, B ... Microprocessor bus, C ... Start detection signal, D ... Search operation End signal, E ... Disk interface,

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】処理装置と、主記憶装置と、DMA転送機
能およびデータ検索機能を有するディスク制御装置と、
ディスク装置とから構成され、主記憶装置にディスク装
置の検索情報を格納している電子計算機システムにおい
て、 主記憶装置に格納されている検索情報をディスク制御装
置のDMA転送機能を用いてディスク制御装置内に取り
込み、ディスク制御装置のデータ検索機能を用いて取り
込んだ検索情報から目的のデータを検索することを特徴
とする電子計算機システムにおけるデ−タ検索制御方
法。
1. A processing device, a main storage device, and a disk control device having a DMA transfer function and a data search function,
In a computer system configured by a disk device and storing search information of the disk device in the main storage device, the search information stored in the main storage device is controlled by using the DMA transfer function of the disk control device. A data retrieval control method in an electronic computer system, characterized by retrieving target data from retrieval information captured in a disc and using a data retrieval function of a disk controller.
JP3287637A 1991-11-01 1991-11-01 Method for data retrieval control in electronic computer system Pending JPH05128050A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3287637A JPH05128050A (en) 1991-11-01 1991-11-01 Method for data retrieval control in electronic computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3287637A JPH05128050A (en) 1991-11-01 1991-11-01 Method for data retrieval control in electronic computer system

Publications (1)

Publication Number Publication Date
JPH05128050A true JPH05128050A (en) 1993-05-25

Family

ID=17719809

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3287637A Pending JPH05128050A (en) 1991-11-01 1991-11-01 Method for data retrieval control in electronic computer system

Country Status (1)

Country Link
JP (1) JPH05128050A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007179086A (en) * 2005-12-26 2007-07-12 Fujitsu Ltd Memory access device
US7430634B2 (en) 2004-12-10 2008-09-30 Fujitsu Limited Data transfer apparatus and data transfer method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7430634B2 (en) 2004-12-10 2008-09-30 Fujitsu Limited Data transfer apparatus and data transfer method
JP2007179086A (en) * 2005-12-26 2007-07-12 Fujitsu Ltd Memory access device

Similar Documents

Publication Publication Date Title
US5890208A (en) Command executing method for CD-ROM disk drive
US6151660A (en) Information recording/reproducing apparatus having segmented cache memory
JP3183993B2 (en) Disk control system
KR101422557B1 (en) Predictive data-loader
JPH04259048A (en) Pre-read data control system using statistic information
JPH05128050A (en) Method for data retrieval control in electronic computer system
US5170479A (en) File block managing system using next record header position data and delete history data from block header and record headers to locate requested record block
US6745300B1 (en) Magnetic disk device and disk access method therefor
JP3093657B2 (en) FBA-CKD conversion method
JP2792341B2 (en) Disk controller
JP2002091806A (en) Filing system
JP2001290607A (en) Command queuing control method for device driver and computer system
EP0727749A2 (en) Data search method
JP2747009B2 (en) Record addition method for indexed sequential files
JP2573577B2 (en) File access device
JPH0644300A (en) Information retrieving device
JP2938047B1 (en) Data buffering system
KR100688523B1 (en) Hard disk drive and method for reading data
JP2704138B2 (en) Control method of magnetic disk cache
JP3103209B2 (en) Image file device
JP2770837B2 (en) Access method of magnetic disk drive
JPH05274373A (en) Electronic filing device
JPH06149647A (en) Multi-media file managing system
JPH0535595A (en) Storage control method
JPH04308917A (en) Disk controller with cache