JP2007257209A - Log data compression program and method - Google Patents

Log data compression program and method Download PDF

Info

Publication number
JP2007257209A
JP2007257209A JP2006079603A JP2006079603A JP2007257209A JP 2007257209 A JP2007257209 A JP 2007257209A JP 2006079603 A JP2006079603 A JP 2006079603A JP 2006079603 A JP2006079603 A JP 2006079603A JP 2007257209 A JP2007257209 A JP 2007257209A
Authority
JP
Japan
Prior art keywords
log
time
data
reflection
decompression
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.)
Granted
Application number
JP2006079603A
Other languages
Japanese (ja)
Other versions
JP4811076B2 (en
Inventor
Noriaki Murata
憲明 村田
Hiroshi Sasage
泰士 捧
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2006079603A priority Critical patent/JP4811076B2/en
Publication of JP2007257209A publication Critical patent/JP2007257209A/en
Application granted granted Critical
Publication of JP4811076B2 publication Critical patent/JP4811076B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem that it takes a long time to decompress all log records in compressing and restoring log records, and that a data area is wasted not in compressing any log record at all. <P>SOLUTION: This log data compression program is provided to make a computer function as follows: an update log file as the object of storage; a reflection time DB in which a data reflection time per unit quantity is stored; a decompression time DB in which a data decompression time per unit quantity is stored; a reflection time calculation means for calculating the total sum of the data reflection time from the leading log of log data; a decompression time calculation means for calculating the total sum of the data decompression time from the tailing log of the storage object log data; and a compression processing means for comparing the total sum of the reflection time with the total sum of the decompression time, and for acquiring the data of the next log number about the time whose total sum is smaller, and for comparing the log number of the calculation object of the reflection time with the log number of the calculation object of the decompression time, and for, when the log number of the reflection time is equal to the log number of the decompression time, performing compression processing to the log data included in the total sum of the decompression time. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、ログデータを圧縮する方式に関し、特に圧縮対象とするデータ範囲を決定する方式に関する。   The present invention relates to a method for compressing log data, and more particularly to a method for determining a data range to be compressed.

データが更新されるデータシステムにおいては、その扱うデータ量が膨大である場合には、データ更新がある度にマスタデータのデータベースの更新を行うことは、処理時間が不足しており、事実上不可能となっている。そこで、差分情報である更新されたデータをログファイルとして保存しておき、任意の時点において当該ログファイルを用いてマスターデータのデータベースを一括して更新処理を行うことが一般的に行われている。   In a data system in which data is updated, if the amount of data handled is enormous, updating the master data database each time data is updated is insufficient in processing time, which is virtually impossible. It is possible. Therefore, it is a common practice to store updated data, which is differential information, as a log file and update the master data database in a batch using the log file at an arbitrary time. .

上記のデータシステムにおいて災害等が発生し、当該データシステムで用いているデータベースのデータの復元を行う際、直前のマスターデータと、当該マスタデータ以降のログファイルを用いて、当該マスターデータに当該ログファイルを順次反映させることにより最新のデータシステムを復元させる。   When a disaster or the like occurs in the above data system and the database data used in the data system is restored, the log data is recorded in the master data using the master data immediately before and the log file after the master data. Restore the latest data system by reflecting the files sequentially.

また、履歴データを圧縮しておき、利用時に復元する手法は存在する(例えば、特許文献1参照。)。ここでは、圧縮されているデータを解凍する処理と、解凍済のデータを利用する処理とを並列で処理している。
特開2004−185460
Further, there is a method of compressing history data and restoring it at the time of use (see, for example, Patent Document 1). Here, the process of decompressing the compressed data and the process of using the decompressed data are processed in parallel.
JP 2004-185460 A

マスタデータの作成及び保存は、事実上多くのコストを必要としており、出来るだけ少なくしたい要望がある。ここで、ログファイルはログファイル自身のデータ量が膨大であるため、かつ、ログファイルの格納領域が確保可能であればマスタデータの更新期間も長くすることが可能となるため、ログファイルは圧縮することが望ましい。一方で、データベースの故障等が発生した場合には当該データを復旧させる必要があるが、その場合にログファイルが圧縮されていたのではデータ解凍処理に時間を要することとなり迅速なデータ復旧が出来ない。 そこで、迅速なデータ復旧を可能とし、かつ、ログファイルの格納領域を有効活用が可能なデータ圧縮方法が必要とされている。   The creation and storage of master data requires a substantial amount of cost, and there is a desire to reduce as much as possible. Here, the log file has a huge amount of data, and if the storage area of the log file can be secured, the update period of the master data can be extended, so the log file is compressed. It is desirable to do. On the other hand, if a database failure occurs, it is necessary to restore the data. However, if the log file is compressed in that case, the data decompression process will take time and the data can be restored quickly. Absent. Therefore, there is a need for a data compression method that enables rapid data recovery and that can effectively use the storage area of the log file.

ログレコードを記憶した更新ログファイル、ログ種別毎のデータ反映時間を記憶した反映時間データベース、単位データ量当たりのデータ解凍時間を記憶した解凍時間データベース、圧縮対象ログファイルの一端のログレコードから順にログ毎に要する反映時間の総和を求める反映時間算出手段、圧縮対象ログファイルの他端のログレコードから逆順にログ毎に要する解凍時間の総和を求める解凍時間算出手段、前記反映時間と前記解凍時間の総和について比較する時間比較手段、前記反映時間と前記解凍時間のうち総和が少ない時間について次のログレコードのデータを取得する手段、前記反映時間の算出対象のログレコード番号が前記解凍時間の算出対象のログレコード番号以上となったとき、解凍時間の総和に含まれるログレコードについて圧縮処理を行う圧縮手段ことによってログデータを圧縮する。   Update log file that stores log records, reflection time database that stores data reflection time for each log type, decompression time database that stores data decompression time per unit data volume, log record from one end of log file to be compressed Reflection time calculation means for obtaining the sum of the reflection times required for each time, decompression time calculation means for obtaining the sum of the decompression times required for each log in reverse order from the log record at the other end of the compression target log file, the reflection time and the decompression time Time comparison means for comparing the sum, means for obtaining data of the next log record for a time with a small sum of the reflection time and the decompression time, and a log record number for which the reflection time is to be calculated is a target for the calculation of the decompression time When the log record number exceeds the log record number included in the total decompression time There compressing log data by compression means for performing compression processing.

また、前記解凍時間算出手段にて前記解凍時間の総和を求める際に、当該ログレコードについての第二の反映時間の総和についても算出しておき、前記更新ログファイルにおいて追加されたログレコードが存在し、当該ログレコードについてデータ圧縮処理を行う場合には、前記反映時間算出手段において、前記第二の反映時間の総和を、今回のデータ圧縮処理についての反映時間の総和に加えることによってログデータを圧縮する。   Further, when the total of the decompression time is calculated by the decompression time calculating means, the total of the second reflection time for the log record is also calculated, and there is a log record added in the update log file. When the data compression process is performed for the log record, the reflection time calculation unit adds the total of the second reflection time to the total reflection time for the current data compression process, thereby adding log data. Compress.

本発明により、データを反映するために要する時間の間に次のデータ反映のデータについて解凍処理を行うため、データ解凍のために独立して要する時間は不要となる。一方、データの圧縮が可能となるため、ログファイルの格納領域については、その記憶可能なデータ量が増加する。   According to the present invention, since the decompression process is performed on the next data reflected data during the time required to reflect the data, the time required independently for the data decompression is unnecessary. On the other hand, since the data can be compressed, the amount of data that can be stored in the log file storage area increases.

以下、本発明の実施の形態を図面を参照しながら説明する。
(実施例1)
図1は、本実施例におけるシステム構成図である。
Embodiments of the present invention will be described below with reference to the drawings.
Example 1
FIG. 1 is a system configuration diagram in the present embodiment.

本実施例でのシステムは、処理サーバ10、データサーバ20、更新ログファイル30、反映時間データベース40、解凍時間データベース50、圧縮状況データベース60、マスターデータ70とから構成され、これらはネットワークによって接続されている。   The system according to this embodiment includes a processing server 10, a data server 20, an update log file 30, a reflection time database 40, a decompression time database 50, a compression status database 60, and master data 70, which are connected by a network. ing.

データサーバ20とは、処理サーバ10から得られるデータ情報について更新ログファイル30にデータを登録する処理、更新ログファイル30に基づきマスターデータ70へのデータを更新する処理、および、最新のデータベース情報を処理サーバ10に提供する処理をする装置である。なお、ログファイルの反映処理とログファイルの解凍処理とは並行して行うことが可能である。   The data server 20 is a process of registering data in the update log file 30 for data information obtained from the processing server 10, a process of updating data to the master data 70 based on the update log file 30, and the latest database information. It is a device that performs processing to be provided to the processing server 10. The log file reflection process and the log file decompression process can be performed in parallel.

マスターデータ70とは、任意の時点における当該データサーバが有するデータベース最新のデータ構成を言う。最新のデータベースは、データサーバ20が有しているが、当該最新のデータベースが災害等の理由により失われた場合には、当該マスターデータ70と更新ログファイルとにより最新のデータベースを復旧する。   The master data 70 refers to the latest data structure of the database held by the data server at an arbitrary time. Although the data server 20 has the latest database, when the latest database is lost due to a disaster or the like, the latest database is restored by the master data 70 and the update log file.

処理サーバ10とは、外部からの処理命令に基づきデータサーバ20のデータ情報を参照して処理を行い、処理結果を当該外部に出力する処理、その際にデータ情報が更新された場合には、更新されたデータ情報をデータサーバ20に送信する処理をする装置である。なお、データサーバ20に対して処理サーバ10は1台以上が接続される。   The processing server 10 refers to the data information of the data server 20 based on processing instructions from the outside, performs processing, and outputs processing results to the outside. When the data information is updated at that time, It is a device that performs processing for transmitting updated data information to the data server 20. One or more processing servers 10 are connected to the data server 20.

図2は、更新ログファイル30の構成図である。   FIG. 2 is a configuration diagram of the update log file 30.

更新ログファイル30とは、処理サーバ10から得られる更新データについて時系列順に記憶したログファイルである。   The update log file 30 is a log file that stores update data obtained from the processing server 10 in chronological order.

SEC番号31とは、ログレコードに対して一意に付される番号である。   The SEC number 31 is a number uniquely assigned to a log record.

日時32とは、データ更新により更新に関わるログが発生した日時である。   The date and time 32 is the date and time when a log related to the update occurs due to the data update.

ログ種類33とは、当該ログレコードのデータの種類を分類したものである。   The log type 33 is a classification of the data type of the log record.

内容34とは、ログレコードの実体的な内容である。   The content 34 is a substantial content of the log record.

処理サーバ10でデータ情報の更新がなされると、その更新された日時32とデータ情報に応じたログ種類33が分類され、データ情報はデータサーバ20に送られる。データサーバ20では、登録するSEC番号31を設定し更新ログファイル30に格納する。同時にデータベースの情報も更新される。   When the data information is updated in the processing server 10, the updated date and time 32 and the log type 33 corresponding to the data information are classified, and the data information is sent to the data server 20. In the data server 20, the SEC number 31 to be registered is set and stored in the update log file 30. At the same time, the database information is updated.

図3は、反映時間データベース40の構成図である。   FIG. 3 is a configuration diagram of the reflection time database 40.

反映時間データベース40とは、データベースの復旧時において、ログデータのログ種類と当該ログデータのデータベースへの反映に要する時間との関連について予め記憶したものである。ログ種類41とは、更新ログファイル30のログ種類33と同じ情報である。反映時間42とは、当該ログ種類41をデータベースに反映する際に要する時間である。   The reflection time database 40 is stored in advance for the relationship between the log type of log data and the time required for reflection of the log data in the database when the database is restored. The log type 41 is the same information as the log type 33 of the update log file 30. The reflection time 42 is a time required for reflecting the log type 41 in the database.

図4は、解凍時間データベース50の構成図である。   FIG. 4 is a configuration diagram of the decompression time database 50.

解凍時間データベース50とは、データベースの復旧時において、圧縮されたログデータを解凍する際に、解凍に要する時間について予め記憶したものである。バイト数51とは扱うデータの大きさを示すものである。解凍時間52とは、バイト数に応じて解凍に要する時間を記憶したものである。   The decompression time database 50 is stored in advance for the time required for decompression when decompressing the compressed log data when the database is restored. The number of bytes 51 indicates the size of data to be handled. The decompression time 52 stores the time required for decompression according to the number of bytes.

図5は、圧縮状況データベース60の構成図である。   FIG. 5 is a configuration diagram of the compression status database 60.

圧縮状況データベース60とは、更新ログファイル30を圧縮した際に、対象のログレコード群の状態を管理するデータベースである。   The compression status database 60 is a database that manages the state of the target log record group when the update log file 30 is compressed.

開始SEC番号61とは、更新ログファイル30の内、複数のログレコードを一つまとまりとして管理する際の先頭のログレコードに該当するSEC番号である。   The start SEC number 61 is an SEC number corresponding to the first log record when managing a plurality of log records as a group in the update log file 30.

終了SEC番号62とは、更新ログファイル30の内、複数のログレコードを一つまとまりとして管理する場合の末尾のログレコードに該当するSEC番号である。   The end SEC number 62 is an SEC number corresponding to the last log record in the case where a plurality of log records are managed as one unit in the update log file 30.

対ID63とは、後述するログデータの圧縮処理において、一回の圧縮処理では、圧縮されるログレコード群と圧縮されないログレコード群の2種類のログレコード群が対となって生成されるが、それらの対となったログレコード群をひとつのまとまりとして管理するIDである。   The pair ID 63 is a log data compression process, which will be described later. In one compression process, two log record groups, a log record group to be compressed and a log record group not to be compressed, are generated as a pair. This is an ID for managing a pair of log records as a unit.

圧縮フラグ64とは、対応するログレコード群が圧縮対象であるのか否かを区別する情報である。本実施例では、対ID63に対応して、圧縮対象ではないログレコード群については「0」を付し、圧縮対象であるログレコード群については「1」を付す。   The compression flag 64 is information for distinguishing whether or not the corresponding log record group is a compression target. In this embodiment, corresponding to the pair ID 63, “0” is assigned to a log record group that is not a compression target, and “1” is assigned to a log record group that is a compression target.

反映時間65とは、データベース復旧時において、当該一つのまとまりからなるログレコード群全体をデータベースに反映するために要する時間を記憶したものである。   The reflection time 65 stores the time required to reflect the entire group of log records composed of the one set at the time of database recovery.

解凍時間66とは、当該圧縮された一つのまとまりからなるログレコード群全体を解凍するために要する時間を記憶したものである。   The decompression time 66 stores the time required for decompressing the entire log record group composed of one compressed unit.

ファイル名67とは、当該圧縮された一つのまとまりからなるログレコード群を保存するときの保存対象ファイル名である。   The file name 67 is the name of a file to be saved when saving the log record group consisting of one compressed group.

次に、更新ログファイル30を圧縮する際の処理について説明する。   Next, processing when the update log file 30 is compressed will be described.

更新ログファイル30の圧縮においては、反映時間を考慮して圧縮する必要がある。   The compression of the update log file 30 needs to be performed in consideration of the reflection time.

ここで、データ情報の反映に要する時間については他の処理を行うことが可能である。したがって、当該反映に要する時間を他のデータ情報の解凍時間に充てることが出来れば、解凍処理待ちによるデータ情報の反映処理時間の遅延を防止することが可能となる。そこで、データベースへのデータ情報を反映させる時間に対応して他のデータを圧縮する必要がある。   Here, it is possible to perform other processing for the time required to reflect the data information. Therefore, if the time required for the reflection can be devoted to the decompression time of other data information, it is possible to prevent a delay in the data information reflection processing time due to waiting for the decompression process. Therefore, it is necessary to compress other data corresponding to the time for reflecting the data information in the database.

なお、更新ログファイル30の圧縮処理は、例えば一日の業務が完了した際に行う。マスターデータ70への移行処理を例えば7日に一回とする場合、その間は、更新ログが7日分蓄積される。この7日分の更新ログを1日毎に圧縮することで、データ領域の有効活用が可能となる。   Note that the compression processing of the update log file 30 is performed, for example, when a day of work is completed. For example, when the migration process to the master data 70 is performed once every seven days, update logs are accumulated for seven days. By compressing the update log for 7 days every day, the data area can be effectively used.

図6は、圧縮更新ログファイル30特定のためのフローチャートである。   FIG. 6 is a flowchart for specifying the compressed update log file 30.

また、説明の便宜のため、図10に更新ログファイル30の模式図を示す。   For convenience of explanation, a schematic diagram of the update log file 30 is shown in FIG.

データ圧縮プログラムは、前回の圧縮処理を行った後に、新規追加された更新ログファイル30の有無を判断する(ST01)。
新規に追加された更新ログファイル30がない場合(ST01:No)、圧縮処理を終了する。一方、新規に追加された更新ログファイル30が存在する場合(ST01:Yes)、ST02以降の処理を行う。
The data compression program determines whether or not there is a newly added update log file 30 after performing the previous compression process (ST01).
If there is no newly added update log file 30 (ST01: No), the compression process is terminated. On the other hand, when there is a newly added update log file 30 (ST01: Yes), the processing after ST02 is performed.

まず、反映時間の総和を算出する変数として反映時間[ht]、解凍時間の総和を算出する変数として解凍時間[kt]、圧縮対象のログレコード群をデータ反映するために要する時間の総和を算出する変数として反映時間[Kht]の初期化をそれぞれ行う(ST02)。初期化の結果、本実施例では反映時間[ht]、解凍時間[kt]、反映時間[Kht]は0となる。   First, the reflection time [ht] is calculated as a variable for calculating the total reflection time, the decompression time [kt] is calculated as a variable for calculating the total decompression time, and the total time required for reflecting the log record group to be compressed is calculated. The reflection time [Kht] is initialized as a variable to be performed (ST02). As a result of initialization, the reflection time [ht], the decompression time [kt], and the reflection time [Kht] are 0 in this embodiment.

次に、圧縮状況データベース60から、新規追加された対象ログファイルの先頭SEC番号を検索し、当該先頭SEC番号の直前のSEC番号を抽出する(ST03)。図10では、(a1)が先頭SEC番号を示し、(a2)が当該先頭SEC番号の直前のSEC番号を示す。   Next, the head SEC number of the newly added target log file is searched from the compression status database 60, and the SEC number immediately before the head SEC number is extracted (ST03). In FIG. 10, (a1) indicates the head SEC number, and (a2) indicates the SEC number immediately before the head SEC number.

抽出したSEC番号を含む圧縮状況データベース60の開始SEC番号と終了SEC番号のレコード圧縮フラグにより、圧縮対象であったか否かを判定する(ST04)。図10では、(a2)において直前のSEC番号が圧縮対象であるのか否かの判断対象となる。   Based on the record compression flag of the start SEC number and end SEC number of the compression status database 60 including the extracted SEC number, it is determined whether or not it is a compression target (ST04). In FIG. 10, in (a2), the immediately preceding SEC number is a determination target of whether or not it is a compression target.

圧縮対象である場合(ST04:Yes)、反映時間[ht]に圧縮状況データベース60の該当レコードを含むレコードの反映時間を加算する(ST05)。   When it is a compression target (ST04: Yes), the reflection time of the record including the corresponding record in the compression status database 60 is added to the reflection time [ht] (ST05).

本発明は、反映処理時間と解凍処理時間とを等しくすることにより、一方の処理が完了した場合に他方の処理が引き続きなされることによる、データ反映処理の遅延、データ圧縮効率の低減を防ぐことが目的である。したがって、前回の反映処理及び解凍処理により生じた解凍ログファイルについて、単独で反映処理を行うとすると、その間における解凍処理が行われないこととなり、データ反映処理が遅延する。また、反映処理の時間に対応して解凍する対象が存在することにより、より多くのログファイルの圧縮が可能となる。したがって、前回のログファイルの反映時間について、今回のログファイルの反映時間に加えることにより、当該反映時間に対する解凍処理を設定することが可能となる。そこで、ST05において反映時間を加算することとした。   The present invention prevents the delay in data reflection processing and the reduction in data compression efficiency by making the reflection processing time and the decompression processing time equal to each other when the other processing is completed. Is the purpose. Therefore, if the decompression log file generated by the previous reflection process and decompression process is subjected to the reflection process alone, the decompression process is not performed during that time, and the data reflection process is delayed. In addition, since there is a target to be decompressed corresponding to the reflection processing time, more log files can be compressed. Therefore, by adding the reflection time of the previous log file to the reflection time of the current log file, it is possible to set the decompression process for the reflection time. Therefore, the reflection time is added in ST05.

図10では(a3)において直前のSEC番号を含むログレコード群に対応する反映時間65を加算する。   In FIG. 10, the reflection time 65 corresponding to the log record group including the immediately preceding SEC number is added in (a3).

次に、更新ログファイル30の内、今回の圧縮対象となるログレコードの先頭SEC番号を反映SEC番号hs[x]の初期値hs[0]として設定する(ST06)。   Next, the start SEC number of the log record to be compressed this time in the update log file 30 is set as the initial value hs [0] of the reflected SEC number hs [x] (ST06).

また、更新ログファイル30の内、今回の圧縮対象となるログレコードの末尾SEC番号を解凍SEC番号ks[y]の初期値ks[M]として設定する(ST07)。図10では、(a4)の状態が該当する。   Further, the tail SEC number of the log record to be compressed this time in the update log file 30 is set as the initial value ks [M] of the decompressed SEC number ks [y] (ST07). In FIG. 10, the state (a4) corresponds.

以上で初期値設定を行い、次に実際の圧縮対象の抽出処理を行う。   The initial value is set as described above, and then the actual compression target extraction process is performed.

図7は、圧縮更新ログファイル30特定のためのフローチャート(2)である。   FIG. 7 is a flowchart (2) for specifying the compressed update log file 30.

また、説明の便宜のため、図11に更新対象ログファイルの今回の圧縮対象についての模式図を示す。   For convenience of explanation, FIG. 11 shows a schematic diagram of the current compression target of the update target log file.

データ圧縮プログラムは、反映SEC番号hs[x]と解凍SEC番号ks[y]とが等しいか否かを判定する(ST11)。   The data compression program determines whether or not the reflected SEC number hs [x] is equal to the decompressed SEC number ks [y] (ST11).

反映SEC番号hs[x]と解凍SEC番号ks[y]とが等しい場合(ST11:Yes)には、圧縮対象とするログレコード群が確定したこととなり、ST12以降の処理を行う。   When the reflected SEC number hs [x] is equal to the decompressed SEC number ks [y] (ST11: Yes), the log record group to be compressed is determined, and the processing after ST12 is performed.

一方、反映SEC番号hs[x]と解凍SEC番号ks[y]とが等しくない場合(ST11:No)、引き続きSEC番号毎に圧縮すべきか否かを判定すべくST19以降の処理を行う。   On the other hand, when the reflected SEC number hs [x] and the decompressed SEC number ks [y] are not equal (ST11: No), the processing after ST19 is performed to determine whether or not the SEC number should be compressed.

データ圧縮プログラムは、反映時間[ht]と解凍時間[kt]との大小を比較する(ST19)。   The data compression program compares the reflection time [ht] with the decompression time [kt] (ST19).

反映時間[ht]が解凍時間より小さい場合(ST19:Yes)、反映SEC番号hs[x]に対応するログレコードについて、更新ログファイル30のログ種類33及び反映時間データベース40のログ種類41及び反映時間42に基づき、当該ログレコードが要する反映時間[htx]の算出をし(ST25)、反映時間[ht]に反映時間[htx]を加える(ST26)。   When the reflection time [ht] is smaller than the decompression time (ST19: Yes), the log type 33 of the update log file 30 and the log type 41 of the reflection time database 40 and the reflection for the log record corresponding to the reflection SEC number hs [x]. Based on the time 42, the reflection time [htx] required for the log record is calculated (ST25), and the reflection time [htx] is added to the reflection time [ht] (ST26).

図11においては、(b1)が該当し、[ht]と[htx]の総和を新たな[ht]とする。   In FIG. 11, (b1) corresponds to the sum of [ht] and [htx] as a new [ht].

そして、反映SEC番号hs[x]に1を加えたhs[x+1]を新たな反映SEC番号hs[x]とし(ST27)、ST11以降の処理を行う。   Then, hs [x + 1] obtained by adding 1 to the reflected SEC number hs [x] is set as a new reflected SEC number hs [x] (ST27), and the processes after ST11 are performed.

図11においては、(b2)が該当し、hs[x]に1を加えたhs[x+1]を新たな反映SEC番号hs[x]としている。   In FIG. 11, (b2) corresponds to hs [x + 1] obtained by adding 1 to hs [x] as a new reflection SEC number hs [x].

また、反映時間[ht]が解凍時間[kt]以上の場合(ST19:No)、解凍SEC番号ks[y]に対応する解凍時間[kty]を算出する(ST20)。これは、解凍SEC番号ks[y]に対応するログレコードのバイト数を更新ログファイル30の内容34から求め、当該バイト数によって、解凍時間データベース50のバイト数51に対応する解凍時間52を検索することにより求める。   If the reflection time [ht] is equal to or longer than the decompression time [kt] (ST19: No), the decompression time [kty] corresponding to the decompression SEC number ks [y] is calculated (ST20). This obtains the number of bytes of the log record corresponding to the decompression SEC number ks [y] from the contents 34 of the update log file 30 and searches the decompression time 52 corresponding to the number of bytes 51 of the decompression time database 50 based on the number of bytes. To find out.

ST20で求めた解凍時間[kty]と解凍時間の総和である解凍時間[kt]とを加算し、新たな解凍時間[kt]を算出する(ST21)。   The thawing time [kt] obtained in ST20 and the thawing time [kt], which is the sum of the thawing times, are added to calculate a new thawing time [kt] (ST21).

図11においては、(c1)が該当し、[kt]と[kty]の総和を新たな[kt]とする。   In FIG. 11, (c1) corresponds to the sum of [kt] and [kty] as a new [kt].

次に、解凍SEC番号ks[y]のログレコードに対応する反映時間[Khty]の算出を更新ログファイル30のログ種類33及び反映時間データベース40のログ種類41及び反映時間42に基づき行い(ST22)、反映時間[Kht]に当該反映時間[Khty]を加え、新たな反映時間[Kht]とする(ST23)。   Next, calculation of the reflection time [Khty] corresponding to the log record of the decompressed SEC number ks [y] is performed based on the log type 33 of the update log file 30, the log type 41 of the reflection time database 40, and the reflection time 42 (ST22). ), The reflection time [Khty] is added to the reflection time [Kht] to obtain a new reflection time [Kht] (ST23).

そして、解凍SEC番号ks[y]から1を減らした解凍SEC番号ks[y−1]を新たな解凍SEC番号ks[y]とし(ST24)、ST11以降の処理を行う。   Then, the decompressed SEC number ks [y-1] obtained by subtracting 1 from the decompressed SEC number ks [y] is set as a new decompressed SEC number ks [y] (ST24), and the processes after ST11 are performed.

図11においては、(c2)が該当し、ks[y]から1を減らしたks[yー1]を新たな反映SEC番号ks[y]としている。   In FIG. 11, (c2) corresponds to ks [y−1] obtained by subtracting 1 from ks [y] as a new reflection SEC number ks [y].

次に、反映SEC番号hs[x]と解凍SEC番号ks[y]とが等しい場合(ST11:Yes)には、以下の処理を行う。   Next, when the reflected SEC number hs [x] is equal to the decompressed SEC number ks [y] (ST11: Yes), the following processing is performed.

データ圧縮プログラムは、今回の対象となる反映SEC番号hs[x]については、反映時間に加える処理を行うべく、更新ログファイル30のログ種類33及び反映時間データベース40のログ種類41及び反映時間42に基づき、当該ログレコードが要する反映時間[htx]の算出をする(ST12)。その後、反映時間[ht]に反映時間[htx]を足す(ST13)。   For the reflection SEC number hs [x] that is the current target, the data compression program performs processing to be added to the reflection time, the log type 33 of the update log file 30, the log type 41 of the reflection time database 40, and the reflection time 42. Based on the above, the reflection time [htx] required for the log record is calculated (ST12). Thereafter, the reflection time [htx] is added to the reflection time [ht] (ST13).

図11においては、(d)が該当し、反映SEC番号hs[x]と解凍SEC番号ks[y]とが等しい状態となっている。また、反映時間[ht]に反映時間[htx]を加える。   In FIG. 11, (d) corresponds, and the reflected SEC number hs [x] and the decompressed SEC number ks [y] are in the same state. Further, the reflection time [htx] is added to the reflection time [ht].

なお、本実施例では反映時間と解凍時間とが同値の場合には反映時間を優先しているが、解凍時間を優先する方式であっても可能である。   In the present embodiment, when the reflection time and the decompression time are the same value, the reflection time is prioritized, but a method in which the decompression time is prioritized is also possible.

次に、現在の反映SEC番号hs[x]に1を加えたSEC番号hs[x+1]から解凍SEC番号の初期値[ksM]までのログレコードを抽出する(ST14)。   Next, log records from the SEC number hs [x + 1] obtained by adding 1 to the current reflected SEC number hs [x] to the initial value [ksM] of the decompressed SEC number are extracted (ST14).

レコードが有る場合(ST15:Yes)、反映SEC番号hs[x+1]から解凍SEC番号の初期値[ksM]までのログファイルについて圧縮処理を行い(ST16)、圧縮ファイルを作成する(ST17)。一方、レコードが無い場合(ST15:No)、圧縮対象は存在しないので、圧縮状況管理処理(ST18)を行う。   If there is a record (ST15: Yes), the log file from the reflected SEC number hs [x + 1] to the initial value [ksM] of the decompressed SEC number is compressed (ST16), and a compressed file is created (ST17). On the other hand, if there is no record (ST15: No), there is no compression target, so a compression status management process (ST18) is performed.

図8は、圧縮状況データベース60に登録するフローチャートである。   FIG. 8 is a flowchart for registration in the compression status database 60.

データ圧縮プログラムは、対ID63の新規設定をする(ST41)。この処理により非圧縮対象のログレコード群を格納するデータレコードと圧縮対象のログレコード群を格納するデータレコードが作成される。   The data compression program newly sets the pair ID 63 (ST41). By this processing, a data record for storing the log record group to be compressed and a data record for storing the log record group to be compressed are created.

次に、先頭SEC番号hs[0]を開始SEC番号61、反映SEC番号hs[x]を終了SEC番号62に登録し(ST42)、圧縮フラグ64を0に設定し(ST43)、反映時間[ht]を反映時間65に登録する(ST44)。以上により非圧縮のログレコード群の登録が完了する。   Next, the start SEC number hs [0] is registered as the start SEC number 61, the reflection SEC number hs [x] is registered as the end SEC number 62 (ST42), the compression flag 64 is set to 0 (ST43), and the reflection time [ ht] is registered in the reflection time 65 (ST44). This completes registration of the uncompressed log record group.

次に、反映SEC番号に1を加えた反映番号hs[x+1]を開始SEC番号61とし、ks[M]を終了SEC番号62に登録し(ST45)、圧縮フラグ65を1に設定し(ST46)、解凍時間[kt]を解凍時間66に登録し(ST47)、反映時間[Kht]を反映時間65に登録し(ST48)、圧縮ファイル名67を登録する(ST49)。以上により圧縮対象のログレコード群の登録が完了する。   Next, the reflection number hs [x + 1] obtained by adding 1 to the reflection SEC number is set as the start SEC number 61, ks [M] is registered as the end SEC number 62 (ST45), and the compression flag 65 is set to 1 (ST46). The decompression time [kt] is registered in the decompression time 66 (ST47), the reflection time [Kht] is registered in the reflection time 65 (ST48), and the compressed file name 67 is registered (ST49). This completes the registration of the log record group to be compressed.

なお、図8におけるST42乃至ST49については、順序は任意である。   Note that the order of ST42 to ST49 in FIG. 8 is arbitrary.

図9は、データ復旧時の処理についてのフローチャートである。   FIG. 9 is a flowchart of processing at the time of data recovery.

データ反映時においては、圧縮状況データベース60の対ID63に対応する2つのデータレコードを抽出する(ST31)。   At the time of data reflection, two data records corresponding to the pair ID 63 in the compression status database 60 are extracted (ST31).

次に、圧縮フラグ64が0に対応するログデータ群を「反映」処理SEC番号に登録する(ST32)。これは、開始SEC番号61乃至終了SEC番号62を登録することである。また、圧縮フラグ64が1のファイル名67を「解凍」処理SEC番号に登録する(ST33)。   Next, the log data group corresponding to the compression flag 64 of 0 is registered in the “reflection” processing SEC number (ST32). This is to register the start SEC number 61 to the end SEC number 62. Further, the file name 67 having the compression flag 64 of 1 is registered in the “decompression” process SEC number (ST33).

各個別にデータ情報の反映処理および圧縮されたデータ情報の解凍処理を行う(ST34)。各処理の処理完了のタイミングは、ほぼ同時刻となる。   Each data information reflection process and compressed data information decompression process are performed (ST34). The processing completion timing of each processing is almost the same time.

次に、次の対ID63の有無を判定する(ST35)。   Next, the presence / absence of the next pair ID 63 is determined (ST35).

次の対ID63が存在する場合(ST35:Yes)、解凍済ログデータを「反映」処理SEC番号に登録する(ST36)。   If the next pair ID 63 exists (ST35: Yes), the decompressed log data is registered in the “reflection” processing SEC number (ST36).

一方、次の対ID63が存在しない場合(ST35:No)、ST34にて行った、解凍済ログデータについて「反映」処理を行い(ST37)、全データの復旧は完了したため、処理は終了する。   On the other hand, when the next pair ID 63 does not exist (ST35: No), the “reflect” processing is performed on the decompressed log data performed in ST34 (ST37), and the recovery is complete, so the processing ends.

図12は、上記のデータサーバ20のハードウェア構成の一例を示す図である。   FIG. 12 is a diagram illustrating an example of a hardware configuration of the data server 20 described above.

同図に示すデータサーバ20は、CPU21、メモリ22、入力手段23、出力手段24、記憶手段25、ネットワーク接続手段26等を有し、これらがバス27に接続された構成となっている。なお、同図に示した構成は一例であり、これに限るものではない。   The data server 20 shown in the figure has a CPU 21, memory 22, input means 23, output means 24, storage means 25, network connection means 26, etc., which are connected to a bus 27. The configuration shown in the figure is an example, and the present invention is not limited to this.

CPU21は、当該データサーバ20全体を制御する中央処理装置である。   The CPU 21 is a central processing unit that controls the entire data server 20.

メモリ22は、プログラム実行、データ更新等の際に、記憶手段25に記憶されているプログラムやデータを一時的に格納するRAM等のメモリである。CPU21は、メモリ22に読み出したプログラムやデータを用いて、上述の図6乃至図9等を用いて説明したデータ圧縮処理動作に係る処理を含む各種処理を実行する。   The memory 22 is a memory such as a RAM that temporarily stores programs and data stored in the storage means 25 when executing programs, updating data, and the like. The CPU 21 uses the program and data read out to the memory 22 to execute various processes including the process related to the data compression process described with reference to FIGS.

入力手段23は、例えばキーボード、マウス、タッチパネル等である。   The input means 23 is, for example, a keyboard, a mouse, a touch panel, or the like.

出力手段24は、例えばディスプレイ(表示装置)等である。   The output unit 24 is, for example, a display (display device).

記憶手段25は、例えばハードディスク装置等であり、プログラム(上述のデータ圧縮処理動作に係る処理をデータサーバ20に実行させるプログラムを含む)やデータ(上述の更新ログファイル30、反映時間データベース40、解凍時間データベース50、圧縮状況データベース60、マスターデータ70を含む)が格納される。   The storage unit 25 is, for example, a hard disk device or the like, and includes a program (including a program for causing the data server 20 to execute processing related to the above-described data compression processing operation) and data (the above-described update log file 30, reflection time database 40, decompression). A time database 50, a compression status database 60, and master data 70) are stored.

ネットワーク接続手段27は、ネットワーク(インターネット、LAN等)に接続して、外部の情報処理装置とプログラムやデータの送受信を可能にする構成である。   The network connection means 27 is configured to be connected to a network (Internet, LAN, etc.) and to transmit / receive programs and data to / from an external information processing apparatus.

また、上記プログラムを記録した記録媒体又はプログラムのダウンロードも可能である。   Moreover, the recording medium which recorded the said program or the download of a program is also possible.

上記の各種処理を実行させるプログラムやデータ読み出してメモリ22に格納し実行するものであってもよいし、また、上記プログラムやデータは、ネットワーク接続手段27により接続されているネットワーク(インターネット等)を介して、外部のプログラムやサーバに記憶されているプログラムやデータをダウンロードするものであってもよい。   The program and data for executing the various processes described above may be read out, stored in the memory 22 and executed, and the program and data may be stored in a network (Internet or the like) connected by the network connection means 27. Alternatively, an external program or a program or data stored in a server may be downloaded.

以上、本発明について詳細に説明したが、本発明は上記実施形態に限定されず、本発明の要旨を逸脱しない範囲において、各種の改良及び変更を行っても良いのはもちろんである。   Although the present invention has been described in detail above, the present invention is not limited to the above-described embodiment, and it is needless to say that various improvements and changes may be made without departing from the gist of the present invention.

図1は、本実施例におけるシステム構成図である。FIG. 1 is a system configuration diagram in the present embodiment. 図2は、更新ログファイル30の構成図である。FIG. 2 is a configuration diagram of the update log file 30. 図3は、反映時間データベース40の構成図である。FIG. 3 is a configuration diagram of the reflection time database 40. 図4は、解凍時間データベース50の構成図である。FIG. 4 is a configuration diagram of the decompression time database 50. 図5は、圧縮状況データベース60の構成図である。FIG. 5 is a configuration diagram of the compression status database 60. 図6は、圧縮更新ログファイル30特定のためのフローチャートである。FIG. 6 is a flowchart for specifying the compressed update log file 30. 図7は、圧縮更新ログファイル30特定のためのフローチャート(2)である。FIG. 7 is a flowchart (2) for specifying the compressed update log file 30. 図8は、圧縮状況データベース60に登録するフローチャートである。FIG. 8 is a flowchart for registration in the compression status database 60. 図9は、データ復旧時の処理についてのフローチャートである。FIG. 9 is a flowchart of processing at the time of data recovery. 図10は、更新ログファイル30の模式図である。FIG. 10 is a schematic diagram of the update log file 30. 図11は、更新対象ログファイルの今回の圧縮対象についての模式図である。FIG. 11 is a schematic diagram of the current compression target of the update target log file. 図12は、上記のデータサーバ20のハードウェア構成の一例を示す図である。FIG. 12 is a diagram illustrating an example of a hardware configuration of the data server 20 described above.

符号の説明Explanation of symbols

10 処理サーバ
20 データサーバ
10 processing server 20 data server

Claims (3)

ログデータを圧縮するログデータ圧縮プログラムであって、
コンピュータに、
ログレコードを記憶した更新ログファイル、
ログ種別毎のデータ反映時間を記憶した反映時間データベース、
単位データ量当たりのデータ解凍時間を記憶した解凍時間データベース、
圧縮対象ログファイルの一端のログレコードから順にログ毎に要する反映時間の総和を求める反映時間算出手段、
圧縮対象ログファイルの他端のログレコードから逆順にログ毎に要する解凍時間の総和を求める解凍時間算出手段、
前記反映時間と前記解凍時間の総和について比較する時間比較手段、
総和が少ない時間について次のログレコードのデータを取得する手段、
前記反映時間の算出対象のログレコード番号が前記解凍時間の算出対象のログレコード番号以上となったとき、解凍時間の総和に含まれるログレコードについて圧縮処理を行う圧縮手段、
として機能させることを特徴とするログデータ圧縮プログラム。
A log data compression program for compressing log data,
On the computer,
An update log file that stores log records,
Reflection time database that stores data reflection time for each log type,
Decompression time database that stores data decompression time per unit data amount,
Reflection time calculation means for obtaining the sum of reflection times required for each log in order from the log record at one end of the compression target log file,
Decompression time calculation means for obtaining the sum of the decompression times required for each log in reverse order from the log record at the other end of the compression target log file;
A time comparison means for comparing the sum of the reflection time and the thawing time;
A means of obtaining data for the next log record for times when the sum is low,
Compression means for performing compression processing on log records included in the sum of the decompression times when the log record number for which the reflection time is to be calculated is equal to or greater than the log record number for which the decompression time is to be calculated;
Log data compression program characterized by functioning as
前記解凍時間算出手段にて前記解凍時間の総和を求める際に、当該ログレコードについての第二の反映時間の総和についても算出しておき、
前記更新ログファイルにおいて追加されたログレコードが存在し、当該ログレコードについてデータ圧縮処理を行う場合には、
前記反映時間算出手段において、前記第二の反映時間の総和を、今回のデータ圧縮処理についての反映時間の総和に加える
ことを特徴とする請求項1記載のログデータ圧縮プログラム。
When calculating the total of the thawing time by the thawing time calculating means, also calculate the total of the second reflection time for the log record,
When there is a log record added in the update log file and data compression processing is performed for the log record,
2. The log data compression program according to claim 1, wherein the reflection time calculation means adds the total of the second reflection times to the total reflection time for the current data compression processing.
ログデータを圧縮するログデータ圧縮方法であって、
ログレコードに対して、
圧縮対象ログファイルの一端のログレコードから順にログ毎に要する反映時間の総和を予め記憶されたログ種別毎のデータ反映時間に基づき求める反映時間算出ステップ、
圧縮対象ログファイルの他端のログレコードから逆順にログ毎に要する解凍時間の総和を予め記憶された単位データ量当たりのデータ解凍時間に基づき求める解凍時間算出ステップ、
前記反映時間と前記解凍時間の総和について比較するステップ、
総和が少ない時間について次のログレコードのデータを取得するステップ、
前記反映時間の算出対象のログレコード番号が前記解凍時間の算出対象のログレコード番号以上となったとき、解凍時間の総和に含まれるログレコードについて圧縮処理を行うステップ、
からなることを特徴とするログデータ圧縮方法。
A log data compression method for compressing log data,
For log records,
Reflection time calculation step for obtaining the total reflection time required for each log in order from the log record at one end of the compression target log file based on the data reflection time for each log type stored in advance,
Decompression time calculation step for obtaining the total of the decompression time required for each log in reverse order from the log record at the other end of the compression target log file based on the data decompression time per unit data amount stored in advance,
Comparing the sum of the reflection time and the thawing time;
Obtaining data for the next log record for times when the sum is low,
When the log record number for which the reflection time is calculated is equal to or greater than the log record number for which the decompression time is calculated, a step of performing compression processing on the log records included in the total of the decompression time;
A log data compression method comprising:
JP2006079603A 2006-03-22 2006-03-22 Log data compression program and method Expired - Fee Related JP4811076B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006079603A JP4811076B2 (en) 2006-03-22 2006-03-22 Log data compression program and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006079603A JP4811076B2 (en) 2006-03-22 2006-03-22 Log data compression program and method

Publications (2)

Publication Number Publication Date
JP2007257209A true JP2007257209A (en) 2007-10-04
JP4811076B2 JP4811076B2 (en) 2011-11-09

Family

ID=38631413

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006079603A Expired - Fee Related JP4811076B2 (en) 2006-03-22 2006-03-22 Log data compression program and method

Country Status (1)

Country Link
JP (1) JP4811076B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010257330A (en) * 2009-04-27 2010-11-11 Nec System Technologies Ltd System and method for managing log file, and program
JP2015079474A (en) * 2013-10-18 2015-04-23 ウィンウェイ システムズ,インコーポレイテッドWinway Systems, Inc. Data backup method and system for supporting the same
US11372835B2 (en) 2019-03-19 2022-06-28 Fujifilm Business Innovation Corp. Data management system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109195081A (en) 2018-08-20 2019-01-11 北京小米移动软件有限公司 The control method and vehicle of horn assembly

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003296055A (en) * 2002-04-01 2003-10-17 Fuji Xerox Co Ltd Print data transmitting method, printer control device, and computer program for controlling printer
JP2004185460A (en) * 2002-12-05 2004-07-02 Mitsubishi Electric Corp Operation history data management system
WO2004090726A1 (en) * 2003-04-04 2004-10-21 Fujitsu Limited Database copying program and database copying device
JP2006071337A (en) * 2004-08-31 2006-03-16 Japan Radio Co Ltd Voyage data recorder and voyage data recording/playback system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003296055A (en) * 2002-04-01 2003-10-17 Fuji Xerox Co Ltd Print data transmitting method, printer control device, and computer program for controlling printer
JP2004185460A (en) * 2002-12-05 2004-07-02 Mitsubishi Electric Corp Operation history data management system
WO2004090726A1 (en) * 2003-04-04 2004-10-21 Fujitsu Limited Database copying program and database copying device
JP2006071337A (en) * 2004-08-31 2006-03-16 Japan Radio Co Ltd Voyage data recorder and voyage data recording/playback system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010257330A (en) * 2009-04-27 2010-11-11 Nec System Technologies Ltd System and method for managing log file, and program
JP2015079474A (en) * 2013-10-18 2015-04-23 ウィンウェイ システムズ,インコーポレイテッドWinway Systems, Inc. Data backup method and system for supporting the same
US11372835B2 (en) 2019-03-19 2022-06-28 Fujifilm Business Innovation Corp. Data management system

Also Published As

Publication number Publication date
JP4811076B2 (en) 2011-11-09

Similar Documents

Publication Publication Date Title
US10795812B1 (en) Virtual copy forward method and system for garbage collection in cloud computing networks
US9928210B1 (en) Constrained backup image defragmentation optimization within deduplication system
US20120136842A1 (en) Partitioning method of data blocks
Roussev et al. Multi-resolution similarity hashing
US20130275396A1 (en) Systems and Methods for Selecting Data Compression for Storage Data in a Storage System
US9811577B2 (en) Asynchronous data replication using an external buffer table
US9122635B1 (en) Efficient data backup with change tracking
US20080172430A1 (en) Fragmentation Compression Management
WO2017096532A1 (en) Data storage method and apparatus
US20190138507A1 (en) Data Processing Method and System and Client
US20130275696A1 (en) Storage device
US8364641B2 (en) Method and system for deduplicating data
JP2014514620A (en) Storage apparatus and duplicate data detection method
CN106844102B (en) Data recovery method and device
JP4811076B2 (en) Log data compression program and method
CN111949710A (en) Data storage method, device, server and storage medium
Zhang et al. Improving restore performance for in-line backup system combining deduplication and delta compression
US8909606B2 (en) Data block compression using coalescion
WO2021012162A1 (en) Method and apparatus for data compression in storage system, device, and readable storage medium
US8914324B1 (en) De-duplication storage system with improved reference update efficiency
JP5217155B2 (en) File compression automatic determination method and method, and program
JP2010061518A (en) Apparatus and method for storing data and program
US10162832B1 (en) Data aware deduplication
JP5483405B2 (en) Log file management system, log file management method and program
JP5463746B2 (en) Archive storage device, storage system, data storage method, and data storage program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20081117

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110715

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110726

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110808

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140902

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees