JPH07319742A - Physical deleting system for logically deleted data - Google Patents

Physical deleting system for logically deleted data

Info

Publication number
JPH07319742A
JPH07319742A JP6108846A JP10884694A JPH07319742A JP H07319742 A JPH07319742 A JP H07319742A JP 6108846 A JP6108846 A JP 6108846A JP 10884694 A JP10884694 A JP 10884694A JP H07319742 A JPH07319742 A JP H07319742A
Authority
JP
Japan
Prior art keywords
data
deletion
deleted
logical
data 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.)
Granted
Application number
JP6108846A
Other languages
Japanese (ja)
Other versions
JP2624170B2 (en
Inventor
Koichi Hirata
功一 平田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP6108846A priority Critical patent/JP2624170B2/en
Publication of JPH07319742A publication Critical patent/JPH07319742A/en
Application granted granted Critical
Publication of JP2624170B2 publication Critical patent/JP2624170B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To facilitate the maintenance management of a data base by deleting automatically and physically the precedent data records when it is decided that the logically deleted and retrieved data-records are not necessary. CONSTITUTION:When the data record DR that has been logically deleted is retrieved, a data record retrieving instruction 3 is designated in an application program 2. Then, the logically deleted date of a retrieving subject and the information to be physically deleted are inputted, and a data access means 5 carries out a retrieving operation. The date of the logically deleted data is stored in a logically deleted data deletion information area 6. When it is designated that the corresponding DR set on a date before that of the logically deleted data should be deleted, an unnecessary logically deleted data deletion selector means 7 refers to the logical deleting time point information and also refers to the date of the deletion information if a date is set. Then, the means 7 compares the date of the information 6 with a retrieved DR. Thus, the DRs set after the date of the information 6 are physically deleted from a data base 1 by an unnecessary logically deleted data deleting means 8.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データベースのファイ
ルの削除方式に関し、特に論理的には削除されているが
物理的には削除されていないデータレコードを、このデ
ータレコードが不要になった時点以降に検索した際に物
理的にも不要と判断した場合に、検索後にこのデータレ
コード以前のデータレコードを自動的に物理削除するこ
とを可能にした論理削除データ物理削除方式に関するも
のである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of deleting a file of a database, and particularly when a data record that has been logically deleted but not physically deleted is generated when this data record becomes unnecessary. The present invention relates to a logically deleted data physical deletion method that makes it possible to automatically physically delete a data record before this data record after a search when it is determined that the data record is physically unnecessary when a subsequent search is performed.

【0002】[0002]

【従来の技術】従来、論理的に削除されたデータレコー
ドを物理削除する方式として次の2つが知られている。
1つは不要な論理削除データレコードを物理削除しても
いいものかどうか内容をいちいちチェックしながらデー
タベースの再編成処理を実行する方式である。もう1つ
はアプリケーションプログラムの側で順次データレコー
ドを検索して、それが不要な論理削除レコードかどうか
判断する処理を組み込むことによって不要な論理削除レ
コードと判断した場合にデータレコードを物理削除する
方式である。
2. Description of the Related Art Conventionally, the following two methods are known as a method for physically deleting a logically deleted data record.
One is a method of executing database reorganization processing while checking the contents one by one to determine whether unnecessary logical deletion data records can be physically deleted. The other is a method of physically deleting a data record when it is determined as an unnecessary logical delete record by incorporating a process for sequentially searching the data record on the application program side and determining whether the data record is an unnecessary logical delete record. Is.

【0003】[0003]

【発明が解決しようとする課題】しかしながら上述の従
来技術では次のような問題点がある。
However, the above-mentioned prior art has the following problems.

【0004】まず、前者の従来技術では、論理的に削除
されたデータレコードが不要になる度にデータベースの
再編成処理を実行しないと不要になったデータレコード
の物理削除ができない。そこでデータベースの再編成処
理を本来の目的とは異なった目的で実施することにな
り、結果的にデータベースの再編成処理を実行する間隔
が短くなり、データベースの運用を複雑にしてしまうと
いう欠点がある。
First, in the former prior art, the unnecessary data record cannot be physically deleted unless the database reorganization process is executed every time the logically deleted data record becomes unnecessary. Therefore, the database reorganization process is performed for a purpose different from the original purpose, and as a result, the interval for executing the database reorganization process is shortened and the database operation is complicated. .

【0005】また、後者の従来技術では、アプリケーシ
ョンプログラムの側で全データレコードを検索して論理
的に削除されているデータレコードのうちそれが物理的
に削除してよいデータレコードかどうかを判断させて不
要になったデータレコードの物理削除を実行している。
このため大容量のデータが格納されているデータベース
の場合にはアプリケーションプログラムの負荷が大きく
なり処理に時間がかかってしまう。また、アプリケーシ
ョンプログラムの構成を複雑にしてしまうという欠点も
あった。
In the latter conventional technique, the application program searches all the data records to determine whether the logically deleted data records are physically erasable data records. Data records that are no longer needed are physically deleted.
Therefore, in the case of a database that stores a large amount of data, the load of the application program becomes large and the processing takes time. There is also a drawback that the configuration of the application program is complicated.

【0006】以上の点に鑑みて本発明では、不要になっ
た論理削除データを物理削除する場合、データベース管
理システム側で物理削除してかまわない不要な論理削除
データであるかどうかを判断させて物理削除対象のデー
タレコードを抽出し、物理削除させる手段を組み込むこ
とにより、本来の目的に合わないデータベース再編成処
理をなくすと同時に論理削除データの物理削除処理にお
けるアプリケーションプログラムへの依存度を少なくす
る事を目的とする。
In view of the above points, in the present invention, when physically deleting unnecessary logical deleted data, the database management system side determines whether the logical deleted data is unnecessary logical deleted data. By incorporating means for extracting data records to be physically deleted and physically deleting them, database reorganization processing that does not meet the original purpose is eliminated and at the same time, the dependency on the application program in the physical deletion processing of logical deleted data is reduced. To aim for things.

【0007】[0007]

【課題を解決するための手段】アプリケーションプログ
ラムは、データベースから論理的に削除されている論理
削除データレコードを検索して不要なものについては物
理な削除を行う事を指示するデータレコード検索命令
と、前記論理削除データレコードを物理的に削除するた
めに指定された検索対象の論理削除データの情報が格納
されている論理削除データ削除情報とを有し、データベ
ース管理システムは前記アプリケーションプログラム内
のデータレコード検索命令に対応して前記データベース
のデータレコードへアクセスして該当データレコードを
検索するデータアクセス手段と、前記論理削除データ削
除情報を参照して検索された論理削除データレコードを
物理的に削除するか否かを判断する不要論理削除データ
削除選択手段と、前記不要論理削除データ削除選択手段
で物理的に削除すべき不要論理削除データレコードと判
断された場合に前記検索された論理削除データレコード
およびそれ以前の論理削除レコードを物理的に削除する
不要論理削除データ削除手段とを含む。
An application program searches a logically deleted data record that is logically deleted from a database and physically deletes unnecessary data record search commands. And a logical deletion data deletion information in which information of the logical deletion data to be searched, which is designated to physically delete the logical deletion data record, is stored, and the database management system stores the data record in the application program. Data access means for accessing a data record of the database in response to a search command to retrieve the corresponding data record, and whether to physically delete the logically deleted data record found by referring to the logically deleted data deletion information. Unnecessary logical deletion data deletion selection means for determining whether or not Unnecessary logical deleted data The unnecessary logical deleted data that physically deletes the retrieved logical deleted data record and the preceding logical deleted records when it is determined by the deletion selecting means that the logical deleted data record should be physically deleted. And deleting means.

【0008】[0008]

【実施例】本発明について図面を参照して説明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described with reference to the drawings.

【0009】図1は本発明のブロック構成図であり、大
きくはデータベース1とアプリケーションプログラム
(AP)2とデータベース管理システム4とから構成さ
れる。
FIG. 1 is a block diagram of the present invention, which is mainly composed of a database 1, an application program (AP) 2, and a database management system 4.

【0010】アプリケーションプログラム2はデータレ
コード検索命令3と論理削除データ削除情報6とを含
む。データレコード検索命令3はデータベース1から論
理的に削除されている論理削除データレコードを検索し
て不要なものについては物理な削除を指示する命令であ
り、論理データ削除情報は物理的に削除するために指定
された検索対象の論理削除データの情報を格納してい
る。
The application program 2 includes a data record search instruction 3 and logical deletion data deletion information 6. The data record search command 3 is a command for searching a logically deleted data record that has been logically deleted from the database 1 and instructing physical deletion of unnecessary data records, because the logical data deletion information is physically deleted. Stores the information of the logically deleted data specified as the search target.

【0011】データベース管理システム4はアプリケー
ションプログラム(AP)2内のデータレコード検索命
令3に対応して前記データベース1のデータレコードへ
アクセスするデータアクセス手段5と、AP内の論理削
除データ削除情報6を参照して検索された論理削除デー
タレコードを物理的に削除するか否かを判断する不要論
理削除データ削除選択手段7と、前記不要論理削除デー
タ削除選択手段7で物理的に削除すべき不要論理削除デ
ータレコードと判断された場合に前記検索された論理削
除データレコードおよびそれ以前の論理削除レコードを
物理的に削除する不要論理削除データ削除手段8とを含
む。
The database management system 4 stores the data access means 5 for accessing the data record of the database 1 in response to the data record search command 3 in the application program (AP) 2 and the logical deletion data deletion information 6 in the AP. Unnecessary logical deletion data deletion selecting means 7 for determining whether to physically delete the logical deletion data record retrieved by reference, and unnecessary logical data to be physically deleted by the unnecessary logical deletion data deletion selecting means 7. And an unnecessary logical deleted data deleting means 8 for physically deleting the searched logical deleted data record and the preceding logical deleted records when it is judged as the deleted data record.

【0012】図2はデータベース1内のデータレコード
の構造を示しており、論理削除時点情報として論理削除
を行った時点の日付を格納しているエリアとその他の情
報を格納しているエリアとから構成されている。
FIG. 2 shows the structure of the data record in the database 1. It is composed of an area storing the date of the logical deletion as the logical deletion time information and an area storing other information. It is configured.

【0013】図3はデータベース1内の最新データレコ
ードと複数の論理削除レコードの並びの具体例であり、
31は最新のデータレコードであり、論理削除時点情報
として”HIGH VALUE”が設定されておりデー
タレコードが論理的に削除されていないことを示してい
る。32、33は論理削除時点情報としてデータレコー
ドが論理的に削除された日付が設定されておりデータレ
コードが論理的に削除されていることを示している。
FIG. 3 shows a concrete example of the arrangement of the latest data record and a plurality of logically deleted records in the database 1.
Reference numeral 31 is the latest data record, and "HIGH VALUE" is set as the logical deletion time point information, indicating that the data record has not been logically deleted. Reference numerals 32 and 33 indicate that the date when the data record is logically deleted is set as the logical deletion time point information, and the data record is logically deleted.

【0014】図4は本発明の処理の動作の概要を示すフ
ローチャートである。
FIG. 4 is a flow chart showing an outline of the operation of the processing of the present invention.

【0015】図4を用いて本発明の処理動作の流れを以
下に説明する。
The flow of the processing operation of the present invention will be described below with reference to FIG.

【0016】論理的に削除されているデータレコードを
検索する場合、アプリケーションプログラム2の中でデ
ータレコード検索命令3を指定して、検索対象の論理削
除データの情報として論理削除した日付と物理的に削除
するか否かの情報を入力してデータアクセス手段5にお
いて該当論理削除データ検索を実行する(ステップ4
1)。検索対象の論理削除データの論理削除日付は、ア
プリケーションプログラム2の論理削除データ削除情報
のエリア6に格納される。
When searching for a logically deleted data record, the data record search command 3 is specified in the application program 2 to physically delete the logically deleted data as the information of the logically deleted data to be searched. By inputting information as to whether or not to delete, the data access means 5 executes a corresponding logical deleted data search (step 4).
1). The logical deletion date of the logical deletion data to be searched is stored in the area 6 of the logical deletion data deletion information of the application program 2.

