JP2903605B2 - File area management processing method - Google Patents

File area management processing method

Info

Publication number
JP2903605B2
JP2903605B2 JP2060551A JP6055190A JP2903605B2 JP 2903605 B2 JP2903605 B2 JP 2903605B2 JP 2060551 A JP2060551 A JP 2060551A JP 6055190 A JP6055190 A JP 6055190A JP 2903605 B2 JP2903605 B2 JP 2903605B2
Authority
JP
Japan
Prior art keywords
page
status display
management table
transaction
area management
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.)
Expired - Fee Related
Application number
JP2060551A
Other languages
Japanese (ja)
Other versions
JPH03260849A (en
Inventor
卓二 石井
克己 林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2060551A priority Critical patent/JP2903605B2/en
Publication of JPH03260849A publication Critical patent/JPH03260849A/en
Application granted granted Critical
Publication of JP2903605B2 publication Critical patent/JP2903605B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔概要〕 計算機における、複数のトランザクションで共用され
るファイル領域の管理に関し、 領域管理情報の排他的占有時間を短くして、トランザ
クション処理を効率化できるファイル領域管理処理方法
を目的とし、 領域管理表とデータ管理部とを有し、該領域管理表
は、所定の記憶領域を構成する所定の大きさのページご
とに対応して、各該ページの第1及び第2の状態を選択
的に状態表示するように構成され、該データ管理部は、
トランザクションからの処理要求を受けて、該処理要求
が空き状態の該ページを該トランザクションに割り当て
る要求の場合には、該領域管理表を参照して、第1の状
態表示に対応する該ページを選択し、割当済みの該ペー
ジを空き状態にする要求の場合には、該要求で指定する
該ページを選択し、該領域管理表の該選択したページに
対応する該状態表示を第2の状態表示とし、該要求と当
該ページを示す所定の記録を当該トランザクションのロ
グとして保存し、該トランザクションが終了する場合
に、該終了状態と当該ログとに従って定まる該状態表示
を、該領域管理表の当該ページに対応する該状態表示と
して設定するように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] Regarding management of a file area shared by a plurality of transactions in a computer, a file area management processing method capable of shortening the exclusive occupation time of the area management information and improving transaction processing efficiency And has an area management table and a data management unit. The area management table corresponds to each of pages of a predetermined size constituting a predetermined storage area, and the first and second pages of each of the pages are provided. The data management unit is configured to selectively display the status of
In response to a processing request from a transaction, if the processing request is a request to allocate the empty page to the transaction, refer to the area management table and select the page corresponding to the first state display In the case of a request to make the allocated page empty, the page specified by the request is selected, and the status display corresponding to the selected page in the area management table is displayed as a second status display The request and a predetermined record indicating the page are stored as a log of the transaction, and when the transaction ends, the status display determined according to the end status and the log is displayed on the page of the area management table. Is configured to be set as the status display corresponding to.

〔産業上の利用分野〕[Industrial applications]

本発明は、計算機における、複数のトランザクション
で共用されるファイル領域の管理、特に領域管理情報の
排他的占有時間を短くするファイル領域管理処理方法に
関する。
The present invention relates to management of a file area shared by a plurality of transactions in a computer, and more particularly to a file area management processing method for shortening the exclusive occupation time of area management information.

〔従来の技術〕[Conventional technology]

計算機において、ファイル領域の割当管理のために、
磁気ディスク記憶装置等の記憶領域を、適当な一定の大
きさの領域に分割してページとし、領域の割当をページ
単位で行う場合があり、その場合に各ページの使用中、
空きの等の状態を、各ページに割り当てたビット情報で
表示するようにした領域管理表を設けて管理する。
In the computer, for file area allocation management,
In some cases, a storage area of a magnetic disk storage device or the like is divided into areas of an appropriate fixed size to form pages, and the area is allocated in units of pages.
A state such as empty is managed by providing an area management table in which bit information allocated to each page is displayed.

第3図は、領域管理表を使用する記憶装置の構成を示
し、データ格納部1とディレクトリ部2を有し、何れも
前記のようなページからなり、データ格納部1の各ペー
ジ(以下にデータページという)はデータの格納に使用
され、ディレクトリ部2の各ページ(以下に領域管理表
ページという)の各ビットを、それぞれ各データページ
に対応させて、領域管理表を構成する。領域管理表の各
ビットの値は、例えば割当済みの使用中状態のページに
対応するビットをオン、空き状態のページに対応するビ
ットをオフにする。
FIG. 3 shows the configuration of a storage device that uses the area management table, which has a data storage unit 1 and a directory unit 2, each of which is composed of the above-mentioned pages, and each page of the data storage unit 1. The data page is used for storing data, and an area management table is configured by associating each bit of each page (hereinafter referred to as an area management table page) of the directory section 2 with each data page. As the value of each bit of the area management table, for example, a bit corresponding to an allocated busy page is turned on, and a bit corresponding to an empty page is turned off.

ファイルを処理する業務プログラム等が、ファイルに
データレコードを追加等する場合に、既存データページ
にデータレコードを収納できる領域が無い場合には、新
データページ獲得を、領域管理を行うデータ管理部に要
求する。データ管理部は、処理要求を受け取り、それが
新しいページの割当を要求するものであれば、ディレク
トリ部2の必要なページを主記憶へ順次読み出して、領
域管理表で空き状態を表示しているビットを検索し、当
該ビットに対応するデータページを割り当て、領域管理
表の該当するビットを使用中状態を表示するようにオン
にし、このデータページにデータレコードを収納する。
When a business program for processing a file adds a data record to a file, etc., if there is no area for storing the data record in the existing data page, a new data page acquisition is performed by the data management unit which performs area management. Request. The data management unit receives the processing request, and if it requests the allocation of a new page, sequentially reads the necessary pages of the directory unit 2 to the main memory, and displays the empty state in the area management table. The bit is searched, a data page corresponding to the bit is allocated, the corresponding bit in the area management table is turned on to indicate a busy state, and a data record is stored in this data page.

又、ファイルに格納していたレコードの削除によっ
て、レコードを格納していないページが生じた場合に
は、ページをシステムに返して空き状態にする処理要求
が出るので、データ管理部は返却するページとして指定
されたページに対応するビットを持つ領域管理表ページ
をディレクトリ部2から読み、当該ビットをオフにして
空き状態を表示する。
In addition, when a page that does not store a record is generated due to deletion of a record stored in a file, a processing request to return the page to the system and make the page empty is issued. An area management table page having a bit corresponding to the page designated as "" is read from the directory unit 2 and the bit is turned off to display an empty state.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

こゝで、計算機がいわゆるトランザクションを実行管
理単位として管理するシステムであると、各トランザク
ションによるファイル更新等の処理結果は、そのトラン
ザクションが正常に処理を完了した場合に、初めて他の
トランザクションに対しても有効になるように管理し、
そのトランザクションが異常終了する場合には、当トラ
ンザクションでの更新等を有効とせず、ファイルはトラ
ンザクション実行前の状態を保存できるようにする必要
がある。
Here, if the computer is a system that manages a so-called transaction as an execution management unit, the processing result such as file update by each transaction will not be transmitted to other transactions for the first time if that transaction has completed processing normally. Also managed to be effective,
When the transaction ends abnormally, it is necessary to make the file save the state before the transaction is executed without making the update etc. in this transaction effective.

このために、ディレクトリ部2から読み出した領域管
理表ページについても、或るトランザクションのために
アクセスする場合には、そのトランザクションが終了し
て必要な更新を有効にするまで、所定の排他制御によっ
て占有し、他のトランザクションによって同じ領域管理
表ページにアクセスするのを禁止するように制御し、こ
のアクセス待ちがトランザクションの処理効率を低下さ
せるという問題がある。
For this reason, even when the area management table page read from the directory unit 2 is accessed for a certain transaction, it is occupied by a predetermined exclusive control until the transaction ends and a necessary update is validated. However, there is a problem in that control is performed so as to prohibit another transaction from accessing the same area management table page, and waiting for this access lowers transaction processing efficiency.

本発明は、領域管理情報の排他的占有時間を短くし
て、トランザクション処理を効率化できるファイル領域
管理処理方法を目的とする。
An object of the present invention is to provide a file area management processing method capable of shortening the exclusive occupation time of area management information and increasing the efficiency of transaction processing.

〔課題を解決するための手段〕[Means for solving the problem]

第1図は、本発明の構成を示す処理の流れ図である。 FIG. 1 is a flowchart of a process showing the configuration of the present invention.

図はファイル領域管理処理方法の構成であって、領域
管理表とデータ管理部とを有し、該領域管理表は、所定
の記憶領域を構成する所定の大きさのページごとに対応
して、各該ページの第1及び第2の状態を選択的に状態
表示するように構成され、該データ管理部は、トランザ
クションからの処理要求を受けて、処理ステップ10で処
理要求を識別して、該処理要求が空き状態の該ページを
割り当てる要求の場合には、処理ステップ11で該領域管
理表を参照して、第1の状態表示に対応する該ページを
選択し、割当済みの該ページを空き状態にする要求の場
合には、処理ステップ14で該要求で指定する該ページを
選択し、処理ステップ12で該領域管理表の該選択したペ
ージに対応する該状態表示を第2の状態表示とし、処理
ステップ13で該要求と当該ページを示す所定の記録を当
該トランザクションのログとして保存し、該トランザク
ションが終了する場合に、処理ステップ15、16、19で識
別して、該終了状態と当該ログとに従って定まる該状態
表示を、該領域管理表の当該ページに対応する該状態表
示として処理ステップ16、17〜20で設定する。
The figure is a configuration of a file area management processing method, which has an area management table and a data management unit, and the area management table corresponds to each page of a predetermined size constituting a predetermined storage area, The data management unit is configured to selectively display the first and second states of each of the pages, wherein the data management unit receives the processing request from the transaction, identifies the processing request in processing step 10, and If the processing request is a request to allocate the empty page, the processing step 11 refers to the area management table, selects the page corresponding to the first status display, and sets the allocated page to the empty state. In the case of a request to make a state, the page specified by the request is selected in processing step 14, and the state display corresponding to the selected page in the area management table is set as a second state display in processing step 12. In step 13 A predetermined record indicating the page is saved as a log of the transaction, and when the transaction is completed, the status display determined according to the processing steps 15, 16, 19, and the end status and the log determined according to the log, The status display corresponding to the page of the area management table is set in processing steps 16, 17 to 20.

〔作用〕[Action]

本発明の処理方法により、処理要求があったデータペ
ージの状態を第2状態にするように領域管理表をセット
するときと、トランザクションの終了時に領域管理表の
設定をするときの処理中のみ、所要の領域管理表ページ
の排他制御があればよく、その中間の期間では、他が参
照しても処理中のデータページは使用中と同様に扱われ
て選択されることは無いので、トランザクション間で処
理に矛盾を生じるようなことは起こらない。
According to the processing method of the present invention, only when the area management table is set so that the state of the data page requested to be processed is set to the second state, and only when the area management table is set at the end of the transaction, It is sufficient if there is exclusive control of the required area management table page, and during the intermediate period, the data page being processed is not treated and selected as if it were being used even if it is referenced by other users. Does not cause inconsistency in processing.

〔実施例〕〔Example〕

第2図は、計算機の構成例を示し、トランザクション
26は、磁気ディスク記憶装置等に格納されたデータベー
ス21にアクセスする処理を行う場合に、データ管理部22
に所要の処理要求を発行して処理を進める。
FIG. 2 shows an example of the configuration of a computer, and a transaction
26 is a data management unit 22 for accessing the database 21 stored in a magnetic disk storage device or the like.
Issue a required processing request to advance the processing.

その処理がデータベース21のあるデータページのレコ
ードを変更したり、データページにレコードを追加した
り、レコードを削除したりする、データページの更新処
理である場合には、データ管理部22に、該当するデータ
ページを更新のために読み込むことを要求し、読み込ん
だページについて更新処理をし、当トランザクション26
の処理が正常に終了すると、更新されたページをデータ
ベース21へ書き出す。以上の処理の場合に、そのデータ
ページの読込みから書き出しまでの期間は、公知の適当
な排他制御によって、他のトランザクションが同じデー
タページにアクセスしないように制御する。
If the process is a data page update process that changes a record on a certain data page of the database 21, adds a record to the data page, or deletes a record, the data management unit 22 Request to read the data page to be updated for update, update the read page,
Is completed, the updated page is written to the database 21. In the case of the above processing, the period from the reading to the writing of the data page is controlled by a known appropriate exclusive control so that another transaction does not access the same data page.

データページの更新処理において、レコードを変更又
は追加するための余地がなく、新しいページを追加する
必要がある場合、又はレコードを削除した結果、そのペ
ージに格納されるレコードが無くなって、ページを返却
する場合には、データ管理部22にページの割当て又は返
却の処理を要求する。
When there is no room to change or add a record in the data page update process and a new page needs to be added, or as a result of deleting a record, there is no record stored in that page and the page is returned If so, the data management unit 22 is requested to allocate or return a page.

その場合にデータ管理部22は、データベース21におけ
る前記と同様のディレクトリ部から、所要の領域管理表
ページを共用メモリ領域23に領域管理表ページ24のよう
に読み込み、又既に読み込まれていればそれを使用し
て、空きデータページの選択、又は使用中のデータペー
ジを空きページにする処理を行い、前記のデータページ
を更新する場合と同様に、その領域管理表ページの処理
に関わる要求元のトランザクションが正常に終了した場
合のみ、その領域管理表ページ24をデータベース21のデ
ィレクトリ部に書き出して、領域管理表の更新を完了
し、そうでなければ元の状態を維持するように回復す
る。
In that case, the data management unit 22 reads the required area management table page from the same directory section in the database 21 into the shared memory area 23 as the area management table page 24, and if it is already read, it reads it. Is used to select a free data page, or to perform a process of setting a used data page to a free page, and, similarly to the case of updating the data page, the request source related to the processing of the area management table page. Only when the transaction is normally completed, the area management table page 24 is written to the directory section of the database 21 to complete the update of the area management table, and otherwise recover to maintain the original state.

こゝで、領域管理表は前記と同様にデータベース21を
格納する記憶領域の各データページに対応するビットか
らなるが、本発明により各ビットの表す意味に、更新中
状態を追加し、第1状態を例えばオフ、第2状態をオン
として、オフによって「更新中で無く且つ空き状態」で
あることを表示し、オンによって「使用中又は更新中状
態」であることを表示するようにする。
Here, the area management table includes bits corresponding to each data page of the storage area storing the database 21 in the same manner as described above. According to the present invention, an updating state is added to the meaning of each bit, and the first state is added. For example, the state is set to off, the second state is set to on, and when turned off, it is displayed that "it is not being updated and it is empty", and when it is turned on, it is shown that it is "in use or being updated".

第1図はデータ管理部22による領域管理表の処理の流
れを示し、トランザクションからの要求を受け取ると、
処理ステップ10で要求の処理を識別し、ページ割当てあ
れば処理ステップ11で、共用メモリ領域に読み出した領
域管理表ページからオフのビットを選択し、当該ページ
番号とビット位置から対応するデータページを決定し
て、要求元のトランザクションに通知する。ページの返
却であれば処理ステップ14で、要求で指定されたデータ
ページに対応するビットを含む領域管理表ページを共用
メモリ領域に読み出し、又その領域管理表ページがすで
に読み出されていればそれを使用して、指定のデータペ
ージに対応するビットを決定する。
FIG. 1 shows the flow of processing of the area management table by the data management unit 22. When a request from a transaction is received,
In the processing step 10, the processing of the request is identified, and if a page is allocated, in the processing step 11, an off bit is selected from the area management table page read out to the shared memory area, and the corresponding data page is selected from the page number and the bit position. Decide and notify the requesting transaction. If the page is to be returned, in step 14 the area management table page containing the bit corresponding to the data page specified in the request is read into the shared memory area, and if the area management table page has already been read, To determine the bit corresponding to the specified data page.

次に、処理ステップ12で、領域管理表ページ24の決定
したビットをオンにして、更新中状態を表示させ、処理
ステップ13で、そのデータページに対し割当又は返却処
理を行うことを示す記録をログのデータとして、要求元
トランザクションのログデータ収集領域25に追加する。
Next, in the processing step 12, the determined bit of the area management table page 24 is turned on to display the updating state, and in the processing step 13, a record indicating that the data page is to be allocated or returned is recorded. The data is added to the log data collection area 25 of the request source transaction as log data.

トランザクション終了において、データ管理部22は、
処理ステップ15でトランザクションが正常終了か異常終
了かを識別し、正常終了であれば処理ステップ16でその
トランザクションのログデータ収集領域25にある、ペー
ジ割当/返却のログを参照して要求の処理とページを識
別し、ページ割当処理であれば、領域管理表ページ24の
該当ビットは既に更新中表示になっているので、そのま
ゝ使用中状態の表示に使用する。このように更新が確定
した領域管理表ページの内容は、適当なときにディレク
トリ部に反映させる。
At the end of the transaction, the data management unit 22
Processing step 15 identifies whether the transaction has been completed normally or abnormally. If the transaction has been completed normally, processing step 16 refers to the page allocation / return log in the log data collection area 25 of the transaction to process the request. If the page is identified and the page is to be allocated, the corresponding bit of the area management table page 24 is already displayed as being updated, so that it is used to display the busy state. The contents of the area management table page whose update has been determined in this way are reflected in the directory portion at an appropriate time.

又、ページ返却処理であれば、処理ステップ17で領域
管理表の該当ビットが更新中を表すオンになっているの
で、オフにして空き状態を表示し、異常によってトラン
ザクション正常終了時の領域管理表の更新を終わる。
In the case of page return processing, the corresponding bit of the area management table is turned on to indicate that updating is being performed in processing step 17, so that it is turned off to display the empty state, and the area management table at the time of normal termination of the transaction due to an abnormality. Finish updating.

トランザクション異常終了の場合には、処理ステップ
19でログから要求の処理とページを識別し、ページ割当
処理の場合であれば、領域管理表の該当ビットが更新中
表示になっているのを、処理ステップ20でオフにして空
き状態表示に戻す。又、返却処理であればオンのままで
使用中状態の表示とし、領域管理表の処理を終わる。
In the case of transaction abnormal termination, processing step
In step 19, the request processing and the page are identified from the log, and in the case of page allocation processing, the corresponding bit of the area management table is displayed as being updated, and in step 20 the processing is turned off and the empty state is displayed. return. In the case of the return process, the display of the in-use state is kept as it is, and the process of the area management table ends.

〔発明の効果〕〔The invention's effect〕

以上の説明から明らかなように本発明によれば、計算
機における、複数のトランザクションで共用されるファ
イル領域の管理において、領域管理情報の排他的占有時
間を短くできるので、トランザクション処理を効率化で
きるという著しい工業的効果がある。
As is apparent from the above description, according to the present invention, in managing a file area shared by a plurality of transactions in a computer, the exclusive occupation time of the area management information can be shortened, so that transaction processing can be made more efficient. There are significant industrial effects.

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

第1図は本発明の構成を示す処理の流れ図、 第2図は計算機の構成例を示すブロック図、 第3図は領域管理表の説明図 である。 図において、 1はデータ格納部、2はディレクトリ部、10〜17、19、
20は処理ステップ、21はデータベース、22はデータ管理
部、23は共用メモリ領域、24は領域管理表ページ、25は
ログデータ収集領域、26はトランザクション を示す。
FIG. 1 is a flowchart of a process showing the configuration of the present invention, FIG. 2 is a block diagram showing a configuration example of a computer, and FIG. 3 is an explanatory diagram of an area management table. In the figure, 1 is a data storage unit, 2 is a directory unit, 10 to 17, 19,
Reference numeral 20 denotes a processing step, 21 denotes a database, 22 denotes a data management unit, 23 denotes a shared memory area, 24 denotes an area management table page, 25 denotes a log data collection area, and 26 denotes a transaction.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 「ACOSソフトウェア ACOS− 4/MVP XEデータ管理説明書」第 7版,日本電気株式会社,1989年9月, p.228−233 (58)調査した分野(Int.Cl.6,DB名) G06F 12/00 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References “ACOS Software ACOS-4 / MVP XE Data Management Manual”, 7th edition, NEC Corporation, September 1989, p. 228-233 (58) Field surveyed (Int. Cl. 6 , DB name) G06F 12/00

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】領域管理表とデータ管理部とを有し、該領
域管理表は、所定の記憶領域を構成する所定の大きさの
ページごとに対応して、各該ページの第1及び第2の状
態を選択的に状態表示するように構成され、該データ管
理部は、トランザクションからの処理要求を受けて、該
処理要求が空き状態の該ページを該トランザクションに
割り当てる場合には、該領域管理表を参照して、第1の
状態表示に対応する該ページを選択し(10、11)、割当
済みの該ページを空き状態にする要求の場合には、該要
求で指定する該ページを選択し(14)、 該領域管理表の該選択したページに対応する該状態表示
を第2の状態表示とし(12)、該要求と当該ページを示
す所定の記録を当該トランザクションのログとして保存
し(13)、 該トランザクションが正常終了(15)した場合は、当該
ログを参照して要求の処理とページを識別し(16)、ペ
ージ割当の処理であれば、該領域管理表の該ページに対
応する状態表示を前記第2の状態表示設定のままとし、
ページを空き状態にする処理であれば、該ページに対応
する状態表示を第1の状態表示に設定し(17)、該トラ
ンザクションが異常終了(15)した場合は、当該ログを
参照して要求の処理とページを識別し(19)、ページを
空き状態にする処理であれば、該領域管理表の該ページ
に対応する状態表示を前記第2の状態表示設定のままと
し、ページ割当の処理であれば、該ページに対応する状
態表示を第1の状態表示に設定し(20)、トランザクシ
ョン実行前の状態表示に戻すことを特徴とするファイル
領域管理処理方法。
An area management table and a data management unit are provided. The area management table corresponds to each of pages of a predetermined size constituting a predetermined storage area, and includes a first and a second page of each of the pages. 2, the data management unit receives a processing request from a transaction, and when the processing request allocates the empty page to the transaction, With reference to the management table, the page corresponding to the first status display is selected (10, 11), and in the case of a request to make the allocated page empty, the page specified by the request is displayed. (14), the status display corresponding to the selected page in the area management table is set as a second status display (12), and a predetermined record indicating the request and the page is stored as a log of the transaction. (13), the transaction is correct When the process is completed (15), the process of the request and the page are identified by referring to the log (16). If the process is a page allocation process, the status display corresponding to the page in the area management table is displayed in the second mode. With the status display setting of
If the page is to be emptied, the status display corresponding to the page is set to the first status display (17). If the transaction ends abnormally (15), a request is made by referring to the log. If the process is to identify the page (19) and make the page empty, the status display corresponding to the page in the area management table is kept at the second status display setting, and the page allocation process is performed. Then, the status display corresponding to the page is set to the first status display (20), and the status display is returned to the status display before the transaction is executed.
JP2060551A 1990-03-12 1990-03-12 File area management processing method Expired - Fee Related JP2903605B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2060551A JP2903605B2 (en) 1990-03-12 1990-03-12 File area management processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2060551A JP2903605B2 (en) 1990-03-12 1990-03-12 File area management processing method

Publications (2)

Publication Number Publication Date
JPH03260849A JPH03260849A (en) 1991-11-20
JP2903605B2 true JP2903605B2 (en) 1999-06-07

Family

ID=13145539

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2060551A Expired - Fee Related JP2903605B2 (en) 1990-03-12 1990-03-12 File area management processing method

Country Status (1)

Country Link
JP (1) JP2903605B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6336323B2 (en) * 2014-04-25 2018-06-06 キヤノン株式会社 Information processing apparatus, control method, and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
「ACOSソフトウェア ACOS−4/MVP XEデータ管理説明書」第7版,日本電気株式会社,1989年9月,p.228−233

Also Published As

Publication number Publication date
JPH03260849A (en) 1991-11-20

Similar Documents

Publication Publication Date Title
JP2646399B2 (en) Method and apparatus for efficiently managing a write-once volume
US6463573B1 (en) Data processor storage systems with dynamic resynchronization of mirrored logical data volumes subsequent to a storage system failure
JPH04213129A (en) Memory control system and memory control method
JP2903605B2 (en) File area management processing method
EP0351109A2 (en) Reducing resources in a high reliability data storage subsystem
JP4390618B2 (en) Database reorganization program, database reorganization method, and database reorganization apparatus
JP3111912B2 (en) Disk cache control method
JPH096653A (en) Data base checking information processor
JP4131579B2 (en) Data management system and data management method
JP2912657B2 (en) File access processor
JP3033736B2 (en) Remote disk unit access system
KR100630213B1 (en) Method for processing write-ahead logging protocol using data buffer control blocks in data storage systems
JP2833814B2 (en) I / O buffer allocation method
JPH02151944A (en) Data processor
JP2735400B2 (en) Asynchronous I / O control method
JP2641399B2 (en) File management device
JPH0357037A (en) File management device
JPH01255028A (en) Method for making access to external storage device
JPH0337748A (en) External storage accessing system utilizing main storage
JP3232633B2 (en) Data storage volume management processing method
JPH0444134A (en) Method and device for control of storage
JPH0451861B2 (en)
JPS61276040A (en) File access system
JPH04156626A (en) File entry generating system for vtoc
JPH04111026A (en) Write system for updating history information to data base

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080326

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090326

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees