JP2624170B2 - Logical deletion data physical deletion method - Google Patents

Logical deletion data physical deletion method

Info

Publication number
JP2624170B2
JP2624170B2 JP6108846A JP10884694A JP2624170B2 JP 2624170 B2 JP2624170 B2 JP 2624170B2 JP 6108846 A JP6108846 A JP 6108846A JP 10884694 A JP10884694 A JP 10884694A JP 2624170 B2 JP2624170 B2 JP 2624170B2
Authority
JP
Japan
Prior art keywords
data
deletion
logical
data record
deleted
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP6108846A
Other languages
Japanese (ja)
Other versions
JPH07319742A (en
Inventor
功一 平田
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

Landscapes

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

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

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

【0002】[0002]

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

【0003】[0003]

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

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

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

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

【0007】[0007]

【課題を解決するための手段】 本発明の論理削除デー
タ物理削除方式は、最新のデータレコードの他にこれに
対応する過去の複数時点のデータレコードを論理削除デ
ータレコードとして有しているデータベースとアプリケ
ーションプログラムとデータベース管理システムとから
構成されるシステムにおいて、前記アプリケーションプ
ログラムは、前記データベースから論理的に削除されて
いる論理削除データレコードを検索して不要なものにつ
いては物理的な削除を行うことを指示するデータレコー
ド検索命令と、前記アプリケーションプログラムによっ
て指定され、前記論理削除データレコードのうち物理的
に削除してよいものを示す論理削除データ削除情報とを
有し、前記データベース管理システムは、前記アプリケ
ーションプログラム内のデータレコード検索命令に対応
して前記データベースのデータレコードへアクセスして
該当データレコードを検索するデータアクセス手段と、
前記論理削除データ削除情報を参照して検索された論理
削除データレコードを物理的に削除するか否かを判断す
る不要論理削除データ削除選択手段と、前記不要論理削
除データ削除選択手段で物理的に削除すべき不要論理削
除データレコードと判断された場合に前記検索された論
理削除データレコードおよびそれ以前の論理削除レコー
ドを物理的に削除する不要論理削除データ削除手段とを
含む。
A logical deletion data physical deletion method according to the present invention includes a database having, as a logical deletion data record, data records at a plurality of past times corresponding to the latest data record in addition to the latest data record. In a system including an application program and a database management system, the application program searches for a logically deleted data record that has been logically deleted from the database and physically deletes unnecessary data records. The database management system comprises: a data record search command to be instructed; and logically deleted data deletion information designated by the application program and indicating which of the logically deleted data records may be physically deleted. program A data access means for accessing a data record of the database in response to a data record search instruction in and searching for a corresponding data record;
Unnecessary logical deletion data deletion selecting means for determining whether to physically delete the logical deletion data record searched with reference to the logical deletion data deletion information, An unnecessary logical deletion data deleting means for physically deleting the searched logical deletion data record and the previous logical deletion record when it is determined that the unnecessary logical deletion data record is to be deleted.

【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 comprises 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 command 3 and logically deleted data deletion information 6. The data record search command 3 is a command for searching a logically deleted data record which has been logically deleted from the database 1 and instructing physical deletion of unnecessary data. Since the logical data deletion information is physically deleted, Stores information on the logical deletion data to be searched specified in.

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

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

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

【0014】図4は本発明の処理の動作の概要を示すフ
ローチャートである。
FIG. 4 is a flowchart 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, a data record search instruction 3 is specified in the application program 2 to specify the logically deleted date and the physically deleted date as information of the logically deleted data to be searched. Information on whether or not to delete the data is input, and the data access means 5 executes the corresponding logically deleted data search (step 4).
1). The logical deletion date of the logical deletion data to be searched is stored in the logical deletion data deletion information area 6 of the application program 2.

【0017】次にこの検索した論理削除データの論理削
除された日付以前の該当データレコードを検索後に物理
的に削除しないとステップ41で指定した場合には、デ
ータアクセス手段5で検索命令を実行して論理削除時点
情報を参照しながら該当日付の論理削除データを検索し
て処理を終了する。一方、物理的に削除すると指定した
場合には、不要論理削除データ削除選択手段7におい
て、検索したデータの論理削除時点情報を参照して”H
IGH VALUE”が設定されていれば論理削除デー
タではないので無視し、日付が設定されていれば論理削
除データであると判断して、論理削除データ削除情報6
の日付を参照して検索したデータレコードの論理削除日
付と比較し、前記論理削除データ削除情報6の日付の値
以下のデータレコードは物理的に削除するデータレコー
ドであると判断して、不要論理削除データ削除手段8に
おいて物理的にデータベース1から削除される(ステッ
プ42〜46)。
Next, if it is specified in step 41 that the data record before the logical deletion date of the searched logical deletion data is not physically deleted after the search, the data access means 5 executes a search command. Then, the logical deletion data on the corresponding date is searched with reference to the logical deletion point information, and the process is terminated. On the other hand, when it is specified that the data is physically deleted, the unnecessary logical deletion data deletion selecting means 7 refers to the logical deletion point information of the searched data and sets “H”.
If "IGH VALUE" is set, it is not logically deleted data, so it is ignored. If a date is set, it is determined that it is logically deleted data, and logically deleted data deletion information 6
Is compared with the logical deletion date of the data record searched with reference to the date, and the data record that is equal to or less than the date value of the logical deletion data deletion information 6 is determined to be the data record to be physically deleted, The 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 a logically deleted data record stored in a database is searched by an application program,
If you decide that the search data record is physically unnecessary,
By providing the database management system with a means for automatically physically deleting data records before the corresponding logically deleted data record after searching, the user can delete unnecessary logically deleted data files from the database without any special awareness. Physical deletion can be automatically performed automatically, which has the effect of facilitating database maintenance and management.

【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 related art.

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

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

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

【図3】データベース内の最新データレコードと複数の
論理削除レコードの並びの具体例を示す。
FIG. 3 shows a specific example of an arrangement of a latest data record and a plurality of logically deleted records in a 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 データレコード DESCRIPTION OF SYMBOLS 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-33 Data records

Claims (3)

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

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8031361B2 (en) 2006-09-19 2011-10-04 Brother Kogyo Kabushiki Kaisha Image forming apparatus
US8089662B2 (en) 2006-09-25 2012-01-03 Brother Kyogo Kabushiki Kaisha Image forming apparatus
US8125670B2 (en) 2006-09-28 2012-02-28 Brother Kogyo Kabushiki Kaisha Data processing apparatus and recording medium
US8179557B2 (en) 2006-09-28 2012-05-15 Brother Kogyo Kabushiki Kaisha Image forming apparatus for reading information from and writing information to a non-contact medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5373493B2 (en) * 2009-07-08 2013-12-18 株式会社エクサ ID management program
CN112269781B (en) * 2020-11-13 2023-07-25 网易(杭州)网络有限公司 Data life cycle management method, device, medium and electronic equipment

Family Cites Families (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 (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8031361B2 (en) 2006-09-19 2011-10-04 Brother Kogyo Kabushiki Kaisha Image forming apparatus
US8089662B2 (en) 2006-09-25 2012-01-03 Brother Kyogo Kabushiki Kaisha Image forming apparatus
US8125670B2 (en) 2006-09-28 2012-02-28 Brother Kogyo Kabushiki Kaisha Data processing apparatus and recording medium
US8179557B2 (en) 2006-09-28 2012-05-15 Brother Kogyo Kabushiki Kaisha Image forming apparatus for reading information from and writing information to a non-contact medium

Also Published As

Publication number Publication date
JPH07319742A (en) 1995-12-08

Similar Documents

Publication Publication Date Title
JPH0916607A (en) Method for managing index in data base management system
JP2624170B2 (en) Logical deletion data physical deletion method
US7269589B2 (en) Database managing method and system having data backup function and associated programs
JPS62131349A (en) Data base processing system
JP3178671B2 (en) File system and its file recovery method
JPH08287104A (en) Time-series data management system
JP3226891B2 (en) Distributed database system and method for extending distributed database system
JP2747009B2 (en) Record addition method for indexed sequential files
JP3497053B2 (en) Processing method in online database management system and online database management system
JP2586330B2 (en) Logical deletion data management method
JPH0744426A (en) File management method for file system
JPH08328929A (en) Database split management system
JPH0644302A (en) Data base retrieval system
JPH05274199A (en) Record storing system in file system
JPS63158627A (en) Index retrieval system
JPH03246643A (en) Processing for editing dump summary
JPH01253024A (en) Buffer control method for data base management
JPH04310143A (en) Automatic recomposition processor for multi-index order composition file
JPH0773086A (en) Time sequential data holding system
JPH0398135A (en) Automatic saving controlling system for data base
JPH05265820A (en) Input/output processing system
JP2003085009A (en) Data storing area management method and device
JPH02253451A (en) Data base managing system
JPH04188339A (en) Control system for deleted record
JPH05151051A (en) Data base update system

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