JPH02196338A - Data base access system - Google Patents

Data base access system

Info

Publication number
JPH02196338A
JPH02196338A JP1015063A JP1506389A JPH02196338A JP H02196338 A JPH02196338 A JP H02196338A JP 1015063 A JP1015063 A JP 1015063A JP 1506389 A JP1506389 A JP 1506389A JP H02196338 A JPH02196338 A JP H02196338A
Authority
JP
Japan
Prior art keywords
machine
database
requests
request
dbms
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
JP1015063A
Other languages
Japanese (ja)
Inventor
Yukio Nakano
幸生 中野
Noboru Urabe
昇 占部
Hideo Muto
武藤 英男
Toshio Honma
本間 敏夫
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 Software Engineering Co Ltd
Hitachi Microcomputer System Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Hitachi Microcomputer Engineering 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 Software Engineering Co Ltd, Hitachi Ltd, Hitachi Microcomputer Engineering Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP1015063A priority Critical patent/JPH02196338A/en
Publication of JPH02196338A publication Critical patent/JPH02196338A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To process the requests in the order of higher priority ranks by adding the priority information on the requests into the request information received by an access mechanism from a data base control system and performing the allocation according to the priority information. CONSTITUTION:An access mechanism 1-5 receives the request information from a data base control system DBMS 1-4 and processes the requests in the order of higher priority ranks via a data base DB machine 1-2 by reference to the priority information contained in the request information. In this case, it is automatically decided whether the machine 1-2 should be monopolized or not based on the load situation (using state) of the machine 1-2. In other words, the machine 1-2 is monopolized until the processes are through with all requests given from the DBMS 1-4 as long as the machine 1-2 is not busy. In the case the machine 1-2 is busy, the requests are divided into plural page groups and the machine 1-2 is used (not monopolized) alternately with the requests received from other DBMSs. Thus the requests given from the DBMS 104 are processed in the order of higher priority ranks.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、データの入出力方式に関し、特に、データベ
ース管理システム(Data  Ba5e  Mana
gement  S ystem、以下、” D B 
M S”という)からの要求を受けてそのスケジューリ
ングを行なうのに好適なデータベースマシン(以下、r
DBマシン」という)を有する、データ入出力のための
データベースアクセス方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data input/output method, and in particular to a database management system (DataBa5e Mana
gement system, hereinafter referred to as “D B
A database machine (hereinafter referred to as r
The present invention relates to a database access method for data input/output, which has a DB machine (referred to as a DB machine).

[従来の技術] 従来のデータベースアクセス方式として、例えば、rH
ITACMシリーズ処理装置 80802−001」(
第263頁〜第284頁)に示されている方式が知られ
ている。この方式では、アプリケーションからの入出力
要求が発生すると、ホスト計算機は、入力データの物理
的な位置、入力データの長さ、入力データを受取るため
の主記憶上のバッファアドレスに基づいて、入出力要求
を発行していた。
[Prior Art] As a conventional database access method, for example, rH
ITACM series processing equipment 80802-001” (
The method shown in pages 263 to 284 is known. In this method, when an input/output request occurs from an application, the host computer performs input/output processing based on the physical location of the input data, the length of the input data, and the buffer address in main memory for receiving the input data. had issued a request.

また、最近、データ転送中にDB演算(データベース演
算)を行なうことのできるDBマシンを備えたデータ入
出カシステムが開発されている。
Furthermore, recently, data input/output systems have been developed that include a DB machine that can perform DB operations (database operations) during data transfer.

このDBマシンは、各外部記憶装置(補助記憶装置)に
対応して(チャネル装置よりも外部記憶装置側に)設け
られていて、転送されるデータの条件に合ったものを選
択して編集する機能を有するマシンである。
This DB machine is provided for each external storage device (auxiliary storage device) (on the external storage device side rather than the channel device), and selects and edits data that matches the conditions of the data to be transferred. It is a machine with functions.

上記従来のデータベースアクセス方式では、このDBマ
シンを備えておらず、また、DBマシンを備えたシステ
ムにおける入出力要求について、何も考慮されていない
The conventional database access method described above does not include this DB machine, and does not take into account input/output requests in a system equipped with a DB machine.

[発明が解決しようとする課題] 上記従来のデータベースアクセス方式では、DBマシン
に入出力要求を出す方式について全く配慮がなされてい
ないため、DBMS側自身で、独自に、処理モードに合
った専用チャネルコマンドワード群(CCW)を作り、
O8内で入出力を専門に扱う入出力スーパバイザレベル
のインタフェースを介して入出力要求を行なわなければ
ならないという問題があった。
[Problem to be solved by the invention] In the conventional database access method described above, no consideration is given to the method of issuing input/output requests to the DB machine, so the DBMS side independently creates a dedicated channel suitable for the processing mode. Create a command word group (CCW),
There was a problem in that input/output requests had to be made through an interface at the input/output supervisor level, which specialized in input/output within O8.

また、このようなりBマシンを用いて入出力要求を出す
場合に、早急に取得を必要とする優先順位の高いデータ
や、さほど急ぎでない優先順位の低いデータに対する入
出力要求が錯綜したときに、如何なる入出力要求形式で
DBマシンに入出力要求を出すか、更には、DBマシン
の使用状態が比較的空いているときや比較的混雑してい
るときに如何なる要求形式でDBマシンに入出力要求を
出すかについて、従来は何も考慮されていなかった。
Also, when issuing input/output requests using the B machine, when input/output requests for high-priority data that needs to be obtained immediately and for low-priority data that are not very urgent, What type of input/output request format should an input/output request be made to a DB machine? Furthermore, what type of request format should an input/output request be made to a DB machine when the DB machine is relatively idle or relatively busy? Until now, no consideration had been given to whether the

従って、本発明の目的は、DBマシンの入出力要求を専
門に取り扱い、O8のデータ管理レベルのインタフェー
スを用いて、当該DBマシンを使用できるようにするデ
ータベースアクセス方式を提供することにある。
Accordingly, an object of the present invention is to provide a database access method that specifically handles input/output requests of a DB machine and enables the use of the DB machine using an interface at the data management level of O8.

本発明の他の目的は、上記のデータベースアクセス方式
において、更に入出力要求の優先順位に従って効率的な
適正な入出力が行なわれるように入出力要求をスケジュ
ールするデータベースアクセス方式を提供することにあ
る。
Another object of the present invention is to provide a database access method that, in addition to the above database access method, schedules input/output requests so that efficient and appropriate input/output is performed according to the priority order of the input/output requests. .

本発明の別の目的は、DBマシンの空き状態に応じて効
率的な最適な入出力要求のスケジューリングおよび最適
なりBマシンの割り当てを行なうDBマシンアクセス方
式を提供することにある。
Another object of the present invention is to provide a DB machine access method that efficiently and optimally schedules input/output requests and optimally allocates B machines depending on the availability of the DB machines.

[課題を解決するための手段] 上記目的を達成するため、本発明のデータベースアクセ
ス方式は、ホスト割算機と、補助記憶装置(データベー
スを構築している)と、補助記憶装置側に位置し転送デ
ータの編集等の演算処理を行なうデータベースマシン(
DBマシン)と、ホスト計算機側のデータベース管理シ
ステム(DBMS)およびアクセス機構とを有し、特徴
として、DBMSからアクセス機構に向は発行される要
求中に、その優先順位を示す優先情報を付加し、この優
先順位に従って要求に対する処理が実行されるように構
成する。
[Means for Solving the Problems] In order to achieve the above object, the database access method of the present invention includes a host divider, an auxiliary storage device (which constructs the database), and a auxiliary storage device located on the side of the auxiliary storage device. A database machine that performs calculation processing such as editing transferred data (
DB machine), a database management system (DBMS) on the host computer side, and an access mechanism.The feature is that priority information indicating the priority is added to requests issued from the DBMS to the access mechanism. , so that the processing for the request is executed according to this priority order.

また、DBMSから要求を受けたときに、DBマシンの
使用状態(負荷状況)を調べ、空いているときには、全
要求に対する処理が終るまでDBマシンを専有して使用
し、混んでいるときには要求のあったページを複数のペ
ージ群に分割して他のデータベース管理システムからの
要求と交代で使用するように構成する。
Also, when receiving a request from the DBMS, the usage status (load status) of the DB machine is checked, and if it is free, the DB machine is used exclusively until all requests have been processed, and when it is busy, the DB machine is used exclusively for processing requests. The existing page is divided into multiple page groups and configured to be used alternately with requests from other database management systems.

[作用] 上記構成に基づく作用を説明する。[Effect] The effect based on the above configuration will be explained.

アクセス機構は、DBMSからの要求情報を受取ると、
その要求中の優先情報を見て、優先度の高い要求から順
番にDBマシンに処理を行なわせる。このとき、DBマ
シンの負荷状況(使用状態)を見て、DBマシンを専有
して使うか、非専有で使うかを自動的に判断する。すな
わち、DBマシンが空いていれば、該DBMSからの全
要求に対する処理が終るまでDBマシンを専有して使用
し、DBマシンが混んでいれば、要求を複数のページ群
に分割して他のDBMSからの要求と交代でDBマシン
を(非専有で)使用する。
When the access mechanism receives request information from the DBMS,
The priority information in the request is looked at and the DB machine processes the requests in order of priority. At this time, the load status (usage status) of the DB machine is checked and it is automatically determined whether the DB machine is to be used exclusively or non-exclusively. In other words, if the DB machine is free, the DB machine will be used exclusively until all requests from the DBMS have been processed, and if the DB machine is busy, the requests will be divided into multiple page groups and other pages will be processed. The DB machine is used (non-exclusively) in exchange for requests from the DBMS.

これによって、DBMSからの要求のうち、優先度の高
いものほど速く処理でき、かつDBマシンの負荷状況に
応じて最も効率のよいアクセス方式となる。
As a result, among requests from the DBMS, requests with higher priority can be processed faster, and the access method becomes the most efficient depending on the load status of the DB machine.

[実施例コ 以下に、本発明の一実施例を第1図および第2図により
説明する。
[Example 1] An example of the present invention will be described below with reference to FIGS. 1 and 2.

第1図は本発明の実施例のDBマシンアクセスシステム
の全体の構成図で、1−1はホスト計算機、特に、その
I10管理部(入出力管理部)であり、必要な情報は主
記憶部に格納されるようになっている。ホスト計算機1
−1では、DBMSl−4と、アクセス機構1−5とが
動作するようになっている。DBMSl−4は、種々の
要求情報1−6,1.−7.1−8.・ ・を格納し、
該要求情報に基づいて演算要求1−9.1−10,11
1、・・・・・をアクセス機構1−5に向けて発行する
。アクセス機構1−5には、演算要求を受けてそれに応
じたl10(入出力)要求1−14をチャネルに向けて
発行するスケジュール部1−12と、本実施例の特徴と
して、DBマシンの負荷状況(何人が同じDBマシンを
使っているか、要求がどの位来ているかなど)をチエツ
クすることのできるDBマシン負荷状況チエツク部1−
13とを有している。
FIG. 1 is an overall configuration diagram of a DB machine access system according to an embodiment of the present invention. 1-1 is a host computer, especially its I10 management unit (input/output management unit), and necessary information is stored in the main memory. It is designed to be stored in . host computer 1
-1, DBMS l-4 and access mechanism 1-5 are in operation. DBMSl-4 sends various request information 1-6, 1. -7.1-8.・ ・Stores
Calculation requests 1-9.1-10, 11 based on the request information
1, . . . is issued to the access mechanism 1-5. The access mechanism 1-5 includes a scheduler 1-12 that receives an arithmetic request and issues a corresponding l10 (input/output) request 1-14 to the channel, and a scheduler 1-12 that receives a calculation request and issues a corresponding l10 (input/output) request 1-14 to the channel. DB machine load status check unit 1- that can check the status (how many people are using the same DB machine, how many requests are coming in, etc.)
13.

1−2はI)Bマシンで、要求受信エリアを含む要求受
付口1−15と、データの加工2編集等の演算を行なう
データ転送演算部1−16とを有している。これにより
、DBマシン1−2は、後記の補助記憶装置(外部記憶
装置1−3)からホスト計算機1−1へデータ転送を行
なう際、データ転送と同期して、条件に合ったレコード
を含むページを選択し出力するページ選択処理と、条件
に合ったレコードの指定されたフィールドだけをページ
形式に編集して出力する、圧縮ページ出力処理を行なう
6DBマシン1−2は、ホスト計算機1−1とチャネル
(図示せず)を介して接続されており、前記のI10要
求1−14は該チャネルを介して要求受付口1−15に
こより受取られる。
Reference numeral 1-2 denotes an I)B machine, which has a request reception port 1-15 including a request reception area, and a data transfer calculation section 1-16 that performs calculations such as data processing and editing. As a result, when the DB machine 1-2 transfers data from the auxiliary storage device (external storage device 1-3) described later to the host computer 1-1, the DB machine 1-2 includes records that meet the conditions in synchronization with the data transfer. The 6DB machine 1-2 is the host computer 1-1, which performs page selection processing in which pages are selected and output, and compressed page output processing in which only designated fields of records that meet conditions are edited and output in page format. The I10 request 1-14 is received by the request reception port 1-15 via the channel.

DBマシン1−2では、−度に1つのI10要求しか処
理できないものとする(要求は、要求受信エリアで同時
に複数個受付は可能である)61−3は補助記憶媒体(
外部記憶装置、例えばディスク装置)で、これには、デ
ータベース1−17と、図示しない記憶媒体の駆動部(
駆動装置)および制御部(制御装置)を含むものとする
。また、この外部記憶装置1−3は1または複数台有し
、DBマシン1−2は、各外部記憶装置に対応して設け
られているものとする。
It is assumed that the DB machine 1-2 can process only one I10 request at a time (multiple requests can be accepted at the same time in the request receiving area).The DB machine 1-2 is an auxiliary storage medium (
An external storage device (for example, a disk device), which includes a database 1-17 and a storage medium drive unit (not shown).
(drive device) and a control unit (control device). Further, it is assumed that one or more external storage devices 1-3 are provided, and a DB machine 1-2 is provided corresponding to each external storage device.

今、■/○要求1−14が要求口1−15で受取られる
と、補助記憶媒体1−3内のデータベース1−17要求
のあったデータが取り出されて転送されるが、その転送
中にデータ転送演算部1−16による演算(編集など)
が行なわれる。
Now, when the ■/○ request 1-14 is received by the request port 1-15, the requested data from the database 1-17 in the auxiliary storage medium 1-3 is retrieved and transferred. Calculation (editing, etc.) by data transfer calculation unit 1-16
will be carried out.

ここで、DBMSl−4からアクセス機構1−5に対し
て演算要求1−9を発行する場合の要求情報1−6〜1
−8の詳細を第2図に示す。第2図において、2−6は
要求情報(第1図の1−6〜1−8の1つに相当)、2
−1は演算対象情報(例えば「何頁から何頁まで」、ま
たはどのテーブルを演算するかなどを記述したもの)、
2−2は処理条件情報(例えば、「何才以上」など、ど
ういう条件のレコードを処理するかを記述したもの)、
2−3は出力形式情報(例えば、そのまま出力するか、
又は加工して出力するかなど、どういう形式で出力する
かを記述したもの)、2−4は受信エリア情報(どのエ
リアへ結果を受信するかを記述した情報)である。また
、2−5は、本実施例の特徴として新たに設けた優先情
報(例えば、早急に必要とするデータかどうかなど)で
ある。
Here, request information 1-6 to 1 when issuing an operation request 1-9 from the DBMS l-4 to the access mechanism 1-5.
-8 details are shown in Figure 2. In Figure 2, 2-6 is request information (corresponding to one of 1-6 to 1-8 in Figure 1);
-1 is the calculation target information (for example, "from what page to what page" or which table is to be calculated, etc.),
2-2 is processing condition information (for example, a description of what conditions records are to be processed, such as “how old or older”);
2-3 is output format information (for example, whether to output as is,
2-4 is reception area information (information describing to which area the results are to be received). Further, 2-5 is priority information (for example, whether or not the data is urgently needed) newly provided as a feature of this embodiment.

第3図は、アクセス機構1−5におけるタスク構成およ
び処理フローを説明するための詳細図である。
FIG. 3 is a detailed diagram for explaining the task configuration and processing flow in the access mechanism 1-5.

第3図で、アクセス機構1−5は、要求受付夕スフ3−
1.要求解析タスク3−2.およびDBマシンアクセス
タスク3−3の3つのタスクに分かれて動作する。
In FIG. 3, the access mechanism 1-5 has a request receiving interface 3-5.
1. Requirement analysis task 3-2. and DB machine access task 3-3.

要求受付タスク3−1は、DBMSI−4からの演算要
求1−9〜1−11を受取ると(3−10)、転送要求
キュー登録テーブル3−4に、優先情報2−5の値の大
きい順に転送要求キュー3−5としてキューイングする
(3−11)。
When the request reception task 3-1 receives the calculation requests 1-9 to 1-11 from the DBMSI-4 (3-10), the request reception task 3-1 records the information with the larger value of the priority information 2-5 in the transfer request queue registration table 3-4. The requests are sequentially queued in the transfer request queue 3-5 (3-11).

要求解析タスク3−2は複数あり、各々同じ動作をする
。各タスクは、転送要求キュー登録テーブル3−4から
先頭の転送要求キュー3−5を取り出しく3−12)、
要求の解析を行なう(3−13)。そして、DBマシン
の負荷チエツクを行ない(3−14)、負荷が少なけれ
ば要求のあった全演算対象を一度にI10要求する(3
−15)。
There are a plurality of request analysis tasks 3-2, each of which performs the same operation. 3-12) Each task retrieves the first transfer request queue 3-5 from the transfer request queue registration table 3-4.
Analyze the request (3-13). Then, check the load on the DB machine (3-14), and if the load is low, request I10 for all requested calculation targets at once (3-14).
-15).

負荷が多い場合は、演算対象を分割しく3−16)、そ
の分割した単位で(原則として1ページを単位として、
1ページまたは複数ページの分割単位とする)、複数回
I10要求を行なう(3−17)。
If the load is large, divide the calculation target 3-16), and perform the calculation in each divided unit (in principle, one page is the unit).
The I10 request is made multiple times (3-17).

要求タスク3−2で工/○要求が行なわれると、I10
要求キュー登録テーブル3−6に順番に■10要求キュ
ー3−7としてキューイングされる。
When a work/○ request is made in request task 3-2, I10
The requests are queued in order in the request queue registration table 3-6 as a 10 request queue 3-7.

DBマシンアクセスタスク3−3は、DBマシンの同時
I10受付は可能数に対応する数だけ設けてあり、1つ
1つのタスクが、各々、DBマシンの要求受付口と1対
1に対応する。このタスク3−3は、■/○要求キュー
登録テーブル3−6の先頭のI10要求キューを取出し
く3−18)、DBマシンに対しI/○を発行する(3
−19)。
A number of DB machine access tasks 3-3 are provided corresponding to the number of possible simultaneous I10 receptions of the DB machine, and each task corresponds one-to-one with a request reception port of the DB machine. This task 3-3 takes out the I10 request queue at the top of the ■/○ request queue registration table 3-6 (3-18) and issues I/○ to the DB machine (3-18).
-19).

本実施例によれば、優先度の高い要求が先に処理される
。また、DBMSからアクセス機構への要求が受取られ
たときに、DBマシンの使用状態(負荷状況)が調べら
れ、DBマシンの負荷に応じて、専有使用とするか非専
有で使用するかを自動的に判断する。すなわち、該DB
マシンが空いておれば(負荷の小さいときは)、要求の
あった全ページを受信する間、専有してDBマシンを使
用する。一方、もしも該DBマシンが複数の要求処理中
で混んでいれば(負荷の大きいときは)、要求のあった
全ページを複数のページ群に分割して、他のDBMSか
らの要求と交代でDBマシンを非専有的に使用する。従
って、優先度に応じて、また、DBマシンの使用状態に
応じて、適正かつ効率的な入出力処理を行なうことがで
きる。
According to this embodiment, requests with higher priorities are processed first. Also, when a request is received from the DBMS to the access mechanism, the usage status (load status) of the DB machine is checked, and depending on the load on the DB machine, it is automatically decided whether to use it exclusively or non-exclusively. judge accordingly. That is, the DB
If the machine is free (when the load is light), the DB machine is used exclusively while all requested pages are received. On the other hand, if the DB machine is busy processing multiple requests (when the load is heavy), all requested pages are divided into multiple page groups and requests from other DBMSs are processed in turn. Use the DB machine non-exclusively. Therefore, appropriate and efficient input/output processing can be performed depending on the priority and the usage status of the DB machine.

[発明の効果] 以上詳しく説明したように、本発明によれば、補助記憶
媒体からデータを転送する段階で編集出力を行なうこと
のできるDBマシンを備えたアクセス方式において、D
BMSが要求する、優先度の高い要求程早急にその処理
を実行することができる。また、DBマシンの負荷状況
に応じて、負荷がかかつていないときには、当該DBM
Sにより要求された全要求の処理が終るまで専有して当
該DBマシンを使用し、負荷がかかつているときには、
非専有として分割ページ処理を行なうことにより、1つ
のDBMSの要求の処理に専有されて、他のDBMSに
よる要求が処理できないことが回避されるので、DBマ
シンを効率的に使用することができる等、優れた効果を
奏する。
[Effects of the Invention] As explained above in detail, according to the present invention, in an access method equipped with a DB machine that can perform editing output at the stage of transferring data from an auxiliary storage medium,
A request requested by the BMS with a higher priority can be processed more quickly. Also, depending on the load status of the DB machine, when the load is not high, the DBM
When the DB machine is used exclusively and under load until all requests requested by S have been processed,
By performing split page processing as non-exclusive, it is possible to avoid the situation where the DBMS is exclusively used to process requests from one DBMS and requests from other DBMSs cannot be processed, so the DB machine can be used efficiently. , has excellent effects.

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

第1図は本発明の実施例のDBマシンアクセスシステム
の全体の構成図、第2図は要求情報の構成図、第3図は
アクセス機構におけるタスクの詳細および処理フローを
説明するための図である。 1−1・・・・・・ホスト計算機、1−2・・・・・・
DBマシン、1−3・・・・・・補助記憶媒体、1−4
・・・・・DBMS、1−5・・・・・・アクセス機構
、2−1・・・・演算対象情報、2−2・・・・・・処
理条件情報、2−3 ・ 出力形式情報、2−4・・・
・・・受信エリア情報、2−5・・・・・・優先情報、
3−1・・・要求受付タスク、32・・・・要求解析タ
スク、3−3・・・・DBマシンアクセスタスク。
FIG. 1 is an overall configuration diagram of a DB machine access system according to an embodiment of the present invention, FIG. 2 is a configuration diagram of request information, and FIG. 3 is a diagram for explaining the details of tasks and processing flow in the access mechanism. be. 1-1...Host computer, 1-2...
DB machine, 1-3... Auxiliary storage medium, 1-4
... DBMS, 1-5 ... Access mechanism, 2-1 ... Computation target information, 2-2 ... Processing condition information, 2-3 ・ Output format information , 2-4...
...Reception area information, 2-5...Priority information,
3-1...Request reception task, 32...Request analysis task, 3-3...DB machine access task.

Claims (1)

【特許請求の範囲】 1、ホスト計算機と、データベースを有する補助記憶装
置と、該補助記憶装置側に位置し、該補助記憶装置から
前記ホスト計算機へのデータ転送時に該データに対し編
集処理を行なうデータベースマシンと、ホスト計算機側
でデータベースを管理するデータベース管理システムと
、ホスト計算機側で、該データベース管理システムから
の要求を前記データベースマシンで実行するように割り
当てるアクセス機構とを備えるデータベースアクセス方
式において、前記アクセス機構が前記データベース管理
システムから受取る要求情報中に、要求の優先順位を示
す優先情報を付加して、該優先情報にしたがつて前記割
り当てを行なうように構成したことを特徴とするデータ
ベースアクセス方式。 2、前記アクセス機構は、前記データベース管理システ
ムから要求を受取つたとき、前記データベースマシンの
使用状態を調べ、該データベースマシンが空いていると
きには全要求の処理が終るまで該データベースマシンを
専有して使用し、該データベースマシンが混雑している
ときには要求のあつたページを複数のページ群に分割し
他のデータベース管理システムによる要求と交代でデー
タベースマシンを使用するように構成したことを特徴と
する請求項1記載のデータベースアクセス方式。
[Scope of Claims] 1. A host computer, an auxiliary storage device having a database, and an auxiliary storage device located on the side of the auxiliary storage device, which performs editing processing on the data when transferring the data from the auxiliary storage device to the host computer. In the database access method, the database access method includes a database machine, a database management system that manages a database on a host computer side, and an access mechanism that assigns a request from the database management system to be executed on the database machine on the host computer side. A database access method characterized in that the access mechanism is configured to add priority information indicating the priority of requests to the request information received from the database management system, and perform the allocation according to the priority information. . 2. When the access mechanism receives a request from the database management system, it checks the usage status of the database machine, and if the database machine is free, uses the database machine exclusively until all requests are processed. However, when the database machine is busy, requested pages are divided into a plurality of page groups, and the database machine is used in turn with requests from other database management systems. The database access method described in 1.
JP1015063A 1989-01-26 1989-01-26 Data base access system Pending JPH02196338A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1015063A JPH02196338A (en) 1989-01-26 1989-01-26 Data base access system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1015063A JPH02196338A (en) 1989-01-26 1989-01-26 Data base access system

Publications (1)

Publication Number Publication Date
JPH02196338A true JPH02196338A (en) 1990-08-02

Family

ID=11878383

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1015063A Pending JPH02196338A (en) 1989-01-26 1989-01-26 Data base access system

Country Status (1)

Country Link
JP (1) JPH02196338A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5886652A (en) * 1981-11-18 1983-05-24 Nec Corp Time-division multifile access control circuit
JPS62177641A (en) * 1986-01-31 1987-08-04 Hitachi Ltd Exclusive priority control system
JPS6314267A (en) * 1986-07-03 1988-01-21 Nec Corp Data base accessing system for host computer
JPS63318627A (en) * 1987-06-23 1988-12-27 Nec Software Ltd System for retrieving data base

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5886652A (en) * 1981-11-18 1983-05-24 Nec Corp Time-division multifile access control circuit
JPS62177641A (en) * 1986-01-31 1987-08-04 Hitachi Ltd Exclusive priority control system
JPS6314267A (en) * 1986-07-03 1988-01-21 Nec Corp Data base accessing system for host computer
JPS63318627A (en) * 1987-06-23 1988-12-27 Nec Software Ltd System for retrieving data base

Similar Documents

Publication Publication Date Title
JP3510042B2 (en) Database management method and system
US9928004B2 (en) Assigning device adaptors to use to copy source extents to target extents in a copy relationship
JPH10500503A (en) Data buffer monitoring device for disk drive system
JPH06259478A (en) Data rearrangement system for distributed data base
JPH02196338A (en) Data base access system
JPH09231144A (en) Method and device for managing data file
JPH05324430A (en) Data processor
JPH01273125A (en) Document printer
JPH0581342A (en) Data processor
JPS61279959A (en) Saving and outputting system for main storage
JP2787107B2 (en) Buffer control system and device
JPH04350738A (en) Disk space management system
JPS5958552A (en) Slowdown control system
JPS63115224A (en) Input/output processing system
CN117762838A (en) Multi-interface access memory control method based on priority
JPS58169224A (en) Input/output multiplexer data distributor
JPS6330951A (en) Data transfer system for communication control processor
JPH02304615A (en) Allocating system for parallel disk control buffer
JPS63222544A (en) Dynamic flow control system
JPH11161506A (en) Dispatch method for information processor, information processor and storage medium thereof
JPS61125671A (en) Data transfer control system
JPS63300350A (en) Task schedule system for multiprocessor system
JPH04321122A (en) External storage system
JPH0281154A (en) Load balance system adopting i/o priority instruction
JPH0256678A (en) Record storing system for data base