JPH0667957A - Processor for transaction - Google Patents

Processor for transaction

Info

Publication number
JPH0667957A
JPH0667957A JP4221134A JP22113492A JPH0667957A JP H0667957 A JPH0667957 A JP H0667957A JP 4221134 A JP4221134 A JP 4221134A JP 22113492 A JP22113492 A JP 22113492A JP H0667957 A JPH0667957 A JP H0667957A
Authority
JP
Japan
Prior art keywords
transaction
processing
processed
table name
holding means
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
JP4221134A
Other languages
Japanese (ja)
Inventor
Takeshi Ishigami
剛 石神
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP4221134A priority Critical patent/JPH0667957A/en
Publication of JPH0667957A publication Critical patent/JPH0667957A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To reduce the contention of lists by collecting the list name of a relational data base being the object of a processing when the processing starts and processing the lists from the list which is not processed in the other transaction at the time of processing the transaction. CONSTITUTION:A holding means 3 holds the list name of the relational data base, which the transaction executed in a transaction processing system processes at present, and the number of the transactions processing the list. Holding means 4 and 5 collect and hold the list name of the relational data base, which the transaction processes, at the time of executing the transaction. A transaction processing means 6 obtains the list which the other transaction does not process at present or that where the number of the transactions in the middle of the processing is the smallest, and the transaction processing for the list is executed. Thus, transaction processing performance is improved by reducing the contention of lists.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は,リレーショナル・デー
タベースを処理するトランザクションの処理装置に関
し、特に、複数の表をトランザクションで処理する装置
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a transaction processing device for processing a relational database, and more particularly to a device for processing a plurality of tables in a transaction.

【0002】[0002]

【従来の技術】従来、この種のトランザクション処理装
置は到着したトランザクションの定義に従い、トランザ
クションで示されるリレーショナル・データベースの表
を先頭から順に処理している。以下に従来のトランザク
ション処理装置の例を図面によって説明する。図10は
従来のトランザクション処理システムを例示する構成図
である。1,2はこの例で使用するトランザクションで
ある。3はトランザクション処理装置である。4,5は
トランザクションを受け取り処理するトランザクション
処理手段である。トランザクション処理手段4,5は各
々が独立し並列に動作する。6はリレーショナル・デー
タベースである。ここで、トランザクション処理装置3
がトランザクション1,2の2つのトランザクションを
受け取り処理する例を示す。なおトランザクションはト
ランザクション1が到着した後に少しの時間をおいてト
ランザクション2が到着するものとし、トランザクショ
ン1,2の処理に要する時間は同じとする。
2. Description of the Related Art Conventionally, a transaction processing apparatus of this type processes a relational database table indicated by a transaction in order from the top according to the definition of an incoming transaction. An example of a conventional transaction processing device will be described below with reference to the drawings. FIG. 10 is a configuration diagram illustrating a conventional transaction processing system. Reference numerals 1 and 2 are transactions used in this example. 3 is a transaction processing device. Numerals 4 and 5 are transaction processing means for receiving and processing transactions. The transaction processing means 4 and 5 are independent and operate in parallel. 6 is a relational database. Here, the transaction processing device 3
Shows an example of receiving and processing two transactions of transactions 1 and 2. It is assumed that the transaction 2 arrives after a short time after the transaction 1 arrives, and the transactions 1 and 2 take the same time.

【0003】いま、トランザクション処理装置3がトラ
ンザクション1を受け取り、リレーショナル・データベ
ース6を処理するものとする。トランザクション1はリ
レーショナル・データベース6の表T1,T2,T3を
処理するため、トランザクション処理手段4は先頭の表
T1の処理を行う。次に、図1のトランザクション処理
装置3がトランザクション2を受け取り、リレーショナ
ル・データベース6を処理するものとする。トランザク
ション2はリレーショナル・データベース6の表T1,
T2を処理するため、トランザクション処理手段5は先
頭の表T1の処理を行う。次に、トランザクション処理
手段4は表T1の処理を終え、表T2の処理を行う。次
に、トランザクション処理手段5は表T1の処理を終
え、表T2の処理を行う。次に、トランザクション処理
手段4は表T2の処理を終え、表T3の処理を行う。次
に、トランザクション処理手段5は表T1の処理を終
え、表T2の処理を行う。次に、トランザクション処理
手段4は表T3の処理を終えトランザクション1の処理
を終了する。その後、トランザクション処理手段5は表
T2の処理を終えトランザクション2の処理を終了す
る。したがって、以上の例の構成によれば図11のタイ
ムチャートに示すように、トランザクション1によるリ
レーショナルデータベースの表T1,T2,T3の処理
と、トランザクション2によるリレーショナルデータベ
ースの表T1,T2処理は、表T1,T2の処理が同時
に実行される。
Now, it is assumed that the transaction processing device 3 receives the transaction 1 and processes the relational database 6. Since the transaction 1 processes the tables T1, T2, T3 of the relational database 6, the transaction processing means 4 processes the first table T1. Next, it is assumed that the transaction processing device 3 of FIG. 1 receives the transaction 2 and processes the relational database 6. Transaction 2 is the relational database 6 table T1,
In order to process T2, the transaction processing means 5 performs the process of the table T1 at the head. Next, the transaction processing means 4 finishes the processing of the table T1 and performs the processing of the table T2. Next, the transaction processing means 5 finishes the processing of the table T1 and performs the processing of the table T2. Next, the transaction processing means 4 finishes the processing of the table T2 and performs the processing of the table T3. Next, the transaction processing means 5 finishes the processing of the table T1 and performs the processing of the table T2. Next, the transaction processing means 4 finishes the processing of the table T3 and finishes the processing of the transaction 1. After that, the transaction processing means 5 finishes the processing of the table T2 and finishes the processing of the transaction 2. Therefore, according to the configuration of the above example, as shown in the time chart of FIG. 11, the processing of the relational database tables T1, T2 and T3 by the transaction 1 and the processing of the relational database tables T1 and T2 by the transaction 2 are as follows. The processes of T1 and T2 are simultaneously executed.

【0004】[0004]

【発明が解決しようとする課題】上述した従来のトラン
ザクション処理方式では、トランザクションが集中して
到着した場合、同一の表に対する処理が集中するため、
表内の資源衝突による資源待ちやデッドロックにより、
トランザクション処理性能が劣化するという欠点があ
る。
In the above-described conventional transaction processing method, when transactions arrive intensively, the processing for the same table is concentrated.
Due to resource wait or deadlock due to resource collision in the table,
There is a drawback that the transaction processing performance deteriorates.

【0005】[0005]

【課題を解決するための手段】本発明のトランザクショ
ンの処理装置は、トランザクション処理システム内で実
行中のトランザクションが現在処理中のリレーショナル
・データベースの表名と、その表を処理しているトラン
ザクションの数を保持する第1の保持手段と、トランザ
クションを実行する際、そのトランザクションで処理す
るリレーショナル・データベースの表名を収集して保持
する第2の保持手段と、前記第2の保持手段によって収
集した表名のうち、他のトランザクションが処理中でな
いか、もしくは処理中のトランザクションの数が最も少
ない表を求め、その表に対するトランザクション処理を
行うトランザクション処理手段とを有することを特徴と
する。
According to the transaction processing apparatus of the present invention, the relational database table name currently being processed by the transaction being executed in the transaction processing system and the number of transactions processing the table. A first holding means for holding, a second holding means for collecting and holding a table name of a relational database processed by the transaction when executing a transaction, and a table collected by the second holding means. Among the names, it is characterized by having a transaction processing means for obtaining a table in which other transactions are not being processed or the number of transactions being processed is the smallest, and performing transaction processing for the table.

【0006】[0006]

【実施例】以下に本発明の実施例を図面によって説明す
る。図1は本発明の一実施例を示すブロック構成図であ
る。1と2は本実施例で使用するトランザクションであ
り,1はリレーショナルデータベース9の表T1,T
2,T3を処理するトランザクションである。2はデー
タベース9の表T1,T2を処理するトランザクション
である。3はトランザクション処理システム8内で処理
中の表名と、その表を処理しているトランザクションの
数を保持する処理中の表名保持手段である。4,5はト
ランザクション処理システム8がトランザクションを受
け付けた際に、そのトランザクションで処理するリレー
ショナルデータベース9の表名を収集して保持する表名
の保持手段である。6と7は表名の保持手段4,5と対
で動作し、他のトランザクションで処理中でないか、ま
たは処理中のトランザクション数が最も少ないリレーシ
ョナルデータベース9の表名を、処理中の表名保持手段
3より求め、求めた表に対する処理を行うトランザクシ
ョン処理手段である。本実施例では、2つのトランザク
ション1,2を受け付け、同時に処理する例を示すた
め、トランザクション処理手段6と表名保持手段4、お
よびトランザクション処理手段7と表名保持手段5とい
う2つの処理系を示している。また、本実施例において
説明する2つのトランザクション1,2は、トランザク
ション処理システム8にトランザクション1が到着した
後、少しの時間をおいてトランザクション2が到着して
処理されるものとし、トランザクション1で処理するリ
レーショナルデータベースの表T1,T2,T3およ
び、トランザクション2で処理するリレーショナルデー
タベースの表T1,T2の各々の処理時間は同じである
とする。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the present invention. 1 and 2 are transactions used in this embodiment, and 1 is the tables T1 and T of the relational database 9.
This is a transaction for processing 2, T3. 2 is a transaction for processing the tables T1 and T2 of the database 9. Reference numeral 3 is a table name holding means for holding the table name being processed in the transaction processing system 8 and the number of transactions processing the table. Reference numerals 4 and 5 are table name holding means for collecting and holding the table names of the relational database 9 processed by the transaction when the transaction processing system 8 receives the transaction. 6 and 7 operate in pairs with the table name holding means 4 and 5, and hold the table name of the relational database 9 that is not being processed by another transaction or the number of transactions being processed is the smallest. It is a transaction processing means that is obtained by the means 3 and performs processing on the obtained table. In the present embodiment, an example in which two transactions 1 and 2 are accepted and processed at the same time is shown. Therefore, two processing systems, that is, a transaction processing means 6 and a table name holding means 4, and a transaction processing means 7 and a table name holding means 5 are provided. Shows. Further, the two transactions 1 and 2 described in the present embodiment are assumed to be processed after the transaction 1 arrives at the transaction processing system 8 after a short time, and then the transaction 2 is processed. It is assumed that the processing times of the relational database tables T1, T2, T3 and the relational database tables T1, T2 processed by the transaction 2 are the same.

【0007】次に、上記実施例の動作について図2のフ
ローチャートを参照して具体的に説明する。いま、図1
のトランザクション1を受け付け、リレーショナルデー
タベース9を処理するものとする。トランザクション1
で処理するリレーショナルデータベースの表はT1,T
2,T3であり、それを収集して表名の保持手段4に格
納する(ステップ2−2)。次にトランザクション処理
手段6は、処理中の表名保持手段3を参照し、表名の保
持手段4に格納されている表名から他のトランザクショ
ンで処理中でないかまたは処理中のトランザクション数
が最も少ない表名を求めるが、T1,T2,T3の何れ
も処理中の表名保持手段3に無いため、表T1を選択
し、さらに表名T1を処理中の表名保持手段3に登録す
る(ステップ2−3)。次にトランザクション処理手段
6は表T1に対するトランザクション処理を実行する
(ステップ2−4)。図3はこの時点での状態を示し、
処理中の表名保持手段3に表名T1と、その表を処理し
ているトランザクション数の1が保持されている。
Next, the operation of the above embodiment will be specifically described with reference to the flowchart of FIG. Now, Figure 1
Transaction 1 is accepted and the relational database 9 is processed. Transaction 1
The relational database tables processed in T1 and T
2, T3, which are collected and stored in the table name holding means 4 (step 2-2). Next, the transaction processing means 6 refers to the table name holding means 3 being processed, and the table name stored in the table name holding means 4 indicates that another transaction is not processing or the number of transactions being processed is the largest. Although a small number of table names are obtained, none of T1, T2, and T3 is in the table name holding means 3 being processed, so the table T1 is selected and the table name T1 is registered in the table name holding means 3 being processed ( Step 2-3). Next, the transaction processing means 6 executes transaction processing for the table T1 (step 2-4). Figure 3 shows the state at this point,
The table name holding unit 3 which is being processed holds a table name T1 and the number of transactions that are processing the table, which is 1.

【0008】ここで、図1のトランザクション2を受け
付け、リレーショナルデータベース9を処理するものと
する。トランザクション2で処理するリレーショナルデ
ータベースの表はT1,T2であり、それを収集して表
名の保持手段5に格納する(ステップ2−2)。次にト
ランザクション処理手段7は、処理中の表名保持手段3
を参照し、表名の保持手段5に格納されている表名から
他のトランザクションで処理中でないかまたは処理中の
トランザクション数が最も少ない表名を求めるが、T1
が処理中であるため、T2を選択し、さらに表名T2を
処理中の表名保持手段3に登録する(ステップ2−
3)。次にトランザクション処理手段7はT2に対する
トランザクション処理を実行する(ステップ2−4)。
図4はこの時点での状態を示し、処理中の表名保持手段
3には表名T1と、その表を処理しているトランザクシ
ョン数が1、および表名T2と、その表を処理している
トランザクション数の1が保持されている。また、トラ
ンザクション処理システム8内ではトランザクション
1,トランザクション2の2つが並列に処理されてい
る。
Here, it is assumed that the transaction 2 shown in FIG. 1 is accepted and the relational database 9 is processed. The tables of the relational database processed in the transaction 2 are T1 and T2, which are collected and stored in the table name holding means 5 (step 2-2). Next, the transaction processing means 7 holds the table name holding means 3 being processed.
, The table name stored in the table name holding means 5 is searched for the table name which is not being processed by another transaction or has the smallest number of transactions being processed.
Is being processed, T2 is selected and the table name T2 is registered in the table name holding means 3 being processed (step 2-
3). Next, the transaction processing means 7 executes transaction processing for T2 (step 2-4).
FIG. 4 shows the state at this time. The table name holding means 3 which is being processed has a table name T1, the number of transactions processing the table is 1, and the table name T2, and the table is processed. One of the number of transactions is held. Further, within the transaction processing system 8, two transactions, transaction 1 and transaction 2, are processed in parallel.

【0009】次に、トランザクション処理手段6は表T
1に対する処理を終え、処理対象の表名保持手段4から
表名T1を削除し、処理中の表名保持手段3の表名T1
を処理しているトランザクション数は1なので、これも
削除する(ステップ2−5)。さらに、表名の保持手段
4を参照してトランザクション処理の終了をチェックす
る(ステップ2−6)が、処理対象の表T2,T3が残
っているので、引き続きトランザクション処理を継続す
る(ステップ2−7)。トランザクション処理手段6
は、処理中の表名保持手段3を参照し、処理対象の表T
2,T3のうち、他のトランザクションで処理中でない
表T3を選択し、表名T3を処理中の表名保持手段3に
登録(ステップ2−3)した後、表T3に対するトラン
ザクション処理を実行する(ステップ2−4)。図5は
この時点での状態を示し、処理中の表名保持手段3には
表名T2,T3と、各々の表を処理しているトランザク
ション数1が保持されている。
Next, the transaction processing means 6 makes a table T
1 is finished, the table name T1 is deleted from the table name holding means 4 to be processed, and the table name T1 of the table name holding means 3 being processed is deleted.
Since the number of transactions processing 1 is 1, this is also deleted (step 2-5). Further, the end of the transaction processing is checked by referring to the table name holding means 4 (step 2-6), but since the tables T2 and T3 to be processed remain, the transaction processing is continued (step 2-). 7). Transaction processing means 6
Refers to the table name holding means 3 which is being processed and refers to the table T to be processed.
Of T2 and T3, a table T3 that is not being processed by another transaction is selected, the table name T3 is registered in the table name holding means 3 that is being processed (step 2-3), and then the transaction process for the table T3 is executed. (Step 2-4). FIG. 5 shows the state at this time, and the table name holding means 3 which is being processed holds the table names T2 and T3 and the number of transactions 1 processing each table.

【0010】次に、トランザクション処理手段7は表T
2に対する処理を終え、処理対象の表名保持手段5から
表名T2を削除し、処理中の表名保持手段3の表名T2
を処理しているトランザクション数は1なので、これも
削除する。さらに、表名の保持手段5を参照してトラン
ザクション処理の終了をチェックする(ステップ2−
6)が、処理対象の表T1が残っているので、引き続き
トランザクション処理を継続する(ステップ2−7)。
トランザクション処理手段7は、表名の保持手段5に表
名T1だけが残っているので、表名T1を処理中の表名
保持手段3に登録(ステップ2−3)した後、表T1に
対するトランザクション処理を実行する(ステップ2−
4)。図6はこの時点での状態を示し、処理中の表名保
持手段3には表名T1,T3と、各々の表を処理してい
るトランザクション数1が保持されている。
Next, the transaction processing means 7 causes the table T
2 is finished, the table name T2 is deleted from the table name holding means 5 to be processed, and the table name T2 of the table name holding means 3 being processed is deleted.
Since the number of transactions that are processing 1 is 1, this is also deleted. Further, the end of transaction processing is checked by referring to the table name holding means 5 (step 2-
6), but since the table T1 to be processed remains, the transaction processing is continued (step 2-7).
Since only the table name T1 remains in the table name holding means 5 of the transaction processing means 7, after registering the table name T1 in the table name holding means 3 being processed (step 2-3), the transaction for the table T1 is performed. Execute the process (step 2-
4). FIG. 6 shows the state at this time. The table name holding means 3 which is being processed holds the table names T1 and T3 and the number of transactions 1 processing each table.

【0011】次に、トランザクション処理手段6は表T
3に対する処理を終え、処理対象の表名保持手段4から
表名T3を削除し、処理中の表名保持手段3の表名T3
を処理しているトランザクション数は1なので、これも
削除する。さらに、表名の保持手段5を参照してトラン
ザクション処理の終了をチェックする(ステップ2−
6)が、処理対象の表T1が残っているので、引き続き
トランザクション処理を継続する(ステップ2−7)。
トランザクション処理手段6は、表名の保持手段5に表
名T2だけが残っているので、表名T2を処理中の表名
保持手段3に登録(ステップ2−3)した後、表T2に
対するトランザクション処理を実行する(ステップ2−
4)。図7はこの時点での状態を示し、処理中の表名保
持手段3には表名T1,T2と、各々の表を処理してい
るトランザクション数1が保持されている。
Next, the transaction processing means 6 causes the table T
3, the table name T3 is deleted from the table name holding means 4 to be processed, and the table name T3 of the table name holding means 3 being processed is deleted.
Since the number of transactions that are processing 1 is 1, this is also deleted. Further, the end of transaction processing is checked by referring to the table name holding means 5 (step 2-
6), but since the table T1 to be processed remains, the transaction processing is continued (step 2-7).
Since only the table name T2 remains in the table name holding means 5 in the transaction processing means 6, after registering the table name T2 in the table name holding means 3 being processed (step 2-3), the transaction for the table T2 is performed. Execute the process (step 2-
4). FIG. 7 shows the state at this time. The table name holding means 3 which is being processed holds the table names T1 and T2 and the number of transactions 1 processing each table.

【0012】次に、トランザクション処理手段7は表T
1に対する処理を終え、処理対象の表名保持手段5から
表名T1を削除し、処理中の表名保持手段3の表名T1
を処理しているトランザクション数は1なので、これも
削除する。さらに、表名の保持手段5を参照してトラン
ザクション処理の終了をチェックする(ステップ2−
7)が、処理対象の表は無くトランザクション処理を終
了する(ステップ2−8)。図8はこの時点での状態を
示し、処理中の表名保持手段3にはトランザクション処
理手段6が処理中の表名T2と、その表を処理している
トランザクション数1だけが保持されている。
Next, the transaction processing means 7 causes the table T
1 is finished, the table name T1 is deleted from the table name holding means 5 to be processed, and the table name T1 of the table name holding means 3 being processed is deleted.
Since the number of transactions that are processing 1 is 1, this is also deleted. Further, the end of transaction processing is checked by referring to the table name holding means 5 (step 2-
7), but there is no table to be processed, and the transaction processing ends (step 2-8). FIG. 8 shows the state at this time, and the table name holding means 3 being processed holds only the table name T2 being processed by the transaction processing means 6 and the number of transactions 1 processing the table. .

【0013】この後、トランザクション処理手段6は表
T2に対する処理を終え、処理対象の表名保持手段4か
ら表名T2を削除し、処理中の表名保持手段3の表名T
2を処理しているトランザクション数は1なので、これ
も削除する。さらに、表名の保持手段4を参照してトラ
ンザクション処理の終了をチェックする(ステップ2−
6)が、処理対象の表は無くトランザクション処理を終
了する(ステップ2−8)。
Thereafter, the transaction processing means 6 finishes the processing for the table T2, deletes the table name T2 from the table name holding means 4 to be processed, and the table name T of the table name holding means 3 being processed.
Since the number of transactions processing 2 is 1, this is also deleted. Further, the end of transaction processing is checked by referring to the table name holding means 4 (step 2-
6), but there is no table to be processed, and the transaction processing ends (step 2-8).

【0014】したがって、以上のような実施例の構成に
よれば図9のタイムチャートに示すように、トランザク
ション1によるリレーショナルデータベースの表T1,
T2,T3の処理と、トランザクション2によるリレー
ショナルデータベースの表T1,T2の処理は重なるこ
となく実行される。
Therefore, according to the configuration of the above embodiment, as shown in the time chart of FIG.
The processing of T2 and T3 and the processing of the tables T1 and T2 of the relational database by the transaction 2 are executed without overlapping.

【0015】[0015]

【発明の効果】以上説明したように、本発明は、トラン
ザクション処理においてリレーショナルデータベースの
複数の表を処理する場合、表内の資源衝突による資源待
ちやデッドロック等を軽減することができるという効果
を奏する。
As described above, according to the present invention, when processing a plurality of tables of a relational database in transaction processing, it is possible to reduce resource waiting and deadlock due to resource collision in the tables. Play.

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

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

【図2】図1の実施例の動作を示すフローチャートであ
る。
FIG. 2 is a flowchart showing the operation of the embodiment of FIG.

【図3】図1の実施例の動作経過の状態遷移を示す説明
図である。
FIG. 3 is an explanatory diagram showing state transitions of the operation progress of the embodiment of FIG.

【図4】図1の実施例の動作経過の状態遷移を示す説明
図である。
FIG. 4 is an explanatory diagram showing state transitions of the operation progress of the embodiment of FIG.

【図5】図1の実施例の動作経過の状態遷移を示す説明
図である。
FIG. 5 is an explanatory diagram showing state transitions of the operation progress of the embodiment of FIG.

【図6】図1の実施例の動作経過の状態遷移を示す説明
図である。
FIG. 6 is an explanatory diagram showing state transitions of the operation progress of the embodiment of FIG.

【図7】図1の実施例の動作経過の状態遷移を示す説明
図である。
FIG. 7 is an explanatory diagram showing a state transition of the operation progress of the embodiment of FIG.

【図8】図1の実施例の動作経過の状態遷移を示す説明
図である。
FIG. 8 is an explanatory diagram showing state transitions of the operation progress of the embodiment of FIG.

【図9】図1の実施例の動作開始から終了までの、リレ
ーショナルデータベースに対する表別の処理を示すタイ
ムチャートである。
FIG. 9 is a time chart showing table-specific processing for a relational database from the start to the end of the operation of the embodiment of FIG.

【図10】従来例のブロック構成図である。FIG. 10 is a block diagram of a conventional example.

【図11】図10の従来例の動作開始から終了までの、
リレーショナルデータベースに対する表別の処理を示す
タイムチャートである。
11 is a diagram showing the operation of the conventional example shown in FIG. 10 from the start to the end.
It is a time chart which shows processing according to a table for a relational database.

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

1 トランザクション 2 トランザクション 3 処理中の表名保持手段 4 処理対象の表名保持手段 5 処理対象の表名保持手段 6 トランザクション処理手段 7 トランザクション処理手段 8 トランザクション処理システム 9 リレーショナルデータベース DESCRIPTION OF SYMBOLS 1 transaction 2 transaction 3 means for holding table name during processing 4 means for holding table name for processing 5 means for holding table name for processing 6 transaction processing means 7 transaction processing means 8 transaction processing system 9 relational database

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 トランザクション処理システム内で実行
中のトランザクションが現在処理中のリレーショナル・
データベースの表名と、その表を処理しているトランザ
クションの数を保持する第1の保持手段と、 トランザクションを実行する際、そのトランザクション
で処理するリレーショナル・データベースの表名を収集
して保持する第2の保持手段と、 前記第2の保持手段によって収集した表名のうち、他の
トランザクションが処理中でないか、もしくは処理中の
トランザクションの数が最も少ない表を求め、その表に
対するトランザクション処理を行うトランザクション処
理手段とを有することを特徴とするトランザクションの
処理装置。
1. A relational transaction currently being processed by a transaction being executed in the transaction processing system.
A first holding means for holding the table name of the database and the number of transactions processing the table, and a first holding means for collecting and holding the table name of the relational database processed by the transaction when executing the transaction. Among the two holding means and the table names collected by the second holding means, a table in which another transaction is not being processed or the number of transactions being processed is the smallest is obtained, and transaction processing is performed on the table. A transaction processing device comprising a transaction processing means.
JP4221134A 1992-08-20 1992-08-20 Processor for transaction Pending JPH0667957A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4221134A JPH0667957A (en) 1992-08-20 1992-08-20 Processor for transaction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4221134A JPH0667957A (en) 1992-08-20 1992-08-20 Processor for transaction

Publications (1)

Publication Number Publication Date
JPH0667957A true JPH0667957A (en) 1994-03-11

Family

ID=16761995

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4221134A Pending JPH0667957A (en) 1992-08-20 1992-08-20 Processor for transaction

Country Status (1)

Country Link
JP (1) JPH0667957A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000047630A (en) * 1998-12-31 2000-07-25 포만 제프리 엘 Systems, methods and computer program products for ordering objects corresponding to database operations that are performed on a relational database upon completion of a transaction by an object-oriented transaction system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000047630A (en) * 1998-12-31 2000-07-25 포만 제프리 엘 Systems, methods and computer program products for ordering objects corresponding to database operations that are performed on a relational database upon completion of a transaction by an object-oriented transaction system

Similar Documents

Publication Publication Date Title
JPS63138439A (en) Processing system for access request to decentralized data base
CA2447522A1 (en) Synchronous change data capture in a relational database
JPH0667957A (en) Processor for transaction
CN115309565A (en) Processing method and system for simultaneously executing front-end and back-end service event streams
JPH04153764A (en) System for increasing processing speed of decentralized cpu
JPH05143423A (en) On-line journal acquiring system
JPS593565A (en) Access module controlling system for relational data base
JPH01166216A (en) Connection system for data base table
JPH0512298A (en) Schedule preparing device
JPH04241545A (en) Communication control system by double stage event matrix
JP2001344119A (en) Transaction execution control system and transaction execution control method
JPH0370950B2 (en)
JPH06325992A (en) Process flow preparing device
JPH04326162A (en) Data base retrieval processing system
JPH03208143A (en) Distributed data base processor
JPH03244040A (en) Parallel run type debug system
JPH1049386A (en) Resource exclusive system
JPH02118840A (en) Program stopping system
JPH0883195A (en) Parallel program verification device
JPH04225434A (en) Exclusive controller
JPH11202013A (en) Setting method for executing order of radio apparatus test item
JPS62290925A (en) Connection processing system
JPS5981731A (en) Data monitor controller
JP2001147843A (en) Method for converting information structure, storage medium and its device
JPH03219357A (en) Program execution control system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000328