JPH03276237A - Inventory updating system - Google Patents

Inventory updating system

Info

Publication number
JPH03276237A
JPH03276237A JP2076267A JP7626790A JPH03276237A JP H03276237 A JPH03276237 A JP H03276237A JP 2076267 A JP2076267 A JP 2076267A JP 7626790 A JP7626790 A JP 7626790A JP H03276237 A JPH03276237 A JP H03276237A
Authority
JP
Japan
Prior art keywords
record
inventory
data
data page
stored
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2076267A
Other languages
Japanese (ja)
Inventor
Motoyasu Akatsu
赤津 素康
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 JP2076267A priority Critical patent/JPH03276237A/en
Publication of JPH03276237A publication Critical patent/JPH03276237A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To omit the locking of the inventory records or the inventory pages and to improve the system performance by locking the data pages before the inventory records are updated. CONSTITUTION:An inventory search means 2 searches an inventory area 6 and decides a data page that stores a subject record when the data records are stored. A record store means 1 locks the data page decided by the means 2 and decides whether the relevant record can be stored in the data page or not based on the idle information stored in the data page. If so, the record is stored in the data page and at the same time the idle information included in the data page is updated. If not, the lock state of the data page is canceled and the control is returned to the means 2. Thus it is not required to lock the inventory records or the inventory pages. Then the performance of an inventory updating system is improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータベース技術に関し、特に、データレコー
ドの空き情報を管理するインベントリ領域の更新を行な
うインベントリ更新方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to database technology, and particularly to an inventory update method for updating an inventory area that manages free space information of data records.

〔従来の技術〕[Conventional technology]

データベースシステムに於いては、通常、レコード格納
時のスペースサーチによってデータページへの入出力が
多発するのを防ぐため、データページの空き情報をイン
ベントリレコードとして格納したインベントリ領域を設
け、インベントリ領域上でサーチを行なうことにより格
納対象データページを決定するようにしている。ところ
で、データページの格納或いは削除を行なうことにより
、インベントリレコードを更新することが必要になるが
、従来は同時アクセス環境に於けるインベントリレコー
ドの無矛盾性を保証するために、データページと同様に
、インベントリベージに排他ロックをかけるか、或いは
インベントリレコード単位にロックをかけるようにして
いる。
In a database system, in order to prevent frequent input/output to data pages due to space searches when storing records, an inventory area is usually provided that stores free information on data pages as inventory records, and The data page to be stored is determined by performing a search. Incidentally, by storing or deleting a data page, it is necessary to update the inventory record, but conventionally, in order to guarantee the consistency of the inventory record in a simultaneous access environment, it is necessary to update the inventory record in the same way as for the data page. An exclusive lock is placed on the inventory page, or a lock is placed on each inventory record.

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

従来は上述したように、データページに加えてインベン
トリベージ或いはインベントリレコードにもロックを設
定するようにしているため、ロック制御のオーバヘンド
が大きくなるという問題があった。また、複数のインベ
ントリレコードを格納したインベントリページ単位のロ
ック方式では待ちやデッドロックが生じ易(、システム
性能を低下させるという問題点もある。
Conventionally, as described above, locks have been set on inventory pages or inventory records in addition to data pages, which has caused a problem in that the overhead of lock control becomes large. In addition, the locking method for each inventory page that stores multiple inventory records tends to cause waits and deadlocks (and has the problem of reducing system performance).

本発明の目的はインベントリレコード或いはインベント
リベージに対するロックを不要にすることにより、シス
テム性能を向上させることにある。
An object of the present invention is to improve system performance by eliminating the need for locking inventory records or inventory pages.

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

本発明はデータページ格納時のインベントリレコード或
いはインベントリベージに対するロックを不要にするた
め、 複数のデータページの空き情報をインベントリレコード
としてデータページ中のインベントリ領域に管理し、デ
ータレコードの格納時に前記インベントリ領域をサーチ
して前記データレコードを格納するデータページを決定
するデータベースシステムに於いて、 前記各データページに自ページの空き情報を格納すると
共に、 データレコードの格納時、前記インベントリ領域をサー
チして格納対象レコードを格納するデータページを決定
するインベントリサーチ手段と、該インベントリサーチ
手段が決定したデータページをロックし、該ロックした
データページに含まれている空き情報に基づいて前記格
納対象レコードを格納可能か否かを判定し、格納可能と
判定することにより前記格納対象レコードを前記ロック
したデータページに格納すると共に該データページ中の
空き情報を更新し、格納不能と判定することにより前記
ロックしたデータページのロックを解いて前記インベン
トリサーチ手段に制御を戻すレコード格納手段と、 該レコード格納手段がデータレコードを格納することに
より、前記格納対象レコードを格納したデータページ対
応のインベントリレコードを更新するインベントリ更新
手段とを設けたものである。
In order to eliminate the need for locking inventory records or inventory pages when storing data pages, the present invention manages free space information of a plurality of data pages as inventory records in the inventory area of the data page, and stores the inventory area in the inventory area when storing data records. In a database system that searches for and determines a data page in which to store the data record, each data page stores free space information of its own page, and when storing a data record, the inventory area is searched and stored. Inventory research means that determines a data page in which a target record is to be stored; and the data page determined by the inventory research means is locked, and the record to be stored can be stored based on free space information included in the locked data page. If it is determined that storage is possible, the record to be stored is stored in the locked data page, and free information in the data page is updated, and if it is determined that storage is not possible, the locked data is stored. record storage means that unlocks a page and returns control to the inventory research means; and an inventory update that updates an inventory record corresponding to the data page in which the record to be stored is stored by the record storage means storing the data record. The means are provided.

また、本発明は、データページの削除時のインベントリ
ベージ或いはインベントリレコードに対するロックも不
要にするため、 データレコードの削除時、削除対象レコードが含まれて
いるデータページに対してロックをかけ、前記削除対象
レコードを削除するレコード削除手段を有し、 前記インベントリ更新手段は、前記レコード削除手段が
前記削除対象レコードを削除することにより、前記削除
対象レコードが含まれていたデータページに対応するイ
ンベントリレコードの内容を更新するようにしている。
Furthermore, in order to eliminate the need for locking inventory pages or inventory records when deleting a data page, the present invention locks the data page containing the record to be deleted when deleting a data record. It has a record deletion means for deleting the target record, and the inventory update means deletes the record to be deleted by the record deletion means to update the inventory record corresponding to the data page that included the record to be deleted. I am trying to update the content.

C作 用〕 各データページには自ページの空き情報が格納される。For C work] Each data page stores its own free space information.

インベントリサーチ手段はデータレコードの格納時、イ
ンベントリ領域をサーチして格納対象レコードを格納す
るデータページを決定する。
When storing a data record, the inventory research means searches the inventory area and determines the data page in which the record to be stored is stored.

レコード格納手段はインベントリサーチ手段が決定した
データページをロックし、そのデータベ−ジに含まれて
いる空き情報から格納対象レコードをそのデータページ
に格納可能か否かを判定する。
The record storage means locks the data page determined by the inventory research means, and determines whether the record to be stored can be stored in the data page based on free space information contained in the data page.

格納可能な場合はそのデータページに格納対象レコード
を格納すると共にそのデータページに含まれている空き
情報を更新する。格納不能な場合はロックを解除した後
、インベントリサーチ手段に制御を戻す、インベントリ
更新手段はレコード格納手段が格納対象レコードを格納
することにより、格納対象レコードを格納したデータペ
ージ対応のインベントリレコードを更新する。また、レ
コード削除手段はデータレコードの削除時、削除対象レ
コードが含まれているデータページに対してロックをか
け、削除対象レコードを削除する。インベントリ更新手
段はレコード削除手段が削除対象レコードを削除するこ
とにより、削除対象レコードが含まれていたデータペー
ジに対応するインベントリレコードの内容を更新する。
If it can be stored, the record to be stored is stored in that data page, and the free space information included in that data page is updated. If storage is not possible, the control is returned to the inventory research means after releasing the lock.The inventory update means updates the inventory record corresponding to the data page that stores the record by letting the record storage means store the record. do. Further, when deleting a data record, the record deletion means locks the data page containing the record to be deleted, and deletes the record to be deleted. The inventory update means updates the contents of the inventory record corresponding to the data page that included the record to be deleted by the record deletion means to delete the record to be deleted.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して詳細に説明
する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は本発明の実施例のブロック図であり、レコード
格納手段1と、インベントリサーチ手段2と、インベン
トリ更新手段3と、レコード削除手段4と、インベント
リ領域6及びデータ領域7を含むデータベース5から構
成されている。尚、同図に於いて、点線、実線の矢印は
それぞれ制御。
FIG. 1 is a block diagram of an embodiment of the present invention, which includes a record storage means 1, an inventory research means 2, an inventory update means 3, a record deletion means 4, and a database 5 including an inventory area 6 and a data area 7. It consists of In addition, in the same figure, the dotted line and solid line arrows respectively indicate control.

データの流れを示している。Shows the flow of data.

データベース5中のインベントリ領域6は第2図に示す
ように、複数のインベントリページ6−1.6−2.・
・・から構成され、各インベントリベージ6−1.6−
2.・・・にはそれぞれ複数のインベントリレコードが
格納される。また、データベース5中のデータ領域7は
第2図に示すように、複数のデータページ?−1,7−
2,・・・、?−i。
As shown in FIG. 2, the inventory area 6 in the database 5 includes a plurality of inventory pages 6-1, 6-2.・
Consisting of ..., each inventory page 6-1.6-
2. ... stores a plurality of inventory records, respectively. Furthermore, the data area 7 in the database 5 has a plurality of data pages, as shown in FIG. -1,7-
2,...? -i.

・・・から構成され、各データページ7−1.7−2゜
・・・、7−i+ ・・・はヘンダ部に自ページの空き
部分のサイズを示す空き情報を持つ、この空き情報はイ
ンベントリレコードとしても管理される。即ち、データ
領域7中のi番目のデータページ?−iの空き情報がイ
ンベントリ領域6中のi番目のインベントリレコード#
iとして管理される。
..., and each data page 7-1.7-2゜..., 7-i+ ... has free space information indicating the size of the free space of its own page in the header section.This free space information is It is also managed as an inventory record. That is, the i-th data page in the data area 7? -Free space information of i is the i-th inventory record in inventory area 6 #
managed as i.

レコード格納手段1.レコード削除手段4はデータ領域
7に対してそれぞれデータレコードの格納及び削除を行
なう。インベントリサーチ手段2はレコード格納手段1
から呼び出されることにより、インベントリ領域6をサ
ーチし、十分な空きを持つデータページを特定する。イ
ンベントリ更新手段3はレコード格納手段Iとレコード
削除手段4とから呼び出され、変更されたデータページ
の空き情報をインベントリ領域6に反映させる。
Record storage means 1. The record deletion means 4 stores and deletes data records in the data area 7, respectively. Inventory research means 2 is record storage means 1
, the inventory area 6 is searched and a data page with sufficient free space is identified. The inventory update means 3 is called by the record storage means I and the record deletion means 4, and reflects the changed data page free space information in the inventory area 6.

第3図及び第4図はそれぞれレコード格納手段1及びレ
コード削除手段4の処理例を示すフローチャートであり
、以下各図を参照して本実施例の動作を説明する。
3 and 4 are flowcharts showing processing examples of the record storage means 1 and the record deletion means 4, respectively, and the operation of this embodiment will be explained below with reference to each figure.

レコード格納手段lば第3図に示すように、先ず、デー
タレコードを格納すべきデータページであるホームペー
ジを決定しくステップ3301)、次いで、インベント
リサーチ手段2を起動し、ホームページ番号と格納する
レコードのレコードサイズとをインベントリサーチ手段
2に渡す(ステップ5302)。
As shown in FIG. 3, the record storage means 1 first determines the home page which is the data page in which the data record is to be stored (step 3301), and then starts the event research means 2 and enters the home page number and the record to be stored. The record size is passed to the inventory research means 2 (step 5302).

これにより、インベントリサーチ手段2はホームベージ
番号に対応するインベントリレコードからサーチを開始
し、データレコードを格納するのに十分な空きのあるデ
ータページ番号を特定する。
As a result, the inventory research means 2 starts searching from the inventory record corresponding to the home page number, and specifies a data page number with sufficient free space to store the data record.

このサーチはロックをかけずにインベントリベージを読
み出すことにより行なう、データページ番号を特定する
と、インベントリサーチ手段2は特定したデータページ
番号をレコード格納手段1に渡し、制御をレコード格納
手段1に戻す。
This search is performed by reading the inventory page without locking it. When the data page number is specified, the inventory research means 2 passes the specified data page number to the record storage means 1 and returns control to the record storage means 1.

データページ番号を渡されると、レコード格納手段1は
それに対応するデータページ(格納対象データページ)
に排他モードのロックをかけ、そのページを読み出す(
ステップ5303)。但し、他タスクによってロックが
かけられている場合はロック解除を待って同様の処理を
行なう。次に、読み出したデータページのへラダ部に収
容されている空き情報によって示される空き部分のサイ
ズと格納するデータレコードサイズとを比較し、データ
レコードを格納可能か否かを再判定する(ステンプ33
04)。
When the data page number is passed, the record storage means 1 stores the corresponding data page (data page to be stored).
Locks the page in exclusive mode and reads the page (
Step 5303). However, if the task is locked by another task, the same process will be performed after waiting for the lock to be released. Next, the size of the free space indicated by the free space information stored in the header section of the read data page is compared with the data record size to be stored, and it is re-determined whether the data record can be stored (step 33
04).

そして、格納不能と判定した場合はデータページのロッ
クを解いて(ステップ305)、ホームページを次のデ
ータページとしくステップ5306)、ステップ302
から処理を再実行する。また、格納可能と判断した場合
は、そのページにデータレコードを書き込むと共に、ヘ
ッダ部に収容されている空き情報を、元の値からデータ
レコードサイズを引いた値に更新する (ステップ53
07)、ステップ307の処理が終了すると、レコード
格納手段1はインベントリ更新手段3を起動し、データ
レコードを格納したデータページ番号と更新済みの空き
情報とをインベントリ更新手段3に渡す(ステップ33
08)。
If it is determined that storage is not possible, the data page is unlocked (step 305), the homepage is set as the next data page (step 5306), and step 302
Re-execute the process from If it is determined that the page can be stored, a data record is written to that page, and the free space information stored in the header section is updated to a value obtained by subtracting the data record size from the original value (step 53).
07), when the process of step 307 is completed, the record storage means 1 activates the inventory update means 3, and passes the data page number in which the data record is stored and the updated free information to the inventory update means 3 (step 33).
08).

これにより、インベントリ更新手段3はデータページ番
号に相当するインベントリレコードを含むインベントリ
ページをロックせずに読み出し、該当するインベントリ
レコードに新しい空き情報を書き込み、制御を呼び出し
元のレコード格納手段lに戻す。
As a result, the inventory update means 3 reads the inventory page including the inventory record corresponding to the data page number without locking it, writes new free information to the corresponding inventory record, and returns control to the calling record storage means 1.

レコード格納手段1は制御を戻されると、その処理を終
了する。尚、ステップ303でロックされたデータペー
ジはコミ・ノド命令によりアンロックされる。
When the record storage means 1 is returned control, it ends its processing. Note that the data page locked in step 303 is unlocked by a command.

次にデータレコードを削除する場合の動作を説明する。Next, the operation when deleting a data record will be explained.

レコード削除手段4は第4図のフローチャートに示すよ
うに、削除するデータレコードを含むデータページを決
定しくステップ5401)、そのデータページに排他モ
ードのロックをかけ、読み出す(ステップ5402)、
但し、上記データページに他タスクによりロックがかけ
られている場合は、その解除を待って同様の処理を行な
う0次に、上記データページからデータレコードを削除
し、そのデータページのヘッダ部に収容されている空き
情報を削除したデータレコードのサイズ分だけ増加させ
る(ステップ5403)、次いで、インベントリ更新手
段3を起動し、データレコードを削除したデータページ
の番号と更新済みの空き情報とをインベントリ更新手段
3に渡す(ステップ5404)。
As shown in the flowchart of FIG. 4, the record deletion means 4 determines the data page containing the data record to be deleted (step 5401), locks the data page in exclusive mode, and reads it (step 5402).
However, if the above data page is locked by another task, wait for the lock to be released and perform the same process. Next, delete the data record from the above data page and store it in the header section of that data page. The free space information that has been deleted is increased by the size of the deleted data record (step 5403), and then the inventory update means 3 is activated to update the inventory with the number of the data page from which the data record was deleted and the updated free space information. It is passed to means 3 (step 5404).

これにより、インベントリ更新手段3はレコード格納手
段Iから呼び出された時と同様の処理を行ない、該当す
るインベントリレコードの内容を新たな空き情報とする
。その際、インベントリベージにはロックを設定しない
。インベントリレコードの内容を更新すると、インベン
トリ更新手段3はレコード削除手段4に制御を戻す。
As a result, the inventory updating means 3 performs the same process as when called by the record storage means I, and sets the contents of the corresponding inventory record as new free information. At that time, no lock is set on the inventory page. After updating the contents of the inventory record, the inventory update means 3 returns control to the record deletion means 4.

制御を戻されると、レコード削除手段4はその処理を終
了する。尚、ステップ402でロックされたデータペー
ジはコミット命令によりアンロックされる。
When the control is returned, the record deletion means 4 ends its processing. Note that the data page locked in step 402 is unlocked by a commit instruction.

以上述べたように、インベントリレコードの更新処理を
伴うレコード格納処理、レコード削除処理の何れに於い
ても、インベントリレコードの更新処理はデータページ
を排他モードでロックした後に行なうものであるので、
データベースをアクセスするタスクが複数共存する場合
でもインベントリレコードは順次排反して更新され、イ
ンベントリレコードの無矛盾性を保つことができる。ま
た、データレコードの格納時にロックなしでインベント
リ領域6をサーチすることにより格納可能と判定したデ
ータページが、第3図のステップ303でロックをかけ
る前に他のタスクにより更新され、格納不能となる場合
があるが、ステップ304に於いてロック後に再判定す
ることにより、格納不可を検出でき、別のデータページ
にデータレコードを格納することができる。
As mentioned above, in both record storage processing and record deletion processing that involve inventory record updating processing, the inventory record updating processing is performed after the data page is locked in exclusive mode.
Even when multiple tasks accessing the database coexist, the inventory records are updated sequentially and in a mutually exclusive manner, making it possible to maintain the consistency of the inventory records. In addition, a data page determined to be storable by searching the inventory area 6 without locking when storing a data record is updated by another task before being locked in step 303 of FIG. 3, and becomes unstorable. However, by re-determining after locking in step 304, it is possible to detect that storage is not possible, and the data record can be stored in another data page.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、インベントリレコード
の更新に先行してデータページを口、りすることにより
、インベントリベージ或いはインベントリレコードをロ
ックすることなく、インベントリレコードの無矛盾性を
保証しており、インベントリに対するロックを行なわな
い分、オーバーヘッドが低減し、不要なページ待ちやデ
ッドロ今夕をなくし、システム性能を向上させることが
できる効果がある。
As explained above, the present invention guarantees the consistency of inventory records by reading the data page prior to updating the inventory records without locking the inventory pages or inventory records. Since inventory is not locked, overhead is reduced, unnecessary page waits and deadlocks are eliminated, and system performance can be improved.

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

第1図は本発明の実施例のブロック図、第2図はインベ
ントリ領域及びデータ領域の構成例を示す図、 第3図はレコード格納手段の処理例を示すフローチャー
ト及び、 第4図はレコード削除手段の処理例を示すフローチャー
トである。 図に於いて、1・・・レコード格納手段、2・・・イン
ベントリサーチ手段、3・・・インベントリ更新手段、
4・・・レコード削除手段、5・・・データヘース、6
・・・インベントリ領域、7・・・データ領域。
FIG. 1 is a block diagram of an embodiment of the present invention, FIG. 2 is a diagram showing an example of the configuration of an inventory area and a data area, FIG. 3 is a flowchart showing an example of processing by the record storage means, and FIG. 4 is a record deletion 3 is a flowchart illustrating an example of processing by the means. In the figure, 1... Record storage means, 2... Inventory research means, 3... Inventory update means,
4... Record deletion means, 5... Data hash, 6
...Inventory area, 7...Data area.

Claims (2)

【特許請求の範囲】[Claims] (1)複数のデータページの空き情報をインベントリレ
コードとしてデータベース中のインベントリ領域に管理
し、データレコードの格納時に前記インベントリ領域を
サーチして前記データレコードを格納するデータページ
を決定するデータベースシステムに於いて、 前記各データページに自ページの空き情報を格納すると
共に、 データレコードの格納時、前記インベントリ領域をサー
チして格納対象レコードを格納するデータページを決定
するインベントリサーチ手段と、該インベントリサーチ
手段が決定したデータページをロックし、該ロックした
データページに含まれている空き情報に基づいて前記格
納対象レコードを格納可能か否かを判定し、格納可能と
判定することにより前記格納対象レコードを前記ロック
したデータページに格納すると共に該データページ中の
空き情報を更新し、格納不能と判定することにより前記
ロックしたデータページのロックを解いて前記インベン
トリサーチ手段に制御を戻すレコード格納手段と、 該レコード格納手段がデータレコードを格納することに
より、前記格納対象レコードを格納したデータページ対
応のインベントリレコードを更新するインベントリ更新
手段とを含むことを特徴とするインベントリ更新方式。
(1) In a database system that manages free space information of a plurality of data pages as inventory records in an inventory area in a database, and when storing a data record, searches the inventory area to determine the data page in which the data record is to be stored. an inventory research means for storing free space information of its own page in each data page, and searching the inventory area to determine a data page in which to store a record when storing a data record, and the inventory research means locks the determined data page, determines whether or not the storage target record can be stored based on the free space information included in the locked data page, and determines that the storage target record can be stored. record storage means that stores in the locked data page and updates free information in the data page, releases the lock on the locked data page by determining that storage is impossible, and returns control to the inventory research means; An inventory update method comprising: an inventory update unit for updating an inventory record corresponding to a data page in which the record to be stored is stored by the record storage unit storing the data record.
(2)データレコードの削除時、削除対象レコードが含
まれているデータページに対してロックをかけ、前記削
除対象レコードを削除するレコード削除手段を有し、 前記インベントリ更新手段は、前記レコード削除手段が
前記削除対象レコードを削除することにより、前記削除
対象レコードが含まれていたデータページに対応するイ
ンベントリレコードの内容を更新することを特徴とする
請求項1記載のインベントリ更新方式。
(2) When deleting a data record, the record deleting means locks a data page that includes a record to be deleted and deletes the record to be deleted, and the inventory updating means includes the record deleting means. 2. The inventory update method according to claim 1, wherein by deleting the record to be deleted, the content of an inventory record corresponding to a data page that included the record to be deleted is updated.
JP2076267A 1990-03-26 1990-03-26 Inventory updating system Pending JPH03276237A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2076267A JPH03276237A (en) 1990-03-26 1990-03-26 Inventory updating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2076267A JPH03276237A (en) 1990-03-26 1990-03-26 Inventory updating system

Publications (1)

Publication Number Publication Date
JPH03276237A true JPH03276237A (en) 1991-12-06

Family

ID=13600459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2076267A Pending JPH03276237A (en) 1990-03-26 1990-03-26 Inventory updating system

Country Status (1)

Country Link
JP (1) JPH03276237A (en)

Similar Documents

Publication Publication Date Title
US5261088A (en) Managing locality in space reuse in a shadow written B-tree via interior node free space list
US5218696A (en) Method for dynamically expanding and rapidly accessing file directories
JP3441807B2 (en) B-tree index management method and system
KR20010050667A (en) Transaction processing system using efficient file update processing and recovery processing
EP0410210A2 (en) Method for dynamically expanding and rapidly accessing file directories
US5953728A (en) System for modifying a database using a transaction log
JPH03276237A (en) Inventory updating system
JPH02212949A (en) Reorganization processing system for data base in on-line operation
JP3460265B2 (en) Data transfer method between computers
JPH01282635A (en) Index maintaining system
JPH0198020A (en) Index management system
JPH0456344B2 (en)
JP2912657B2 (en) File access processor
JPH09293055A (en) System and method for exclusive control over shared file in loosely coupled multiple computer system, and medium for storing exclusive control program
JP2616686B2 (en) Database reorganization during business process
JP2785966B2 (en) Foreign key dynamic resolution processing method
JP2740238B2 (en) File exclusive control unit
JPS6019240A (en) Loading system
JPH08328929A (en) Database split management system
JPH04139545A (en) Data base updating processing system
JPH1139200A (en) Access processing system of structured type database
JPH05233305A (en) Program loading system
JPH10240744A (en) System for processing retrieval of range division chart and method therefor and recording medium for recording retrieval processing program
JPH02253449A (en) Simultaneous execution control system for data base
JPH09106371A (en) Data processing method for queue