JPH02253449A - Simultaneous execution control system for data base - Google Patents

Simultaneous execution control system for data base

Info

Publication number
JPH02253449A
JPH02253449A JP1075854A JP7585489A JPH02253449A JP H02253449 A JPH02253449 A JP H02253449A JP 1075854 A JP1075854 A JP 1075854A JP 7585489 A JP7585489 A JP 7585489A JP H02253449 A JPH02253449 A JP H02253449A
Authority
JP
Japan
Prior art keywords
time
task
index
file
index information
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
JP1075854A
Other languages
Japanese (ja)
Inventor
Kanji Nakano
幹治 中野
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.)
PFU Ltd
Original Assignee
PFU 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 PFU Ltd filed Critical PFU Ltd
Priority to JP1075854A priority Critical patent/JPH02253449A/en
Publication of JPH02253449A publication Critical patent/JPH02253449A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the simultaneous feasibility of a data base and to realize acceleration by providing a time table to store the latest updating time of index information at a common space, and deciding whether the index information held at its own task is used or re-reading is performed from the data base by each task while referring to the table. CONSTITUTION:Access to a data file 1-2 is performed by using the index information in its own task when the time of the index information copied on the time table 6-2 in its own task is equal to or later than the time when copied on the time table 3 provided in the common space, and using the index information copied from an index file 1-1 when the time is older or no time exists. In such a manner, it is possible to make access to a data file 1-2 in recording unit at high speed by using the index information held in its own task by each task unless another task updates the index information.

Description

【発明の詳細な説明】 (概要〕 高速検索用のインデックスを有するデータベース管理シ
ステムにおいて、レコード単位の排他制御を実施する際
に、インデックスの排他による高速処理能力あるいは同
時実行性の低下を解決するため、インデックスの内容変
更時刻をシステム内の共通空間に設定し、各プロセス内
に持つインデックスの時刻が等しい、新しい時に自プロ
セス内に持つインデックスを使用してアクセス処理する
ことにより、高速処理能力の向上およびインデックスに
対する排他時間の局所化による同時実行性を実現するも
のである。
[Detailed Description of the Invention] (Summary) To solve the problem of deterioration in high-speed processing capacity or concurrency due to exclusive index when performing exclusive control on a record-by-record basis in a database management system having an index for high-speed search. , by setting the index content modification time in a common space within the system, and when the indexes in each process have the same time, access processing is performed using the index in the own process when the index is new, improving high-speed processing performance. It also realizes concurrency by localizing exclusive time for indexes.

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

本発明は、インデックスファイルを使用してデータファ
イルをアクセスするデータベースの同時実行制御方式に
関するものである。 ?Jl数のタスクに対してデータ
ベースのレコード単位の排他を実現する際に、インデッ
クスに対する排他制御を迅速かつ同時実行性を実現する
ことが望まれている。
The present invention relates to a database concurrency control method that uses index files to access data files. ? When implementing exclusive control on a database record basis for Jl tasks, it is desired to implement exclusive control on indexes quickly and concurrently.

〔従来の技術と発明が解決しようとする課題〕一般にデ
ータベースは、第4図に示すように、実際のデータを格
納するデータファイル1)−2およびデータを高速検索
するためのインデックスファイル1)−1から構成され
ている。データファイル1)−2は、並列処理性能を向
上させるためにレコード単位に排他制御を行うようにし
ている。一方、インデックスファイル1)−1は、通常
、アクセス単位に複数のレコード情報が格納されており
、レコードの追加・削除などに対応して変化するため、
下記の処理を行っている。
[Prior art and problems to be solved by the invention] In general, a database, as shown in FIG. 4, consists of a data file 1)-2 for storing actual data and an index file 1)-2 for high-speed data searching. It consists of 1. Data file 1)-2 is configured to perform exclusive control on a record-by-record basis in order to improve parallel processing performance. On the other hand, index file 1)-1 usually stores multiple record information for each access, and changes in response to record additions and deletions.
The following processing is performed.

(1ン  インデックスファイル1)−2に対するロッ
クを、1つのレコードに対する処理が開始された時から
終了する時までとする。
(1 index file 1)-2 is locked from the time processing for one record starts to the time it ends.

(2)  各タスク毎にインデックスファイル1)1の
コピーを持ち、追加・更新・削除などの時に自タスク内
のものを更新する。トランザクシラン終了時にデータベ
ースのインデックスファイル1)−1と、自タスク内の
コピーのものとをマージしてインデックスファイルti
−1に反映する。
(2) Each task has a copy of the index file 1) 1, and updates the contents within its own task when adding, updating, deleting, etc. At the end of the transaction, the database index file 1)-1 and the copy in the self-task are merged to create an index file ti.
-1.

この従来の手法によると、下記問題がある。This conventional method has the following problems.

(1)インデックスファイルl l−1をロックしてい
る期間のみしか自タスクが必要とするインデックスファ
イル1)−1を自タスクのバッファ内にコピーして使用
することができないため、各レコード操作ごとに自バッ
ファにインデックスファイル1)−1の該当部分を読み
込む必要があり、バッファ使用による高速化を十分に図
れないという問題がある。
(1) The invoking task needs index file 1)-1 only during the period when index file l-1 is locked.Since index file 1)-1 cannot be copied and used in the invoking task's buffer, each record operation Since it is necessary to read the relevant portion of the index file 1)-1 into the own buffer, there is a problem that the speed cannot be sufficiently increased by using the buffer.

(2)各タスクが夫々インデックスファイル1)−1の
コピーを格納する領域を確保する必要があり、タスク数
に比例してメモリ容量が増大してしまうと共に、マージ
時のオーバヘッドが大となってしまうという問題がある
(2) It is necessary for each task to secure an area to store a copy of the index file 1)-1, which increases the memory capacity in proportion to the number of tasks and increases the overhead when merging. There is a problem with putting it away.

本発明は、共通空間にインデックス情報の最新更新時刻
を格納する時刻テーブルを設け、各タスクがこの時刻テ
ーブルを参照して自タスク内に持つインデックス情報を
使用/データベースから再読み込みを行ったインデック
ス情報を使用してデータファイルをアクセスすることに
より、インデックス情報に対する排他制御を1つのレコ
ードを操作する期間に局所化し、データベースの同時実
行性を向上させると共にバッファ使用による高速化を図
ることを目的としている。
The present invention provides a time table that stores the latest update time of index information in a common space, and each task refers to this time table and uses the index information held within its own task/index information reread from the database. By accessing data files using , the purpose is to localize exclusive control over index information to the period of operating one record, improve database concurrency, and speed up the use of buffers. .

〔課題を解決する手段〕[Means to solve problems]

第1図を参照して課題を解決する手段を説明する。 Means for solving the problem will be explained with reference to FIG.

第1図において、データベースlは、データファイルl
−2およびこのデータファイルl−2中のレコードを高
速に検索するためのインデックスファイルl−1から構
成されるものである。
In FIG. 1, a database l is a data file l.
-2 and an index file l-1 for quickly searching records in this data file l-2.

時刻テーブル3は、データベースlのインデックスファ
イルl−1から取り込んだインデックス情報の最新更新
時刻を格納する、共通空間内に設けたものである。
The time table 3 is provided in a common space and stores the latest update time of the index information imported from the index file l-1 of the database l.

時刻テーブル6−2は、各タスク内に設けたコピー時あ
るいは自タスクが更新などした時の時刻をインデックス
情報に対応づけて格納するテーブルである。
The time table 6-2 is a table that stores the times provided in each task at the time of copying or when the own task updates, etc., in association with index information.

〔作用〕[Effect]

本発明は、第1図に示すように、各タスクから参照・更
新可能な共通空間内にデータベースlのインデックスフ
ァイルl−1・からコピーした時の時刻あるいは最新更
新時刻をインデックス情報に対応づけて格納する時刻テ
ーブル3を設け、各タスクがデータベースlをアクセス
する際に、自タスク内に持つインデックスファイル1−
1から取り込んだインデックス情報のコピー時の時刻あ
るいは自タスク6が更新した時の時刻が上記時刻テーブ
ル3の時刻に等しい、新しい場合に自タスク6内のイン
デックス情報を使用、一方、古いおよび存在しない場合
にコピーしたインデックス情報を使用してデータファイ
ル1−2の該当レコードをアクセスすると共に、インデ
ックス情報を更新などした場合に時刻テーブル3および
自タスク内のインデッスク情報の時刻を現タイマ値に更
新するようにしている。
As shown in FIG. 1, the present invention associates the time of copying from index file l-1 of database l or the latest update time with index information in a common space that can be referenced and updated from each task. A time table 3 to be stored is provided, and when each task accesses the database l, the index file 1-
If the time when the index information imported from 1 is copied or the time when the invoking task 6 updates it is equal to the time in the above time table 3, the index information in the invoking task 6 is used if it is new, while the index information in the invoking task 6 is used if it is old or does not exist. access the corresponding record in data file 1-2 using the copied index information, and update the time of the index information in time table 3 and the self-task to the current timer value when the index information is updated. That's what I do.

従って、自タスク内に持つインデックス情報の時刻が、
共通空間内に設けた時刻テーブル3にコピーした時の時
刻/最新の更新時刻に等しい、新しい場合に自タスク内
のインデックス情報を使用してデータファイル1−2を
アクセスすることにより、他タスクがインデックス情報
を更新しない限り、各タスクが自タスク内に保持するイ
ンデックス情報を使用してデータファイル1−2を高速
にアクセスすることが可能となる。
Therefore, the time of the index information held within the self-task is
By accessing the data file 1-2 using the index information within its own task if it is new, the time when it was copied to the time table 3 provided in the common space/the latest update time, other tasks can Unless the index information is updated, each task can access the data file 1-2 at high speed using the index information held within its own task.

〔実施例〕〔Example〕

次に、第1図から第3図を用いて本発明の1実施例の構
成および動作を順次詳細に説明する。
Next, the configuration and operation of one embodiment of the present invention will be explained in detail using FIGS. 1 to 3.

第1図において、データベースlは、最小アクセス単位
であるレコード単位に排他制御を行うデータファイルl
−2、およびこのデータファイル1−2を高速に検索す
るためのインデックスファイル1−1から構成されるも
のである。
In FIG. 1, a database l is a data file l that performs exclusive control on a record basis, which is the minimum access unit.
-2, and an index file 1-1 for searching this data file 1-2 at high speed.

時刻テーブル3は、データベースlのインデックスファ
イルl−1からインデックス情報をコピーした時刻ある
いは最新の更新時刻をインデックス情報に対応づけて格
納するものである。この時刻テーブル3は、各タスクか
らアクセス可能な共通空間に設けである。
The time table 3 stores the time when the index information was copied from the index file l-1 of the database l or the latest update time in association with the index information. This time table 3 is provided in a common space that can be accessed from each task.

ロックマネージャ4は、インデックスファイル1−1を
ファイル単位、およびデータファイル1−2をレコード
単位に排他制御するためのものである。この排他制御は
、ロックテーブル4中に排他制御を行うインデックスフ
ァイルl−1のファイル名、データファイルl−2のフ
ァイル名およびレコード名、更に口7クフラグをオンに
設定することによって行うようにしている。
The lock manager 4 is for exclusive control of the index file 1-1 in file units and the data file 1-2 in record units. This exclusive control is performed by setting the file name of the index file l-1, the file name and record name of the data file l-2, which are subject to exclusive control, in the lock table 4, and also by setting the open flag to on. There is.

タイマ5は、システムが持つタイマであって、インデッ
クスファイルl−1からインデックス情報を時刻テーブ
ル3.6−3にコピーした時の時刻あるいは最新の更新
時刻を設定するためのものである。この時刻は、例えば
μsec単位の現時刻である。
Timer 5 is a timer owned by the system and is used to set the time when index information is copied from index file l-1 to time table 3.6-3 or the latest update time. This time is, for example, the current time in μsec.

タスク(データベース操作タスク)6は、タスク固有空
間に夫々設けたものであって、例えば端末からのデータ
ベース検索要求に対応してデータベースlをアクセスし
て該当する検索結果を端末に通知したりなどするもので
ある。このタスク6は、データベースlのインデックス
ファイル1−1から取り込んだインデックス情報および
データファイル1−2から取り込んだデータを格納する
バッファ6−1、およびインデックス情報を取り込んだ
時刻(コピーした時刻)/自タスク6が更新した最新の
時刻をインデックス情報に対応づけて格納する時刻テー
ブル6−2を持っている。
Tasks (database operation tasks) 6 are provided in the task-specific space and, for example, access database l in response to a database search request from a terminal and notify the terminal of the corresponding search results. It is something. This task 6 stores a buffer 6-1 that stores index information imported from index file 1-1 of database l and data imported from data file 1-2, and a buffer 6-1 that stores the index information imported from index file 1-1 and data imported from data file 1-2, and the time at which the index information was imported (copied time) and the buffer 6-1. It has a time table 6-2 that stores the latest time updated by task 6 in association with index information.

次に、第2図フローチャートに示す順序に従い、第1図
構成の動作を詳細に説明する。
Next, the operation of the configuration shown in FIG. 1 will be explained in detail in accordance with the order shown in the flowchart of FIG.

第2図において、■は、データベースlをオープンする
In FIG. 2, ■ opens database l.

■は、インデックスファイル1−1をシステム内で最初
にオープンしたか否かを判別する。YESの場合には、
■で共通空間内に時刻テーブル3の領域を獲得し、ファ
イル識別値(ファイル名)および時刻識別値(時刻)を
初期化し、■を実行する。NOの場合には、既にオープ
ンされているので、■を実行することなく、■を実行す
る。
(2) It is determined whether the index file 1-1 is opened first in the system. If YES,
Step (2) acquires an area for the time table 3 in the common space, initializes the file identification value (file name) and time identification value (time), and executes step (2). In the case of NO, since the file has already been opened, execute ■ without executing ■.

■は、トランザクションを開始する。■Starts a transaction.

■は、インデックスファイル1−1の昌亥当ファイルを
ロックする。これは、タスク6がロックマネージャ4に
インデックスファイルl−1の1亥当ファイル名を指定
してロック(排他制御)を依頌し、当該ロックマネージ
ャ4がaンクテーフ゛ル4−1に当!亥ファイル名およ
びロックフラグをONに設定して該当ファイルをロック
することを意味している。
(2) locks the Changhai file in the index file 1-1. This means that task 6 assigns a lock (exclusive control) to lock manager 4 by specifying the file name of index file l-1, and lock manager 4 assigns a lock to index file 4-1! This means that the corresponding file is locked by setting the file name and lock flag to ON.

■は、ファイル情報(インデックス情報)が自タスク内
のバッファ6−1に存在するか否かを判別する。YES
の場合には、■で時刻テーブル6−2の該当ファイル名
の時刻と時刻テーブル3の該当ファイル名の時刻とを比
較し、■で前者が後者に等しい、新しい時(YESの時
)に、自タスクのバッファ6−1に存在するインデック
ス情報が最新のものと判断して■を実行し、一方、■で
前者が後者よりも古い時(Noの時)に、自タスクのバ
ッファ6−1に存在するインデックス情報が古いものと
判断して■、[相]を実行して最新のインデックス情報
および現時刻を設定した後に0を実行する。
In (2), it is determined whether or not file information (index information) exists in the buffer 6-1 within the self-task. YES
In the case of , compare the time of the corresponding file name in time table 6-2 with the time of the corresponding file name of time table 3 in ■, and if the former is equal to the latter and new (when YES), It is judged that the index information existing in the invoking task's buffer 6-1 is the latest one and executes ■.On the other hand, when the former is older than the latter (No), the invoking task's buffer 6-1 is executed. Judging that the index information existing in is old, execute [phase] to set the latest index information and current time, and then execute 0.

■は、ファイル情報をデータベース1のインデックスフ
ァイル1−1からタスク6内のバッファ6−1に読み込
む。
(2) reads file information from the index file 1-1 of the database 1 into the buffer 6-1 in the task 6;

0は、時刻テーブル6−2中の該当ファイル名の時刻を
現時刻(例えばタイマ値T+)に設定する。そして、■
を実行する。
0 sets the time of the corresponding file name in the time table 6-2 to the current time (for example, timer value T+). And ■
Execute.

■は、データファイルl−2の情報を収集する。(2) collects information on data file l-2.

@は、データファイル1−2のレコードをロックする。@ locks records in data file 1-2.

これは、第1図タスク6がデータファイルl−2中のフ
ァイル名およびレコードを指定した排他制御(ロック)
をロックマネージャ4に依ellしてロックを行うこと
を意味している。
This is an exclusive control (lock) that task 6 in Figure 1 specified the file name and record in data file l-2.
This means that the lock is performed by relying on the lock manager 4.

Oは、データファイルl−2のレコードを操作する(ア
クセスする)。
O operates (accesses) records in data file l-2.

[相]は、インデックスファイル1−1の更新有りか否
かを判別する。YESの場合には、■でインデックス情
報を更新し、[相]で時刻テーブル6−2および時刻テ
ーブル3の時刻を現時刻(例えばタイマ値T8)に設定
し、@を実行する。一方、NOの場合には、インデック
ス情報の更新が無いので、■を実行する。
[Phase] determines whether the index file 1-1 has been updated. If YES, update the index information with ■, set the times of time table 6-2 and time table 3 to the current time (for example, timer value T8) with [phase], and execute @. On the other hand, in the case of NO, since the index information is not updated, process (2) is executed.

■は、インデックスをアンロック(排他解除)する。■Unlocks (releases exclusive release) the index.

[相]は、次のレコードをりか否かを判別する。YES
の場合には、■ないしOを繰り返し実行する。
[Phase] determines whether the next record is valid or not. YES
In this case, repeat steps ◯ to ◯.

Noの場合には、[相]で一連のトランザクシコンを終
了し、0でデータベースlのクローズを行う。
In the case of No, the series of transactions is completed at [phase], and the database l is closed at 0.

■は、システム内でのインデックスファイルl−1の使
用が終了したか否かを判別する。YESの場合には、時
刻テーブル3がら該当インデックス↑R報を解放し、終
了する。NOの場合には、終了する。
(2) It is determined whether the use of the index file l-1 within the system has ended. If YES, the corresponding index ↑R information is released from the time table 3 and the process ends. If NO, the process ends.

第3図は、データベース例を示す、ここで、インデック
スファイル1−1は、データファイルl−2の該当レコ
ードを高速検索するためのインデックス情i(例えば板
目、山本など)およびデータが存在するレコード番号(
例えばレコードNo。
FIG. 3 shows an example of a database, where index file 1-1 contains index information i (for example, itame, Yamamoto, etc.) and data for high-speed searching of the corresponding record of data file l-2. Record number (
For example, record no.

2など)を格納したものである。データファイル1−2
は、レコード単位に図示のようにデータを複数項目に分
けて順次格納したものである。
2 etc.) are stored. Data file 1-2
The data is divided into a plurality of items and stored sequentially in units of records as shown in the figure.

データファイルl−1からコピーしたインデックス情報
を使用してデータファイル1−2をアクセスする構成を
採用しているため、他タスクがインデックス情報を更新
しない限り、各タスクが自タスク内に保持するインデッ
クス情報を使用してデータファイルl−2をレコード単
位に高速にアクセスすることができる。これにより、イ
ンデックスファイルl−1に対するロック期間を、デー
タベースlの1つのレコードに対するインデックス操作
の間に局所化でき、同時実行性を向上させることおよび
バッファ使用による高速化を図ることが可能となる。
Since a configuration is adopted in which data file 1-2 is accessed using index information copied from data file l-1, each task retains the index in its own task unless another task updates the index information. Using the information, data file l-2 can be accessed record by record at high speed. As a result, the lock period for the index file l-1 can be localized during the index operation for one record of the database l, and it is possible to improve concurrency and speed up by using buffers.

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

以上説明したように、本発明によれば、自タスク内の時
刻テコプル6−3にコピーしたインデックス情報の時刻
が、共通空間内に設けた時刻テーブル3にコピーした時
の時刻/最新の更新時刻に等しい、新しい場合に自タス
ク内のインデックス情報を゛使用、古いあるいは存在し
ない場合にイン
As explained above, according to the present invention, the time of the index information copied to the time lever 6-3 in the own task is the time when the index information was copied to the time table 3 provided in the common space/the latest update time. , use the index information in the self-task if it is new, or import it if it is old or does not exist.

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

第1図は本発明の1実施例構成図、第2図は本発明の動
作説明フローチャート、第3図はデータベース例、第4
図は従来技術の説明図を示す。 図中、1はデータベース、・l−1はインデックスファ
イル、l−2はデータファイル、3は時刻テーブル、4
はロックマネージャ、4−1は口・2クチ−プル、 5はタイマ、6はタスク、 6−1は バッファ、6 2は時刻タイマを表す。 特許出願人  株式会社ピーエフニー
FIG. 1 is a configuration diagram of one embodiment of the present invention, FIG. 2 is a flowchart explaining the operation of the present invention, FIG. 3 is an example of a database, and FIG.
The figure shows an explanatory diagram of the prior art. In the figure, 1 is a database, l-1 is an index file, l-2 is a data file, 3 is a time table, and 4
4-1 is a lock manager, 4-1 is a mouth/two-piece group, 5 is a timer, 6 is a task, 6-1 is a buffer, and 62 is a time timer. Patent applicant: Pfn Co., Ltd.

Claims (1)

【特許請求の範囲】 インデックスファイルを使用してデータファイルをアク
セスするデータベースの同時実行制御方式において、 インデックスファイル(1−1)およびデータファイル
(1−2)からなるデータベース(1)と、このデータ
ベース(1)のインデックスファイル(1−1)から取
り込んだインデックス情報の最新時刻を格納する、共通
空間内に設けた時刻テーブル(3)とを備え、 各タスク(6)が自タスク(6)内に持つ上記インデッ
クスファイル(1−1)に取り込んだインデックス情報
のコピー時の時刻あるいは自タスク(6)が更新した時
の時刻が上記時刻テーブル(3)の該当インデックス情
報の時刻に等しい、新しい時に自タスク(6)内にコピ
ーしたものを使用、一方、古い時および存在しない時に
新たにコピーしたものを使用してデータファイル(1−
2)をアクセスすると共に、インデックス情報を更新な
どした場合に上記時刻テーブル(3)および自タスク内
の該当するものの時刻を現タイマ値に更新するように構
成したことを特徴とするデータベースの同時実行制御方
式。
[Claims] A database concurrency control method in which a data file is accessed using an index file, comprising: a database (1) consisting of an index file (1-1) and a data file (1-2); A time table (3) provided in a common space that stores the latest time of the index information imported from the index file (1-1) in (1), and each task (6) within its own task (6). When the time when the index information imported into the above-mentioned index file (1-1) held in The data file (1-
2) and when index information is updated, etc., the time table (3) and the time of the relevant item in the own task are updated to the current timer value. control method.
JP1075854A 1989-03-28 1989-03-28 Simultaneous execution control system for data base Pending JPH02253449A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1075854A JPH02253449A (en) 1989-03-28 1989-03-28 Simultaneous execution control system for data base

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1075854A JPH02253449A (en) 1989-03-28 1989-03-28 Simultaneous execution control system for data base

Publications (1)

Publication Number Publication Date
JPH02253449A true JPH02253449A (en) 1990-10-12

Family

ID=13588230

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1075854A Pending JPH02253449A (en) 1989-03-28 1989-03-28 Simultaneous execution control system for data base

Country Status (1)

Country Link
JP (1) JPH02253449A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6470839A (en) * 1987-08-10 1989-03-16 Wang Laboratories File sequence access method and apparatus
JPH01204161A (en) * 1988-02-09 1989-08-16 Fujitsu Ltd Exclusive control system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6470839A (en) * 1987-08-10 1989-03-16 Wang Laboratories File sequence access method and apparatus
JPH01204161A (en) * 1988-02-09 1989-08-16 Fujitsu Ltd Exclusive control system

Similar Documents

Publication Publication Date Title
US5220665A (en) Method and system for supporting concurrent use during sequential batch applications utilizing persistent cursors
US6772155B1 (en) Looking data in a database system
US8239343B2 (en) Database reorganization technique
JP4237354B2 (en) Transaction processing method and transaction processing system
JP3441807B2 (en) B-tree index management method and system
US20050102255A1 (en) Computer-implemented system and method for handling stored data
US20040267747A1 (en) Transaction processing system supporting concurrent accesses to hierarchical data by transactions
JPH0519175B2 (en)
EP0113352A1 (en) Database management system for controlling concurrent access to a database.
US5953728A (en) System for modifying a database using a transaction log
CN114282074B (en) Database operation method, device, equipment and storage medium
JPH02253449A (en) Simultaneous execution control system for data base
JPH09293055A (en) System and method for exclusive control over shared file in loosely coupled multiple computer system, and medium for storing exclusive control program
JPH0283640A (en) Data base updating method
JP2616686B2 (en) Database reorganization during business process
JP2871755B2 (en) Split control method in dynamic hash
JPH04336340A (en) Disk cache access control system
JPH05120343A (en) Index updating system
JP3008500B2 (en) Update record reading mechanism
JPH03116252A (en) Generation control system for source program
JPH04350741A (en) Access speed increasing method for indexed sequential file
JPH0721064A (en) Data base reorganizing system
JPH03276237A (en) Inventory updating system
JPH04115333A (en) Method for processing data base management
JPH05334160A (en) Exclusive processing system for plural records