JPH01205351A - Locking control system - Google Patents

Locking control system

Info

Publication number
JPH01205351A
JPH01205351A JP63030354A JP3035488A JPH01205351A JP H01205351 A JPH01205351 A JP H01205351A JP 63030354 A JP63030354 A JP 63030354A JP 3035488 A JP3035488 A JP 3035488A JP H01205351 A JPH01205351 A JP H01205351A
Authority
JP
Japan
Prior art keywords
lock
management information
access
transaction
access 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.)
Pending
Application number
JP63030354A
Other languages
Japanese (ja)
Inventor
Naotaka Nakamura
中村 尚孝
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 JP63030354A priority Critical patent/JPH01205351A/en
Publication of JPH01205351A publication Critical patent/JPH01205351A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To minimize cost required for lock by executing update when an access is accompanied with the update of data and abbreviating the check of lock at the time of access except for the above case. CONSTITUTION:When there is an access request from a transaction, a buffer control means 2 checks whether a data block concerned exists or not in a buffer group corresponding to the transaction. If it does not exist, a lock calling means 5 is started, and the data block is loaded. If it exists, a control information read means 3 reads access control information of a buffer concerned from an access control information storage means 1. When information is read furthermore, access control information is a collation lock, and the access request at that time is accompanied with update, the means 5 is started, but the processing terminates without starting the means 5 except for the above case.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はロック制御方式、特に複数トランザクションに
対するデータベース管理システムのロック制御方式に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a lock control method, particularly to a lock control method for a database management system for multiple transactions.

〔従来の技術〕[Conventional technology]

従来、この種のロック制御方式は、トランザクションか
らデータに対するアクセス要求があると必らずロック手
段の呼び出しを行い、ロック手段は、先ず、そのデータ
に対してロック、すなわちトランザクションからの参照
や更新の禁止をしているこ否かを調べて、ロックしてい
なければアクセス要求が参照であれば更新ロック、また
更新であれば参照および更新ロックを行うようにしてい
る。
Conventionally, this type of lock control method calls a locking means whenever a transaction requests access to data, and the locking means first locks the data, that is, prevents the transaction from accessing or updating the data. It is checked whether the access request is prohibited or not, and if the access request is not locked, an update lock is performed if the access request is a reference, and a reference and update lock is performed if the access request is an update.

〔発明か解決しようとする課題〕[Invention or problem to be solved]

上述した従来のロック制御方式は、トランザクション内
での同一データに対する2回目以降のアクセスでもロッ
ク処理を行うので、既にロック済のデータに対する処理
を行うこととなり効率が悪くなるという欠点がある。
The above-described conventional lock control method has the disadvantage that lock processing is performed even when the same data is accessed for the second time or later within a transaction, so that processing is performed on data that has already been locked, resulting in poor efficiency.

ご課題を解決するための手段〕 本発明のロック制御方式は、複数トランザクションに対
するデータベース管理システムにおけるロック制御方式
において、 データベースからデータがロードされるバッファ対応に
参照ロックと更新ロックの別を表示するアクセス管理情
報を記憶するためのアクセス管理情報記憶手段を前記ト
ランザクション毎に設けて、ト・ランサクションの開始
及び終了時には前記アクセス管理情報を初期化しておき
、 前記バッファ上のデータに対してトランザクション内で
初めてアクセスがあると、該当するロックを行なって対
応するアクセス管理情報を更新し、 また同一データに対するトランザクション内での2回目
以降のアクセル時には、前記アクセス管理+ft報を参
照して、その結果が前記参照ロックであり、かつ該アク
セスがデータの更新を伴うものであるときには更新ロッ
クと前記アクセス管理情報の更新ロックへの更新を行な
うが、それ以外のアクセス時にはロック手段によるロッ
クのチエツクを省略するようにしたことを特徴とする。
Means for Solving the Problems] The lock control method of the present invention is a lock control method in a database management system for multiple transactions. An access management information storage means for storing management information is provided for each transaction, the access management information is initialized at the start and end of a transaction, and data on the buffer is stored within the transaction. When there is an access for the first time, the corresponding lock is performed and the corresponding access management information is updated, and when accessing the same data for the second time or later within a transaction, the access management + ft information is referred to and the result is updated as described above. When the access is a reference lock and the access involves updating data, the update lock and the access management information are updated to the update lock, but for other accesses, the lock check by the lock means is omitted. It is characterized by the following.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の構成を表わす図であり、アクセス管理
情報記憶手段1.バッファ制御手段2゜管理情報続出手
段3.管理情報書込手段4.ロック呼出手段5およびロ
ック手段6から成る。
FIG. 1 is a diagram showing the configuration of the present invention, in which access management information storage means 1. Buffer control means 2゜management information successive output means 3. Management information writing means 4. It consists of lock calling means 5 and locking means 6.

複数のトランザクションに対するデータベース管理シス
テムにおいては、トランザクション毎にバッファ群を設
け、必要なデータは、ブロック単位でデータベースから
ロードして使用するようにしているシステムがある。ア
クセス管理情報記憶手段1は、このようなバッファに対
するアクセス管理情報、すなわち、そのバッファ上のデ
ータが参照ロックされているか、または更新されている
かの別を示す情報を記憶するものであり、トランザクシ
ョンの開始及び終了時に初期値に設定される。ここに、
参照ロックとは他のトランザクションからの参照は許す
が更新は許さず、更新ロックとは他のトランザクション
からの参照も更新も許さないことを意味する。
Some database management systems for a plurality of transactions provide a buffer group for each transaction, and use necessary data by loading it from a database in blocks. The access management information storage means 1 stores access management information for such a buffer, that is, information indicating whether the data on the buffer is reference-locked or updated, and is used to store access management information for such a buffer. Set to initial value at start and end. Here,
A reference lock means that it can be referenced by other transactions but not updated, and an update lock means that it is not allowed to be referenced or updated by other transactions.

バッファ向御手段2は、トランザクションからアクセス
要求があると、そのトランザクションに対応するバッフ
ァ群のうちに該当するデータブロックが有るか否かを調
べて、無ければロック呼出手段5を起動した後に、その
データブロックをロードし、又有れば管理情報読出手段
3によりアクセス管理情報記憶手段1から該当するバッ
ファのアクセス管理情報を読み出させる。さらに、この
読み出されてきたアクセス管理情報が参照ロックであり
、かつそのときのアクセス要求が更新を伴うものである
場合にはロック呼出手段5を起動するが、これ以外の場
合にはロック呼出手段5を起動することなく処理を終え
る。
When there is an access request from a transaction, the buffer control means 2 checks whether the corresponding data block exists in the buffer group corresponding to the transaction, and if there is not, activates the lock calling means 5 and then accesses the data block. The data block is loaded, and if there is, the access management information of the corresponding buffer is read out by the management information reading means 3 from the access management information storage means 1. Further, if the read access management information is a reference lock and the access request at that time involves an update, the lock calling means 5 is activated, but in other cases, the lock calling means 5 is activated. The processing is completed without activating the means 5.

管理情報読出手段3は、バッファ制御手段2からの制御
により、バッファ番号をキーにしてアクセス管理情報記
憶手段1からアクセス管理情報を読み出し、また管理情
報書込手段4は、トランザクションの開始及び終了時に
は初期値の書込みを、ロック呼出手段5から起動された
ときには指定されたバッファ番号に対するアクセス管理
情報の更新を行なう。
The management information reading means 3 reads the access management information from the access management information storage means 1 under the control of the buffer control means 2 using the buffer number as a key, and the management information writing means 4 reads the access management information from the access management information storage means 1 at the start and end of a transaction. When initial value writing is activated by the lock calling means 5, the access management information for the designated buffer number is updated.

次に、本実施例の動作について第2図に示したフローチ
ャートに従い説明する。
Next, the operation of this embodiment will be explained according to the flowchart shown in FIG.

先ず、データに対するアクセス要求があると、バッファ
制御手段2は、そのトランザクションに対応するバッフ
ァをサーチしてバッファ上に存在するか否かを調べる(
ステップ■)。バッファ上にデータが存在すれば、その
データを使用すると共にアクセス管理情報続出手段3を
用いてアクセス管理情報を参照する。参照した結果、ア
クセス管理情報が参照ロックになっている場合には、そ
のときのアクセス要求が更新を伴うものであるか否かを
調べる(ステップ■)。
First, when there is an access request to data, the buffer control means 2 searches the buffer corresponding to the transaction and checks whether it exists on the buffer (
Step ■). If data exists on the buffer, that data is used and the access management information successive means 3 is used to refer to the access management information. As a result of the reference, if the access management information is a reference lock, it is checked whether the access request at that time involves an update (step (2)).

そして、YESならロック吐出手段5を呼出しくステッ
プ■)て、ロック手段6によるロックを行わせる(ステ
ップ■)と共に管理情報書込手段4によるアクセス管理
情報の更新ロックへの更新を行わせる(ステップ■)。
If YES, the lock discharging means 5 is called (step 2), the locking means 6 is locked (step 2), and the management information writing means 4 is updated to the update lock of the access management information (step 2). ■).

一方、ステップ■における調査の結果がNOであれば、
それ以上の処理は行わず終了する。すなわち、トランザ
クション内での2回目以降のアクセスであれば、ロック
呼出手段5の起動およびアクセス管理情報更新の処理は
行なわないようにしたのである。
On the other hand, if the result of the investigation in step ■ is NO,
The process ends without further processing. That is, if it is the second or later access within a transaction, the activation of the lock calling means 5 and the process of updating the access management information are not performed.

次に、ステップ■における調査の結果がNoであれは、
そのアクセス要求は、トランザクション内での最初のア
クセスであるので、ロック呼出手段5を呼出しくステッ
プ■)て、ロック手段6により、データに対するロック
を行なう(ステップ■)と共に、管理情報書込手段4に
よりアクセス管理情報の更新を行なって(ステップ■)
、該当するバッファにデータをロードする(ステップ制
Next, if the result of the investigation in step ■ is No,
Since the access request is the first access within the transaction, the lock calling means 5 is called (step 2), the locking means 6 locks the data (step 2), and the management information writing means 4 Update the access management information (step ■)
, load data into the appropriate buffer (stepwise).

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

以上説明したように本発明は、バッファ上に存在するデ
ータについては、トランザクション内で2回以上のロッ
ク処理を行わないようにすることにより、ロックに要す
るコストを最少化できる効果がある。
As described above, the present invention has the effect of minimizing the cost required for locking by preventing locking of data existing on a buffer from being performed more than once within a transaction.

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

第1図は本発明の全体構成図、第2図は本発明の処理を
示すフローチャートである。 1・・・アクセス管理情報記憶手段、2・・・バッファ
制御手段、3・・・管理情報読出手段、4・・・管理情
報書込手段、5・・・ロック呼出手段、6・・・ロック
手段。
FIG. 1 is an overall configuration diagram of the present invention, and FIG. 2 is a flowchart showing the processing of the present invention. DESCRIPTION OF SYMBOLS 1... Access management information storage means, 2... Buffer control means, 3... Management information reading means, 4... Management information writing means, 5... Lock calling means, 6... Lock means.

Claims (1)

【特許請求の範囲】 複数トランザクションに対するデータベース管理システ
ムにおけるロック制御方式において、データベースから
データがロードされるバッファ対応に参照ロックと更新
ロックの別を表示するアクセス管理情報を記憶するため
のアクセス管理情報記憶手段を前記トランザクション毎
に設けて、トランザクションの開始及び終了時には前記
アクセス管理情報を初期化しておき、 前記バッファ上のデータに対してトランザクション内で
初めてアクセスがあると、該当するロックを行なって対
応するアクセス管理情報を更新し、 また同一データに対するトランザクション内での2回目
以降のアクセル時には、前記アクセス管理情報を参照し
て、その結果が前記参照ロックであり、かつ該アクセス
がデータの更新を伴うものであるときには更新ロックと
前記アクセス管理情報の更新ロックへの更新を行なうが
、それ以外のアクセス時にはロック手段によるロックの
チェックを省略するようにしたことを特徴とするロック
制御方式。
[Scope of Claims] In a lock control method in a database management system for multiple transactions, an access management information storage for storing access management information indicating the distinction between reference locks and update locks for each buffer into which data is loaded from a database. A means is provided for each transaction, and the access management information is initialized at the start and end of the transaction, and when the data on the buffer is accessed for the first time within the transaction, the corresponding lock is taken. The access management information is updated, and when the same data is accessed for the second time or later within a transaction, the access management information is referred to, and the result is the reference lock, and the access involves updating the data. 2. A lock control method characterized in that when the access management information is accessed, the update lock and the access management information are updated to the update lock, but the lock check by the locking means is omitted during other accesses.
JP63030354A 1988-02-12 1988-02-12 Locking control system Pending JPH01205351A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63030354A JPH01205351A (en) 1988-02-12 1988-02-12 Locking control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63030354A JPH01205351A (en) 1988-02-12 1988-02-12 Locking control system

Publications (1)

Publication Number Publication Date
JPH01205351A true JPH01205351A (en) 1989-08-17

Family

ID=12301516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63030354A Pending JPH01205351A (en) 1988-02-12 1988-02-12 Locking control system

Country Status (1)

Country Link
JP (1) JPH01205351A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0512092A (en) * 1991-07-04 1993-01-22 Matsushita Electric Ind Co Ltd Device and system for reproducing information record and information recording media

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0512092A (en) * 1991-07-04 1993-01-22 Matsushita Electric Ind Co Ltd Device and system for reproducing information record and information recording media

Similar Documents

Publication Publication Date Title
CN1026631C (en) Method of concurrency access for useing indexed tree to data base record
US6772155B1 (en) Looking data in a database system
US8868577B2 (en) Generic database manipulator
JPH04229355A (en) Data access method and data processing system
CN114282074B (en) Database operation method, device, equipment and storage medium
US7016911B2 (en) Management of user-defined routine libraries in database environments
JPH01205351A (en) Locking control system
US6370528B1 (en) High speed method for flushing data buffers and updating database structure control information
JPH0367342A (en) File access control method for operating system
JP2980610B2 (en) Transaction management device
JP3460265B2 (en) Data transfer method between computers
JPH0619769A (en) Record lock control method
JP3099429B2 (en) File data storage method in IPL processing
JPH04139545A (en) Data base updating processing system
JPH0327439A (en) Shared module managing system for program
JPH05151037A (en) Reorganization processing system for database in business processing
JP3085260B2 (en) Exclusive control unit
JPH08305622A (en) Information processing system and its exclusive control system
JPH05204677A (en) Associative locking system
JPS63226747A (en) Data set accessing system
JPH03164963A (en) Exclusive control system for information processor
JPH08115242A (en) Heap file management system
JPH0553886A (en) Table access managing system
JPS62271148A (en) Exclusive control system for parallel operation
JPH05158701A (en) High speed loading system for load module