【0017】次にこの検索した論理削除データの論理削
除された日付以前の該当データレコードを検索後に物理
的に削除しないとステップ41で指定した場合には、デ
ータアクセス手段5で検索命令を実行して論理削除時点
情報を参照しながら該当日付の論理削除データを検索し
て処理を終了する。一方、物理的に削除すると指定した
場合には、不要論理削除データ削除選択手段7におい
て、検索したデータの論理削除時点情報を参照して”H
IGH VALUE”が設定されていれば論理削除デー
タではないので無視し、日付が設定されていれば論理削
除データであると判断して、論理削除データ削除情報6
の日付を参照して検索したデータレコードの論理削除日
付と比較し、前記論理削除データ削除情報6の日付の値
以下のデータレコードは物理的に削除するデータレコー
ドであると判断して、不要論理削除データ削除手段8に
おいて物理的にデータベース1から削除される(ステッ
プ42〜46)。
Next, when it is specified in step 41 that the corresponding data record before the logically deleted date of the searched logically deleted data is not physically deleted after the search, the data access means 5 executes the search command. While referring to the logical deletion time point information, the logical deletion data of the corresponding date is searched for, and the process is ended. On the other hand, when the physical deletion is designated, the unnecessary logical deletion data deletion selecting means 7 refers to the logical deletion time point information of the retrieved data and refers to "H".
If "IGH VALUE" is set, it is not the logical deletion data, so it is ignored. If the date is set, it is judged as the logical deletion data, and the logical deletion data deletion information 6
The logical deletion date of the retrieved data record is compared with that of the date, and the data record less than the date value of the logical deletion data deletion information 6 is determined to be the data record to be physically deleted, and the unnecessary logical The deleted data is physically deleted from the database 1 by the deleted data deleting means 8 (steps 42 to 46).

【0018】[0018]

【発明の効果】以上説明したように本発明は、データベ
ースに格納されている論理的に削除されているデータレ
コードをアプリケーションプログラムで検索した際に、
その検索データレコードを物理的に不要と判断したら、
検索後に、該当する論理削除データレコード以前のデー
タレコードを自動的に物理削除する手段をデータベース
管理システム側に設けることによって、利用者は特別な
意識をすることなく不要な論理削除データファイルをデ
ータベースから自動的に物理削除することができるよう
になり、データベースの保守管理が容易になるという効
果がある。
As described above, according to the present invention, when an application program searches for a logically deleted data record stored in a database,
If you determine that the search data record is physically unnecessary,
By providing the database management system with a means to automatically physically delete the data records before the corresponding logically deleted data record after the search, the user can delete unnecessary logically deleted data files from the database without any special awareness. The physical deletion can be performed automatically, which has the effect of facilitating database maintenance.

【0019】また、従来よりも論理削除データの物理削
除処理におけるアプリケーションプログラムへの依存度
を少なくすることが可能となる。
Further, it becomes possible to reduce the dependence on the application program in the physical deletion processing of the logical deletion data as compared with the conventional case.

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

【図1】本発明のブロック構成図である。FIG. 1 is a block configuration diagram of the present invention.

【図2】データレコードの構造を示す図である。FIG. 2 is a diagram showing a structure of a data record.

【図3】データベース内の最新データレコードと複数の
論理削除レコードの並びの具体例を示す。
FIG. 3 shows a specific example of the arrangement of the latest data record and a plurality of logically deleted records in the database.

【図4】本発明の処理動作の概略を示すフローチャート
である。
FIG. 4 is a flowchart showing an outline of a processing operation of the present invention.

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

1 データベース 2 アプリケーションプログラム 3 データレコード検索命令 4 データベース管理システム 5 データアクセス手段 6 論理削除データ削除情報 7 不要論理削除データ削除選択手段 8 不要論理削除データ削除手段 31〜33 データレコード 1 database 2 application program 3 data record search instruction 4 database management system 5 data access means 6 logical deletion data deletion information 7 unnecessary logical deletion data deletion selection means 8 unnecessary logical deletion data deletion means 31 to 33 data records

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 最新のデータレコードの他にこれに対応
する過去の複数時点のデータレコードを論理削除データ
レコードとして有しているデータベースとアプリケーシ
ョンプログラムとデータベース管理システムとから構成
されるシステムにおいて、 前記アプリケーションプログラムは、 前記データベースから論理的に削除されている論理削除
データレコードを検索して不要なものについては物理な
削除を行う事を指示するデータレコード検索命令と、 前記論理削除データレコードを物理的に削除するために
指定された検索対象の論理削除データの情報が格納され
ている論理削除データ削除情報とを有し、 前記データベース管理システムは、 前記アプリケーションプログラム内のデータレコード検
索命令に対応して前記データベースのデータレコードへ
アクセスして該当データレコードを検索するデータアク
セス手段と、 前記論理削除データ削除情報を参照して検索された論理
削除データレコードを物理的に削除するか否かを判断す
る不要論理削除データ削除選択手段と、 前記不要論理削除データ削除選択手段で物理的に削除す
べき不要論理削除データレコードと判断された場合に前
記検索された論理削除データレコードおよびそれ以前の
論理削除レコードを物理的に削除する不要論理削除デー
タ削除手段とを含むことを特徴とする論理削除データ物
理削除方式。
1. A system comprising a database having, in addition to the latest data record, data records at a plurality of times in the past corresponding thereto as logically deleted data records, an application program and a database management system, The application program retrieves a logically deleted data record that has been logically deleted from the database, and physically deletes the logically deleted data record, and a data record search command that instructs to physically delete the unnecessary one. And logical deletion data deletion information in which information of the logical deletion data to be searched specified to be deleted is stored, and the database management system corresponds to a data record search command in the application program. Data of the database Data access means for accessing the record to retrieve the corresponding data record, and unnecessary logical deleted data deletion for determining whether to physically delete the searched logical deleted data record by referring to the logical deleted data deletion information Selecting means, and the unnecessary logical deletion data deletion selecting means physically deletes the searched logical deletion data record and the preceding logical deletion records when it is judged as an unnecessary logical deletion data record to be physically deleted. A method of physically deleting logically deleted data, including means for deleting unnecessary logically deleted data.
【請求項2】 前記データベース内のデータレコード
が、論理削除時点情報として論理削除を行った時点の日
付を格納しているエリアとその他の情報を格納している
エリアとから構成されており、この論理削除時点情報
に”HIGH VALUE”が設定されていれば該デー
タレコードが論理的に削除されていないことを示し、日
付が設定されていればその日に該データレコードが論理
的に削除されていることを示していることを特徴とする
請求項1記載の論理削除データ物理削除方式。
2. A data record in the database is composed of an area storing the date of the logical deletion as the logical deletion time information and an area storing other information. If "HIGH VALUE" is set in the logical deletion time point information, it means that the data record has not been logically deleted, and if a date has been set, the data record has been logically deleted on that day. The logically deleted data physical deletion method according to claim 1, wherein
【請求項3】 前記論理削除データ削除情報として検索
対象の論理削除データの論理削除日付を格納し、前記不
要論理削除データ削除選択手段において、検索したデー
タレコードの前記論理削除時点情報を参照して検索した
データレコードの論理削除日付と比較して前記論理削除
データ削除情報の日付の値以下のデータレコードにつて
は物理的に削除するデータレコードであると判断して、
前記不要論理削除データ削除手段においてデータベース
から物理的にデータレコードを削除することを特徴とす
る請求項1記載の論理削除データ物理削除方式。
3. The logical deletion date of the logical deletion data to be searched is stored as the logical deletion data deletion information, and the unnecessary logical deletion data deletion selecting unit refers to the logical deletion time point information of the searched data record. It is determined that the data records that are less than or equal to the date value of the logically deleted data deletion information as compared with the logically deleted date of the retrieved data record are physically deleted data records,
2. The logically deleted data physical deletion method according to claim 1, wherein the unnecessary logically deleted data deletion means physically deletes the data record from the database.
JP6108846A 1994-05-24 1994-05-24 Logical deletion data physical deletion method Expired - Fee Related JP2624170B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6108846A JP2624170B2 (en) 1994-05-24 1994-05-24 Logical deletion data physical deletion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6108846A JP2624170B2 (en) 1994-05-24 1994-05-24 Logical deletion data physical deletion method

Publications (2)

Publication Number Publication Date
JPH07319742A true JPH07319742A (en) 1995-12-08
JP2624170B2 JP2624170B2 (en) 1997-06-25

Family

ID=14495073

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6108846A Expired - Fee Related JP2624170B2 (en) 1994-05-24 1994-05-24 Logical deletion data physical deletion method

Country Status (1)

Country Link
JP (1) JP2624170B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011018156A (en) * 2009-07-08 2011-01-27 Exa Corp Id management program
CN112269781A (en) * 2020-11-13 2021-01-26 网易(杭州)网络有限公司 Data life cycle management method, device, medium and electronic equipment

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4379453B2 (en) 2006-09-19 2009-12-09 ブラザー工業株式会社 Image forming apparatus
JP2008074067A (en) 2006-09-25 2008-04-03 Brother Ind Ltd Image forming apparatus
JP4197027B2 (en) 2006-09-28 2008-12-17 ブラザー工業株式会社 Image forming apparatus and program
JP2008085844A (en) 2006-09-28 2008-04-10 Brother Ind Ltd Data processing apparatus and recording medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61245251A (en) * 1985-04-23 1986-10-31 Oki Electric Ind Co Ltd File control method
JPS61260339A (en) * 1985-05-15 1986-11-18 Oki Electric Ind Co Ltd File control method
JPS62197840A (en) * 1986-02-25 1987-09-01 Matsushita Electric Ind Co Ltd File managing device
JPS6365544A (en) * 1986-09-05 1988-03-24 Fujitsu Ltd Data deleting system
JPS63307555A (en) * 1987-06-10 1988-12-15 Hitachi Ltd File controller
JPH01204163A (en) * 1988-02-09 1989-08-16 Brother Ind Ltd File controller
JPH04303245A (en) * 1991-03-29 1992-10-27 Nec Corp File processing system
JPH05134908A (en) * 1991-11-13 1993-06-01 Nec Corp Record deleting system for sequentially compiled file

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61245251A (en) * 1985-04-23 1986-10-31 Oki Electric Ind Co Ltd File control method
JPS61260339A (en) * 1985-05-15 1986-11-18 Oki Electric Ind Co Ltd File control method
JPS62197840A (en) * 1986-02-25 1987-09-01 Matsushita Electric Ind Co Ltd File managing device
JPS6365544A (en) * 1986-09-05 1988-03-24 Fujitsu Ltd Data deleting system
JPS63307555A (en) * 1987-06-10 1988-12-15 Hitachi Ltd File controller
JPH01204163A (en) * 1988-02-09 1989-08-16 Brother Ind Ltd File controller
JPH04303245A (en) * 1991-03-29 1992-10-27 Nec Corp File processing system
JPH05134908A (en) * 1991-11-13 1993-06-01 Nec Corp Record deleting system for sequentially compiled file

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011018156A (en) * 2009-07-08 2011-01-27 Exa Corp Id management program
CN112269781A (en) * 2020-11-13 2021-01-26 网易(杭州)网络有限公司 Data life cycle management method, device, medium and electronic equipment
CN112269781B (en) * 2020-11-13 2023-07-25 网易(杭州)网络有限公司 Data life cycle management method, device, medium and electronic equipment

Also Published As

Publication number Publication date
JP2624170B2 (en) 1997-06-25

Similar Documents

Publication Publication Date Title
JPH0916607A (en) Method for managing index in data base management system
US7269589B2 (en) Database managing method and system having data backup function and associated programs
JP2624170B2 (en) Logical deletion data physical deletion method
JP3260587B2 (en) Time series data management method
JPH04252342A (en) Data archive controller for information processing system
JP3039632B2 (en) Data management method
JP3178671B2 (en) File system and its file recovery method
JPH0773086A (en) Time sequential data holding system
JP2000066933A (en) Time series data management system
JPH05120092A (en) File deletion controlling method for file device
JP2586330B2 (en) Logical deletion data management method
JP2000067077A (en) Data base system and record medium recorded with program for processing chart division designation
JPH0644302A (en) Data base retrieval system
JPS63158627A (en) Index retrieval system
JPH0683747A (en) Device for accessing menu information
JPH06259293A (en) Useless document batch deleting device
JPH0398135A (en) Automatic saving controlling system for data base
JPS58125155A (en) Data file processing system
JPH05274199A (en) Record storing system in file system
JPH05108438A (en) Quick access system in input/output of data
JPH0756778A (en) Time-sequential data releasing system
JPH05241925A (en) File access managing system
JPH06208497A (en) Method for managing data base
JPH02253451A (en) Data base managing system
JPH02240770A (en) Information retrieving device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19970204

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

Free format text: PAYMENT UNTIL: 20080411

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20090411

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20100411

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees