JPH10320258A - File access device and machine-readable recording medium recorded with program - Google Patents

File access device and machine-readable recording medium recorded with program

Info

Publication number
JPH10320258A
JPH10320258A JP9139357A JP13935797A JPH10320258A JP H10320258 A JPH10320258 A JP H10320258A JP 9139357 A JP9139357 A JP 9139357A JP 13935797 A JP13935797 A JP 13935797A JP H10320258 A JPH10320258 A JP H10320258A
Authority
JP
Japan
Prior art keywords
access
request
data
exclusive
data access
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
JP9139357A
Other languages
Japanese (ja)
Other versions
JP3255081B2 (en
Inventor
Hisashi Komatsu
久 小松
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP13935797A priority Critical patent/JP3255081B2/en
Publication of JPH10320258A publication Critical patent/JPH10320258A/en
Application granted granted Critical
Publication of JP3255081B2 publication Critical patent/JP3255081B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To speed up retrieving processing by inhibiting an exclusive controller from executing exclusive control for a retrieval request (non-exclusive retrieval request) allowing the reading of data stored in each exclusive unit during the updating processing of the data by another user's program. SOLUTION: An access method determination means 104 judges whether a data access request from a user program 101 is an nonexclusive retrieval request or not. An exclusive control means 141 exclusively controls a data access request judged as a request other than a non-exclusive retrieval request by the means 104 and access means 110, 111 execute a data access request allowed to be executed by the means 114 and a data access request judged as a non-exclusive retrieval request by the means 104.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データベースファ
イルに対するデータアクセス要求を処理する技術に関
し、特に、検索処理を高速に行えるようにデータアクセ
ス要求を処理する技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technology for processing a data access request for a database file, and more particularly to a technology for processing a data access request so that a search process can be performed at high speed.

【0002】[0002]

【従来の技術】データベースファイルに矛盾が生じない
ようにするため、データベースファイルに対するデータ
アクセス要求を排他制御するということは、従来から行
われている。一般的な排他制御では、ページ,ブロック
等を排他制御の対象単位(排他単位)として排他を行っ
ており、或る排他単位が更新排他されている場合は、そ
の排他単位が解放されるまで、それに対する後続のデー
タアクセス要求をその要求種別にかかわらず待たせるよ
うにしている。
2. Description of the Related Art Exclusive control of a data access request to a database file has been conventionally performed in order to prevent inconsistency in the database file. In general exclusive control, exclusion is performed using pages, blocks, and the like as target units (exclusive units) of exclusive control. When a certain exclusive unit is updated and exclusive, the exclusive unit is released until the exclusive unit is released. Subsequent data access requests are made to wait regardless of the request type.

【0003】これは、たとえ後続のデータアクセス要求
が検索要求であっても、それが更新排他されている排他
単位に対するものである場合は、更新中のデータを参照
してしまうことから生じる矛盾を完全に無くすという考
えが一般的であったことによる。しかし、そうすると、
システムのスループットがどうしても低下してしまう。
[0003] This is because even if the subsequent data access request is a search request, if the request is for an exclusive unit that has been updated and exclusive, the inconsistency caused by referring to the data that is being updated will be avoided. The idea of completely eliminating it was common. But then,
System throughput will inevitably decrease.

【0004】そこで、このような問題点を解決するため
に、或る排他単位が更新排他されている場合であって
も、その排他単位に対して実際に更新処理が行われてい
なければ、検索処理を許可するという技術が従来から提
案されている(例えば、特開平2−224152号公
報)。即ち、上述した従来の技術に於いては、通常の排
他識別情報とは別に第二排他識別情報を使用し、更新処
理は第二排他識別情報が既に更新排他または検索排他さ
れている場合には解除されるまで待ち、排他されていな
い場合には更新処理終了まで更新排他にし、検索処理は
第二排他識別情報が既に更新排他されていない場合には
検索処理が終了するまで検索排他を行うようにしてい
る。
Therefore, in order to solve such a problem, even if a certain exclusive unit is updated and exclusive, if the update processing is not actually performed on the exclusive unit, a search is performed. A technique for permitting processing has been proposed (for example, Japanese Patent Laid-Open No. 2-224152). That is, in the above-described conventional technology, the second exclusive identification information is used separately from the normal exclusive identification information, and the update processing is performed when the second exclusive identification information is already updated exclusively or search exclusive. Wait until it is released, if it is not exclusive, make it exclusive until the end of the update process. If the second exclusion identification information is not already update exclusive, do the search exclusive until the end of the search process. I have to.

【0005】[0005]

【発明が解決しようとする課題】ところで、データベー
スシステムの利用形態には、或る条件に合うデータの件
数の概算を得る場合等のように、高速処理は要求される
が、精度はあまり要求されない利用形態がある。このよ
うな利用形態に於いては、他の利用者プログラムで更新
中の排他単位に格納されているデータを読み込むように
しても、つまり、その更新前の内容か更新後の内容のど
ちらかを読み込むことになるかが不定であっても、概算
が分かれば良いので、その目的を達成することができ
る。
The use of the database system requires high-speed processing as in the case of obtaining an approximate number of data that meets a certain condition, but does not require much accuracy. There are usage forms. In such a usage form, the data stored in the exclusive unit being updated by another user program may be read, that is, either the content before the update or the content after the update is read. Even if it is uncertain whether to read, it is only necessary to know the rough estimate, so that the purpose can be achieved.

【0006】しかるに、特開平2−224152号公報
に記載されている従来の技術では、更新処理が行われて
いる排他単位については、上述したような検索要求であ
っても排他制御の対象とし、更新処理が終わるまで検索
処理が待たされるため、十分な処理速度を得ることがで
きないという問題があった。
However, according to the conventional technique described in Japanese Patent Application Laid-Open No. 2-224152, an exclusive unit for which an update process is being performed is subject to exclusive control even with a search request as described above. Since the search process is kept waiting until the update process is completed, there is a problem that a sufficient processing speed cannot be obtained.

【0007】また、従来のファイルアクセス装置の中に
は、データの入出力に伴う処理時間の短縮を図るため
に、データベースファイルに格納されている複数ページ
分(例えば、1トラック分,1シリンダ分のページ)の
データを一括してアクセスすることができるデータアク
セス要求をサポートしている装置がある。このような装
置に於いては、1つのデータアクセス要求で排他される
排他単位の数が多いために排他制御で競合する要求数が
増え、各データアクセス要求が待たされる確率が前述し
た従来技術よりも高くなって上述の問題がより顕著にな
る。
Further, some conventional file access devices include a plurality of pages (for example, one track, one cylinder, etc.) stored in a database file in order to reduce the processing time involved in data input / output. There is a device that supports a data access request that can collectively access the data of (Page No.). In such an apparatus, since the number of exclusive units to be excluded by one data access request is large, the number of requests competing for exclusive control increases, and the probability of waiting for each data access request is higher than that of the above-described prior art. And the above problem becomes more pronounced.

【0008】そこで、本発明の目的は、他の利用者プロ
グラムで更新中の排他単位に格納されているデータを読
み込んでも構わない検索要求を無排他検索要求と定め、
無排他検索要求については排他制御の対象から除外する
ことにより、検索処理を高速化できるようにすることに
ある。
Therefore, an object of the present invention is to define a search request that can read data stored in an exclusive unit being updated by another user program as a non-exclusive search request,
An object of the present invention is to eliminate a non-exclusive search request from a target of exclusive control so that a search process can be sped up.

【0009】[0009]

【課題を解決するための手段】本発明のファイルアクセ
ス装置は上記目的を達成するため、データベースファイ
ルに対するデータアクセス要求を処理するファイルアク
セス装置に於いて、利用者プログラム(図1の101)
からのデータアクセス要求が、無排他検索要求であるか
否かを判断するアクセス方式決定手段(図1の104)
と、該アクセス方式決定手段(図1の104)によって
無排他検索要求以外の要求であると判断されたデータア
クセス要求を排他制御する排他制御手段(図1の11
4)と、該排他制御手段(図1の114)で実行を許可
されたデータアクセス要求および前記アクセス方式決定
手段(図1の104)で無排他検索要求と判断されたデ
ータアクセス要求を実行するアクセス手段(図1の11
0,111)とを備えている。
In order to achieve the above object, a file access device for processing a data access request for a database file according to the present invention comprises a user program (101 in FIG. 1).
Access method determining means (104 in FIG. 1) for determining whether or not the data access request is a non-exclusive search request
And an exclusive control unit (11 in FIG. 1) that performs exclusive control on the data access request determined by the access method determination unit (104 in FIG. 1) to be a request other than a non-exclusive search request.
4) and the data access request permitted to be executed by the exclusive control means (114 in FIG. 1) and the data access request determined to be a non-exclusive search request by the access method determination means (104 in FIG. 1). Access means (11 in FIG. 1)
0,111).

【0010】この構成に於いては、利用者プログラム
(図1の101)からデータアクセス要求が発行される
と、アクセス方式決定手段(図1の104)によってそ
のデータアクセス要求が無排他検索要求であるか否かが
判断される。排他制御手段(図1の114)では、アク
セス方式決定手段(図1の104)によって無排他検索
要求以外の要求であると判断されたデータアクセス要求
を排他制御し、アクセス手段(図1の110,111)
では、排他制御手段(図1の114)で実行を許可され
たデータアクセス要求およびアクセス方式決定手段(図
1の104)で無排他検索要求と判断されたデータアク
セス要求を実行する。
In this configuration, when a data access request is issued from the user program (101 in FIG. 1), the data access request is a non-exclusive search request by the access mode determining means (104 in FIG. 1). It is determined whether there is. The exclusive control means (114 in FIG. 1) performs exclusive control on the data access request determined by the access mode determination means (104 in FIG. 1) to be a request other than the non-exclusive search request, and the access means (110 in FIG. 1). , 111)
Then, the data access request permitted to be executed by the exclusive control means (114 in FIG. 1) and the data access request determined as the non-exclusive search request by the access mode determination means (104 in FIG. 1) are executed.

【0011】また、本発明は、データの入出力に伴う処
理時間の短縮を図るために、データベースファイルに格
納されている複数ページ分のデータを一括してアクセス
することができるデータアクセス要求をサポートしてい
るファイルアクセス装置に於いても上記目的を達成する
ため、利用者プログラム(図1の101)からの、複数
ページ分のデータを一括してアクセスすることを要求す
るデータアクセス要求が、無排他検索要求であるか否か
を判断するアクセス方式決定手段(図1の104)と、
該アクセス方式決定手段(図1の104)によって無排
他検索要求以外の要求であると判断されたデータアクセ
ス要求を排他制御する排他制御手段(図1の114)
と、該排他制御手段(図1の114)で実行を許可され
たデータアクセス要求および前記アクセス方式決定手段
(図1の104)で無排他検索要求と判断されたデータ
アクセス要求を実行するアクセス手段(図1の110)
とを備えている。
In addition, the present invention supports a data access request that can collectively access a plurality of pages of data stored in a database file in order to reduce the processing time involved in data input / output. In order to achieve the above object, even in the file access device which performs the above, there is no data access request from the user program (101 in FIG. 1) for requesting the collective access to the data of a plurality of pages. Access method determining means (104 in FIG. 1) for determining whether or not the request is an exclusive search request;
Exclusive control means (114 in FIG. 1) for exclusively controlling the data access request determined by the access method determining means (104 in FIG. 1) to be a request other than a non-exclusive search request.
An access means for executing a data access request permitted to be executed by the exclusive control means (114 in FIG. 1) and a data access request determined to be a non-exclusive search request by the access method determination means (104 in FIG. 1). (110 in FIG. 1)
And

【0012】この構成に於いては、利用者プログラム
(図1の101)から、複数ページ分のデータを一括し
てアクセスすることを要求するデータアクセス要求が発
行されると、アクセス方式決定手段(図1の104)に
よってそのデータアクセス要求が無排他検索要求である
か否かが判断される。排他制御手段(図1の114)で
は、アクセス方式決定手段(図1の104)によって無
排他検索要求以外の要求であると判断されたデータアク
セス要求を排他制御し、アクセス手段(図1の110,
111)では、排他制御手段(図1の114)で実行を
許可されたデータアクセス要求およびアクセス方式決定
手段(図1の104)で無排他検索要求と判断されたデ
ータアクセス要求を実行する。
In this configuration, when a user program (101 in FIG. 1) issues a data access request for requesting simultaneous access to a plurality of pages of data, the access method determining means (101). It is determined whether or not the data access request is a non-exclusive search request according to 104) in FIG. The exclusive control means (114 in FIG. 1) performs exclusive control on the data access request determined by the access mode determination means (104 in FIG. 1) to be a request other than the non-exclusive search request, and the access means (110 in FIG. 1). ,
At 111), the data access request permitted to be executed by the exclusive control means (114 in FIG. 1) and the data access request determined as the non-exclusive search request by the access mode determination means (104 in FIG. 1) are executed.

【0013】更に、本発明のファイルアクセス装置に於
いては、一括アクセスを行う特定の利用者プログラムに
よって、システムのメモリが大量に使用され、他の利用
者プログラムがメモリの不足により異常終了してしまう
という事態を防ぐため、複数のページから構成された表
が複数格納されたデータベースファイルに対する、複数
ページ分のデータを一括してアクセスすることを要求す
るデータアクセス要求を処理するファイルアクセス装置
に於いて、利用者プログラム(図1の101)からの一
括アクセス設定要求によって設定要求された一括アクセ
ス可能な表の数の上限数を示す一括アクセス可能上限数
を設定する同時実行数設定手段(図1の103)と、前
記利用者プログラム(図1の101)からの、複数ペー
ジ分のデータを一括してアクセスすることを要求するデ
ータアクセス要求が、或る表に対するものである場合
は、該データアクセス要求の一括アクセスを許可する
と、前記利用者プログラム(図1の101)が一括アク
セスの対象とする表の数が前記同時実行数設定手段(図
1の103)によって設定されている一括アクセス可能
上限数を超えてしまうか否かを判断すると共に、前記デ
ータアクセス要求が無排他検索要求であるか否かを判断
するアクセス方式決定手段(図1の104)と、該アク
セス方式決定手段(図1の104)によって無排他検索
要求以外の要求であると判断されたデータアクセス要求
を排他制御する排他制御手段(図1の114)と、該排
他制御手段(図1の114)で実行を許可され且つ前記
アクセス方式決定手段(図1の104)で一括アクセス
可能上限数を超えないと判断されたデータアクセス要求
と、前記アクセス方式決定手段(図1の104)で一括
アクセス可能上限数を超えず且つ無排他検索要求である
と判断されたデータアクセス要求とを実行する一括アク
セス手段(図1の110)と、前記排他制御手段(図1
の114)で実行を許可され且つ前記アクセス方式決定
手段(図1の104)で一括アクセス可能上限数を超え
ると判断されたデータアクセス要求と、前記アクセス方
式決定手段(図1の104)で一括アクセス可能上限数
を超え且つ無排他検索要求であると判断されたデータア
クセス要求とを実行するページ単位アクセス手段(図1
の111)とを備えている。
Further, in the file access apparatus of the present invention, a large amount of system memory is used by a specific user program for performing batch access, and another user program terminates abnormally due to lack of memory. In order to prevent such a situation, a file access device that processes a data access request for requesting a batch access to data of a plurality of pages to a database file storing a plurality of tables composed of a plurality of pages is provided. A concurrent execution number setting means (FIG. 1) for setting a batch accessible upper limit number indicating the upper limit of the number of batch accessible tables requested by the batch access setting request from the user program (101 in FIG. 1). 103) and data of a plurality of pages from the user program (101 in FIG. 1). If the data access request for access to a certain table is for a certain table, and the batch access of the data access request is permitted, the user program (101 in FIG. 1) is set as a target of the batch access. It is determined whether or not the number of tables to be executed exceeds the batch accessable upper limit set by the concurrent execution number setting means (103 in FIG. 1), and the data access request is a non-exclusive search request. Access method determining means (104 in FIG. 1) for determining whether or not the data access request is a request other than a non-exclusive search request by the access method determining means (104 in FIG. 1). Exclusive control means (114 in FIG. 1) and the access method determining means (104 in FIG. 1) permitted to be executed by the exclusive control means (114 in FIG. 1). A data access request determined not to exceed the batch accessable upper limit number and a data access request determined by the access method determining means (104 in FIG. 1) to be a batch access accessible upper limit number and determined to be a non-exclusive search request. Request and a collective access unit (110 in FIG. 1) and the exclusive control unit (FIG. 1).
The data access request which is permitted to be executed at 114) and is judged to exceed the batch accessable upper limit number by the access method determining means (104 of FIG. 1), and the data access request by the access method determining means (104 of FIG. 1). A page access means for executing a data access request exceeding the accessible maximum number and determined to be a non-exclusive search request (FIG. 1)
111).

【0014】この構成に於いては、利用者プログラム
(図1の101)から一括アクセス設定要求が発行され
ると、同時実行数設定手段(図1の103)が、一括ア
クセス設定要求によって設定要求された一括アクセス可
能上限数を設定する。
In this configuration, when a batch access setting request is issued from the user program (101 in FIG. 1), the concurrent execution number setting means (103 in FIG. 1) sets the batch request in response to the batch access setting request. Set the maximum number of accessible batches.

【0015】その後、前記利用者プログラム(図1の1
01)から、複数ページ分のデータを一括してアクセス
することを要求する、或る表に対するデータアクセス要
求が発行されると、アクセス方式決定手段(図1の10
4)が、そのデータアクセス要求の一括アクセスを許可
すると、利用者プログラム(図1の101)が一括アク
セスの対象とする表の数が同時実行数設定手段(図1の
103)によって設定されている一括アクセス可能上限
数を超えてしまうか否かを判断すると共に、データアク
セス要求が無排他検索要求であるか否かを判断する。
Thereafter, the user program (1 in FIG. 1)
01), when a data access request for a certain table is issued, which requests to collectively access data of a plurality of pages, the access method determining means (10 in FIG. 1)
4), when the batch access of the data access request is permitted, the number of tables to be collectively accessed by the user program (101 in FIG. 1) is set by the concurrent execution number setting means (103 in FIG. 1). It is determined whether or not the total number of accessible batches exceeds the upper limit, and whether or not the data access request is a non-exclusive search request.

【0016】排他制御手段(図1の114)では、アク
セス方式決定手段(図1の104)によって無排他検索
要求以外の要求であると判断されたデータアクセス要求
を排他制御する。
The exclusive control means (114 in FIG. 1) performs exclusive control on the data access request determined by the access method determining means (104 in FIG. 1) to be a request other than the non-exclusive search request.

【0017】また、一括アクセス手段(図1の110)
では、排他制御手段(図1の114)で実行を許可され
且つアクセス方式決定手段(図1の104)で一括アク
セス可能上限数を超えないと判断されたデータアクセス
要求と、アクセス方式決定手段(図1の104)で一括
アクセス可能上限数を超えず且つ無排他検索要求である
と判断されたデータアクセス要求とを実行する。一方、
ページ単位アクセス手段(図1の111)では、排他制
御手段(図1の114)で実行を許可され且つアクセス
方式決定手段(図1の104)で一括アクセス可能上限
数を超えると判断されたデータアクセス要求と、アクセ
ス方式決定手段(図1の104)で一括アクセス可能上
限数を超え且つ無排他検索要求であると判断されたデー
タアクセス要求とを実行する。
Also, batch access means (110 in FIG. 1)
Then, the data access request permitted to be executed by the exclusive control means (114 in FIG. 1) and determined by the access method determination means (104 in FIG. 1) not to exceed the collectively accessible maximum number, and the access method determination means (104). A data access request that does not exceed the batch accessible maximum number and is determined to be a non-exclusive search request in 104) in FIG. 1 is executed. on the other hand,
In the page unit access means (111 in FIG. 1), the data which is permitted to be executed by the exclusive control means (114 in FIG. 1) and which is judged by the access method determination means (104 in FIG. 1) to exceed the collectively accessible upper limit number. An access request and a data access request that exceeds the batch accessable upper limit number and is determined to be a non-exclusive search request by the access method determination unit (104 in FIG. 1) are executed.

【0018】[0018]

【発明の実施の形態】次に本発明の実施の形態について
図面を参照して詳細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0019】図1は、本発明の実施の形態を示すブロッ
ク図であり、利用者プログラム101と、処理要求制御
手段102と、同時実行数設定手段103と、アクセス
方式決定手段104と、処理実行制御手段105と、ア
クセス情報記憶域106と、データベースファイルアク
セス手段109と、複数の表が格納された複数のデータ
ベースファイル112−1〜112−nとを備えてい
る。
FIG. 1 is a block diagram showing an embodiment of the present invention. A user program 101, processing request control means 102, concurrent execution number setting means 103, access method determination means 104, and processing execution It comprises a control means 105, an access information storage area 106, a database file access means 109, and a plurality of database files 112-1 to 112-n storing a plurality of tables.

【0020】利用者プログラム101は、一括アクセス
設定要求,データアクセス要求,一括アクセス中止要求
を出力する機能を有する。
The user program 101 has a function of outputting a batch access setting request, a data access request, and a batch access stop request.

【0021】利用者プログラム101が出力する一括ア
クセス設定要求には、一括アクセスを行うことを希望す
る表を特定するための処理対象ID(表の表IDとその
表を含むデータベースファイルのファイルIDとから構
成される),同時に一括アクセスを行うことができる表
の数の上限数(一括アクセス可能上限数)が含まれる。
The batch access setting request output by the user program 101 includes a processing target ID (table table ID and file ID of a database file including the table) for specifying a table for which batch access is desired. ), And the upper limit of the number of tables that can be accessed at the same time (batch accessible maximum number).

【0022】また、データアクセス要求には、アクセス
する表を特定するための処理対象ID(表の表IDとそ
の表を含むデータベースファイルのファイルIDとから
構成される)と、データベース操作命令と、検索モード
情報(他の利用者プログラムで更新されている未だコミ
ット点に到達していない状態の排他単位に格納されてい
るデータの読み込みも可とする無排他検索要求であるか
否かを示す情報)とが含まれる。
The data access request includes a processing target ID for specifying a table to be accessed (consisting of a table ID of a table and a file ID of a database file including the table), a database operation instruction, Search mode information (information indicating whether the request is a non-exclusive search request that allows reading of data stored in an exclusive unit that has not yet reached the commit point and has been updated by another user program) ).

【0023】一括アクセス中止要求には、一括アクセス
を中止する表を特定する処理対象ID(その表の表ID
とその表を含むデータベースファイルのファイルIDか
ら構成される)が含まれる。
The batch access stop request includes a processing target ID (table ID of the table) for specifying the table for which batch access is to be stopped.
And a file ID of a database file including the table).

【0024】処理要求制御手段102は、利用者プログ
ラム101から一括アクセス設定要求,一括アクセス中
止要求が出力された場合は、同時実行数設定手段103
に上記一括アクセス設定要求,一括アクセス中止要求を
渡す。また、利用者プログラム101からデータアクセ
ス要求が出力された場合は、アクセス方式決定手段10
4に上記データアクセス要求を渡す。
When a batch access setting request or a batch access stop request is output from the user program 101, the processing request control means 102 sets the simultaneous execution number setting means 103.
To the batch access setting request and the batch access stop request. When a data access request is output from the user program 101, the access method determining unit 10
4 is passed the data access request.

【0025】アクセス情報記憶域106は、利用者プロ
グラム101固有のメモリ領域に確保され、表制御情報
107と、一括アクセス判断情報108とが格納され
る。
The access information storage area 106 is secured in a memory area unique to the user program 101, and stores table control information 107 and collective access determination information 108.

【0026】表制御情報107は、利用者プログラム1
01が一括アクセスを希望する表の表ID,その表を含
むデータベースファイルのファイルIDを含む。また、
一括アクセス判断情報108は、一括アクセス可能上限
数,一括アクセスの対象にしている表の表数を示す一括
アクセス数,一括アクセスの対象にしている処理対象を
示す一括アクセス処理対象IDを含む。
The table control information 107 contains the user program 1
01 includes a table ID of a table for which batch access is desired and a file ID of a database file including the table. Also,
The collective access determination information 108 includes a collective access upper limit number, a collective access number indicating the number of tables to be collectively accessed, and a collective access processing target ID indicating a processing target to be collectively accessed.

【0027】図2は、アクセス情報記録域106の内容
例を示した図である。この例では、3個の表制御情報1
07−a〜107−cと、一括アクセス判断情報108
とが格納されている。表制御情報107−a〜107−
cには、それぞれ表A〜Cの表ID「H1〜H3」と、
表A〜Cを含むデータベースファイル(データベーファ
イル112−1とする)のファイルID「F1」とが設
定されている。また、一括アクセス判断情報108に
は、一括アクセス可能上限数108−1として「2」が
設定され、一括アクセス数108−2として「0」が設
定され、一括アクセス処理対象ID108−3としては
何も設定されていない。
FIG. 2 is a diagram showing an example of the contents of the access information recording area 106. In this example, three pieces of table control information 1
07-a to 107-c and collective access determination information 108
And are stored. Table control information 107-a to 107-
c includes table IDs “H1 to H3” of Tables A to C, respectively.
A file ID “F1” of a database file (referred to as a database file 112-1) including tables A to C is set. In the collective access determination information 108, “2” is set as the collective access upper limit number 108-1, “0” is set as the collective access number 108-2, and what is the collective access processing target ID 108-3. Is also not set.

【0028】同時実行数設定手段103は、利用者プロ
グラム101から発行された一括アクセス設定要求に従
って、利用者プログラム101固有のメモリ領域である
アクセス情報記憶域106に、表制御情報107,一括
アクセス判断情報108を格納する。また、利用者プロ
グラム101から発行された一括アクセス中止要求に従
って、一括アクセス判断情報108中の一括アクセス数
108−2を−1 し、一括アクセス処理対象ID108
−3に設定されている処理対象IDの中から中止要求さ
れた処理対象IDを削除する。尚、図示を省略した他の
利用者プログラムから一括アクセス設定要求,一括アク
セス中止要求が発行された場合も、その利用者プログラ
ム固有のアクセス情報記憶域に対して上述したと同様の
処理が行われる。
According to the batch access setting request issued from the user program 101, the concurrent execution number setting means 103 stores the table control information 107 and the batch access judgment in the access information storage area 106 which is a memory area unique to the user program 101. Information 108 is stored. Further, according to the batch access stop request issued from the user program 101, the batch access number 108-2 in the batch access determination information 108 is decremented by one, and the batch access processing target ID 108
The processing target ID requested to be canceled is deleted from the processing target IDs set to -3. When a collective access setting request and a collective access stop request are issued from another user program (not shown), the same processing as described above is performed on the access information storage area unique to the user program. .

【0029】アクセス方式決定手段104は、利用者プ
ログラム101や図示を省略した他の利用者プログラム
からデータアクセス要求が発行された場合、そのデータ
アクセス要求のアクセス方式を一括アクセス(連続する
複数のページを一括してアクセスする方式)にするの
か、ページ単位アクセスにするのかを決定する機能や、
そのデータアクセス要求を排他制御の対象とするか否か
を決定する機能等を有する。
When a data access request is issued from the user program 101 or another user program (not shown), the access method determining means 104 determines the access method of the data access request as a batch access (a plurality of continuous pages). Or batch access) or a page-level access,
It has a function of determining whether or not the data access request is subject to exclusive control.

【0030】処理実行制御手段105は、アクセス方式
決定手段104の決定内容に従ったアクセス処理をデー
タベースファイルアクセス手段109に行わせる機能,
データベースファイルアクセス手段109の処理結果を
処理要求制御手段102に返す機能等を有する。
The processing execution control means 105 has a function of causing the database file access means 109 to perform access processing according to the contents determined by the access method determining means 104,
It has a function of returning the processing result of the database file access means 109 to the processing request control means 102, and the like.

【0031】データベースファイル112−1には、複
数のページから構成される表が複数格納されている。他
のデータベースファイルも同様に、複数のページから構
成される表が複数格納されている。
The database file 112-1 stores a plurality of tables composed of a plurality of pages. Similarly, the other database files also store a plurality of tables each including a plurality of pages.

【0032】図3はデータベースファイル112−1〜
112−nをディスク装置に格納した場合に於けるシリ
ンダ201と、トラック202と、ページ203との関
係を示した図である。この例では、1つのシリンダが6
個のトラックから構成され、1つのトラックが6ページ
に分割されている。図4は、ページ301と、表30
2,303と、トラックとの関係を示した図である。こ
の例では、表名Aの表302は、第8ページ〜第15ペ
ージに格納され、表名Bの表303は、第16ページ〜
第30ページに格納されている。
FIG. 3 shows the database files 112-1 to 112-1.
FIG. 3 is a diagram showing a relationship among a cylinder 201, a track 202, and a page 203 when 112-n is stored in a disk device. In this example, one cylinder is 6
Each track is divided into six pages. FIG. 4 shows a page 301 and a table 30.
FIG. 3 is a diagram showing a relationship between the track No. 2, 303 and a track. In this example, the table 302 with the table name A is stored in pages 8 to 15 and the table 303 with the table name B is stored in pages 16 to
It is stored on page 30.

【0033】データベースファイルアクセス手段109
は、一括アクセス手段110と、ページ単位アクセス手
段111と、排他制御手段114とを備えている。
Database file access means 109
Includes a batch access unit 110, a page unit access unit 111, and an exclusive control unit 114.

【0034】一括アクセス手段110は、アクセス対象
の表が格納されているデータベースファイル112−i
(1≦i≦n)に対して、一括アクセスを行う機能を有
する。ここで、一括アクセスの単位は、トラック単位等
任意の単位とすることができる。
The batch access means 110 is a database file 112-i storing a table to be accessed.
It has a function to perform batch access to (1 ≦ i ≦ n). Here, the unit of collective access can be an arbitrary unit such as a track unit.

【0035】ページ単位アクセス手段111は、アクセ
ス対象の表が格納されているデータベースファイル11
2−i(1≦i≦n)に対して、ページ単位アクセスを
行う機能を有する。
The page unit access unit 111 stores the database file 11 in which the table to be accessed is stored.
It has a function of performing page unit access to 2-i (1 ≦ i ≦ n).

【0036】排他制御手段114は、処理実行制御手段
105から渡されたデータアクセス要求を排他制御する
機能を有する。
The exclusive control means 114 has a function of exclusively controlling the data access request passed from the processing execution control means 105.

【0037】図5は同時実行数設定手段103の設定時
の処理例を示す流れ図,図6はアクセス方式決定手段1
04の処理例を示す流れ図であり、以下各図を参照して
動作を説明する。
FIG. 5 is a flow chart showing an example of processing when setting the number of concurrent executions setting means 103, and FIG.
14 is a flowchart showing an example of the process of FIG.

【0038】利用者プログラム101は、処理開始時、
一括アクセスを希望する表を特定するための処理対象I
Dと、一括アクセス可能上限数を含む一括アクセス設定
要求を発行する。
When the user program 101 starts processing,
Process target I for specifying the table for which you want to access all at once
D and a batch access setting request including the batch accessible maximum number.

【0039】今、例えば、利用者プログラム101から
発行された一括アクセス設定要求が、処理対象IDとし
て「H1,F1」,「H2,F1」,「H3,F1」を
含み、一括アクセス可能上限数として「2」を含んでい
るとする。ここで、F1は、データベースファイル11
2−1のファイルIDであり、H1,H2,H3は、そ
れぞれデータベースファイル112−1に格納されてい
る表A,B,Cの表IDである。つまり、上記一括アク
セス設定要求が含んでいる処理対象IDは、データベー
スファイル112−1に格納されている表A,B,Cを
特定するものである。
Now, for example, the batch access setting request issued from the user program 101 includes “H1, F1”, “H2, F1”, “H3, F1” as processing target IDs, "2" is included. Here, F1 is the database file 11
2-1 is a file ID, and H1, H2, and H3 are table IDs of tables A, B, and C stored in the database file 112-1. That is, the processing target ID included in the batch access setting request specifies the tables A, B, and C stored in the database file 112-1.

【0040】利用者プログラム101から上記した一括
アクセス設定要求が発行されると、処理要求制御手段1
02は、それを同時実行数設定手段103に渡す。
When the above-mentioned batch access setting request is issued from the user program 101, the processing request control means 1
02 transfers it to the concurrent execution number setting means 103.

【0041】これにより、同時実行数設定手段103
は、図5に示す流れ図の処理を行い、先ず、図2に示す
ように、アクセス情報記憶域106の一括アクセス判断
情報108に、一括アクセス可能上限数108−1とし
て「2」を設定し、一括アクセス数108−2として
「0」を設定する(S1)。
Thus, the concurrent execution number setting means 103
Performs the process of the flow chart shown in FIG. 5, and first sets “2” in the collective access determination information 108 of the access information storage area 106 as the collective accessible maximum number 108-1 as shown in FIG. "0" is set as the number of batch accesses 108-2 (S1).

【0042】その後、同時実行数設定手段103は、図
2に示すように、表A,B,Cについての表制御情報1
07−a,107−b,107−c(表IDとファイル
IDとを含む)をアクセス情報記憶域106に格納する
(S2)。
Thereafter, as shown in FIG. 2, the simultaneous execution number setting means 103 sets the table control information 1 for tables A, B, and C.
07-a, 107-b, and 107-c (including the table ID and the file ID) are stored in the access information storage area 106 (S2).

【0043】利用者プログラム101は、一括アクセス
設定要求を発行後、アクセスする表を特定するための処
理対象IDと、データベース操作命令と、検索モード情
報とを含むデータアクセス要求を発行する。
After issuing the batch access setting request, the user program 101 issues a data access request including a processing target ID for specifying a table to be accessed, a database operation instruction, and search mode information.

【0044】利用者プログラム101からデータアクセ
ス要求が発行されると、処理要求制御手段102は、そ
れをアクセス方式決定手段104に渡す。
When a data access request is issued from the user program 101, the processing request control means 102 passes it to the access method determination means 104.

【0045】これにより、アクセス方式決定手段104
は、図6の流れ図に示す処理を行う。
Thus, the access method determining means 104
Performs the processing shown in the flowchart of FIG.

【0046】先ず、アクセス方式決定手段104は、デ
ータアクセス要求中のデータベース操作命令に基づい
て、それが検索系の処理を要求するものなのか、更新系
の処理を要求するものなのかを判断する(S11)。
First, based on the database operation command in the data access request, the access method determining means 104 determines whether the request requires search-based processing or update-based processing. (S11).

【0047】そして、更新系の処理を要求するものであ
ると判断した場合(S11がno)は、上記データアク
セス要求を処理実行制御手段105に渡すと共に、アク
セス方式をページ単位アクセスにし、且つ上記データア
クセス要求を排他制御の対象とすることを処理実行制御
手段105に通知する(S19)。
If it is determined that the request is for an update-type process (S11: no), the data access request is passed to the process execution control means 105, and the access method is set to page unit access. The processing execution control unit 105 is notified that the data access request is to be subjected to exclusive control (S19).

【0048】また、検索系の処理を要求するものである
と判断した場合は(S11がyes)、アクセス情報記
憶域106に、上記データアクセス要求に設定されてい
る処理対象IDによって示される表の表制御情報が格納
されているか否を判断する(S12)。つまり、上記デ
ータアクセス要求が、一括アクセスを要求するものであ
るか否かを判断する。
If it is determined that the request is for a search-related process (Yes in S11), the access information storage area 106 stores the table of the table indicated by the processing target ID set in the data access request. It is determined whether the table control information is stored (S12). That is, it is determined whether or not the data access request is for a batch access.

【0049】そして、一括アクセスを要求するものでな
いと判断した場合(S12がno)は、S17の処理を
行う。S17では、上記したアクセス要求が無排他検索
要求であるか否かを判断する。そして、無排他検索要求
でないと判断した場合は、S19の処理を行い、無排他
検索要求であると判断した場合は、処理実行制御手段1
05にデータアクセス要求を渡すと共に、アクセス方式
をページ単位アクセスとし、且つ排他制御の対象にしな
いことを通知する(S18)。一方、一括アクセスを要
求するものであると判断した場合(S12がyes)
は、上記データアクセス要求に設定されている処理対象
IDと同じ処理対象IDが一括アクセス判断情報108
中に設定されているか否かを判断する(S13)。
If it is determined that batch access is not requested (S12: no), the process of S17 is performed. In S17, it is determined whether or not the access request is a non-exclusive search request. When it is determined that the request is not a non-exclusive search request, the process of S19 is performed, and when it is determined that the request is a non-exclusive search request, the process execution control unit 1 is executed.
05, and notifies that the access method is page-based access and is not subject to exclusive control (S18). On the other hand, when it is determined that the batch access is requested (yes in S12).
Is the same processing target ID as the processing target ID set in the data access request.
It is determined whether it is set to medium (S13).

【0050】S13に於いて設定されていないと判断し
た場合(判断結果がno)は、上記データアクセス要求
によって一括アクセスが要求されている表を一括アクセ
スするようにすると、一括アクセス可能上限数を超えて
しまうか否かを判断する(S14)。
If it is determined in S13 that the setting has not been made (the determination result is no), the table for which the collective access is requested by the data access request is collectively accessed. It is determined whether or not it exceeds (S14).

【0051】そして、一括アクセス可能上限数を超えな
いと判断した場合(S14がno)は、一括アクセス判
断情報108中の一括アクセス数108−2を+1する
と共に、一括アクセス処理対象ID108−3に上記デ
ータアクセス要求に設定されている処理対象IDを設定
する(S15)。
If it is determined that the number does not exceed the collective access upper limit number (S14: no), the collective access number 108-2 in the collective access determination information 108 is incremented by one, and the collective access processing target ID 108-3 is added. The processing target ID set in the data access request is set (S15).

【0052】その後、アクセス方式決定手段104は、
上記データアクセス要求に設定されている検索モード情
報に基づいて、それが他の利用者プログラムで更新され
ている未だコミット点に到達していない状態の排他単位
に格納されているデータの読み込みも可とする検索要求
(無排他検索要求)であるか否かを判断する(S1
6)。尚、S13の判断結果がyesの場合も、アクセ
ス方式決定手段104は、S16の処理を行う。
Thereafter, the access method determining means 104
Based on the search mode information set in the data access request, it is possible to read data stored in an exclusive unit that has not yet reached the commit point and has been updated by another user program. Is determined (S1).
6). Note that, also when the determination result in S13 is yes, the access method determination unit 104 performs the processing in S16.

【0053】そして、S16に於いて無排他検索要求で
あると判断した場合(S16がyes)は、処理実行制
御手段105にデータアクセス要求を渡すと共に、アク
セス方式を一括アクセス方式とし、且つ排他制御を行わ
ないことを通知する(S21)。これに対して、無排他
検索要求でないと判断した場合(S16がno)は、処
理実行制御手段105にデータアクセス要求を渡すと共
に、アクセス方式を一括アクセス方式とし、且つ排他制
御を行うことを通知する(S20)。
When it is determined in S16 that the request is a non-exclusive search request (Yes in S16), the data access request is passed to the processing execution control means 105, the access method is set to the batch access method, and the exclusive control is performed. Is not performed (S21). On the other hand, if it is determined that the request is not a non-exclusive search request (No in S16), the data access request is passed to the processing execution control means 105, and the access method is set to the collective access method and the exclusive control is notified. (S20).

【0054】また、S14に於いて、一括アクセス可能
上限数を超えてしまうと判断した場合は、上記データア
クセス要求が無排他検索要求であるか否かを判断する
(S17)。
If it is determined in S14 that the total access limit is exceeded, it is determined whether the data access request is a non-exclusive search request (S17).

【0055】そして、無排他検索要求であると判断した
場合(S17がyes)は、処理実行制御手段105に
データアクセス要求を渡すと共に、アクセス方式をペー
ジ単位アクセスとし、且つ排他制御の対象にしないこと
を通知する(S18)。一方、S17で無排他検索要求
でないと判断された場合は、S19の処理を行う。
If it is determined that the request is a non-exclusive search request (Yes in S17), the data access request is passed to the processing execution control means 105, the access method is set to page unit access, and is not subjected to exclusive control. Is notified (S18). On the other hand, if it is determined in S17 that the request is not a non-exclusive search request, the process of S19 is performed.

【0056】処理実行制御手段105は、アクセス方式
決定手段104からデータアクセス要求が渡され、且
つ、アクセス方式を一括アクセスとし、排他制御の対象
としないことが通知されると、データアクセス要求をデ
ータベースファイルアクセス手段109内の一括アクセ
ス手段110に渡す。これにより、一括アクセス手段1
10は、データアクセス要求を実行し、読み込んだ連続
した複数ページ分のデータを、利用者プログラム101
の固有領域に設けられた一括アクセス用入出力バッファ
(図示せず)に格納する。この一括アクセス用入出力バ
ッファは、一括アクセス可能上限数に比例するものであ
る。尚、一括アクセス手段110は、複数のデータアク
セス要求を並行して実行可能な構成を有するものであ
る。
When the data access request is passed from the access method determination means 104 and the access method is notified that the access method is to be batch access and is not subject to exclusive control, the process execution control means 105 sends the data access request to the database. It is passed to the batch access means 110 in the file access means 109. Thereby, the batch access means 1
A user program 101 executes a data access request and stores the read data for a plurality of continuous pages in a user program 101.
Is stored in a collective access input / output buffer (not shown) provided in a unique area of. This batch access input / output buffer is proportional to the batch accessible maximum number. The batch access unit 110 has a configuration capable of executing a plurality of data access requests in parallel.

【0057】また、処理実行制御手段105は、アクセ
ス方式決定手段104からデータアクセス要求が渡さ
れ、且つ、アクセス方式をページ単位アクセスとし、排
他制御の対象としないことが通知されると、データアク
セス要求をデータベースファイルアクセス手段109内
のページ単位アクセス手段111に渡す。これにより、
ページ単位アクセス手段111は、データアクセス要求
を実行し、読み込んだ1ページ分のデータを、利用者プ
ログラム101の固有領域に設けられたページ単位アク
セス用入出力バッファ(図示せず)に格納する。尚、ペ
ージ単位アクセス手段111は、複数のデータアクセス
要求を並行して実行可能な構成を有するものである。
When the data access request is passed from the access mode determining means 104 and the process execution control unit 105 is notified that the access mode is page unit access and is not subject to exclusive control, the data access control unit 105 executes the data access request. The request is passed to the page unit access unit 111 in the database file access unit 109. This allows
The page unit access unit 111 executes a data access request, and stores the read one page of data in a page unit access input / output buffer (not shown) provided in a unique area of the user program 101. The page unit access unit 111 has a configuration capable of executing a plurality of data access requests in parallel.

【0058】また、処理実行制御手段105は、アクセ
ス方式決定手段104からデータアクセス要求が渡さ
れ、且つ、アクセス方式を一括アクセスとし、排他制御
の対象とすることが通知されると、データアクセス要求
をデータベースファイルアクセス手段109内の排他制
御手段114に渡すと共に、アクセス方式を一括アクセ
スにすることを通知する。排他制御手段114は、上記
利用者プログラム101からのデータアクセス要求と他
の利用者プログラムからのデータアクセス要求との排他
制御を行い、上記データアクセス要求を実行可能な場合
は、それを一括アクセス手段110に渡す。一括アクセ
ス手段110は、データアクセス要求を実行し、読み込
んだ連続した複数ページ分のデータを、システムの共有
領域に設けられた一括アクセス用入出力バッファ(図示
せず)に格納する。
The processing execution control means 105 receives the data access request from the access method determination means 104 and, when notified that the access method is to be collectively accessed and subject to exclusive control, receives the data access request. To the exclusive control unit 114 in the database file access unit 109, and also notifies that the access method is batch access. The exclusive control unit 114 performs exclusive control of a data access request from the user program 101 and a data access request from another user program. If the data access request can be executed, the exclusive control unit 114 Hand over to 110. The collective access unit 110 executes a data access request, and stores the read data of a plurality of continuous pages in a collective access input / output buffer (not shown) provided in a shared area of the system.

【0059】また、処理実行制御手段105は、アクセ
ス方式決定手段104からデータアクセス要求が渡さ
れ、且つ、アクセス方式をページ単位アクセスとし、排
他制御の対象とすることが通知されると、データアクセ
ス要求をデータベースファイルアクセス手段109内の
排他制御手段114に渡すと共に、アクセス方式をペー
ジ単位アクセスにすることを通知する。排他制御手段1
14は、上記利用者プログラム101からのデータアク
セス要求と他の利用者プログラムからのデータアクセス
要求との排他制御を行い、上記データアクセス要求に従
った処理を行うことが可能な場合は、それをページ単位
アクセス手段111に渡す。ページ単位アクセス手段1
11は、データアクセス要求を実行し、読み込んだ1ペ
ージ分のデータを、システムの共有領域に設けられたペ
ージ単位アクセス用入出力バッファ(図示せず)に格納
する。
When the data access request is passed from the access mode determining means 104 and the process execution control unit 105 is notified that the access mode is page unit access and exclusive control is to be performed, the process execution control unit 105 executes the data access request. The request is passed to the exclusive control means 114 in the database file access means 109, and the access method is notified that the access method is page unit access. Exclusive control means 1
14 performs exclusive control of a data access request from the user program 101 and a data access request from another user program, and if processing according to the data access request can be performed, It is passed to the page unit access means 111. Page unit access means 1
Reference numeral 11 executes a data access request and stores the read data for one page in a page-unit access input / output buffer (not shown) provided in the shared area of the system.

【0060】処理実行制御手段105は、利用者プログ
ラム101固有の一括アクセス用入出力バッファ,ペー
ジ単位アクセス用入出力バッファからデータを読み込
み、読み込んだデータを処理要求制御手段102を介し
て利用者プログラム101に渡す。
The processing execution control unit 105 reads data from the batch access input / output buffer and the page unit access input / output buffer unique to the user program 101, and transfers the read data to the user program 101 via the processing request control unit 102. Hand over to 101.

【0061】また、利用者プログラム101から、一括
アクセス中止要求が発行された場合は、同時実行数設定
手段103は、一括アクセス中止要求によって一括アク
セスの中止を要求された表の数だけ一括アクセス判断情
報108中の一括アクセス数108−2をディクリメン
トし、一括アクセス対象ID108−3に設定されてい
る処理対象IDの中から中止要求された処理対象IDを
削除する。
When a batch access stop request is issued from the user program 101, the concurrent execution number setting means 103 determines the number of batch accesses by the number of tables requested to stop batch access by the batch access stop request. The number of collective accesses 108-2 in the information 108 is decremented, and the processing target ID requested to be canceled is deleted from the processing target IDs set in the collective access target ID 108-3.

【0062】次に、利用者プログラム101から発行さ
れるデータアクセス要求の内容の具体例を挙げて、アク
セス方式決定手段104の動作を説明する。
Next, the operation of the access mode determining means 104 will be described with a specific example of the contents of a data access request issued from the user program 101.

【0063】今、例えば、アクセス情報記憶域106の
内容が、図2に示すものになっている時に、利用者プロ
グラム101から、処理対象IDがデータベースファイ
ル112−1中の表Aを示す「H1,F1」で、データ
ベース操作命令が「検索命令」で、検索モード情報が
「無排他検索要求」であるデータアクセス要求が発行さ
れたとする。
Now, for example, when the contents of the access information storage area 106 are as shown in FIG. 2, the user program 101 determines that the processing target ID is “H1” indicating Table A in the database file 112-1. , F1 ", a database access instruction is a" search instruction ", and a data access request with a search mode information of" no exclusive search request "is issued.

【0064】処理要求実行制御手段102は、このデー
タアクセス要求をアクセス方式決定手段104に渡す。
The processing request execution control means 102 passes the data access request to the access method determining means 104.

【0065】アクセス方式決定手段104は、上記した
データアクセス要求が渡されると、図6の流れ図に示す
処理を行う。
When the above-mentioned data access request is passed, the access method determining means 104 performs the processing shown in the flowchart of FIG.

【0066】この例の場合、データベース操作命令が
「検索命令」であるので、S11の判断結果は、yes
となる。また、図2に示すように、アクセス情報記憶域
106に表Aを示す表制御情報107−aが格納されて
いるので、S12の判断結果はyesとなる。更に、図
2に示すように、一括アクセス処理対象ID108−3
には、処理対象IDが全く登録されていないので、S1
3の判断結果は、noとなる。更に、図2に示すよう
に、一括アクセス可能上限数108−1が「2」で現在
の一括アクセス数108−2が「0」であるので、S1
4の判断結果はnoとなる。
In this example, since the database operation instruction is a “search instruction”, the result of the determination in S11 is “yes”.
Becomes Further, as shown in FIG. 2, since the table control information 107-a indicating the table A is stored in the access information storage area 106, the determination result in S12 is yes. Further, as shown in FIG.
Since no processing target ID is registered in
The judgment result of No. 3 is no. Further, as shown in FIG. 2, since the collective access upper limit number 108-1 is “2” and the current collective access number 108-2 is “0”, S1
The determination result of No. 4 is no.

【0067】この結果、アクセス方式決定手段104
は、図7に示すように、一括アクセス判断情報108中
の、一括アクセス数108−2を+1して「1」に更新
し、一括アクセス処理対象108−3に、上記データア
クセス要求に設定されている処理対象ID「H1,F
1」を設定する(S15)。
As a result, the access method determining means 104
As shown in FIG. 7, the number of collective accesses 108-2 in the collective access determination information 108 is incremented by 1 and updated to "1", and the collective access processing target 108-3 is set in the data access request. Processing target ID “H1, F
"1" is set (S15).

【0068】次いで、アクセス方式決定手段104は、
上記データアクセス要求が更新処理中のページの読み込
みを可とするものであるので(S16がyes)、前述
したS21の処理を行う。
Next, the access method determining means 104
Since the data access request allows reading of the page being updated (S16: yes), the process of S21 described above is performed.

【0069】その後、利用者プログラム101から、処
理対象IDがデータベースファイル112−1中の表B
を示す「H2,F1」で、データベース操作命令が「検
索命令」で、検索モード情報が「無排他検索要求」であ
るデータアクセス要求が発行されたとする。
Thereafter, from the user program 101, the processing target ID is stored in the table B in the database file 112-1.
Suppose that a data access request in which the database operation command is a "search command" and the search mode information is a "no exclusive search request" is issued.

【0070】この場合も、S11,S12,S13,S
14の判断結果がyes,yes,no,noとなるの
で、アクセス方式決定手段104は、図8に示すよう
に、一括アクセス判断情報108中の、一括アクセス数
108−2を+1して「2」に更新し、一括アクセス処
理対象108−3に上記データアクセス要求に設定され
ていた処理対象ID「H2,F1」を追加する(S1
5)。
Also in this case, S11, S12, S13, S
Since the result of the determination in step 14 is yes, yes, no, and no, the access method determining means 104 increments the number of collective accesses 108-2 in the collective access determination information 108 by 1 as shown in FIG. And adds the processing target ID “H2, F1” set in the data access request to the batch access processing target 108-3 (S1).
5).

【0071】次いで、アクセス方式決定手段104は、
上記データアクセス要求が更新処理中のページの読み込
みを可とするものであるので(S16がyes)、前述
したS21の処理を行う。
Next, the access method determining means 104
Since the data access request allows reading of the page being updated (S16: yes), the process of S21 described above is performed.

【0072】その後、利用者プログラム101から、処
理対象IDがデータベースファイル112−1中の表C
を示す「H3,F1」で、データベース操作命令が「検
索命令」で、検索モード情報が「無排他検索要求」であ
るデータアクセス要求が発行されたとする。
Thereafter, from the user program 101, the processing target ID is stored in the table C in the database file 112-1.
Suppose that a data access request having a database operation command of "search command" and search mode information of "no exclusive search request" has been issued.

【0073】この場合、S11,S12,S13の判断
結果は、前述したと同様に、yes,yes,noとな
るが、図8に示すように、一括アクセス数108−2が
「2」になっているので、S14の判断結果はyesと
なる。従って、この場合は、一括アクセス判断情報に対
する設定処理(S15)は行われない。図9の×は、設
定処理(S15)が行われないことを示している。
In this case, the determination results in S11, S12, and S13 are yes, yes, and no, as described above, but the number of batch accesses 108-2 is "2" as shown in FIG. Therefore, the determination result in S14 is yes. Therefore, in this case, the setting process (S15) for the collective access determination information is not performed. 9 in FIG. 9 indicates that the setting process (S15) is not performed.

【0074】S14がyesとなると、アクセス方式決
定手段104は、S17の処理を行う。この例の場合、
データアクセス要求は、他の利用者プログラムが更新処
理中のページの読み込みも可とするものであり、S17
の判断結果がyesとなるので、アクセス方式決定手段
104は、前述したS18の処理を行う。
If the determination in S14 is yes, the access method determining means 104 performs the processing in S17. In this case,
The data access request enables reading of a page being updated by another user program.
Is determined as yes, the access method determining unit 104 performs the processing of S18 described above.

【0075】次に、アクセス情報記憶域106の内容が
図8に示すものである時に、利用者プログラム101か
ら、データベースファイル112−1に格納されている
表Bの一括アクセスの中止を要求する一括アクセス中止
要求が出力された場合の動作を説明する。この一括アク
セス中止要求には、表Bの表ID「H2」と、データベ
ースファイル112−1のファイルID「F1」が含ま
れている。
Next, when the contents of the access information storage area 106 are as shown in FIG. 8, the user program 101 issues a batch request for stopping the batch access of the table B stored in the database file 112-1. The operation when the access stop request is output will be described. This batch access stop request includes the table ID “H2” of Table B and the file ID “F1” of the database file 112-1.

【0076】上記一括アクセス中止要求が、利用者プロ
グラム101から発行されると、処理要求制御手段10
2は、それを同時実行数設定手段103に渡す。これに
より、同時実行数設定手段103は、一括アクセス判断
情報108中の、一括アクセス数108−2を−1して
「1」にし、一括アクセス処理対象ID108−3に設
定されている処理ID「H2,F1」を削除する。これ
により、アクセス情報記憶域106の状態は、図7に示
すものになる。
When the batch access stop request is issued from the user program 101, the processing request control means 10
2 passes it to the concurrent execution number setting means 103. As a result, the concurrent execution number setting means 103 decrements the number of collective accesses 108-2 in the collective access determination information 108 by 1 to “1”, and sets the processing ID “3” set in the collective access processing target ID 108-3. H2, F1 ". Thus, the state of the access information storage area 106 is as shown in FIG.

【0077】図10は、本発明のファイルアクセス装置
のハードウェア構成の一例を示すブロック図であり、コ
ンピュータ1000と、ファイルアクセスプログラムが
記録された記憶媒体1001とから構成されている。記
憶媒体1001は、磁気ディスク,半導体メモリ,その
他の記録媒体である。
FIG. 10 is a block diagram showing an example of a hardware configuration of a file access device according to the present invention, which comprises a computer 1000 and a storage medium 1001 on which a file access program is recorded. The storage medium 1001 is a magnetic disk, a semiconductor memory, or another recording medium.

【0078】記録媒体1001に記録されたファイルア
クセスプログラムは、ファイルアクセス装置を構成する
コンピュータ1000に読み込まれ、コンピュータ10
00の動作を制御することで、コンピュータ1000上
に、図1に示した処理要求制御手段102,同時実行数
設定手段103,アクセス方式決定手段104,処理実
行制御手段105,データベースファイルアクセス手段
109を実現する。
The file access program recorded on the recording medium 1001 is read by the computer 1000 constituting the file access device, and is read by the computer 10.
00, the processing request control means 102, concurrent execution number setting means 103, access method determination means 104, processing execution control means 105, and database file access means 109 shown in FIG. Realize.

【0079】[0079]

【発明の効果】第1の効果は、他の利用者プログラムで
更新中の排他単位に格納されているデータを読み込んで
も構わない検索要求(無排他検索要求)については、検
索処理を高速化することができるという点である。
The first effect is that the search processing is speeded up for a search request (non-exclusive search request) which may read data stored in an exclusive unit being updated by another user program. The point is that you can do it.

【0080】その理由は、無排他検索要求を、排他制御
の対象から除外したからである。
The reason is that the non-exclusive search request is excluded from the subject of exclusive control.

【0081】第2の効果は、無排他検索要求によって後
続の更新要求が待たされないようにすることができると
いう点である。
A second effect is that a subsequent update request can be prevented from being waited for by a non-exclusive search request.

【0082】その理由は、無排他検索要求を、排他制御
の対象から除外したからである。
The reason is that the non-exclusive search request is excluded from the subject of exclusive control.

【0083】第3の効果は、データの入出力に伴う処理
時間の短縮を図るために、データベースファイルに格納
されている複数ページ分のデータを一括してアクセスす
ることができるデータアクセス要求をサポートしている
ファイルアクセス装置に於いても、無排他検索要求につ
いては、検索処理を高速化できるという点である。
A third effect is to support a data access request that can collectively access a plurality of pages of data stored in a database file in order to reduce processing time involved in data input / output. Even in the file access device that performs this, the search processing for the non-exclusive search request can be speeded up.

【0084】その理由は、複数ページを一括アクセスす
ることを要求する無排他検索要求を排他制御の対象から
除外したからである。
The reason is that a non-exclusive search request for requesting simultaneous access to a plurality of pages has been excluded from the subject of exclusive control.

【0085】第4の効果は、一括アクセスを行う特定の
利用者プログラムによって、システムのメモリが大量に
使用され、他の利用者プログラムがメモリの不足により
異常終了してしまうという事態を防げるという点であ
る。
A fourth effect is that a large amount of memory of the system is used by a specific user program that performs batch access, and a situation in which another user program terminates abnormally due to insufficient memory can be prevented. It is.

【0086】その理由は、利用者プログラムが同時に一
括アクセス可能な表の上限数(一括アクセス可能上限
数)を設定する同時実行数設定手段をそなえているから
である。
The reason is that a user program is provided with a concurrent execution number setting means for setting the upper limit number of tables that can be accessed simultaneously (collectively accessible upper limit number).

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

【図1】本発明の実施の形態例を示すブロック図であ
る。
FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】アクセス情報記憶域106の内容例を示す図で
ある。
FIG. 2 is a diagram showing an example of the contents of an access information storage area 106.

【図3】シリンダ,トラック,ページの関係を示す図で
ある。
FIG. 3 is a diagram showing the relationship among cylinders, tracks, and pages.

【図4】表,ページ,トラックの関係を示す図である。FIG. 4 is a diagram showing a relationship between a table, a page, and a track.

【図5】同時実行数設定手段103の設定時の処理例を
示す流れ図である。
FIG. 5 is a flowchart illustrating an example of a process performed by the simultaneous execution number setting unit 103 when setting;

【図6】アクセス方式決定手段104の処理例を示す流
れ図である。
FIG. 6 is a flowchart showing a processing example of an access method determining unit 104;

【図7】アクセス情報記憶域106の内容例を示す図で
ある。
FIG. 7 is a diagram showing an example of contents of an access information storage area 106;

【図8】アクセス情報記憶域106の内容例を示す図で
ある。
FIG. 8 is a diagram showing an example of the contents of an access information storage area 106.

【図9】アクセス情報記憶域106の内容例を示す図で
ある。
9 is a diagram showing an example of the contents of an access information storage area 106. FIG.

【図10】ファイルアクセス装置のハードウェア構成の
一例を示すブロック図である。
FIG. 10 is a block diagram illustrating an example of a hardware configuration of a file access device.

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

101…利用者プログラム 102…処理要求制御手段 103…同時実行数設定手段 104…アクセス方式決定手段 105…処理実行制御手段 106…アクセス情報記憶域 107…表制御情報 108…一括アクセス判断情報 109…データベースファイルアクセス手段 110…一括アクセス手段 111…ページ単位アクセス手段 112−1〜112−n…データベースファイル 114…排他制御手段 DESCRIPTION OF SYMBOLS 101 ... User program 102 ... Processing request control means 103 ... Simultaneous execution number setting means 104 ... Access method determination means 105 ... Processing execution control means 106 ... Access information storage area 107 ... Table control information 108 ... Batch access judgment information 109 ... Database File access means 110 ... Batch access means 111 ... Page unit access means 112-1 to 112-n ... Database file 114 ... Exclusive control means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 データベースファイルに対するデータア
クセス要求を処理するファイルアクセス装置に於いて、 利用者プログラムからのデータアクセス要求が、無排他
検索要求であるか否かを判断するアクセス方式決定手段
と、 該アクセス方式決定手段によって無排他検索要求以外の
要求であると判断されたデータアクセス要求を排他制御
する排他制御手段と、 該排他制御手段で実行を許可されたデータアクセス要求
および前記アクセス方式決定手段で無排他検索要求と判
断されたデータアクセス要求を実行するアクセス手段と
を備えたことを特徴とするファイルアクセス装置。
An access method determining means for determining whether a data access request from a user program is a non-exclusive search request in a file access device for processing a data access request for a database file; An exclusive control means for exclusively controlling a data access request determined to be a request other than a non-exclusive search request by the access method determining means; a data access request permitted to be executed by the exclusive control means; and the access method determining means. An access unit for executing a data access request determined as a non-exclusive search request.
【請求項2】 データベースファイルに格納されている
データを複数ページ分一括してアクセスすることを要求
するデータアクセス要求を処理するファイルアクセス装
置に於いて、 利用者プログラムからの、複数ページ分のデータを一括
してアクセスすることを要求するデータアクセス要求
が、無排他検索要求であるか否かを判断するアクセス方
式決定手段と、 該アクセス方式決定手段によって無排他検索要求以外の
要求であると判断されたデータアクセス要求を排他制御
する排他制御手段と、 該排他制御手段で実行を許可されたデータアクセス要求
および前記アクセス方式決定手段で無排他検索要求と判
断されたデータアクセス要求を実行するアクセス手段と
を備えたことを特徴とするファイルアクセス装置。
2. A file access apparatus for processing a data access request for requesting a batch access to data stored in a database file for a plurality of pages, wherein a plurality of pages of data from a user program are provided. Access method determining means for determining whether or not a data access request for requesting batch access is a non-exclusive search request; and determining that the data access request is a request other than the non-exclusive search request by the access method determining means. Exclusive control means for exclusively controlling the data access request, and access means for executing the data access request permitted to be executed by the exclusive control means and the data access request determined to be a non-exclusive search request by the access method determining means. And a file access device.
【請求項3】 複数のページから構成された表が複数格
納されたデータベースファイルに対する、複数ページ分
のデータを一括してアクセスすることを要求するデータ
アクセス要求を処理するファイルアクセス装置に於い
て、 利用者プログラムからの一括アクセス設定要求によって
設定要求された同時に一括アクセス可能な表の数の上限
数を示す一括アクセス可能上限数を設定する同時実行数
設定手段と、 前記利用者プログラムからの、複数ページ分のデータを
一括してアクセスすることを要求するデータアクセス要
求が、或る表に対するものである場合は、該データアク
セス要求の一括アクセスを許可すると、前記利用者プロ
グラムが一括アクセスの対象とする表の数が前記同時実
行数設定手段によって設定されている一括アクセス可能
上限数を超えてしまうか否かを判断すると共に、前記デ
ータアクセス要求が無排他検索要求であるか否かを判断
するアクセス方式決定手段と、 該アクセス方式決定手段によって無排他検索要求以外の
要求であると判断されたデータアクセス要求を排他制御
する排他制御手段と、 該排他制御手段で実行を許可され且つ前記アクセス方式
決定手段で一括アクセス可能上限数を超えないと判断さ
れたデータアクセス要求と、前記アクセス方式決定手段
で一括アクセス可能上限数を超えず且つ無排他検索要求
であると判断されたデータアクセス要求とを実行する一
括アクセス手段と、 前記排他制御手段で実行を許可され且つ前記アクセス方
式決定手段で一括アクセス可能上限数を超えると判断さ
れたデータアクセス要求と、前記アクセス方式決定手段
で一括アクセス可能上限数を超え且つ無排他検索要求で
あると判断されたデータアクセス要求とを実行するペー
ジ単位アクセス手段とを備えたことを特徴とするファイ
ルアクセス装置。
3. A file access apparatus for processing a data access request for requesting a batch access to data of a plurality of pages to a database file storing a plurality of tables composed of a plurality of pages. A concurrent execution number setting means for setting a collectively accessible upper limit number indicating an upper limit number of simultaneously collectively accessible tables requested by the collective access setting request from the user program; If the data access request for requesting batch access to the data of the page is for a certain table, if the batch access of the data access request is permitted, the user program becomes a target of the batch access. The number of tables to be accessed is set by the concurrent execution number setting means. Access method determining means for determining whether the data access request is a non-exclusive search request, and determining whether the data access request is a non-exclusive search request. An exclusive control unit for exclusive control of the data access request determined to be present; a data access request permitted to be executed by the exclusive control unit and determined by the access method determining unit not to exceed the collective accessible upper limit number; A collective access unit for executing a data access request that does not exceed the collective accessible upper limit number and is determined to be a non-exclusive search request by the access method determining unit; A data access request determined by the determining means to exceed the batch accessible maximum number, and the access method determining means File access device being characterized in that a page unit access means for executing been a data access request judged to be simultaneously accessible upper limit number, greater and no exclusive search request.
【請求項4】 コンピュータによってデータベースファ
イルに対するデータアクセス要求を処理するためのファ
イルアクセスプログラムを記録した記録媒体であって、 前記コンピュータを、 利用者プログラムからのデータアクセス要求が、無排他
検索要求であるか否かを判断するアクセス方式決定手
段、 該アクセス方式決定手段によって無排他検索要求以外の
要求であると判断されたデータアクセス要求を排他制御
する排他制御手段、 該排他制御手段で実行を許可されたデータアクセス要求
および前記アクセス方式決定手段で無排他検索要求と判
断されたデータアクセス要求を実行するアクセス手段と
して機能させるためのファイルアクセスプログラムを記
録した、プログラムを記録した機械読み取り可能な記録
媒体。
4. A recording medium recording a file access program for processing a data access request for a database file by a computer, wherein the data access request from a user program is a non-exclusive search request. Access method determining means for determining whether or not the data access request is a request other than a non-exclusive search request by the access method determining means; execution control is permitted by the exclusive control means And a file access program for functioning as an access unit for executing the data access request and the data access request determined to be a non-exclusive search request by the access method determination unit.
【請求項5】 データベースファイルに格納されている
データを複数ページ分一括してアクセスすることを要求
するデータアクセス要求をコンピュータによって処理す
るためのファイルアクセスプログラムを記録した記録媒
体であって、 前記コンピュータを、 利用者プログラムからの、複数ページ分のデータを一括
してアクセスすることを要求するデータアクセス要求
が、無排他検索要求であるか否かを判断するアクセス方
式決定手段、 該アクセス方式決定手段によって無排他検索要求以外の
要求であると判断されたデータアクセス要求を排他制御
する排他制御手段、 該排他制御手段で実行を許可されたデータアクセス要求
および前記アクセス方式決定手段で無排他検索要求と判
断されたデータアクセス要求を実行するアクセス手段と
して機能させるためのファイルアクセスプログラムを記
録した、プログラムを記録した機械読み取り可能な記録
媒体。
5. A recording medium on which is recorded a file access program for processing by a computer a data access request for requesting access to data stored in a database file for a plurality of pages at once. Access method determining means for determining whether or not a data access request from a user program requesting collective access to data for a plurality of pages is a non-exclusive search request; Exclusive control means for exclusive control of a data access request determined to be a request other than a non-exclusive search request by the exclusive control means, a data access request permitted to be executed by the exclusive control means, and a non-exclusive search request by the access method determining means. As an access means to execute the determined data access request File access program was recorded, machine-readable recording medium recording a program for causing ability.
【請求項6】 複数のページから構成された表が複数格
納されたデータベースファイルに対する、複数ページ分
のデータを一括してアクセスすることを要求するデータ
アクセス要求をコンピュータによって処理するファイル
アクセスプログラムを記録した記録媒体であって、 前記コンピュータを、 利用者プログラムからの一括アクセス設定要求によって
設定要求された同時に一括アクセス可能な表の数の上限
数を示す一括アクセス可能上限数を設定する同時実行数
設定手段、 前記利用者プログラムからの、複数ページ分のデータを
一括してアクセスすることを要求するデータアクセス要
求が、或る表に対するものである場合は、該データアク
セス要求の一括アクセスを許可すると、前記利用者プロ
グラムが一括アクセスの対象とする表の数が前記同時実
行数設定手段によって設定されている一括アクセス可能
上限数を超えてしまうか否かを判断すると共に、前記デ
ータアクセス要求が無排他検索要求であるか否かを判断
するアクセス方式決定手段、 該アクセス方式決定手段によって無排他検索要求以外の
要求であると判断されたデータアクセス要求を排他制御
する排他制御手段、 該排他制御手段で実行を許可され且つ前記アクセス方式
決定手段で一括アクセス可能上限数を超えないと判断さ
れたデータアクセス要求と、前記アクセス方式決定手段
で一括アクセス可能上限数を超えず且つ無排他検索要求
であると判断されたデータアクセス要求とを実行する一
括アクセス手段、 前記排他制御手段で実行を許可され且つ前記アクセス方
式決定手段で一括アクセス可能上限数を超えると判断さ
れたデータアクセス要求と、前記アクセス方式決定手段
で一括アクセス可能上限数を超え且つ無排他検索要求で
あると判断されたデータアクセス要求とを実行するペー
ジ単位アクセス手段として機能させるためのファイルア
クセスプログラムを記録した、プログラムを記録した機
械読み取り可能な記録媒体。
6. A file access program for processing, by a computer, a data access request for requesting collective access to data of a plurality of pages to a database file storing a plurality of tables composed of a plurality of pages. A simultaneous execution number setting for setting the maximum number of batch accessibles indicating the upper limit of the number of tables that can be accessed simultaneously at the same time by setting the computer by a batch access setting request from a user program. Means, from the user program, when a data access request for requesting collective access to data for a plurality of pages is for a certain table, permitting batch access of the data access request; The number of tables targeted for batch access by the user program is An access method determining unit that determines whether or not the total number of batch accesses that can be set by the concurrent execution number setting unit is exceeded, and determines whether the data access request is a non-exclusive search request; Exclusive control means for exclusive control of a data access request determined by the access method determining means to be a request other than a non-exclusive search request, execution permitted by the exclusive control means and collective access upper limit by the access method determining means Batch access means for executing a data access request determined not to exceed the number and a data access request determined not to exceed the batch accessible upper limit number and to be a non-exclusive search request by said access method determination means, When the execution is permitted by the exclusive control means and the number of batch access is exceeded by the access method determining means, File access for functioning as a page-based access unit for executing a data access request that has been cut off and a data access request that exceeds the upper limit of batch access possible and is determined to be a non-exclusive search request by the access method determination unit. A machine-readable recording medium on which a program is recorded.
JP13935797A 1997-05-14 1997-05-14 File-access device and machine-readable recording medium recording program Expired - Fee Related JP3255081B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13935797A JP3255081B2 (en) 1997-05-14 1997-05-14 File-access device and machine-readable recording medium recording program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13935797A JP3255081B2 (en) 1997-05-14 1997-05-14 File-access device and machine-readable recording medium recording program

Publications (2)

Publication Number Publication Date
JPH10320258A true JPH10320258A (en) 1998-12-04
JP3255081B2 JP3255081B2 (en) 2002-02-12

Family

ID=15243453

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13935797A Expired - Fee Related JP3255081B2 (en) 1997-05-14 1997-05-14 File-access device and machine-readable recording medium recording program

Country Status (1)

Country Link
JP (1) JP3255081B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7899799B2 (en) 2008-05-02 2011-03-01 Toru Furuya Transaction processing system of database using multi-operation processing providing concurrency control of transactions

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1319446C (en) * 2004-09-27 2007-06-06 深圳市绿微康生物工程有限公司 Technique for producing novel bio-agricultural chemical songgang-mycin

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7899799B2 (en) 2008-05-02 2011-03-01 Toru Furuya Transaction processing system of database using multi-operation processing providing concurrency control of transactions

Also Published As

Publication number Publication date
JP3255081B2 (en) 2002-02-12

Similar Documents

Publication Publication Date Title
JP3255081B2 (en) File-access device and machine-readable recording medium recording program
JP3781007B2 (en) Data transfer method between computers
JP3138575B2 (en) File copy transfer method
JP2526728B2 (en) Disk cache automatic usage method
JP2641399B2 (en) File management device
JP3056000B2 (en) Multimedia data network transfer method
JPS63311450A (en) Exclusive control system for file access
JP2595332B2 (en) Network system data transfer method
JP3460265B2 (en) Data transfer method between computers
JP2740572B2 (en) Program loading method
JPH04199444A (en) File controller
JP3006527B2 (en) Client / server type database system
JP3050194B2 (en) A system for dynamically adding a shared memory file between hosts, a method for dynamically adding a shared memory file between hosts, and a recording medium storing a program for dynamically adding a shared memory file between hosts
JPH11338748A (en) File access device
JP2912657B2 (en) File access processor
JP2980610B2 (en) Transaction management device
JP2001346142A (en) Distribution system for digital video/audio data, video server and control method for buffer
JP2523499B2 (en) Access control method
JPH0398110A (en) Multiplex data reading system
JPH0454623A (en) Data processor
JPH08272667A (en) File access control system
JPH05151037A (en) Reorganization processing system for database in business processing
JPH0863479A (en) Data base system
JPH0540676A (en) File managing device
JPH0554079A (en) Information processor

Legal Events

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