JP2680061B2 - Log data recording processing method - Google Patents
Log data recording processing methodInfo
- Publication number
- JP2680061B2 JP2680061B2 JP63215919A JP21591988A JP2680061B2 JP 2680061 B2 JP2680061 B2 JP 2680061B2 JP 63215919 A JP63215919 A JP 63215919A JP 21591988 A JP21591988 A JP 21591988A JP 2680061 B2 JP2680061 B2 JP 2680061B2
- Authority
- JP
- Japan
- Prior art keywords
- log data
- block
- log
- storage medium
- read
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Debugging And Monitoring (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
【発明の詳細な説明】 〔概要〕 トランザクション処理におけるログデータの記録処理
方式に関し、 ログデータの記録を効率的に実現できるようにするこ
とを目的とし、 ログデータのレコードをブロック単位で記憶すること
になる循環記憶媒体と、記憶されたログデータをブロッ
ク単位で読み出すよう処理するログデータ読出手段と、
この読み出されたブロックの内の不要なログデータ部分
をパージするよう処理するログデータパージ手段と、こ
のパージされたログデータのブロックに、新たなログデ
ータをマージして新たなログデータのブロックを生成す
るよう処理するログデータマージ手段と、この生成され
たブロックを、ログデータ読出手段の読出位置と所定の
移動位置をなす循環記憶媒体上のブロック位置に書き込
むよう処理するログデータ書込手段とを備えるととも
に、この書き込まれたログデータのブロックが読み出さ
れるまでに要する時間が、循環記憶媒体上のすべてのブ
ロック位置に関して同一となるように移動位置を設定す
るよう構成する。DETAILED DESCRIPTION OF THE INVENTION [Outline] Regarding a log data recording processing method in transaction processing, storing log data records in blocks for the purpose of efficiently realizing log data recording. A circular storage medium, and a log data reading unit that processes the stored log data to read the log data in block units,
A log data purging unit that processes so as to purge unnecessary log data portions of the read block, and a new log data block by merging new log data with the purged log data block. And a log data merging means for processing so as to write the generated block to a block position on the circulating storage medium that forms a predetermined moving position from the read position of the log data reading means. In addition, the moving position is set so that the time required until the block of the written log data is read is the same for all the block positions on the circulating storage medium.
本発明は、トランザクション処理におけるログデータ
の記録処理方式に関し、特に、ログデータの記録を少な
いメモリ容量で効率的に実現できるようにするログデー
タの記録処理方式に関するものである。The present invention relates to a log data recording processing method in transaction processing, and more particularly to a log data recording processing method that enables efficient recording of log data with a small memory capacity.
システムダウン時におけるリカバリ処理を実現するた
めに、データ処理システムでは、トランザクション処理
内で更新されるデータ情報を、ログデータとしてサンプ
リングし記録していくことになる。このようなログデー
タの記録処理は、メモリ容量の削減を図って効率的に実
現されていく必要がある。In order to realize recovery processing when the system is down, the data processing system samples and records the data information updated in the transaction processing as log data. Such log data recording processing needs to be efficiently realized by reducing the memory capacity.
ログデータの記録は、従来、発生したログデータを順
番にボリュームに記憶していくことで記録を続け、そし
て、ボリュームが満杯になったならば、用意された別の
ボリュームに記録を続けていくという処理方法により実
現されていた。すなわち、従来技術では、実行履歴を記
録するためのログデータの記録処理のみならず、復元処
理のためのログデータの記録処理についても、このよう
な無限に続くデータ形式をもって記録するよう処理して
いたのである。Conventionally, log data is recorded by sequentially storing the generated log data in a volume, and when the volume is full, recording is continued in another prepared volume. It was realized by the processing method. That is, in the prior art, not only the log data recording process for recording the execution history but also the log data recording process for the restoration process is performed so as to record in such an infinitely continuous data format. It was.
しかしながら、このような従来技術では、少なくとも
2つのボリュームを用意しなければならず、他のデータ
処理にまわせるボリューム資源が減らされてしまうこと
になるという問題点があったのである。However, such a conventional technique has a problem in that at least two volumes must be prepared, and volume resources for other data processing are reduced.
確かに、実行履歴を記録するためのログデータの記録
処理にあっては、無限に続くようなデータ形式をもって
ログデータを記録していく必要があるものの、復元処理
のためのログデータの記録処理にあっては、システムに
異常が発生せずに次のトランザクション処理にまで進ん
でしまえば、それまで実行されていたトランザクション
処理のログデータは不要なものとなることから、無限に
続くデータ形式をもってログデータを記録していく必要
はない。従って、従来技術では、ボリューム資源を無駄
に使用していたといえるのである。Certainly, in the log data recording process for recording the execution history, it is necessary to record the log data in a data format that continues indefinitely, but the log data recording process for the restoration process In that case, if you proceed to the next transaction processing without any error in the system, the log data of the transaction processing that has been executed up to that point becomes unnecessary. It is not necessary to record log data. Therefore, it can be said that the conventional technology wastefully uses the volume resource.
本発明はかかる事情に鑑みてなされたものであって、
ログデータの記録を効率的に実現できるようにするログ
データの記録処理方式の提供を目的とするものである。The present invention has been made in view of such circumstances,
It is an object of the present invention to provide a log data recording processing method that enables efficient recording of log data.
第1図は、本発明の原理構成図である。 FIG. 1 is a diagram showing the principle of the present invention.
図中、10はログデータ収集手段であって、トランザク
ション処理内で発生したログデータを収集するもの、20
は例えば回転記憶媒体のような循環記憶媒体であって、
ログデータ収集手段10により収集されたログデータのレ
コードをブロック単位で記憶するもの、21はログデータ
読出手段であって、循環記憶媒体20に書き込まれたログ
データをブロック単位で読み出すよう処理するもの、22
はログデータパージ手段であって、ログデータ読出手段
21により読み出されたログデータのブロックの内の不要
なログデータ部分をパージするよう処理するもの、23は
ログデータマージ手段であって、ログデータパージ手段
22によりパージされたログデータのブロックに、ログデ
ータ収集手段10により収集された新たなログデータをマ
ージして新たなログデータのブロックを生成するよう処
理するもの、24はログデータ書込手段であって、ログデ
ータマージ手段23により生成されたログデータのブロッ
クを、ログデータ読出手段21の読出位置と所定の移動位
置をなす循環記憶媒体20上のブロック位置に書き込むよ
う処理するもの、25は移動位置設定手段であって、ログ
データマージ手段23が必要とする移動位置を設定するも
のである。In the figure, 10 is a log data collecting means for collecting log data generated in a transaction process, 20
Is a circular storage medium such as a rotating storage medium,
A unit for storing the records of the log data collected by the log data collecting unit 10 in block units, and a unit for reading the log data 21, which processes the log data written in the circulating storage medium 20 in units of blocks. ,twenty two
Is a log data purging means, and is a log data reading means
A process for purging an unnecessary log data portion of a block of log data read by 21. 23 is a log data merging unit, which is a log data purging unit.
The block of log data purged by 22 is processed to merge the new log data collected by the log data collection unit 10 to generate a new block of log data, and 24 is a log data writing unit. There is a unit for processing the block of the log data generated by the log data merging unit 23 so as to be written in the block position on the circulating storage medium 20 that forms a predetermined moving position with the reading position of the log data reading unit 21, 25 The moving position setting means sets the moving position required by the log data merging means 23.
本発明では、移動位置設定手段25は、ログデータ書込
手段24により書き込まれるログデータのブロック位置
が、循環記憶媒体20上の全ブロック位置に対して均一に
指定されることになるようにと移動位置を設定する。従
って、ログデータ読出手段21により読み出されるログデ
ータのブロックは、ログデータ書込手段24により書き込
まれてから所定の一定時間を経過していることになる。
これから、この一定時間がトランザクション処理が終了
できる時間程度になるように移動位置をセットすれば、
ログデータ読出手段21により読み出されるログデータ
は、処理終了に伴って不要となったトランザクション処
理のログデータに関するものになる。In the present invention, the movement position setting means 25 is arranged so that the block positions of the log data written by the log data writing means 24 are uniformly designated with respect to all the block positions on the circulating storage medium 20. Set the movement position. Therefore, the block of log data read by the log data reading means 21 has passed a predetermined fixed time after being written by the log data writing means 24.
From now on, if you set the movement position so that this fixed time is about the time when transaction processing can be completed,
The log data read by the log data reading means 21 is related to the log data of the transaction processing which becomes unnecessary when the processing ends.
これから、ログデータパージ手段22が、不要となった
ログデータを廃棄し、ログデータマージ手段23が、その
空き領域を再利用してログデータを書き込んでいくこと
で、復元処理に必要となるログデータを少ないメモリ容
量で記録保持できるようになるのである。From now on, the log data purging unit 22 discards the unnecessary log data, and the log data merging unit 23 reuses the free space to write the log data, so that the log necessary for the restoration process is obtained. Data can be recorded and held with a small memory capacity.
以下、実施例に従って本発明を詳細に説明する。 Hereinafter, the present invention will be described in detail with reference to examples.
第2図に、本発明のログデータ記録処理方式を実現す
るためのシステム構成図を示す。ここでは、循環記憶媒
体20として回転記憶媒体を利用した実施例を開示してい
る。FIG. 2 shows a system configuration diagram for realizing the log data recording processing method of the present invention. Here, an embodiment using a rotating storage medium as the circulating storage medium 20 is disclosed.
図中、1は、ログデータ管理部であって、トランザク
ション処理内で発生したログデータを受け取るととも
に、受け取ったログデータをログファイルに記録するよ
う処理するもの、20aはDASDのような回転記憶媒体であ
るところのテンポラリ・ログファイルであって、ブロッ
ク化されたログデータのレコードを記憶するもの、30は
ア−カイブ・ログファイルであって、従来技術で採用さ
れている履歴ログファイルに対応するものである。In the figure, 1 is a log data management unit that receives log data generated in a transaction process and records the received log data in a log file. 20a is a rotating storage medium such as DASD. Which is a temporary log file that stores records of blocked log data, and 30 is an archive log file, which corresponds to the history log file adopted in the prior art. It is a thing.
本発明のログデータ管理部1は、初期化処理でフォー
マットライトを実施すると、テンポラリ・ログファイル
20aの読出ポイント(図中の“α”で示す箇所)から、
順次ログデータのブロックを読み出すよう処理するとと
もに、この読み出したログデータのブロックの内で不要
となった部分を廃棄し、新たに受け取ったログデータを
これにマージして、新たなログデータのブロックを生成
するよう処理することになる。そして、この生成した新
たなログデータのブロックを、テンポラリ・ログファイ
ル20aの書込ポイント(図中の“β”で示す箇所)に順
次書き込むよう処理することになる。なお、主記憶のロ
グ管理情報により残存するログデータが存在していない
ことがわかるときには、ログデータ管理部1は、マージ
処理をせず、書込ポイントにブロック化したログデータ
を書き込むよう処理することになる。The log data management unit 1 of the present invention, when the format write is executed in the initialization process, causes the temporary log file
From the reading point of 20a (the place indicated by "α" in the figure),
A block of new log data is processed by sequentially reading blocks of log data, discarding unnecessary parts of the read block of log data, and merging newly received log data with this. Will be processed. Then, the blocks of the new log data thus generated are sequentially written to the writing point (the portion indicated by "β" in the figure) of the temporary log file 20a. When the log management information in the main memory indicates that there is no remaining log data, the log data management unit 1 does not perform the merging process but performs a process to write the blocked log data at the writing point. It will be.
このように、本発明が具備するテンポラリ・ログファ
イル20aは、従来の一時的ログファイルとは全くその性
格を異にするものである。すなわち、従来の一時的ログ
ファイルが、履歴ログファイルへの書込処理の負荷を軽
減するために備えられるのに対して、本発明のテンポラ
リ・ログファイル20aは、不要となったログデータに換
えて新たなログデータを記憶していくというように、循
環的に再利用させていくために備えられることになる。As described above, the temporary log file 20a included in the present invention is completely different from the conventional temporary log file in character. That is, while the conventional temporary log file is provided to reduce the load of writing processing to the history log file, the temporary log file 20a of the present invention is replaced with unnecessary log data. It will be prepared for cyclic reuse such as storing new log data.
次に、このような再利用を実現できるようにするため
に、本発明が採用するところの読出ポイントと書込ポイ
ントとの位置関係について説明する。Next, the positional relationship between the read point and the write point, which is adopted by the present invention in order to realize such reuse, will be described.
本発明では、読出ポイントと書込ポイントとのなす回
転角度が、テンポラリ・ログファイル20a上のログデー
タのブロック位置を均一に指定することになるよう設定
される。すなわち、読出ポイントで読み出されたブロッ
クが書込ポイントに書き込まれるとするときに、この書
き込まれたブロックが次に読み出されるまでに要する時
間が、すべてのテンポラリ・ログファイル20a上のブロ
ック位置に関して同一となるようにと設定されることに
なる。このような設定処理は、具体的には、理論的な
“X"番目のブロックに対応する物理ブロック(テンポラ
リ・ログファイル20a上の実際のブロック)の番号“Y"
を、下式に従って決定していくことで実現される。In the present invention, the rotation angle formed by the read point and the write point is set so as to uniformly specify the block position of the log data on the temporary log file 20a. That is, when the block read at the read point is written to the write point, the time required until the written block is read next is calculated with respect to the block position on all temporary log files 20a. It will be set to be the same. Specifically, such a setting process is performed by the number "Y" of the physical block (actual block in the temporary log file 20a) corresponding to the theoretical "X" th block.
Is realized by determining according to the following formula.
Y=〔Q×X〕mod(P) 但し、Pはブロック総数Nを越えない適当な素数で、
QはPと共通の約数を持たない自然数である。Y = [Q × X] mod (P) where P is an appropriate prime number that does not exceed the total number N of blocks,
Q is a natural number that does not have a common divisor with P.
第3図では、 N=8,P=7,Q=3 とする具体例を示してある。詳細に説明するならば、1
番論理ブロックにログデータを書き込み、次に、2番論
理ブロックからログデータを読み出して、2番論理ブロ
ックにログデータを書き込み、続いて、4番論理ブロッ
クからログデータを読み出して、5番論理ブロックにロ
グデータを書き込むというように、ログデータを順次読
み出して、順次書き込んでいくときに、物理ブロックと
しては、3番物理ブロックにログデータを書き込み、次
に、6番物理ブロックからログデータを読み出して、2
番物理ブロックにログデータを書き込み、続いて、5番
物理ブロックからログデータを読み出して、1番物理ブ
ロックにログデータを書き込むというように処理してい
くことになる。FIG. 3 shows a specific example in which N = 8, P = 7, Q = 3. To explain in detail, 1
The log data is written to the logical block # 2, the log data is read from the logical block # 2, the log data is written to the logical block # 2, the log data is read from the logical block # 4, and the logical # 5 is written. When the log data is sequentially read out and written sequentially such as writing the log data to the block, the log data is written to the third physical block as the physical block, and then the log data is written from the sixth physical block. Read out, 2
The log data is written in the physical block No. 1, the log data is read from the physical block No. 5, and the log data is written in the physical block No. 1.
この動作説明を続けていけば明らかとなるように、読
出処理の対象とされた物理ブロックは、次のサイクルに
は書込処理の対象となり、また、書込処理の対象とされ
た物理ブロックは、次のサイクルには読出処理の対象と
なる。従って、NとPを適切に選択すれば、回転角度を
適切に設定できることになるので、書き込まれたログデ
ータが次に読み出されるまでには、そのログデータの発
生元であるトランザクションの処理が終了しているよう
構成できることになる。As will be apparent if this operation description is continued, the physical block targeted for the read processing becomes the target for the write processing in the next cycle, and the physical block targeted for the write processing becomes , Will be subject to read processing in the next cycle. Therefore, if N and P are properly selected, the rotation angle can be set appropriately, so that the processing of the transaction that is the source of the log data ends until the written log data is read next time. Can be configured as
このように、本発明では、書込ポイントで書き込まれ
たブロックが次に読み出されるまでに要する時間が、す
べてのテンポラリ・ログファイル20a上のブロック位置
に関して同一となるように設定するのである。これか
ら、システムが正常に動作しているときにあって、ログ
データの発生個数と廃棄個数が平衡状態を保てるように
することができ、従って、テンポラリ・ログファイル20
aだけで必要となるログデータを記録できるようにな
る。これまでの説明からも明らかなように、本発明のロ
グデータの記録処理方式を採用したとしても、従来のロ
グデータの記録処理方式の実装が妨げられることはな
い。これから、もし、ログデータの発生個数が多くなっ
て平衡状態が保てなくなるようなことがあれば、ア−カ
イブ・ログファイル30に書き出す旨のログデータを残し
て、それ以降はア−カイブ・ログファイル30を利用する
よう処理することになる。As described above, in the present invention, the time required until the block written at the writing point is read next is set to be the same for all the block positions on the temporary log file 20a. From now on, it is possible to keep the number of generated log data and the number of discarded log data in equilibrium while the system is operating normally.
You will be able to record the necessary log data only with a. As is clear from the above description, even if the log data recording processing method of the present invention is adopted, the implementation of the conventional log data recording processing method is not hindered. From now on, if the number of generated log data increases and the equilibrium state cannot be maintained, log data to be written to the archive log file 30 is left, and after that, archive log The log file 30 will be processed.
次に、ログデータを無効にしてよいか否かの判定基準
について説明する。Next, the criteria for determining whether the log data may be invalidated will be described.
ログデータの無効化の判定方法として最も単純な方法
は、記憶するログデータに物理的な時刻や論理的な時刻
を付けておき、それに従って無効であるか否かを判定す
る方法である。しかしながら、このような判定方法で
は、いちいち判定しなくてはならず非効率的である。そ
こで、アクティブなトランザクションの内の最旧なトラ
ンザクション番号を管理しておき、それより古いトラン
ザクションに所属する更新前データは無条件に廃棄し、
また、未書込トランザクションの内の最旧な未書込トラ
ンザクション番号(これは、アクティブ最旧よりも古
い)も管理しておき、これ以前の更新後データはア−カ
イブ・ログファイル30へ追放するか棄却するという一括
無効化判定方法を採用すれば、無効化の判定を効率的な
ものとでき、不要なログデータをテンポラリ・ログファ
イル20aに一回転以上残さないですむことになる。The simplest method for determining whether to invalidate log data is a method in which the log data to be stored is provided with a physical time or a logical time, and the log data is determined to be invalid according to the physical time or logical time. However, such a determination method is inefficient because each determination must be made. Therefore, the oldest transaction number among active transactions is managed, and the pre-update data belonging to older transactions is unconditionally discarded.
The oldest unwritten transaction number (which is older than the oldest active one) among unwritten transactions is also managed, and the updated data before this is expelled to the archive log file 30. If the batch invalidation determination method of performing or rejecting is adopted, the invalidation determination can be made efficient, and unnecessary log data need not be left in the temporary log file 20a for one rotation or more.
そして、長トランザクションが混在してくるための対
策として、これらのトランザクション番号の以降に発生
した長トランザクションのログデータに関しての完了情
報を保持するようにし、完了情報のついたものを無効と
判定する個別無効化判定方法を併せ持つようにすれば完
璧なものとなる。Then, as a countermeasure against the mixture of long transactions, the completion information regarding the log data of the long transactions that occur after these transaction numbers is retained, and the one with the completion information is determined to be invalid. It will be perfect if it also has an invalidation determination method.
次に、テンポラリ・ログファイル20aに記録されたロ
グデータの利用方式について説明する。Next, a method of using the log data recorded in the temporary log file 20a will be described.
システムダウンが発生したときには、P,Qを法とする
順序付けに従って、飛び飛びにサーチして最新のブロッ
ク位置を検出する。そして、この最新のブロック位置か
ら逆順に必要回数繰り返し読み出していくことで、全更
新前データを取得することができる。同様に、コミット
済の更新後データは正順に検索することでこれを取得す
ることができる。すなわち、本発明では、ログデータは
形式的には飛び飛びの物理ブロックに記録されているも
のの、論理ブロックとしては連続する形式で管理されて
いるので、復元処理に必要となるログデータを従来通り
に得ることができるのである。得られた更新前データと
更新後データを使い、トランザクションの更新状況を再
現させてデータベース等を最新の状態に復元するための
処理は、伝統的な手段に従って実現できることになる。
なお、このときに補助的なア−カイブ・ログファイル30
のログデータを利用することも可能である。トランザク
ション開始時の状態に復元するバックアウト処理も、上
述のようにして得られる更新前データを参照することで
可能である。この参照開始点は、ログのブロック番号と
してトランザクション管理簿に記録することが好まし
い。また、更新前データ間での位置関係を知るために、
後方ポインタを持つことが好ましい。データベースの障
害時には、正順に更新後データを読むだけである。When the system goes down, the latest block position is detected by searching in sequence according to the ordering modulo P and Q. Then, by repeatedly reading from the latest block position in the reverse order a required number of times, it is possible to acquire all pre-update data. Similarly, committed updated data can be acquired by searching in a normal order. That is, in the present invention, although log data is recorded formally in discrete physical blocks, it is managed in a continuous format as logical blocks, so that log data required for restoration processing is maintained as in the past. You can get it. Using the obtained pre-update data and post-update data, the process of reproducing the update status of the transaction and restoring the database or the like to the latest state can be realized by the traditional means.
At this time, the auxiliary archive log file 30
It is also possible to use the log data of. Backout processing for restoring the state at the time of starting a transaction is also possible by referring to the pre-update data obtained as described above. This reference starting point is preferably recorded in the transaction management list as a log block number. Also, in order to know the positional relationship between the pre-updated data,
It is preferable to have a back pointer. When the database fails, it just reads the updated data in the normal order.
ログデータの発生が多い場合には、2つ以上のテンポ
ラリ・ログファイル20aを用いて対応するよう構成する
ことが可能である。例えば、論理的に偶数と奇数のブロ
ック番号を分けるなどしてWウエー分配するならば、
“X"番目の論理ブロックに対応する“Y"番目の物理ブロ
ックを、 Y=〔〔Q×X〕mod(P)〕mod(W) で決定していくことで実現可能である。When the log data is frequently generated, it is possible to use two or more temporary log files 20a to cope with the situation. For example, if W-way distribution is performed by logically dividing even and odd block numbers,
This can be realized by determining the “Y” -th physical block corresponding to the “X” -th logical block by Y = [[Q × X] mod (P)] mod (W).
図示実施例について説明したが、本発明はこれに限定
されるものではない。例えば、ログデータのための記憶
媒体は、DASDのような回転記憶媒体に限られるものでは
なく、実質的にエンドレスの構成を採るような循環記憶
媒体であれば何でもよいのである。また、この循環記憶
媒体は、物理的に1つの構成要素により構成されるもの
に限られるものでもないのである。Although the illustrated embodiment has been described, the present invention is not limited to this. For example, the storage medium for the log data is not limited to the rotating storage medium such as DASD, but may be any circulating storage medium having a substantially endless configuration. Further, this circulating storage medium is not limited to one physically configured by one constituent element.
以上説明したように、本発明によれば、循環記憶媒体
を再利用しながらログデータを記憶できるようになるの
で、復元処理に必要となるログデータを少ないメモリ容
量で記録保持できるようになるのである。As described above, according to the present invention, since it becomes possible to store log data while reusing a circular storage medium, it becomes possible to record and hold log data required for restoration processing with a small memory capacity. is there.
第1図は本発明の原理構成図、 第2図は本発明の実施例構成図、 第3図は回転角度の設定の説明図である。 図中、1はログデータ管理部、10はログデータ収集手
段、20は循環記憶媒体、20aはテンポラリ・ログファイ
ル、21はログデータ読出手段、22はログデータパージ手
段、23はログデータマージ手段、24はログデータ書込手
段、25は移動位置設定手段、30はア−カイブ・ログファ
イルである。FIG. 1 is a block diagram of the principle of the present invention, FIG. 2 is a block diagram of an embodiment of the present invention, and FIG. 3 is an explanatory diagram of setting of a rotation angle. In the figure, 1 is a log data management unit, 10 is a log data collecting unit, 20 is a circular storage medium, 20a is a temporary log file, 21 is a log data reading unit, 22 is a log data purging unit, and 23 is a log data merging unit. , 24 is a log data writing means, 25 is a moving position setting means, and 30 is an archive log file.
Claims (1)
の記録処理方式であって、 ログデータのレコードをブロック単位で記憶することに
なる循環記憶媒体(20)と、 この循環記憶媒体(20)に書き込まれたログデータを、
ブロック単位で読み出すよう処理するログデータ読出手
段(21)と、 このログデータ読出手段(21)により読み出されたブロ
ックの内の、不要なログデータ部分をパージするよう処
理するログデータパージ手段(22)と、 このログデータパージ手段(22)によりパージされたロ
グデータのブロックに、新たなログデータをマージして
新たなログデータのブロックを生成するよう処理するロ
グデータマージ手段(23)と、 このログデータマージ手段(23)により生成されたログ
データのブロックを、上記ログデータ読出手段(21)の
読出位置と所定の移動位置をなす上記循環記憶媒体(2
0)上のブロック位置に書き込むよう処理するログデー
タ書込手段(24)とを備えるとともに、 この書き込まれたログデータのブロックが読み出される
までに要する時間が、上記循環記憶媒体(20)上のすべ
てのブロック位置に関して同一となるように、上記移動
位置が設定されてなることを特徴とするログデータの記
録処理方式。1. A method for recording log data in a transaction process, comprising a circular storage medium (20) for storing records of log data in blocks, and a circular storage medium (20) written in the circular storage medium (20). Log data,
A log data reading means (21) for processing to read in block units, and a log data purging means (21) for processing so as to purge an unnecessary log data portion of a block read by the log data reading means (21) ( 22) and a log data merging means (23) for merging new log data with the block of log data purged by the log data purging means (22) to generate a new block of log data. The block of log data generated by the log data merging means (23) is located at a predetermined moving position from the reading position of the log data reading means (21), and the circulating storage medium (2
0) and a log data writing means (24) for processing to write to the upper block position, and the time required until the block of the written log data is read is on the circular storage medium (20). A recording processing method of log data, wherein the moving position is set so as to be the same for all block positions.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63215919A JP2680061B2 (en) | 1988-08-30 | 1988-08-30 | Log data recording processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63215919A JP2680061B2 (en) | 1988-08-30 | 1988-08-30 | Log data recording processing method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0264749A JPH0264749A (en) | 1990-03-05 |
JP2680061B2 true JP2680061B2 (en) | 1997-11-19 |
Family
ID=16680431
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP63215919A Expired - Fee Related JP2680061B2 (en) | 1988-08-30 | 1988-08-30 | Log data recording processing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2680061B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5287367B2 (en) * | 2009-03-05 | 2013-09-11 | 株式会社デンソーウェーブ | Robot control system |
JP5387794B2 (en) * | 2013-06-04 | 2014-01-15 | 株式会社デンソーウェーブ | Robot control log acquisition system |
-
1988
- 1988-08-30 JP JP63215919A patent/JP2680061B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH0264749A (en) | 1990-03-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6018746A (en) | System and method for managing recovery information in a transaction processing system | |
US6898688B2 (en) | Data management appliance | |
US8060713B1 (en) | Consolidating snapshots in a continuous data protection system using journaling | |
EP1461700B1 (en) | Appliance for management of data replication | |
US5819109A (en) | System for storing pending parity update log entries, calculating new parity, updating the parity block, and removing each entry from the log when update is complete | |
JP5160006B2 (en) | Method and apparatus for performing atomic updates using a logical flash memory device | |
US20030135703A1 (en) | Data management appliance | |
JPH0560617B2 (en) | ||
JPH0454258B2 (en) | ||
US20030131253A1 (en) | Data management appliance | |
JPH11134117A (en) | Computer system | |
JPS62256055A (en) | Delayed recovery system | |
JP2006134217A (en) | Library system, virtual library apparatus and cache recovery method | |
US10977143B2 (en) | Mirrored write ahead logs for data storage system | |
WO2006095356A1 (en) | A method of logging transactions and a method of reversing a transaction | |
JP2680061B2 (en) | Log data recording processing method | |
JPH04141721A (en) | Disk sector substituting system | |
JPH0816881B2 (en) | Database update method | |
JP2005316624A (en) | Database reorganization program, database reorganization method, and database reorganization device | |
Kuts et al. | Deleted Data Recovery on Solid-State Drives by Software Based Methods | |
JPS63132351A (en) | Memory data base processor | |
JPH0259837A (en) | Data recovery processing system | |
KR100204576B1 (en) | Structure of common block register built-in memory and shadow recovery structure & method | |
JP2933011B2 (en) | Exclusive file control system | |
JP2838988B2 (en) | File storage system in external storage device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |