JPH09106364A - Information controlling method and device therefor - Google Patents

Information controlling method and device therefor

Info

Publication number
JPH09106364A
JPH09106364A JP7264293A JP26429395A JPH09106364A JP H09106364 A JPH09106364 A JP H09106364A JP 7264293 A JP7264293 A JP 7264293A JP 26429395 A JP26429395 A JP 26429395A JP H09106364 A JPH09106364 A JP H09106364A
Authority
JP
Japan
Prior art keywords
data
log
information
log table
record
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
JP7264293A
Other languages
Japanese (ja)
Inventor
Yasushi Tokunaga
裕史 徳永
Hiroyuki Amada
博之 天田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP7264293A priority Critical patent/JPH09106364A/en
Publication of JPH09106364A publication Critical patent/JPH09106364A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To prepare complete variable history data by separating the present status data table that a processing process utilizes and the log table that a data working process controlling the variation as a history and performing a statistic control of the variation utilizes. SOLUTION: A processing means 100 generates a log table 400 holding the contents of the changed record of a present status data table 300 as log data and a data working means 200 performs access to the table 400. The table 400 includes the additional time of the changed record of the table 300 and includes also the identification data showing the changed classification of any of the addition, the update and the deletion in the table 300. Thus, the present status data table 300 is generated and the record of the variation of the table 300 is stored in the log table 400 in the form of a successive addition, in the processing means 100, and the working means 200 refers to this table 400 and prepares various kinds of history information. Thus, the leakage of history information can be eliminated.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報管理方法及び
装置に係り、特に、コンピュータシステムにおいて、デ
ータベースを利用して各種処理を行うための情報を管理
する情報管理方法及び装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information management method and device, and more particularly to an information management method and device for managing information for performing various processes using a database in a computer system.

【0002】詳しくは、マルチメディア等においてカス
タマに情報提供サービスを行う場合に、カスタマに対し
ていつ、どのような情報を提供したかまたは、カスタマ
とサービス提供業者間における契約関係の遷移情報等の
履歴情報を管理するための情報管理方法及び装置に関す
る。
[0002] More specifically, when providing an information providing service to a customer in multimedia or the like, information such as when and what information was provided to the customer or transition information of a contract relationship between the customer and the service provider is provided. The present invention relates to an information management method and device for managing history information.

【0003】[0003]

【従来の技術】従来、履歴情報を管理する際には、現況
の状態を表す現況データテーブルを用いて情報の加工
や、処理等を行う。図19は、従来の情報管理装置の構
成を示す。同図に示す装置は、処理部10、データ加工
部20、現況データテーブル40から構成される。現況
データテーブル40は、処理部10により追加・更新が
生じた時刻を属性として定義し、データ加工部20で
は、時刻属性をキーとして検索して変更レコードを取り
出す方法がある。同図に示すような状態が現況データテ
ーブル40に設定されている場合に、データ加工部20
は、所定の周期または、なんらかのトリガによりアクセ
スし、前回アクセスした時刻範囲がtaまでであるとす
ると、今回はtaからtbまでの間に入る設定時刻を持
つレコードを検索する。例えば、図19において、デー
タ加工部20が1回目のレコード読み出し時に、設定時
刻T1のレコード(状態1、状態2、状態3)を読み出
している場合には、2回目のレコード読み出し時には、
設定時刻T2のレコード(状態1、状態2、状態3)を
読み出す。データ加工部20は、読み出した各レコード
について統計処理や集計処理等の処理を行う。
2. Description of the Related Art Conventionally, when managing history information, processing or processing of information is performed using a current status data table representing the status of the current status. FIG. 19 shows the configuration of a conventional information management device. The apparatus shown in the figure comprises a processing unit 10, a data processing unit 20, and a current state data table 40. The current state data table 40 defines a time when an addition / update occurs by the processing unit 10 as an attribute, and the data processing unit 20 has a method of retrieving a change record by using the time attribute as a key. When the state as shown in the figure is set in the current data table 40, the data processing unit 20
Is accessed by a predetermined cycle or by some kind of trigger, and if the time range accessed last time is up to ta, this time, a record having a set time falling between ta and tb is searched. For example, in FIG. 19, when the data processing unit 20 reads the record (state 1, state 2, state 3) at the set time T1 at the time of the first record read, at the time of the second record read,
The record (state 1, state 2, state 3) at the set time T2 is read. The data processing unit 20 performs processing such as statistical processing and totalization processing on each read record.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記従
来の方法では、以下のような問題がある。 現況データテーブルからレコードが削除された場
合、設定時刻等も含めて全てが削除されるため、データ
加工プロセスでは削除されたという事実を認識すること
が不可能である。
However, the above-mentioned conventional methods have the following problems. When a record is deleted from the current data table, everything including the set time is deleted, so it is impossible to recognize the fact that the record has been deleted in the data processing process.

【0005】 データ加工プロセスが現況データテー
ブルを1度アクセスして、次にアクセスするために同じ
レコードが2回以上更新されると、最新の更新結果とそ
の更新時刻のみが現況データテーブルに残り、そのレコ
ードをデータ加工プロセスが読み出すことになる。この
ため、以前の変更履歴情報が失われることになる。
When the data processing process accesses the current status data table once, and the same record is updated twice or more for the next access, only the latest update result and its update time remain in the current status data table. The data processing process reads the record. Therefore, the previous change history information is lost.

【0006】上記のことから、コンピュータシステムで
情報提供サービスをカスタマに提供し、カスタマの状況
や提供情報の履歴(いつ、どのような情報を提供してい
たか等)を管理する場合、上記の問題点のような結果を
引き起こすことになる。例えば、上記の問題点に由来
する事象として、カスタマがサービスの利用を止めた場
合には、単にレコードが消去されるだけであるため、デ
ータ加工プロセスでは検知できない。このため、いつま
でも利用が継続しているように見える。また、提供を止
めた情報についてもその事実を検知できない。
From the above, when the information providing service is provided to the customer by the computer system and the history of the customer and the history of the provided information (when, what information was provided, etc.) are managed, It will cause a point-like result. For example, as an event resulting from the above-mentioned problem, when the customer stops using the service, the record is simply deleted and cannot be detected by the data processing process. For this reason, it seems that the use continues forever. In addition, the fact that the information has been stopped cannot be detected.

【0007】さらに、上記の問題点に由来する事象と
して、カスタマがサービスアクセスのための暗証番号や
IDを変更できるようなシステムの場合、データ加工部
がレコードを読み出す前に2回以上の変更を行うと、最
新の暗証番号や、1回目の変更については認識できる
が、2回以上変更されたという事実は認識できない。こ
のため正確なカスタマの操作傾向を把握することが困難
である。つまり、毎月月末に1回の統計処理を行う場合
に、前月末から当月末間に存在する1つのレコードに対
して2回以上の更新が発生した場合に、更新前のレコー
ドの内容を認識することができない。
Further, as an event resulting from the above problems, in the case of a system in which a customer can change a personal identification number or an ID for service access, the data processing unit must change the data two or more times before reading the record. If you do, you can recognize the latest PIN and the first change, but you cannot recognize the fact that it has been changed more than once. For this reason, it is difficult to accurately grasp the operation tendency of the customer. In other words, when statistical processing is performed once at the end of every month, if one record existing between the end of the previous month and the end of the current month is updated twice or more, the content of the record before the update is recognized. I can't.

【0008】本発明は、上記の点に鑑みなされたもの
で、上記従来の問題点を解決し、データ加工プロセスの
アクセス周期が伸長しても途中の変更履歴が失われない
ようにすると共に、削除されたレコードについても削除
されたという事実が正確に認識可能な情報管理方法及び
装置を提供することを目的とする。
The present invention has been made in view of the above points, and solves the above-mentioned conventional problems so that the change history in the middle is not lost even if the access cycle of the data processing process is extended. It is an object of the present invention to provide an information management method and device that can accurately recognize the fact that deleted records are deleted.

【0009】[0009]

【課題を解決するための手段】図1は、本発明の原理を
説明するための図である。本発明は、各種の状態情報を
保持する現況データテーブル内の情報を用いて行う処理
プロセスにより更新された現況データテーブルの変更の
履歴をデータ加工プロセスにより管理する情報管理方法
において、処理プロセスにより現況データテーブルが更
新されると(ステップ1)、変更されたレコードをログ
テーブルに逐次追加し(ステップ2)、加工プロセスで
はログテーブルを参照して履歴情報を生成し(ステップ
3)、データ加工プロセスでは生成された履歴情報を参
照する(ステップ4)。
FIG. 1 is a diagram for explaining the principle of the present invention. The present invention provides an information management method for managing, by a data processing process, a history of changes in a current status data table updated by a processing process performed using information in a current status data table that holds various status information. When the data table is updated (step 1), the changed record is sequentially added to the log table (step 2), and the processing process refers to the log table to generate history information (step 3). Then, the generated history information is referred to (step 4).

【0010】本発明は、ログテーブルに現況データテー
ブルの変更レコードを追加する際に(ステップ2)、追
加時刻を変更レコードの属性として含む。本発明は、ロ
グテーブルに現況データテーブルの変更レコードを追加
する際に(ステップ2)、追加、更新、削除のいずれか
の変更種別を示す識別子を属性として含める。
According to the present invention, when a change record of the current data table is added to the log table (step 2), the addition time is included as an attribute of the change record. According to the present invention, when a change record of the current data table is added to the log table (step 2), an identifier indicating any change type of addition, update or deletion is included as an attribute.

【0011】図2は、本発明の原理構成図である。本発
明は、各種の状態情報を保持する現況データテーブル3
00、該現況データテーブル300内の状態を利用して
各種の処理を行い、必要に応じて該現況データテーブル
300の内容を更新、削除、追加する処理手段100及
び該現況データテーブル300の更新、削除、追加の変
更の履歴を集計管理するデータ加工手段200よりなる
情報管理装置であって、処理手段100は、現況データ
テーブル300の変更されたレコードの内容をログデー
タとして保持するログテーブル400を生成し、データ
加工手段200は、ログテーブル400をアクセスす
る。
FIG. 2 is a diagram showing the principle of the present invention. The present invention is based on the present condition data table 3 which holds various status information.
00, processing means 100 for performing various processes using the state in the present situation data table 300, and updating, deleting, and adding the contents of the present situation data table 300 and updating the present situation data table 300, An information management apparatus comprising a data processing unit 200 for managing the history of deletion and addition changes, wherein the processing unit 100 stores a log table 400 that holds the contents of changed records in the current data table 300 as log data. The data processing unit 200 generates and accesses the log table 400.

【0012】また、上記のログテーブル400は、現況
データテーブル300の変更レコードの追加時刻を含
む。また、上記のログテーブル400は、現況データテ
ーブル200において追加、更新、削除のいずれかの変
更種別を示す識別子を含む。
Further, the log table 400 includes the addition time of the change record of the current data table 300. In addition, the log table 400 includes an identifier indicating a change type of addition, update, or deletion in the current data table 200.

【0013】このように、本発明は、処理手段におい
て、現況データテーブルを生成すると共に、現況データ
テーブルの変分のレコードをログテーブルに逐次追加す
る形で蓄えてゆき、データ加工手段はこのログテーブル
を参照して、各種履歴情報を作成するものである。この
ように、変分レコードをログ情報として専用に蓄積する
ログテーブルを設け、逐次追加していくことにより、履
歴情報の洩れを無くすことが可能となる。
As described above, according to the present invention, the processing means generates the current data table and stores the variation records of the current data table in the form of sequentially adding to the log table, and the data processing means stores the log. Various history information is created by referring to the table. In this way, by providing a log table for exclusively storing variation records as log information and sequentially adding them, it becomes possible to eliminate the leakage of history information.

【0014】なお、現況データテーブルのデータをログ
テーブルに追加登録する際にその登録時刻や更新、追
加、削除等の変更種別を併せてログテーブルのレコード
とすることにより、データ加工手段では、登録時刻に応
じた処理が可能となると共に、変更種別によりログテー
ブルに登録されているレコードの変更状態を把握でき
る。従って、データ加工手段は、処理手段により生成さ
れた現況データテーブルの全レコード分の履歴情報を生
成することができる。
In addition, when the data of the current data table is additionally registered in the log table, the registration time and the change type such as update, addition, and deletion are also recorded in the log table so that the data processing means can register the data. The processing according to the time can be performed, and the change state of the record registered in the log table can be grasped by the change type. Therefore, the data processing unit can generate the history information for all the records of the present condition data table generated by the processing unit.

【0015】[0015]

【発明の実施の形態】図3は、本発明の情報管理装置の
構成を示す。図3に示す情報管理装置は、処理部10
0、データ加工部200、現況データテーブル300、
ログテーブル400、及び履歴情報記憶部600より構
成される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 3 shows the configuration of an information management device of the present invention. The information management device shown in FIG.
0, data processing unit 200, current data table 300,
It is composed of a log table 400 and a history information storage unit 600.

【0016】処理部100は、現況データテーブル30
0及びログテーブル400を生成する。処理部100
は、現況データテーブル300には、状態情報のみを登
録し、現況データテーブル300の内容が変更(更新、
追加、削除)になった場合に、当該時刻とその変更種別
をログテーブル400に設定する。処理部100は、現
況データテーブル300のレコードが変更された場合
に、まず、変更があった旨をシステム(例えば、データ
ベースシステム)より通知されると、変更された現況デ
ータテーブル300の変更後のレコードを読み出してロ
グテーブル400に追加登録する。このとき、システム
から取得した変更発生時刻や変更種別も併せて取得し、
ログデータテーブル400に設定することも可能であ
る。
The processing unit 100 uses the present condition data table 30.
0 and the log table 400 are generated. Processing unit 100
Registers only status information in the current data table 300, and changes the contents of the current data table 300 (update,
When it is added or deleted), the time and its change type are set in the log table 400. When a record of the current status data table 300 is changed, the processing unit 100 first notifies the changed status of the current status data table 300 when a system (for example, a database system) notifies that the change has occurred. The record is read and additionally registered in the log table 400. At this time, the change occurrence time and change type acquired from the system are also acquired,
It is also possible to set in the log data table 400.

