JPH04275675A - Data base processing system - Google Patents

Data base processing system

Info

Publication number
JPH04275675A
JPH04275675A JP3035792A JP3579291A JPH04275675A JP H04275675 A JPH04275675 A JP H04275675A JP 3035792 A JP3035792 A JP 3035792A JP 3579291 A JP3579291 A JP 3579291A JP H04275675 A JPH04275675 A JP H04275675A
Authority
JP
Japan
Prior art keywords
data
input
output
disk
stored
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
JP3035792A
Other languages
Japanese (ja)
Inventor
Hideo Takahashi
秀夫 高橋
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3035792A priority Critical patent/JPH04275675A/en
Publication of JPH04275675A publication Critical patent/JPH04275675A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To shorten the time for waiting the access of another input/output device so as to execute a data base processing to a data stored in one input/ output device concerning the external storage device of a computer system. CONSTITUTION:At an input/output sub system 31 composed of input/output devices 33 and 34 and an input/output controller 32 to execute data transfer with a host device 30, the objective data of the data base processing is stored in the first input/output device 33 equipped with a data base processing function 35, a data excepting for the objective data of the data base processing is stored in the second input/output device 34 and after the input/output controller 32 instructs the data base processing to the first input/output device 33, the second input/output device 34 is controlled.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は計算機システムの外部記
憶装置に係り、特に一つの入出力装置に格納されている
データの中から、上位装置が要求するレコードを選択す
るデータベース処理のために、他の入出力装置のアクセ
スが待たされる時間を短縮させるデータベース処理方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to external storage devices for computer systems, and in particular to database processing in which records requested by a host device are selected from data stored in one input/output device. The present invention relates to a database processing method that reduces the amount of time that other input/output devices have to wait for access.

【0002】近年、計算機システムの効率化のため、デ
ィスク装置に格納されている処理対象データの中から、
中央処理装置が必要とするレコードのみをディスク制御
装置において選択し、チャネル等の上位装置に転送する
ことを可能とするデータベースアシスト(Data B
ase Assist)(以後DBAと略す)の要求が
高まっている。
[0002] In recent years, in order to improve the efficiency of computer systems, from among the data to be processed stored in disk devices,
Database assist (DataB
There is an increasing demand for DBA (hereinafter abbreviated as DBA).

【0003】一般にディスク装置にはページ単位でデー
タが格納されており、1ページのデータは複数のレコー
ドで構成され、一つのレコードは複数のカラムで構成さ
れている。
[0003] Generally, data is stored in a disk device in units of pages, one page of data is made up of a plurality of records, and one record is made up of a plurality of columns.

【0004】そして、例えば、各レコードが氏名と年令
と住所という複数のカラムで構成されており、或る年令
層のレコードを抽出して処理するような場合、ディスク
制御装置で、この年令層のカラムを照合し、中央処理装
置が必要とする年令層のレコードのみ抽出して転送すれ
ば、上位装置は不要なレコードの転送を受領する必要が
無く、データ転送時間が短縮されると共に、レコードを
選択する時間が節減されるため、計算機システムの処理
効率が向上する。
[0004] For example, if each record is made up of multiple columns such as name, age, and address, and a record of a certain age group is to be extracted and processed, the disk control device If the age group column is collated and the central processing unit extracts and transfers only the records of the required age group, the higher-level device does not need to receive transfers of unnecessary records, reducing data transfer time. At the same time, the processing efficiency of the computer system is improved because the time for selecting records is saved.

【0005】しかし、DBAを備えたディスク制御装置
で、このようなデータベース処理を行う場合、DBAが
メモリにデータベース処理対象データを格納したディス
ク装置から大量のデータを転送させて、処理するために
、長時間一つのディスク装置が占有されるが、この間、
他のディスク装置に対するアクセスが待たされることの
ないようにする必要がある。
However, when performing such database processing with a disk control device equipped with a DBA, the DBA transfers a large amount of data from the disk device that stores the data to be processed in the memory in order to process it. One disk unit is occupied for a long time, but during this time,
It is necessary to ensure that access to other disk devices is not made to wait.

【0006】[0006]

【従来の技術】図4は従来技術の一例を説明するブロッ
ク図で、図5は各機能単位の詳細ブロック図である。
2. Description of the Related Art FIG. 4 is a block diagram illustrating an example of the prior art, and FIG. 5 is a detailed block diagram of each functional unit.

【0007】ディスク制御装置3は、複数の機能単位で
構成されており、チャネルアダプタ7と8は、図5(A
) に示す如き構成で、プロセッサ17は制御記憶18
に格納されたプログラムを読出して動作し、インタフェ
ース回路15を経て、チャネル1又は2からのスタート
I/O命令の受領と、チャネル1又は2との間のデータ
転送を行うと共に、共通バス制御回路16を制御して、
共通バス14を経て他の機能単位との間のデータ転送を
行う。
The disk control device 3 is composed of a plurality of functional units, and the channel adapters 7 and 8 are connected to each other as shown in FIG.
), the processor 17 has a control memory 18
reads out the program stored in the , and receives the start I/O command from channel 1 or 2 through the interface circuit 15 and transfers data between channel 1 or 2, and also operates the common bus control circuit. 16,
Data is transferred to and from other functional units via the common bus 14.

【0008】デバイスアダプタ9と10は、図5(A)
 に示す如き構成で、プロセッサ17は制御記憶18に
格納されたプログラムを読出して動作し、インタフェー
ス回路15を経て、ディスク装置4〜6に命令を送出し
、ディスク装置4〜6との間のデータ転送を行うと共に
、共通バス制御回路16を制御して、共通バス14を経
て他の機能単位との間のデータ転送を行う。
Device adapters 9 and 10 are shown in FIG. 5(A).
In the configuration shown in FIG. 1, the processor 17 reads a program stored in the control memory 18 and operates, sends commands to the disk devices 4 to 6 via the interface circuit 15, and transfers data between the disk devices 4 to 6. It also controls the common bus control circuit 16 to transfer data to and from other functional units via the common bus 14.

【0009】DBA11は、図5(B) に示す如き構
成で、プロセッサ21は制御記憶22に格納されている
プログラムを読出して動作し、共通バス制御回路23を
制御して、共通バス14を経由し、チャネルアダプタ7
又は8を経てチャネル1又は2から指定された、例えば
、データベース処理専用データが格納されたディスク装
置5から、指定されたアドレスの範囲内のデータを共有
メモリ13に読出す指示をデバイスアダプタ10に送出
する。
The DBA 11 has a configuration as shown in FIG. and channel adapter 7
or 8, the device adapter 10 is instructed to read data within the specified address range from the disk device 5 in which data exclusively for database processing is stored, to the shared memory 13 from the specified channel 1 or 2. Send.

【0010】そして、共有メモリ13にデータが格納さ
れると、このデータを共通バス制御回路23を経て読取
らせ、RAM19に格納し、比較回路20にチャネル1
又は2から指定されたカラムと同一カラムを持つレコー
ドの選択を指示し、比較回路20は、RAM19からデ
ータをレコード毎に読出して、指定されたカラムの一致
するレコードを選択するとRAM19に格納する。
When the data is stored in the shared memory 13, the data is read out via the common bus control circuit 23, stored in the RAM 19, and sent to the comparison circuit 20 for channel 1.
or 2 instructs to select a record having the same column as the designated column, the comparison circuit 20 reads data from the RAM 19 record by record, and stores the selected record in the RAM 19 when it selects a record that has the same column as the designated column.

【0011】プロセッサ21は、チャネル1又は2から
指定されたアドレス範囲のデータの選択が完了すると、
RAM19に選択されたレコードを共有メモリ13に格
納する。
When the processor 21 completes the selection of data in the specified address range from channel 1 or 2,
The record selected in RAM 19 is stored in shared memory 13.

【0012】リソースマネージャ12は、図5(C) 
に示す如き構成で、プロセッサ25は制御記憶24に格
納されているプログラムを読出して動作し、共通バス制
御回路26を制御して共通バス14を経由し、チャネル
1又は2からの総てのスタートI/O命令を受領してR
AM27に格納し、このスタートI/O命令を集中管理
すると共に、各スタートI/O命令毎に、チャネルアダ
プタ7,8とデバイスアダプタ9,10にデータ転送処
理の指示を行う。
[0012] The resource manager 12 is shown in FIG. 5(C).
With the configuration as shown in FIG. 1, the processor 25 operates by reading the program stored in the control memory 24, controls the common bus control circuit 26, and controls all starts from channel 1 or 2 via the common bus 14. Receive I/O command and R
The start I/O command is stored in the AM 27 and centrally managed, and data transfer processing instructions are given to the channel adapters 7 and 8 and device adapters 9 and 10 for each start I/O command.

【0013】又、受領した全スタートI/O命令毎の制
御情報や、チャネル経路毎の制御情報、ディスク装置4
〜6の制御情報をRAM27に格納し、他の機能単位が
RAMアクセス制御回路28を経て、このRAM27を
アクセスし、上記情報を読出すことを可能として、この
情報を集中管理する。
[0013] Furthermore, control information for each received start I/O command, control information for each channel path, and control information for each received start I/O command,
-6 control information is stored in the RAM 27, and other functional units can access this RAM 27 via the RAM access control circuit 28 to read the above information, thereby centrally managing this information.

【0014】例えば、ディスク装置4と6は、通常のデ
ータが格納され、ディスク装置5がデータベース処理対
象のデータが格納されているものとする。ここで、チャ
ネル1がチャネルアダプタ7に対し、スタートI/O命
令を送出し、ディスク装置4のアドレス、即ち、機番、
シリンダアドレス、ヘッドアドレス、レコードアドレス
を指定して、データの書込みを指示すると、チャネルア
ダプタ7はリソースマネージャ12に共通バス14の使
用を要求し、許可されると、デバイスアダプタ9のアド
レスを送出して結合する。
For example, it is assumed that the disk devices 4 and 6 store normal data, and the disk device 5 stores data to be processed by a database. Here, channel 1 sends a start I/O command to channel adapter 7, and the address of disk device 4, that is, the machine number,
When the cylinder address, head address, and record address are designated to write data, the channel adapter 7 requests the resource manager 12 to use the common bus 14, and if permission is granted, sends the address of the device adapter 9. and join.

【0015】そして、この結合が完了すると、チャネル
アダプタ7はチャネル1からデータを送出させ、共有メ
モリ13にデータを格納する。デバイスアダプタ9は、
共有メモリ13に格納されたデータを読出して、ディス
ク装置4に送出し、指定されたアドレスに書込ませる。
[0015] When this coupling is completed, channel adapter 7 causes data to be sent from channel 1 and stores the data in shared memory 13. The device adapter 9 is
The data stored in the shared memory 13 is read out, sent to the disk device 4, and written to a designated address.

【0016】又、チャネル1からデータの読出しを指示
されると、チャネルアダプタ7は結合したデバイスアダ
プタ9に、ディスク装置4の指定されたアドレスからデ
ータを読出させて共有メモリ13に格納させ、この共有
メモリ13に格納されたデータを読出してチャネル1に
転送する。
When instructed to read data from the channel 1, the channel adapter 7 causes the connected device adapter 9 to read the data from the specified address of the disk device 4, store it in the shared memory 13, and store the data in the shared memory 13. Data stored in shared memory 13 is read and transferred to channel 1.

【0017】チャネル2からチャネルアダプタ8がデー
タベース処理を指示されると、チャネルアダプタ8は、
リソースマネージャ12に共通バス14の使用を要求し
、許可されると、DBA11のアドレスを送出して結合
し、DBA11に指定されたディスク装置5のアドレス
範囲を通知する。
When the channel adapter 8 is instructed to perform database processing from the channel 2, the channel adapter 8
It requests the resource manager 12 to use the common bus 14, and if it is granted, sends and combines the address of the DBA 11, and notifies the DBA 11 of the specified address range of the disk device 5.

【0018】DBA11は、リソースマネージャ12の
許可を得ると、共通バス14を経てデバイスアダプタ1
0のアドレスを送出して結合し、指定されたアドレス範
囲のデータをディスク装置5から読出すことを指示する
When the DBA 11 obtains permission from the resource manager 12, the DBA 11 connects the device adapter 1 via the common bus 14.
An address of 0 is sent and combined to instruct that data in the specified address range be read from the disk device 5.

【0019】従って、デバイスアダプタ10はディスク
装置5を占有して、指定されたアドレス範囲内のデータ
を読出し、共有メモリ13に格納する。DBA11は、
共有メモリ13にデータが格納され始めると、前記の如
く、このデータを取込み、指定されたカラムと同一カラ
ムを持つレコードを選択し、指定されたアドレス範囲内
のデータから選択したレコードを共有メモリ13に格納
すると、リソースマネージャ12に終了を通知する。
Therefore, the device adapter 10 occupies the disk device 5, reads data within the specified address range, and stores it in the shared memory 13. DBA11 is
When data starts to be stored in the shared memory 13, as described above, this data is fetched, a record having the same column as the specified column is selected, and the record selected from the data within the specified address range is stored in the shared memory 13. When it is stored in , the resource manager 12 is notified of the termination.

【0020】リソースマネージャ12はチャネルアダプ
タ8がデータベース処理を指示されたことを記憶してお
り、チャネルアダプタ8に指示して、共有メモリ13に
格納されたレコードをチャネル2に送出させる。
The resource manager 12 remembers that the channel adapter 8 has been instructed to perform database processing, and instructs the channel adapter 8 to send the record stored in the shared memory 13 to the channel 2.

【0021】[0021]

【発明が解決しようとする課題】図6は従来技術の問題
点を説明する図である。図6のデータベース処理に示す
如く、チャネル2が指定したディスク装置5のアドレス
範囲が大きい場合、デバイスアダプタ10がディスク装
置5から共有メモリ13にデータを転送させるための制
御時間が長くなる。
6 is a diagram illustrating the problems of the prior art. As shown in the database processing of FIG. 6, when the address range of the disk device 5 designated by the channel 2 is large, the control time for the device adapter 10 to transfer data from the disk device 5 to the shared memory 13 becomes long.

【0022】従って、このデータベース処理に示す時間
の間は、一般処理の点線に示す如く、ディスク装置6に
対する一般の入出力命令は、デバイスアダプタ10のデ
ィスク装置5に対するデータ転送制御のため、デバイス
アダプタ10が受付けることが出来ず、ビジーとなって
入出力命令を送出した時点から、チャネル1又は2が長
時間待たされることとなるという問題がある。
Therefore, during the time shown in this database processing, as shown by the dotted line in the general processing, general input/output commands to the disk device 6 are sent to the device adapter 10 in order to control data transfer to the disk device 5. There is a problem in that channel 1 or 2 is forced to wait for a long time from the time when channel 10 is unable to accept and becomes busy and sends an input/output command.

【0023】本発明は、このような問題点に鑑み、デー
タベース処理をディスク制御装置3で実行するのでは無
く、データベース処理対象のデータが格納されるディス
ク装置5において実行させ、デバイスアダプタ10の負
担を軽減して、ディスク装置6に対する一般の入出力命
令の待ち時間が少なくなるようにすることを目的として
いる。
In view of these problems, the present invention does not execute database processing in the disk control device 3, but executes it in the disk device 5 where data to be processed is stored, reducing the burden on the device adapter 10. The purpose of this invention is to reduce the waiting time for general input/output commands to the disk device 6.

【0024】[0024]

【課題を解決するための手段】図1は本発明の原理を説
明するブロック図である。入出力サブシステム31は、
入出力装置33及び34と、上位装置30との間のデー
タ転送を行う入出力制御装置32から構成される。
Means for Solving the Problems FIG. 1 is a block diagram illustrating the principle of the present invention. The input/output subsystem 31 is
It is composed of input/output devices 33 and 34 and an input/output control device 32 that transfers data between the host device 30 and the host device 30 .

【0025】そして、データベース処理対象データをデ
ータベース処理機能35を有する第1の入出力装置33
に格納すると共に、データベース処理対象以外のデータ
を第2の入出力装置34に格納してから、入出力制御装
置32は、第1の入出力装置33に対し、データベース
処理を指示した後は、第2の入出力装置34の制御を実
行する。
The data to be processed in the database is transferred to a first input/output device 33 having a database processing function 35.
After storing the data other than the data to be processed in the database in the second input/output device 34, the input/output control device 32 instructs the first input/output device 33 to perform database processing. Control of the second input/output device 34 is executed.

【0026】[0026]

【作用】上記の如く構成することにより、第1の入出力
装置33は、入出力制御装置32からデータベース処理
を指示されると、データベース処理機能35によって、
内部に格納されたデータベース処理対象データを読出し
て、データベース処理を実行するため、入出力制御装置
32は、第1の入出力装置33の制御を行う必要が無く
、この間第2の入出力装置34の制御を行うことが可能
となる。
[Operation] With the above configuration, when the first input/output device 33 is instructed to perform database processing by the input/output control device 32, the database processing function 35 performs the following operations.
The input/output control device 32 does not need to control the first input/output device 33 because the data to be processed in the database stored therein is read out and the database processing is executed. It becomes possible to control the

【0027】従って、上位装置30は、データベース処
理を指示した後、第2の入出力装置34との間でデータ
転送を行うことが出来るため、一般の入出力命令が長く
待たされることが無い。
[0027] Accordingly, since the host device 30 can transfer data to and from the second input/output device 34 after instructing database processing, general input/output commands are not kept waiting for a long time.

【0028】[0028]

【実施例】図2は本発明の一実施例を示す回路のブロッ
ク図で、図3は本発明のディスク装置の一例を示すブロ
ック図である。
Embodiment FIG. 2 is a block diagram of a circuit showing an embodiment of the present invention, and FIG. 3 is a block diagram showing an example of a disk device of the present invention.

【0029】図2のディスク制御装置36は、図4のデ
ィスク制御装置3から、DBA11を除いたもので、そ
の他は同一である。ディスク制御装置36のリソースマ
ネージャ12は、チャネル2からチャネルアダプタ8を
経てデータベース処理を指示されると、デバイスアダプ
タ10をディスク装置37と結合させ、ディスク装置3
7にデータベース処理を指示した後、デバイスアダプタ
10とディスク装置37との結合を解除させる。
The disk control device 36 in FIG. 2 is the same as the disk control device 3 in FIG. 4 except that the DBA 11 is removed. When the resource manager 12 of the disk control device 36 is instructed to perform database processing from the channel 2 via the channel adapter 8, it connects the device adapter 10 with the disk device 37, and connects the device adapter 10 with the disk device 37.
7 to perform database processing, the connection between the device adapter 10 and the disk device 37 is released.

【0030】従って、この結合が解除された後、例えば
、チャネル1がチャネルアダプタ7を経て、ディスク装
置6との間でデータ転送を要求して来た場合、リソース
マネージャ12は、この要求を許可して、デバイスアダ
プタ10とディスク装置6とを結合させ、データ転送を
実行させることが出来る。
Therefore, after this connection is released, for example, if channel 1 requests data transfer to/from disk device 6 via channel adapter 7, resource manager 12 will approve this request. Then, the device adapter 10 and the disk device 6 can be coupled to perform data transfer.

【0031】尚、データベース処理を指示した時、リソ
ースマネージャ12は、チャネル2から与えられたデー
タベース処理すべきデータの範囲を示すアドレスや、比
較基準となるカラム等のパラメータを転送する。
[0031] When instructing database processing, the resource manager 12 transfers parameters such as an address indicating the range of data to be processed in the database given from the channel 2 and a column serving as a comparison standard.

【0032】ディスク装置37は図3に示す如き構成で
、インタフェース回路38を経てデータベース処理を指
示されたDBA45は、図5(B) に示す構成と同一
であり、インタフェース回路38を経てプロセッサ39
に、前記パラメータで指定されたアドレス範囲のデータ
読出しを指示する。
The disk device 37 has a configuration as shown in FIG. 3, and the DBA 45, which is instructed to perform database processing via the interface circuit 38, has the same configuration as shown in FIG.
Instructs to read data in the address range specified by the parameter.

【0033】プロセッサ39はサーボ回路43を制御し
て、ヘッド44を図示省略したディスクの指定されたデ
ータの先頭アドレスに位置付けさせると、指定された最
終アドレスまでのデータを読出させ、読出し回路41で
復調させてメモリ42に格納する。
When the processor 39 controls the servo circuit 43 to position the head 44 at the beginning address of designated data on a disk (not shown), the processor 39 causes the readout circuit 41 to read the data up to the designated last address. The signal is demodulated and stored in the memory 42.

【0034】この時、インタフェース回路38は、デバ
イスアダプタ10と結合していないため、読出されたデ
ータがディスク制御装置36に転送されることは無い。 DBA45はメモリ42にデータが格納されると、前記
同様に指定されたカラムと同じカラムを持つレコードを
抽出し、メモリ42に格納する。
At this time, since the interface circuit 38 is not connected to the device adapter 10, the read data is not transferred to the disk controller 36. When the data is stored in the memory 42, the DBA 45 extracts a record having the same column as the specified column and stores it in the memory 42.

【0035】そして、指定されたアドレス範囲のデータ
からレコード抽出が完了すると、インタフェース回路3
8を経て、デバイスアダプタ10に割込み信号を送出さ
せ、データベース処理完了をリソースマネージャ12に
転送させる。
[0035] When the record extraction is completed from the data in the specified address range, the interface circuit 3
8, the device adapter 10 is caused to send an interrupt signal and transfer the completion of database processing to the resource manager 12.

【0036】リソースマネージャ12は、デバイスアダ
プタ10がディスク装置6と結合して、データの転送を
行っているか調べ、データ転送中で無ければ直ちに、デ
ータ転送中であれば、このデータ転送が完了するのを待
って、ディスク装置37とデバイスアダプタ10を結合
させ、共有メモリ13にデータベース処理されたレコー
ドをメモリ42から転送させて書込ませる。
The resource manager 12 checks whether the device adapter 10 is connected to the disk device 6 and is transferring data, and if the device adapter 10 is not transferring data, it immediately completes the data transfer. Waiting for this, the disk device 37 and the device adapter 10 are connected, and the database-processed records are transferred from the memory 42 and written into the shared memory 13.

【0037】そして、チャネルアダプタ8を経てチャネ
ル2に、共有メモリ13からデータベース処理したデー
タを転送させる。ディスクにデータの書込みを行う場合
、インタフェース回路38を経て入力するデータは、書
込み回路40により変調されてヘッド44に送出され、
プロセッサ39がサーボ回路43を制御してヘッド44
を位置付けしたディスクのアドレスから書込まれる。
Then, the database-processed data is transferred from the shared memory 13 to the channel 2 via the channel adapter 8. When writing data to a disk, data input via the interface circuit 38 is modulated by the write circuit 40 and sent to the head 44.
The processor 39 controls the servo circuit 43 to control the head 44.
is written from the address on the disk where it is located.

【0038】[0038]

【発明の効果】以上説明した如く、本発明はディスク制
御装置が、データベース処理のために一つのディスク装
置のデータ転送に占有されることが無く、他のディスク
装置とのデータ転送を可能とするため、一般の入出力命
令が長く待たされるこを防止することが出来る。
As explained above, the present invention enables the disk control device to transfer data to other disk devices without being occupied with data transfer from one disk device for database processing. Therefore, it is possible to prevent general input/output commands from having to wait for a long time.

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

【図1】  本発明の原理を説明するブロック図[Figure 1] Block diagram explaining the principle of the present invention

【図2
】  本発明の一実施例を示す回路のブロック図
[Figure 2
] Block diagram of a circuit showing one embodiment of the present invention

【図3
】  本発明のディスク装置の一例を示すブロック図
[Figure 3
] Block diagram showing an example of a disk device of the present invention

【図4】  従来技術の一例を説明するブロック図[Figure 4] Block diagram explaining an example of conventional technology

【図
5】  各機能単位の詳細ブロック図
[Figure 5] Detailed block diagram of each functional unit

【図6】  従来
技術の問題点を説明する図
[Figure 6] Diagram explaining the problems of the conventional technology

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

1、2  チャネル 3、36  ディスク制御装置 4、5、6、37  ディスク装置 7、8  チャネルアダプタ 9、10  デバイスアダプタ 11、45  DBA 12  リソースマネージャ 13  共有メモリ 14  共通バス 15、38  インタフェース回路 16、23、26  共通バス制御回路17、21、2
5、39  プロセッサ18、22、24  制御記憶 19、27  RAM 20  比較回路 28  RAMアクセス制御回路 30  上位装置 31  入出力サブシステム 32  入出力制御装置 33  第1の入出力装置 34  第2の入出力装置 35  データベース処理機能 40  書込み回路 41  読出し回路 42  メモリ 43  サーボ回路 44  ヘッド
1, 2 Channels 3, 36 Disk controllers 4, 5, 6, 37 Disk devices 7, 8 Channel adapters 9, 10 Device adapters 11, 45 DBA 12 Resource manager 13 Shared memory 14 Common bus 15, 38 Interface circuits 16, 23 , 26 common bus control circuit 17, 21, 2
5, 39 Processor 18, 22, 24 Control memory 19, 27 RAM 20 Comparison circuit 28 RAM access control circuit 30 Host device 31 Input/output subsystem 32 Input/output control device 33 First input/output device 34 Second input/output device 35 Database processing function 40 Write circuit 41 Read circuit 42 Memory 43 Servo circuit 44 Head

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  入出力装置(33)(34)と、上位
装置(30)との間のデータ転送を行う入出力制御装置
(32)から構成される入出力サブシステム(31)に
おいて、データベース処理対象データをデータベース処
理機能(35)を有する第1の入出力装置(33)に格
納すると共に、データベース処理対象以外のデータを第
2の入出力装置(34)に格納し、該入出力制御装置(
32)が第1の入出力装置(33)に対し、データベー
ス処理を指示した後は、第2の入出力装置(34)の制
御を実行することを特徴とするデータベース処理方式。
Claim 1: In an input/output subsystem (31) consisting of input/output devices (33), (34), and an input/output control device (32) that transfers data between a host device (30), a database Data to be processed is stored in a first input/output device (33) having a database processing function (35), and data other than the data to be processed in the database is stored in a second input/output device (34), and the input/output control is performed. Device(
32) instructs the first input/output device (33) to perform database processing, and then controls the second input/output device (34).
JP3035792A 1991-03-01 1991-03-01 Data base processing system Pending JPH04275675A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3035792A JPH04275675A (en) 1991-03-01 1991-03-01 Data base processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3035792A JPH04275675A (en) 1991-03-01 1991-03-01 Data base processing system

Publications (1)

Publication Number Publication Date
JPH04275675A true JPH04275675A (en) 1992-10-01

Family

ID=12451773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3035792A Pending JPH04275675A (en) 1991-03-01 1991-03-01 Data base processing system

Country Status (1)

Country Link
JP (1) JPH04275675A (en)

Similar Documents

Publication Publication Date Title
US7334097B2 (en) Method for controlling storage device controller, storage device controller, and program
JP4252139B2 (en) Storage system
JP2550311B2 (en) Multiple control system of magnetic disk
JP2523715B2 (en) Magnetic disk drive
JPH04275675A (en) Data base processing system
JPS6331806B2 (en)
KR920007949B1 (en) Peripheral controller
JP2755103B2 (en) Storage device access method
JPH09244932A (en) Disk array device
JPH04167039A (en) Data write system
JPH04271472A (en) System for processing data base
JPS63213018A (en) External memory control device
JPH04361347A (en) Data base processing method
JP3184406B2 (en) Disk array device
JP2767661B2 (en) Disk controller
JP2732951B2 (en) Data transfer control method
JP2575231B2 (en) How to download
EP0411836A2 (en) Image processing apparatus
JP2743705B2 (en) Retry control method for disk controller
JPH04365122A (en) Disk controller
JPH05334012A (en) Large capacity disk controller
JPS58117041A (en) Pattern information storage and control system
JPS5985562A (en) Disk control system
JPH04239954A (en) Input/output control device
JPH01211076A (en) File controller