JPH0398135A - Automatic saving controlling system for data base - Google Patents

Automatic saving controlling system for data base

Info

Publication number
JPH0398135A
JPH0398135A JP1236207A JP23620789A JPH0398135A JP H0398135 A JPH0398135 A JP H0398135A JP 1236207 A JP1236207 A JP 1236207A JP 23620789 A JP23620789 A JP 23620789A JP H0398135 A JPH0398135 A JP H0398135A
Authority
JP
Japan
Prior art keywords
information
file
log information
data
log
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
JP1236207A
Other languages
Japanese (ja)
Inventor
Masae Takahashi
高橋 真枝
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP1236207A priority Critical patent/JPH0398135A/en
Publication of JPH0398135A publication Critical patent/JPH0398135A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To quickly save and delete the tables and to facilitate the arrangement of files by deciding whether the table information should be saved or not based on the log information. CONSTITUTION:When a process start is requested, a table information process means 3 reads and writes the table control information and the table data into and out of a directory file 9 and a data base file 10. A log information collecting means 4 writes the identification name and the process date of a table to the log information file 11. When a saving instruction is produced for the table information, a table information saving means 5 gives an input date to a log information deciding means 6. The means 6 takes only the log information of old dates out of the file 11 and gives the identification name of the relevant table to the means 5. The means 5 reads the table control information and the table data out of the files 9 and 10 respectively to write them into a saving file 12 and sends the identification name of the table to a table information deleting means 7. The means 7 deletes the table control information and the table data out of the files 9 and 10 respectively. As a result, the tables can be quickly saved and deleted.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理システムにおけるデータベース技術の
データベース制御手段に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a database control means for database technology in an information processing system.

〔従来の技術〕[Conventional technology]

従来、情報処理システムにおけるデータベース技術では
、データベースシステム全体を退避する。または、デー
タベース管理者がディレクトリファイルに作成された表
の一覧を出力し、一覧をもとに退避し、削除可能な表か
どうかを1表ずつ判断し処理していた。
Conventionally, in database technology in information processing systems, the entire database system is evacuated. Alternatively, a database administrator outputs a list of tables created in a directory file, saves the list based on the list, and processes each table by determining whether it can be deleted or not.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のデータベース技術では、多数の表が作成
されているデータベースシステムにおいて、システム全
体を退避する方法は、退避処理にかなりの時間を要し、
退避処理実行中、データベースシステムを利用できない
In the conventional database technology described above, in a database system where a large number of tables are created, the method of backing up the entire system requires a considerable amount of time to save the entire system.
The database system cannot be used while the backup process is being executed.

また、一覧表を出力し1表ずつ判断する方法は、退避す
るか否かを判断を表の数分繰り返し行わなければならず
かなりの時間を要し、さらに判断結果を反映し、退避.
削除処理を行うという作業も加わり、煩わしさもあった
In addition, the method of outputting a list and making a judgment one by one requires a considerable amount of time as it is necessary to repeatedly judge whether to save or not for several tables.
This added the task of performing the deletion process, which was a hassle.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のデータベース自動退避制御システムの構成は、
データの部分集合をサブファイル(サブファイルを表,
サブファイルのデータを表データと呼ぶ)として記憶す
るデータベースファイルと、前記表データを記憶するた
めの管理情報(表管理情報と呼ぶ)を記憶するディレク
トリファイルと、このディレクトリファイルに対して前
記表管理情報を、前記データベースファイルに対して前
記表データを読み込んだり、書き出したりする表情報処
理手段と、前記表管理情報及び表データの処理時のログ
情報を記憶するためのログ情報ファイルと、前記表情報
処理手段で読み込んだり、書き出したりする情報を表単
位に1つのログ情報として前記ログ情報ファイルに書き
出すログ情報採取手段と、退避指示者が指定した退避処
理の基準値に従って前記ログ情報ファイル内を捜し、基
準値を満足するログ情報を取り出すログ情報判断手段と
、前記表管理情報と前記表データを保存用として記憶す
る退避ファイルと、前記ログ情報判断手段で取り出され
たログ情報を用いて、前記表管理情報を前記ディレクト
リファイルから、前記表データをデータベースファイル
から読み込み、前記退避ファイルに書き出す表情報退避
手段と、その退避された表管理情報を前記ディレクトリ
ファイルから、前記表データを前記データベースから削
除する表情報削除手段と、その退避された表のログ情報
に退避されている表であることを示す情報を付加し、前
記ログ情報ファイルに書き出すログ情報更新手段とを用
いて、そのログ情報を基にして、当面使用しないと判断
された表の表情報を前記ディレクトリファイル及びデー
タベースファイルから退避及び削除することを特徴とす
る。
The configuration of the automatic database evacuation control system of the present invention is as follows:
A subset of the data can be stored in a subfile (a subfile can be
A database file that stores subfile data (called table data), a directory file that stores management information (referred to as table management information) for storing the table data, and a directory file that stores the table management information for this directory file. table information processing means for reading and writing the table data to and from the database file; a log information file for storing the table management information and log information during processing of the table data; a log information collection means for writing information read or written by the information processing means into the log information file as one piece of log information for each table; using a log information judgment means for searching and extracting log information that satisfies a reference value, a save file for storing the table management information and the table data for storage, and the log information extracted by the log information judgment means, table information saving means for reading the table management information from the directory file and the table data from the database file and writing them to the save file; the saved table management information from the directory file and the table data from the database; The log information is deleted by using table information deletion means to be deleted and log information update means that adds information indicating that the table is a saved table to the log information of the saved table and writes it to the log information file. The present invention is characterized by saving and deleting table information of a table that is determined not to be used for the time being from the directory file and the database file based on the above.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図を参照すると、本発明の一実施例は、ディレクト
リファイル及びデータベースファイルに対する処理の開
始を指示する処理開始指示装置1、表の退避を指示する
退避指示装置2、表管理情報をディレクトリファイルに
対して、表データをデータベースファイルに対して読み
込んだり、書き出したりする表情報処理手段3、表情報
処理手段3から受け取った情報をログ情報としてログ情
報ファイルに書き出すログ情報採取手段4、退避指示装
置2から受けとった退避処理の基準となる日付をログ情
報判断手段6に渡し、ログ情報判断手段6で取り出され
たログ情報を受け取って、その表の表管理情報をディレ
クトリファイルから、表データをデータベースファイル
から読み込み、退避ファイルに書き出す表情報退避千段
5、表情報退避手段5から受け取った日付よりも古い日
付をもつログ情報を捜し出し、そのログ情報を取り出す
ログ情報判断千段6、退避された表の表管理情報をディ
レクトリファイルから、表データをデータベースファイ
ルから削除する表情報削除手段7、削除された表のログ
情報に退避され削除された表であることを示す情報を付
加し、ログ情報ファイルに書き出すログ情報更新手段8
、表の管理情報を記憶するディレクトリファイル9、表
データを記憶するデータベースファイル10、ログ情報
を記憶するログ情報ファイル11、表管理情報と表デー
タとを保存用として記憶する退避ファイル12とから構
成されている。
Referring to FIG. 1, one embodiment of the present invention includes a process start instructing device 1 for instructing the start of processing for directory files and database files, an evacuation instructing device 2 for instructing the evacuation of tables, and table management information in a directory file. , a table information processing means 3 that reads and writes table data to and from a database file, a log information collection means 4 that writes information received from the table information processing means 3 as log information to a log information file, and a save instruction. The date received from the device 2, which serves as a reference for the save processing, is passed to the log information judgment means 6, and the log information judgment means 6 receives the retrieved log information and extracts the table management information of the table from the directory file and the table data. A table information saving step 5 of reading from a database file and writing to a save file, a step 6 of log information judgment for searching for log information having a date older than the date received from the table information saving means 5 and extracting the log information, and a step 6 of saving the log information. The table information deletion means 7 deletes the table management information of the deleted table from the directory file and the table data from the database file, adds information indicating that the table has been saved and deleted to the log information of the deleted table, and Log information update means 8 to write to information file
, a directory file 9 for storing table management information, a database file 10 for storing table data, a log information file 11 for storing log information, and a save file 12 for storing table management information and table data. has been done.

上記構成において、処理開始指示装置1から処理開始が
要求されると、表情報処理手段3は、入力された表の識
別名を用いて、ディレクトリファイル9、データベース
ファイル10に対して表管理情報、表データを読み込ん
だり、書き出したりする処理を行う。これらの処理が終
了すると、処理した表の識別名と処理日付をログ情報採
取手段4に渡す.表の識別名と処理日付とを受け取った
ログ情報採取手段4は、1つのログ情報としてログ情報
ファイルに書き出す。
In the above configuration, when a process start is requested from the process start instructing device 1, the table information processing means 3 uses the input table identification name to send table management information to the directory file 9 and the database file 10. Performs processing to read and write table data. When these processes are completed, the identification name of the processed table and the processing date are passed to the log information collection means 4. Upon receiving the table identification name and processing date, the log information collecting means 4 writes it out as one piece of log information in a log information file.

次に、退避指示装置2から日付が入力され、表情報の退
避指示が要求されると、表情報退避手段5は、入力され
た日付をログ情報判断手段6に渡す。
Next, when a date is input from the save instruction device 2 and an instruction to save the table information is requested, the table information save means 5 passes the input date to the log information judgment means 6.

ログ情報判断手段6は、ログ情報ファイル11内のすべ
てのログ情報を読み込み、受け取った日付とログ情報内
の日付とを比較し、後者の方が古いログ情報だけを取り
出し、そのログ情報内の表の識別名を表情報退避千段5
へ渡す。
The log information judgment means 6 reads all the log information in the log information file 11, compares the received date with the date in the log information, extracts only the log information that is older than the latter, and extracts the log information in the log information that is older. Save the table identification name and table information 1,000 steps 5
pass it on to

表情報退避手段5は、表の識別名を用いてディレクトリ
ファイル9から表管理情報を、データベースファイル1
0から表データを読み込み、退避ファイル12に書き出
す。退避ファイルへの書き出し処理が終了すると、表の
識別名を表情報削除手段7へ渡す。
The table information saving means 5 saves the table management information from the directory file 9 to the database file 1 using the table identification name.
Table data is read from 0 and written to the save file 12. When the writing process to the save file is completed, the table identification name is passed to the table information deletion means 7.

表情報削除手段7は、表の識別名を用いて、ディレクト
リファイル9から表管理情報をデータベースファイル1
0から表データを削除する。削除処理が終了すると、ロ
グ情報更新手段8へ削除処理を行った表の表識別名を渡
す。
The table information deletion means 7 deletes the table management information from the directory file 9 into the database file 1 using the table identification name.
Delete table data from 0. When the deletion process is completed, the table identification name of the table that has been deleted is passed to the log information updating means 8.

ログ情報更新手段8は、表の識別名を用いて、ログ情報
ファイル11内のその表のログ情報に退避され削除され
た表であることを示す情報を付加し、ログ情報ファイル
11に書き出す9〔発明の効果〕 本発明には、情報処理システムのデータベース技術に関
するもので、多数の表が作成されているデータベースシ
ステムでは、表情報を退避するか否かの判断をログ情報
によって行うことにより、速やかに表の退避,削除処理
を行うことができ、容易にファイルの整理を行うことが
できる。また、表情報を削除することによって生じたデ
ィレクトリファイルやデータベースファイル内の空き領
域を他の表のための領域として利用したり、新たに作或
する表のための領域として利用でき、限られた領域を有
効に利用できる効果がある。
Using the identification name of the table, the log information update means 8 adds information indicating that the table is a saved and deleted table to the log information of the table in the log information file 11, and writes it to the log information file 11. [Effects of the Invention] The present invention relates to a database technology for an information processing system, and in a database system in which a large number of tables are created, by determining whether or not to save table information based on log information, Tables can be quickly saved and deleted, and files can be easily organized. In addition, the free space in directory files and database files created by deleting table information can be used as space for other tables, or as space for newly created tables. This has the effect of making effective use of the area.

レクトリファイル、10・・・データベースファイル、
11・・・ログ情報ファイル、12・・・退避ファイル
directory file, 10... database file,
11... Log information file, 12... Save file.

Claims (1)

【特許請求の範囲】[Claims] データの部分集合をサブファイル(サブファイルを表、
サブファイルのデータを表データと呼ぶ)として記憶す
るデータベースファイルと、前記表データを記憶するた
めの管理情報(表管理情報と呼ぶ)を記憶するディレク
トリファイルと、このディレクトリファイルに対して前
記表管理情報を、前記データベースファイルに対して前
記表データを読み込んだり、書き出したりする表情報処
理手段と、前記表管理情報及び表データの処理時のログ
情報を記憶するためのログ情報ファイルと、前記表情報
処理手段で読み込んだり、書き出したりする情報を表単
位に1つのログ情報として前記ログ情報ファイルに書き
出すログ情報採取手段と、退避指示者が指定した退避処
理の基準値に従って前記ログ情報ファイル内を捜し、基
準値を満足するログ情報を取り出すログ情報判断手段と
、前記表管理情報と前記表データを保存用として記憶す
る退避ファイルと、前記ログ情報判断手段で取り出され
たログ情報を用いて、前記表管理情報を前記ディレクト
リファイルから、前記表データをデータベースファイル
から読み込み、前記退避ファイルに書き出す表情報退避
手段と、その退避された表管理情報を前記ディレクトリ
ファイルから、前記表データを前記データベースから削
除する表情報削除手段と、その退避された表のログ情報
に退避されている表であることを示す情報を付加し、前
記ログ情報ファイルに書き出すログ情報更新手段とを用
いて、そのログ情報を基にして、当面使用しないと判断
された表の表情報を前記ディレクトリファイル及びデー
タベースファイルから退避及び削除することを特徴とす
るデータベース自動退避制御システム。
Subsets of data can be stored in subfiles (subfiles can be
A database file that stores subfile data (called table data), a directory file that stores management information (referred to as table management information) for storing the table data, and a directory file that stores the table management information for this directory file. table information processing means for reading and writing the table data to and from the database file; a log information file for storing the table management information and log information during processing of the table data; a log information collection means for writing information read or written by the information processing means into the log information file as one piece of log information for each table; using a log information judgment means for searching and extracting log information that satisfies a reference value, a save file for storing the table management information and the table data for storage, and the log information extracted by the log information judgment means, table information saving means for reading the table management information from the directory file and the table data from the database file and writing them to the save file; the saved table management information from the directory file and the table data from the database; The log information is deleted by using table information deletion means to be deleted and log information update means that adds information indicating that the table is a saved table to the log information of the saved table and writes it to the log information file. An automatic database save control system characterized by saving and deleting table information of a table that is determined not to be used for the time being from the directory file and the database file based on the above.
JP1236207A 1989-09-11 1989-09-11 Automatic saving controlling system for data base Pending JPH0398135A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1236207A JPH0398135A (en) 1989-09-11 1989-09-11 Automatic saving controlling system for data base

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1236207A JPH0398135A (en) 1989-09-11 1989-09-11 Automatic saving controlling system for data base

Publications (1)

Publication Number Publication Date
JPH0398135A true JPH0398135A (en) 1991-04-23

Family

ID=16997367

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1236207A Pending JPH0398135A (en) 1989-09-11 1989-09-11 Automatic saving controlling system for data base

Country Status (1)

Country Link
JP (1) JPH0398135A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07325739A (en) * 1994-05-31 1995-12-12 Nec Corp File management system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07325739A (en) * 1994-05-31 1995-12-12 Nec Corp File management system

Similar Documents

Publication Publication Date Title
JPH10510642A (en) Computer data storage
US6240427B1 (en) Method and apparatus for archiving and deleting large data sets
JPH0398135A (en) Automatic saving controlling system for data base
JP2624170B2 (en) Logical deletion data physical deletion method
JPH027096B2 (en)
JP3178671B2 (en) File system and its file recovery method
JPH05151037A (en) Reorganization processing system for database in business processing
JPH0322152A (en) File restoring system
JPH04252342A (en) Data archive controller for information processing system
JPH0378042A (en) Automatic saving/reloading processing system for file
JPH05151056A (en) Data controller
JPH0385650A (en) Disk volume restoration system
JPH0675834A (en) File space securing system
JPH0488413A (en) Input source selection type key input system
JPH0877044A (en) Data base controller
JPH08328929A (en) Database split management system
CN115221117A (en) Method and system capable of transferring data across disks
JPH04170672A (en) Article data deleting system
JPH08235044A (en) Journal retrieval systm
JPH05158760A (en) Migration processing system
JPH03251938A (en) Data base control system
JPH04105128A (en) High speed command starting system by residence
JPH0561741A (en) File writing system
JPS63140350A (en) System for reducing output quantity of recovery point log
JPH05173863A (en) Data base recovery control system