【0017】なお、本発明において、従来現況データテ
ーブル300に設定されていた設定時刻情報は、ログテ
ーブル400に、発生順に登録または、登録の際に登録
時刻を時間属性として定義するため不要となる。また、
処理部100は、ログテーブル400に時間属性を書き
込まない場合には、状態情報のみが設定されるため、重
複読み出しの防止のために、現況データテーブル300
のレコードの読み出し後に当該現況データの読み出され
たレコードを消去する。また、時間属性を包含するログ
テーブル400を生成する場合においてもメモリ上のサ
イズの問題等により読み出しが終了した段階で当該現況
テーブル300を消去してもよい。
In the present invention, the set time information conventionally set in the current status data table 300 is unnecessary in the log table 400 because it is registered in the order of occurrence or the registered time is defined as a time attribute at the time of registration. . Also,
When the time attribute is not written in the log table 400, the processing unit 100 sets only the status information, and thus the current status data table 300 is set in order to prevent duplicate reading.
After reading the record, the read record of the current data is erased. Further, even when the log table 400 including the time attribute is generated, the present status table 300 may be deleted at the stage when the reading is completed due to the size problem on the memory or the like.

【0018】データ加工部200は、ログテーブル40
0を読み込んで、種々の目的の履歴情報を生成し、履歴
情報記憶部600に格納する。このとき、ログテーブル
400に時間属性を含まない場合には、データ加工部2
00において重複読み出しを防止するために当該ログテ
ーブル400の読み出されたレコードを消去する。ま
た、時間属性を含むレコードを読み出した場合でもメモ
リ上のサイズの問題等により、ログテーブル400のレ
コードを読み出した後に消去するようにしてもよい。ま
た、データ加工部200は、生成された履歴情報を用い
て統計・調査処理等各種の処理を行う。
The data processing unit 200 includes a log table 40.
0 is read, history information for various purposes is generated, and stored in the history information storage unit 600. At this time, if the log table 400 does not include the time attribute, the data processing unit 2
At 00, the read record in the log table 400 is deleted to prevent duplicate reading. Further, even when the record including the time attribute is read, it may be deleted after the record of the log table 400 is read due to the size problem in the memory or the like. Further, the data processing unit 200 uses the generated history information to perform various kinds of processing such as statistics / survey processing.

【0019】以下に、処理部100によるログテーブル
400の生成方法について説明する。 (1) ログテーブルに時間を示す属性を含まないデー
タを登録する場合 最初にログテーブル400に時間を示す属性を含まない
データを設定する場合について説明する。図4は、本発
明の時間情報を含まないログテーブルの構成を示す。な
お、予め、現況データテーブル300及びログテーブル
400には少なくとも最初の状況情報が設定されている
ものとする。
The method of generating the log table 400 by the processing unit 100 will be described below. (1) When registering data that does not include a time attribute in the log table First, a case where data that does not include a time attribute is set in the log table 400 will be described. FIG. 4 shows the configuration of a log table that does not include time information according to the present invention. It is assumed that at least the first situation information is set in advance in the current situation data table 300 and the log table 400.

【0020】処理部100は、現況データテーブル30
0に変更がある場合に、現況データテーブル300に当
該変更情報を上書きし、同時に、変更があった現況デー
タテーブル300の変分レコードをログテーブル400
に追加書込みを行うことでログテーブル400を生成す
る。このログテーブル400のレコードには、時刻情報
は含まれないため、単に変更の発生順に状態情報を書き
込む。従って、ログテーブル400のレコードには発生
した時刻情報が含まれていないため、処理部100は、
当該レコードの読み出し後に現況データテーブル300
のレコードを消去する必要がある。
The processing unit 100 uses the present condition data table 30.
When there is a change in 0, the change information is overwritten in the current data table 300, and at the same time, the variation record of the changed current data table 300 is recorded in the log table 400.
The log table 400 is generated by additionally writing to the log table 400. Since the record of the log table 400 does not include the time information, the state information is simply written in the order of occurrence of the change. Therefore, since the record of the log table 400 does not include the time information of the occurrence, the processing unit 100
After reading the record, the current data table 300
Need to erase the record.

【0021】例えば、現況データテーブル300に以下
のような状態情報が設定されている場合に、 状態1=S11 状態2=S11 状態3=S11 処理部100によりこれらの情報が読み出されてログテ
ーブル400に設定された場合には、上記の現況データ
テーブル300の3件の状態情報は消去される。
For example, when the following status information is set in the current status data table 300, status 1 = S11 status 2 = S11 status 3 = S11 These information are read out by the processing unit 100 and the log table When set to 400, the three pieces of status information in the current status data table 300 are deleted.

【0022】データ加工部200は、処理部100によ
り生成したログテーブル400のレコードを読み出して
時間順に履歴情報を生成する。このとき、履歴情報の作
成時刻を登録時刻として履歴情報記憶部600に記録す
るようにしてもよい。また、データ加工部200におい
て履歴情報記憶部600に格納する履歴情報を生成する
場合には、同じログテーブル400のレコードを重複し
て読み出さないために、当該ログテーブル400のレコ
ード読み出し後に当該ログテーブル400の情報を消去
する必要がある。
The data processing unit 200 reads the records of the log table 400 generated by the processing unit 100 and generates history information in chronological order. At this time, the creation time of the history information may be recorded in the history information storage unit 600 as the registration time. Further, when the history information to be stored in the history information storage unit 600 is generated in the data processing unit 200, in order not to read records of the same log table 400 in duplicate, the log table after the record of the log table 400 is read. It is necessary to delete 400 information.

【0023】次に、データ加工部200が、上記のログ
テーブル400のレコードをアクセスして時間順の履歴
情報のデータテーブルを作成する手順を説明する。図5
は、本発明のログテーブルから履歴情報の時間順テーブ
ルを作成する動作を示すフローチャートである。以下に
示す動作は、図4に示すように、ログテーブル400に
状態情報のみが設定されているケースである。
Next, a procedure for the data processing unit 200 to access the records of the log table 400 and create a data table of time-series history information will be described. FIG.
FIG. 7 is a flow chart showing an operation of creating a time-series table of history information from a log table of the present invention. The operation described below is a case where only the state information is set in the log table 400 as shown in FIG.

【0024】ステップ101) データ加工部200
は、図4に示すログテーブル400をサーチして当該ロ
グテーブル400に状態情報が設定されているかを判定
する。 ステップ102) ログテーブル400の状態情報を全
て読み出す。 ステップ103) このログテーブル400には、時間
を示す属性がないため、レコードを読み出した後に、重
複読み出しを防ぐために当該ログテーブル400のデー
タを全て消去する。
Step 101) Data processing unit 200
4 searches the log table 400 shown in FIG. 4 and determines whether the status information is set in the log table 400. Step 102) Read out all the status information in the log table 400. Step 103) Since the log table 400 does not have an attribute indicating time, all the data in the log table 400 is erased after reading the record to prevent duplicate reading.

【0025】ステップ104) データ加工部200
は、先に読み出して履歴情報格納部600に設定されて
いる履歴情報とステップ102で読み出した状態情報を
照合する。 ステップ105) 照合の結果、同一のレコードがある
かを判定する。ある場合には、ステップ107に移行
し、ない場合にはステップ106に移行する。
Step 104) Data processing unit 200
Compares the history information previously read and set in the history information storage unit 600 with the status information read in step 102. Step 105) As a result of collation, it is determined whether or not there is the same record. If so, the process proceeds to step 107, and if not, the process proceeds to step 106.

【0026】ステップ106) データ加工部200
は、ログテーブル400から読み出したレコードを履歴
情報記憶部600に追加書込みを行い、変更履歴を『変
更』とする。 ステップ107)データ加工部200は、レコードの削
除の処理を行う。具体的には、レコードの情報を消去せ
ずに履歴情報記憶部600内の当該レコードに削除フラ
グを設定する。
Step 106) Data processing unit 200
Adds the record read from the log table 400 to the history information storage unit 600 and sets the change history to "change". (Step 107) The data processing unit 200 performs a record deletion process. Specifically, the deletion flag is set to the record in the history information storage unit 600 without erasing the record information.

【0027】(2) ログテーブルに時間を示す属性を
含むデータを登録する場合 次に、ログテーブル400に時間を示す属性を含むデー
タを設定する場合について説明する。図6は、本発明の
時間情報を含むログテーブルの構成を示す。処理部10
0は、現況データテーブル300に変更があった時刻を
システムから渡されるシステム時刻を取得すると共に、
現況データテーブル300の変分のレコードを取得し
て、ログテーブル400に追加書込みを行う。
(2) When Registering Data Containing an Attribute Representing Time in the Log Table Next, the case of setting data containing an attribute indicating time in the log table 400 will be described. FIG. 6 shows the configuration of a log table including time information according to the present invention. Processing unit 10
0 acquires the system time passed from the system as the time when the current status data table 300 is changed, and
The variation record of the current data table 300 is acquired, and additional writing is performed to the log table 400.

【0028】また、現況データテーブル300に発生時
刻が含まれている場合には、処理部100は、システム
時刻を取得せずに、現況データテーブル300より取得
した時刻を時間属性として状態情報と共にログテーブル
400に書き込むことも考えられる。
When the current time data table 300 includes the occurrence time, the processing unit 100 does not acquire the system time, and logs the time acquired from the current status data table 300 as a time attribute together with the status information. Writing to the table 400 is also conceivable.

【0029】データ加工部200は、ログテーブル40
0のレコードを時間順に読み出して履歴情報を生成し、
履歴情報記憶部600に格納する。また、履歴情報を生
成する場合には、当該ログテーブル400のレコード読
み出し後に当該ログテーブル400をその都度消去して
もよい。また、ログテーブル400のサイズが十分に大
きければ必ずしも消去の必要はない。
The data processing unit 200 includes a log table 40.
0 records are read in chronological order to generate history information,
It is stored in the history information storage unit 600. Further, when the history information is generated, the log table 400 may be deleted each time after the record of the log table 400 is read. If the log table 400 is large enough, it is not necessary to delete it.

【0030】次に、上記の図6に示すログテーブル40
0からデータ加工部200が履歴情報を生成する場合に
ついて説明する。図7は、本発明のログテーブルから履
歴情報を作成する動作を示すフローチャートである。以
下に示す動作において、ログテーブル400の読み出し
は、所定の周期で行っても良いし、非周期で行ってもよ
い。
Next, the log table 40 shown in FIG. 6 above.
A case where the data processing unit 200 generates history information from 0 will be described. FIG. 7 is a flowchart showing the operation of creating history information from the log table of the present invention. In the operation described below, the reading of the log table 400 may be performed in a predetermined cycle or in a non-cycle.

【0031】ステップ201) 予め時刻がT1=T
2、T2=現在時刻と設定されているとする。 ステップ202) データ加工部200は、ログテーブ
ル400のデータの中で設定時刻の値tをT1とT2の
間にあるレコードを全て読み出す。
Step 201) The time is T1 = T in advance.
2, T2 = current time is set. Step 202) The data processing unit 200 reads all records in the data of the log table 400 whose set time value t is between T1 and T2.

【0032】ステップ203) 履歴情報記憶部600
をサーチして、読み出したログテーブルの個々のデータ
を照合する。 ステップ204) 照合の結果、同一の内容があるかを
判定し、ある場合には、ステップ205に移行し、ない
場合にはステップ206に移行する。
Step 203) History information storage unit 600
Is searched to collate the individual data of the read log table. (Step 204) As a result of the collation, it is determined whether or not there is the same content.

【0033】ステップ205) 同一内容のレコードが
存在する場合には、当該レコードについては、履歴情報
記憶部600より当該レコードを削除して、削除フラグ
を設定し、ステップ207に移行する。 ステップ206) 同一内容のレコードがない場合に
は、ログテーブル400から読み出したレコードを履歴
情報記憶部600に追加書込みを行い、変更属性を“更
新”と設定する。
Step 205) If a record having the same content exists, the record is deleted from the history information storage unit 600, a deletion flag is set, and the process proceeds to step 207. Step 206) If there is no record having the same content, the record read from the log table 400 is additionally written in the history information storage unit 600, and the change attribute is set to “update”.

【0034】ステップ207) ログテーブル400の
データの中で設定時刻の値tがT1とT2の間に入るレ
コードを消去する。 (3) ログテーブル400に時間、変更種別を含むデ
ータを登録する場合 ログテーブル400に時間を示す属性及び変更属性を含
むデータを設定する場合について説明する。
Step 207) In the data of the log table 400, the record whose set time value t falls between T1 and T2 is deleted. (3) When registering data including time and change type in the log table 400 A case of setting data including an attribute indicating time and a change attribute in the log table 400 will be described.

【0035】図8は、本発明の時間属性、変更属性を含
むログテーブルの構成を示す。処理部100は、現況デ
ータテーブル300において変更が発生した場合には、
当該時刻及び変更種別をシステムより取得して、ログテ
ーブル400に現況データテーブル300の状態情報と
共に追加書込みを行う。なお、当該ログテーブル400
には、発生時刻及び更新内容を示す変更属性が含まれて
いるので、削除の判断は不要である。
FIG. 8 shows the structure of a log table including time attributes and change attributes according to the present invention. When a change occurs in the current status data table 300, the processing unit 100
The time and change type are acquired from the system, and additional writing is performed in the log table 400 together with the status information of the current status data table 300. The log table 400
Contains a change attribute indicating the time of occurrence and the content of the update, so there is no need to determine the deletion.

【0036】次に、上記の図8に示す時間属性及び変更
属性が含まれるログテーブル400から履歴情報を生成
する動作を説明する。図9は、本発明のログテーブル
(図8)から履歴情報を作成する動作のフローチャート
である。
Next, an operation of generating history information from the log table 400 including the time attribute and the change attribute shown in FIG. 8 will be described. FIG. 9 is a flowchart of the operation of creating history information from the log table (FIG. 8) of the present invention.

【0037】ステップ301) 予め時刻がT1=T
2、T2=現在時刻と設定されているとする。 ステップ302) データ加工部200は、ログテーブ
ル400のデータの中で設定時刻の値tがT1とT2の
範囲内にあるレコードを全て読み出す。
Step 301) The time is T1 = T in advance.
2, T2 = current time is set. Step 302) The data processing unit 200 reads all the records in the data of the log table 400 whose set time value t is within the range of T1 and T2.

【0038】ステップ303) データ加工部200
は、変更属性を参照して、変更属性=削除の場合には、
ステップ304に移行し、変更属性=追加/更新の場合
には、ステップ305に移行する。 ステップ304) 変更属性が「削除」である場合に
は、レコードの削除と判断して履歴情報記憶部600の
該当する履歴情報に削除フラグを設定し、ステップ30
6に移行する。
Step 303) Data processing unit 200
Refers to the change attribute, and if change attribute = delete,
The process moves to step 304. If the change attribute = addition / update, the process moves to step 305. (Step 304) If the change attribute is "delete", it is determined that the record is deleted, and a deletion flag is set to the corresponding history information in the history information storage unit 600, and then step 30
Move to 6.

【0039】ステップ305) 変更属性が「追加また
は更新」の場合には、レコードの追加または、更新とし
て履歴情報記憶部600に追加書込みを行う。 ステップ306) ログテーブル400のデータの中
で、設定時刻の値tがT1とT2の範囲内のレコードを
消去する。
Step 305) When the change attribute is "addition or update", additional writing is performed in the history information storage unit 600 as addition or update of the record. Step 306) In the data of the log table 400, the records with the set time value t within the range of T1 and T2 are deleted.

【0040】一般的には、各種履歴情報を作成する場合
には、データ加工部200は履歴項目毎にカウントアッ
プするための元データとして、時間順のテーブルを作成
する。例えば、図10に示すように、カスタマ毎のサー
ビス加入条件の履歴、提供情報毎の提供開始時期と、終
了時期、提供価格等の履歴等を管理するためには、カス
タマ毎の変更履歴テーブル610、提供情報毎の変更履
歴テーブル620を定義し、データ加工部200内の統
計処理部220がその内容を各種集計して統計情報を作
成すると共に、過去の状態等を検索する必要が生じた場
合には、上記の各テーブル610、620を検索してデ
ータ加工部200内の表示部230に表示する方法があ
る。
In general, when creating various history information, the data processing unit 200 creates a time-ordered table as original data for counting up for each history item. For example, as shown in FIG. 10, in order to manage the history of service subscription conditions for each customer, the history of start and end of provision of each piece of provided information, the history of provided prices, etc., a change history table 610 for each customer In the case where it is necessary to define a change history table 620 for each provided information, and the statistical processing unit 220 in the data processing unit 200 aggregates various contents to create statistical information and search for past states and the like. There is a method of searching each of the above tables 610 and 620 and displaying them on the display unit 230 in the data processing unit 200.

【0041】[0041]

【実施例】以下に本発明の一実施例を図面と共に説明す
る。以下に示す実施例では、ログテーブル400のデー
タに時刻属性が付与されている例を示し、ログテーブル
400からデータ加工部200が履歴情報を生成するま
での例を示す。
An embodiment of the present invention will be described below with reference to the drawings. In the embodiment described below, a time attribute is given to the data in the log table 400, and an example is shown in which the data processing unit 200 generates history information from the log table 400.

【0042】図11は、本発明の一実施例の現状データ
テーブルの例を示す。同図には、カスタマの契約情報を
示す。同図において、現状データテーブル300は、時
間属性及び変更属性を持たずに、状態情報として、カス
タマ番号、契約状況が設定されている。なお、この例で
は、契約状況は、そのまま変更フラグとして用いること
ができる。変更フラグは、0=新規加入(追加)、1=
更新、2=脱会(削除)を示す。図12は、本発明の一
実施例のログテーブルの例を示す。処理部100が現況
データテーブル300に対して図11に示す内容の変更
処理を行うと同時に、図12に示すログテーブル400
を生成する。
FIG. 11 shows an example of the current data table according to the embodiment of the present invention. The same figure shows customer contract information. In the figure, the current data table 300 does not have a time attribute and a change attribute, but has a customer number and a contract status as status information. In this example, the contract status can be directly used as a change flag. The change flag is 0 = new subscription (addition), 1 =
Update, 2 = indicates withdrawal (deletion). FIG. 12 shows an example of the log table according to the embodiment of the present invention. At the same time that the processing unit 100 performs the process of changing the content shown in FIG.
Generate

【0043】図12におけるログテーブル400は、時
間属性と変更種別を含む例であり、図11に示す現況デ
ータテーブル300の変分データとして6件のレコード
が登録されており、処理部100により、当該変分デー
タを取得すると共に、システムから時間属性と変更種別
を取得して、図12に示すログテーブル400を生成す
る。このログテーブル400には、a,b,c,d,
e,fの6件のレコードが登録される。同図に示すログ
テーブル400のレコードaは、現況データテーブル3
00の内容が95年1月10日、11時10分30秒に
変更(追加)されたため、生成されたレコードである。
レコードbは、現況データテーブル300の内容が95
年1月15日、9時5分に変更(追加)されたため、生
成されたレコードである。
The log table 400 in FIG. 12 is an example including a time attribute and a change type. Six records are registered as variation data of the present condition data table 300 shown in FIG. 11, and the processing unit 100 While acquiring the variation data, the time attribute and the change type are acquired from the system, and the log table 400 shown in FIG. 12 is generated. In the log table 400, a, b, c, d,
Six records e and f are registered. The record a of the log table 400 shown in FIG.
This is a generated record because the content of 00 has been changed (added) to 11:10:30 on January 10, 1995.
In the record b, the content of the current data table 300 is 95
The record is generated because it was changed (added) at 9:05 on January 15, 2015.

【0044】このログテーブル400意味は、、 a.カスタマ番号「80」のカスタマが95年1月10
日に新規加入している。 b.カスタマ番号「90」のカスタマが95年1月15
日に新規加入している。 c.カスタマ番号「80」のカスタマが95年2月25
日に更新している。 d.カスタマ番号「90」のカスタマが95年3月3日
に脱会している。 e.カスタマ番号「80」のカスタマが95年4月1日
に更新している。 f.カスタマ番号「70」のカスタマが95年5月5日
に新規加入している。 となっている。
The meaning of this log table 400 is: a. The customer with the customer number “80” is January 10, 1995.
New to the day. b. Customer with customer number "90" is January 15, 1995
New to the day. c. The customer with the customer number “80” is February 25, 1995.
Updating to the day. d. The customer with the customer number "90" has left the group on March 3, 1995. e. The customer with the customer number “80” is updated on April 1, 1995. f. The customer with the customer number "70" newly joined on May 5, 1995. It has become.

【0045】図13は、本発明の一実施例の更新前の履
歴情報の例を示し、図14は、更新後の履歴情報を示
す。なお、履歴情報は、カスタマ番号をキーとしてソー
トされて管理されているものとする。今回の履歴情報の
更新日を95年5月1日として95年4月30日までの
情報を履歴情報とする。前回の更新日を95年1月12
日とする。図13は、前回の更新日(95年1月12
日)のものであるとする。従って、データ加工部200
では、前回の更新日以降(95年1月13日以降、4月
30日までの範囲内のログテーブル400のレコードを
読み込み、履歴情報を生成する。従って、図12のaの
レコードは、既に前回生成された履歴情報に含まれてい
るため、今回の履歴情報生成時には読み出されない。
FIG. 13 shows an example of history information before updating according to an embodiment of the present invention, and FIG. 14 shows history information after updating. The history information is sorted and managed using the customer number as a key. The update date of this history information is May 1, 1995, and the information up to April 30, 1995 is history information. Last updated on January 12, 1995
The day 13 shows the last update date (January 12, 1995)
Day). Therefore, the data processing unit 200
Then, the record of the log table 400 within the range from the last update date (January 13, 1995 to April 30th) is read and history information is generated. Therefore, the record of a in FIG. Since it is included in the history information generated last time, it is not read when the history information is generated this time.

【0046】図13に示すように、履歴情報記憶部60
0には、前回の更新日(95年1月12日)現在では、
カスタマ番号“80”の情報のみが設定されている。デ
ータ加工部200は、以下のように履歴情報を生成す
る。 まず、データ加工部200は、図12に示すログテ
ーブル400のbのレコードを読み込み、履歴情報のカ
スタマ番号「90」のデータ欄に設定する。このとき、
変更属性は「新規」であるので、変更情報欄に“0”
(新規加入)を設定する。
As shown in FIG. 13, the history information storage unit 60
At 0, as of the last update date (January 12, 1995),
Only the information of the customer number “80” is set. The data processing unit 200 generates history information as follows. First, the data processing unit 200 reads the record of b of the log table 400 shown in FIG. 12 and sets it in the data column of the customer number “90” of the history information. At this time,
Since the change attribute is "new", "0" is displayed in the change information column.
Set (new subscription).

【0047】 次に、データ加工部200は、ログテ
ーブル400のcを読み込み、履歴情報のカスタマ番号
「80」のデータ欄に設定する。このとき、変更属性は
「更新」であるので、変更情報欄に“1”(更新)を設
定する。 次に、データ加工部200は、ログテーブル400
のdを読み込み、履歴情報のカスタマ番号「90」のデ
ータ欄に設定する。このとき、変更属性は「削除」であ
るので、変更情報欄に“2”(削除)を設定する。
Next, the data processing unit 200 reads c of the log table 400 and sets it in the data column of the customer number “80” of the history information. At this time, since the change attribute is “update”, “1” (update) is set in the change information field. Next, the data processing unit 200 uses the log table 400.
Is read and set in the data field of the customer number “90” in the history information. At this time, since the change attribute is “delete”, “2” (delete) is set in the change information field.

【0048】 次に、データ加工部200は、ログテ
ーブル400のeを読み込み、履歴情報のカスタマ番号
「80」のデータ欄に設定する。このとき、変更属性は
「更新」であるので、変更情報欄に“1”(更新)を設
定する。このようにして設定された結果が図14に示す
履歴情報である。
Next, the data processing unit 200 reads e of the log table 400 and sets it in the data column of the customer number “80” of the history information. At this time, since the change attribute is “update”, “1” (update) is set in the change information field. The result set in this way is the history information shown in FIG.

【0049】 次に、データ加工部200は、ログテ
ーブル400の95年1月13日〜95年4月30日に
該当するデータb,c,d,eを消去する。なお、ログ
テーブル400が十分な大きさを持つテーブルであり、
未設定領域が所定のサイズより大きければ消去しなくと
もよい。
Next, the data processing unit 200 deletes the data b, c, d, and e corresponding to January 13, 1995 to April 30, 1995 in the log table 400. In addition, the log table 400 is a table having a sufficient size,
If the unset area is larger than a predetermined size, it may not be erased.

【0050】さらに、本発明の一実施例の他の例を示
す。図15は、本発明の一実施例の現状データテーブル
の他の例を示す。同図の現状データテーブル300は、
状態名としてカスタマ番号、状態情報として端末ID、
契約提供情報番号より構成される。
Further, another example of one embodiment of the present invention will be shown. FIG. 15 shows another example of the current data table according to the embodiment of the present invention. The current data table 300 of FIG.
Customer number as status name, terminal ID as status information,
It consists of the contract information number.

【0051】処理部100は、図15に示す現況データ
テーブル300を生成し、当該現況データテーブル30
0の各レコードの取得時刻と変更種別は、以下の通りで
ある。 カスタマ番号(状態名)80 変更種別=新規(=0),取得時刻=95,09,01
/10:30:00 カスタマ番号(状態名)70 変更種別=新規(=0),取得時刻=95,09,01
/10:30:20 カスタマ番号(状態名)80 変更種別=更新(=1),取得時刻=95,09,10
/14:00:00 カスタマ番号(状態名)70 変更種別=更新(=1),取得時刻=95,09,10
/14:00:10 カスタマ番号(状態名)90 変更種別=削除(=2),取得時刻=95,09,10
/14:00:20 これにより、処理部100は、上記の取得時刻と変更種
別及び当該状態名に対応する変更内容を現況データテー
ブル300より読み出して図16に示すログテーブル4
00を生成する。処理部100は、現況データテーブル
300からログテーブル400を生成するために現況デ
ータを読み出した時、当該現況データテーブル300を
消去する。
The processing section 100 generates the present condition data table 300 shown in FIG.
The acquisition time and change type of each record of 0 are as follows. Customer number (state name) 80 Change type = new (= 0), acquisition time = 95,09,01
/ 10: 30: 30 Customer number (state name) 70 Change type = new (= 0), acquisition time = 95,09,01
/ 10: 30: 30: 20 Customer number (state name) 80 Change type = update (= 1), acquisition time = 95,09,10
/ 14: 00: 00 Customer number (state name) 70 Change type = update (= 1), acquisition time = 95,09,10
/ 14: 00: 10 Customer number (state name) 90 Change type = Delete (= 2), Acquisition time = 95,09,10
/ 14: 00: 20 As a result, the processing unit 100 reads out the change contents corresponding to the acquisition time, the change type, and the state name from the current state data table 300, and the log table 4 shown in FIG.
00 is generated. When the processing unit 100 reads the current status data to generate the log table 400 from the current status data table 300, the processing unit 100 erases the current status data table 300.

【0052】さらに、データ加工部200は、このログ
テーブル400から履歴情報を生成する。このとき、ロ
グテーブル400を読み取る時間範囲を95年9月1日
0時〜9月10日24時と指定する。これにより、図1
8に示す履歴情報が生成される。図17は、図16に示
すログテーブル400を読み込む前の履歴情報記憶部6
00に格納されている履歴情報の例であり、カスタマ番
号「90」に関する情報のみが格納されている。
Further, the data processing section 200 generates history information from this log table 400. At this time, the time range for reading the log table 400 is designated as 0:00 on September 1, 1995 to 24:00 on September 10. As a result, FIG.
The history information shown in 8 is generated. 17 shows the history information storage unit 6 before reading the log table 400 shown in FIG.
This is an example of history information stored in 00, and only information regarding the customer number “90” is stored.

【0053】データ加工部200が図16に示すログテ
ーブル400を読み込むことにより、カスタマ番号「9
0」の履歴情報は1件追加され、最終的にカスタマ番号
「90」のカスタマは95年9月10日に当該情報サー
ビスを脱会したため、変更フラグには、“2”(削除)
が設定される。
The data processing unit 200 reads the log table 400 shown in FIG.
One piece of history information of "0" was added, and finally the customer of customer number "90" withdrew from the information service on September 10, 1995, so the change flag has "2" (deleted).
Is set.

【0054】このようなデータから、カスタマ番号「9
0」のカスタマは95年6月10日に新規加入している
ため、データ加工部200は、各月の加入者数等を集計
する際に、例えば、6月時点での加入者の一人としてカ
スタマ番号「90」のカスタマもカウントすることがで
き、正確な集計が可能となる。
From such data, the customer number "9"
Since the “0” customer newly joined on June 10, 1995, when the data processing unit 200 aggregates the number of subscribers in each month, for example, as one of the subscribers as of June The customer with the customer number “90” can also be counted, and accurate counting can be performed.

【0055】さらに、カスタマ番号「80」及び「7
0」に着目すると、両者共に同じ時期に契約提供情報番
号が最終的に“4”の情報に変更していることが分か
る。このような場合に、どのような時期に、どの提供情
報からどの提供情報に移行する傾向があるか等の統計資
料として履歴情報を利用することが可能となる。即ち、
メモリのサイズの問題等により現況データテーブル30
0が所定の周期または、ログテーブル400生成時に消
去された場合であっても、ログテーブル400に時刻属
性及び変更種別を設定しておくことにより、種々の目的
毎に編集された履歴情報の作成が可能である。
Further, customer numbers "80" and "7"
Focusing on "0", it can be seen that both parties have finally changed the contract provision information number to "4" at the same time. In such a case, it becomes possible to use the history information as a statistical material such as at what time and at what time the provided information tends to shift to the provided information. That is,
Present data table 30 due to memory size issues, etc.
Even if 0 is deleted in a predetermined cycle or when the log table 400 is generated, by setting the time attribute and the change type in the log table 400, history information edited for various purposes can be created. Is possible.

【0056】また、現況データテーブル300及びログ
テーブル400がメモリサイズの観点から消去されたと
してても履歴情報を残すことでデータ加工部200にお
いて、種々の統計処理等を行うことが可能となる。な
お、上記の実施例では、1つのログテーブル400から
1つの履歴情報を生成する例を示しているが、この例に
限定されることなく、図10に示すように現況データテ
ーブル300に複数の項目種別の情報が登録されている
場合には、当該現況データテーブル300の情報に基づ
いてログテーブル400を生成し、1つのログテーブル
400から目的別・項目別に複数の種類の履歴情報を生
成することも可能である。
Further, even if the present status data table 300 and the log table 400 are deleted from the viewpoint of memory size, by leaving the history information, the data processing unit 200 can perform various statistical processings. In addition, in the above-described embodiment, an example in which one piece of history information is generated from one log table 400 is shown, but the present invention is not limited to this example, and as shown in FIG. When the information of the item type is registered, the log table 400 is generated based on the information of the present status data table 300, and a plurality of types of history information is generated from one log table 400 for each purpose / item. It is also possible.

【0057】なお、本発明は、上記の実施例に限定され
ることなく、特許請求の範囲内で種々変更・応用が可能
である。
The present invention is not limited to the above embodiment, but can be variously modified and applied within the scope of the claims.

【0058】[0058]

【発明の効果】上述のように本発明によれば、処理プロ
セスが利用する現況データテーブルとその変分を履歴と
して管理、統計管理するデータ加工プロセスが利用する
ログテーブルを分離することにより、完全な変更履歴デ
ータを作成することができる。
As described above, according to the present invention, by separating the present data table used by the processing process and the log table used by the data processing process for managing and statistically managing the variation of the current data table as a history, Change history data can be created.

【0059】また、現況データテーブルを処理プロセス
とデータ加工プロセスが共用する場合には、データ加工
プロセスと処理プロセスとのテーブルアクセス競合が生
じて処理プロセスの性能が劣化する可能性がある。ログ
テーブルを分離した場合、現況データテーブルの変更コ
ードのログテーブルへの追加処理は待機処理とし、処理
プロセスとは切り離しが可能であるため、上記性能劣化
の問題を回避することが可能である。
When the current data table is shared by the processing process and the data processing process, table access competition between the data processing process and the processing process may occur and the performance of the processing process may deteriorate. When the log table is separated, the process of adding the change code of the current data table to the log table is a standby process and can be separated from the process process, so that the problem of the above performance degradation can be avoided.

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

【図1】本発明の原理を説明するための図である。FIG. 1 is a diagram for explaining the principle of the present invention.

【図2】本発明の原理構成図である。FIG. 2 is a principle configuration diagram of the present invention.

【図3】本発明の情報管理装置の構成図である。FIG. 3 is a block diagram of an information management device of the present invention.

【図4】本発明の状態情報のみで構成されるログテーブ
ルの構成図である。
FIG. 4 is a configuration diagram of a log table configured only by status information according to the present invention.

【図5】本発明のログテーブル(図4)から履歴情報を
作成する動作を示すフローチャートである。
FIG. 5 is a flowchart showing an operation of creating history information from the log table (FIG. 4) of the present invention.

【図6】本発明の時間情報と状態情報で構成されるログ
テーブルの構成図である。
FIG. 6 is a configuration diagram of a log table including time information and state information according to the present invention.

【図7】本発明のログテーブル(図6)から履歴情報を
作成する動作を示すフローチャートである。
FIG. 7 is a flowchart showing an operation of creating history information from the log table (FIG. 6) of the present invention.

【図8】本発明の時間属性、変更属性を含むログテーブ
ルの構成図である。
FIG. 8 is a configuration diagram of a log table including a time attribute and a change attribute according to the present invention.

【図9】本発明のログテーブル(図8)から履歴情報を
作成する動作を示すフローチャートである。
FIG. 9 is a flowchart showing an operation of creating history information from the log table (FIG. 8) of the present invention.

【図10】本発明の履歴情報の作成を説明するための図
である。
FIG. 10 is a diagram for explaining the creation of history information according to the present invention.

【図11】本発明の一実施例の現状データテーブルの例
を示す図である。
FIG. 11 is a diagram showing an example of a current data table according to an embodiment of the present invention.

【図12】本発明の一実施例のログテーブルの例を示す
図である。
FIG. 12 is a diagram showing an example of a log table according to an embodiment of the present invention.

【図13】本発明の一実施例の更新前の履歴情報の例を
示す図である。
FIG. 13 is a diagram showing an example of history information before updating according to an embodiment of the present invention.

【図14】本発明の一実施例の更新後の履歴情報の例を
示す図である。
FIG. 14 is a diagram showing an example of updated history information according to an embodiment of the present invention.

【図15】本発明の一実施例の現状データテーブルの他
の例を示す図である。
FIG. 15 is a diagram showing another example of the current data table according to the embodiment of the present invention.

【図16】本発明の一実施例のログテーブルの他の例を
示す図である。
FIG. 16 is a diagram showing another example of the log table according to the embodiment of the present invention.

【図17】本発明の一実施例の更新前の履歴情報の他の
例を示す図である。
FIG. 17 is a diagram showing another example of history information before updating according to an embodiment of the present invention.

【図18】本発明の一実施例の更新後の履歴情報の他の
例を示す図である。
FIG. 18 is a diagram showing another example of updated history information according to an embodiment of the present invention.

【図19】従来の情報管理装置の構成図である。FIG. 19 is a block diagram of a conventional information management device.

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

100 処理部、処理手段 200 データ加工部、データ加工手段 210 履歴情報生成部 220 統計処理部 230 表示部 300 現況データテーブル 400 ログテーブル 600 履歴情報記憶部 610,620 変更履歴テーブル 100 processing unit, processing unit 200 data processing unit, data processing unit 210 history information generation unit 220 statistical processing unit 230 display unit 300 current data table 400 log table 600 history information storage unit 610, 620 change history table

─────────────────────────────────────────────────────
────────────────────────────────────────────────── ───

【手続補正書】[Procedure amendment]

【提出日】平成7年10月16日[Submission date] October 16, 1995

【手続補正1】[Procedure amendment 1]

【補正対象書類名】図面[Document name to be amended] Drawing

【補正対象項目名】図19[Correction target item name] FIG.

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

【図19】 FIG.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 各種の状態情報を保持する現況データテ
ーブル内の情報を用いて行う処理プロセスにより更新さ
れた現況データテーブルの変更の履歴をデータ加工プロ
セスにより管理する情報管理方法において、 前記現況データテーブルで変更されたレコードをログテ
ーブルに逐次追加し、 前記加工プロセスでは前記ログテーブルを参照して履歴
情報を生成し、 前記データ加工プロセスは、前記履歴情報を参照するこ
とを特徴とする情報管理方法。
1. An information management method for managing, by a data processing process, a history of changes in a current status data table updated by a processing process performed using information in the current status data table that holds various status information. Records that are changed in the table are sequentially added to the log table, the processing process refers to the log table to generate history information, and the data processing process refers to the history information. Method.
【請求項2】 前記ログテーブルに前記現況データテー
ブルの変更レコードを追加する際に、 追加時刻を前記変更レコードの属性として含む請求項1
記載の情報管理方法。
2. The addition time is added as an attribute of the change record when the change record of the current data table is added to the log table.
Information management method described.
【請求項3】 前記ログテーブルに前記現況データテー
ブルの変更レコードを追加する際に、 追加、更新、削除のいずれかの変更種別を示す識別子を
前記変更レコードの属性として含めることを請求項1記
載の情報管理方法。
3. When adding a change record of the current data table to the log table, an identifier indicating a change type of addition, update, or deletion is included as an attribute of the change record. Information management method.
【請求項4】 各種の状態情報を保持する現況データテ
ーブル、該現況データテーブル内の状態を利用して各種
の処理を行い、必要に応じて該現況データテーブルの内
容を更新、削除、追加する処理手段及び該現況データテ
ーブルの更新、削除、追加の変更の履歴を集計管理する
データ加工手段よりなる情報管理装置であって、 前記処理手段は、 前記現況データテーブルの変更されたレコードの内容を
ログデータとして保持するログテーブルを生成し、 前記データ加工手段は、前記ログテーブルをアクセスす
ることを特徴とする情報管理装置。
4. A current status data table holding various status information, various processing using the status in the current status data table, and updating, deleting or adding contents of the current status data table as necessary. An information management device comprising a processing means and a data processing means for collectively managing the history of update, deletion, and addition changes of the current status data table, wherein the processing means stores the contents of the changed record of the current status data table. An information management apparatus, wherein a log table to be retained as log data is generated, and the data processing unit accesses the log table.
【請求項5】 前記ログテーブルは、 前記現況データテーブルの変更レコードの追加時刻を含
む請求項4記載の情報管理装置。
5. The information management device according to claim 4, wherein the log table includes an addition time of a change record of the current status data table.
【請求項6】 前記ログテーブルは、 前記現況データテーブルにおいて追加、更新、削除のい
ずれかの変更種別を示す識別子を含む請求項4記載の情
報管理装置。
6. The information management device according to claim 4, wherein the log table includes an identifier indicating a change type of addition, update, or deletion in the current status data table.
JP7264293A 1995-10-12 1995-10-12 Information controlling method and device therefor Pending JPH09106364A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7264293A JPH09106364A (en) 1995-10-12 1995-10-12 Information controlling method and device therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7264293A JPH09106364A (en) 1995-10-12 1995-10-12 Information controlling method and device therefor

Publications (1)

Publication Number Publication Date
JPH09106364A true JPH09106364A (en) 1997-04-22

Family

ID=17401162

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7264293A Pending JPH09106364A (en) 1995-10-12 1995-10-12 Information controlling method and device therefor

Country Status (1)

Country Link
JP (1) JPH09106364A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004348744A (en) * 2003-05-22 2004-12-09 Microsoft Corp Identification method for identifying change carried out for table, and its system
JP2007293467A (en) * 2006-04-24 2007-11-08 Masao Shirai Information processor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004348744A (en) * 2003-05-22 2004-12-09 Microsoft Corp Identification method for identifying change carried out for table, and its system
JP2007293467A (en) * 2006-04-24 2007-11-08 Masao Shirai Information processor

Similar Documents

Publication Publication Date Title
US7219104B2 (en) Data cleansing
JP4647308B2 (en) Method and apparatus for change data collection in a database system
JPH05342264A (en) Method for indexing and retrieval and device for the same
US20130232175A1 (en) Information retrieval system, registration apparatus for indexes for information retrieval, information retrieval method and program
JPH0916607A (en) Method for managing index in data base management system
JPH10228486A (en) Distributed document classification system and recording medium which records program and which can mechanically be read
US20040237041A1 (en) Apparatus, method and program for supporting a review
US20080071736A1 (en) Apparatus, system, and method for criteria-based grouping and searching of database management system log records
CN107783974A (en) Data handling system and method
JP4177833B2 (en) Method and apparatus for multi-process access to linked list
US7966333B1 (en) User segment population techniques
JPH09106364A (en) Information controlling method and device therefor
JP2925042B2 (en) Information link generation method
CN113407261A (en) Data configuration method and device and computer equipment
JPH07249032A (en) Electronic filing device
JP3769775B2 (en) Distributed link information maintenance method
JP4767389B2 (en) Logging device and recording medium
JP3649472B2 (en) Information retrieval device
JP4056622B2 (en) Database management device
JPH096653A (en) Data base checking information processor
CN114238241B (en) Metadata processing method and computer system for financial data
JPH07152615A (en) Data base reorganization system
CN116301597A (en) Data storage method, device, equipment and storage medium
JP2888458B2 (en) File storage device
CN117874000A (en) Entity merging and version management method based on HBASE

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040323