Database controlling system

Abstract
A database controlling system is provided to decrease a quantity of work of a system manager and save the capacity of a hard disc of a server by deleting, after backed up data is restored, an unnecessary external file added after commencement of the backup. The database controlling system includes an external file for storing data, such as long and massive data, not ordinarily operated, an external file controlling device for controlling the external file, and an external file list storage file for storing a list of the external files. Together with a file of a base page region storing the oldest version of a page, the external file and external file list storage file directly access and backup a file.
Description


BACKGROUND OF THE INVENTION

[0002] 1. Field of the Invention


[0003] This invention relates to a database controlling system, and in particular, to a database controlling system capable of making a backup of a database file in a document controlling system, electronic library system, and patent journal retrieval system or the like in accordance with a relational database.


[0004] 2. Discussion of Background Art


[0005] In prior database controlling systems, information about canceling and re-executing an operation has been stored as a pair of records based on a transaction. Such storage contents are called a “log”, and are classified in accordance with a type of information to be stored as follows.


[0006] First is a logical log, in which both operations having been performed and operations to be performed in order to cancel the operation are recorded, For example, operations, such as “deletion of a line having a line identifier 10 in chart A” and “insertion of a line having a line identifier 10 and column values “a”, “b”, and “c” into chart A” are recorded in a pair.


[0007] Second is a physical log, in which both images before and after updating a page in a file are recorded. In comparison to the logical log, the quantity of information to be recorded is massive. However, both execution and re-execution of an operation are simple due to a mere operation of a page.


[0008] Third is a logical and physical eclectic log, in which various types of operations having been performed and to be performed in order to cancel the operation are recorded. These operations pertain to logical files such as a record file, a B-tree file, etc., or forming a chart or index. Operational contents with regard to a page are recorded as needed. A quantity of information to be recorded lies almost in the middle between the quantities of the logical and physical logs. In comparison to the logical log, it is easy to determine if an operation recorded in a log is to be applied to a page.


[0009] Recovery from medium hazard is achieved by either re-executing (REDO) or canceling (UNDO) an operation performed after a prescribed time point using a log reading from a consistent database maintained at that time point. When the medium hazard is to be recovered, a consistent, backup database is first restored. Then, an operation performed after backup is started and just before a hazard occurs is recovered while reading a log and performing REDO-UNDO.


[0010] Recordation of the log needs to comply with WAL (Write Ahead Logging) protocol. Specifically, when buffered contents of an updating operation with regard to a database are written onto a hard disc of a server, a log of such an operation should also be written onto the disc.


[0011] A system hazard is also recoverable in a similar manner. A recovery time period can be shortened by executing a so-called checkpoint process during an operation of a system.


[0012] The following procedure describes such a checkpoint process.


[0013] First, execution of a transaction and reception of a new transaction are temporarily stopped. Second, by entirely writing updating contents of the database, which are buffered but not yet written onto a hard disc, consistency (i.e. file contents are of a transactions completed condition) of a file forming a database is established at this point. Third, when a prescribed transaction first updates a page after a checkpoint process, a page image before updating is recorded in a physical log. Contents previously recorded in the physical log are discarded. Fourth, execution of a transaction and reception of a new transaction are started again.


[0014] Since the updated contents of a database, which are buffered to be written, should be entirely written onto a hard disc during an operation of the checkpoint process, execution and reception of the transaction should be stopped for as long as necessary, which may involve a considerably long period. To shorten this time period, however, a “fuzzy” checkpoint process is proposed, as described below.


[0015] First, execution of a transaction and reception of a new transaction are temporarily stopped. Second, updating contents of a database, which are buffered and not yet written onto a hard disc, even during a proximate fuzzy checkpoint process, are entirely written. Third, updating contents of the database, which are buffered and not yet written onto a hard disc, are memorized. This is used In the second step of the next fuzzy checkpoint process. Fourth, contents recorded after completion of a twice precedent fuzzy checkpoint process and before start of a proximate fuzzy checkpoint process are entirely discarded from a physical log. Fifth, both execution of a transaction and reception of a new transaction are restarted.


[0016] Since only updating contents of a database, which are not yet written in the proximate fuzzy checkpoint process, are written onto a disc among those buffered to be written in the fuzzy checkpoint process, the processing time period may be shortened in comparison to a case of a normal checkpoint process.


[0017] When a normal checkpoint process is performed, recovery from a system hazard is achieved in the below described manner. First, by writing a page image not updated but recorded in a physical log back to a page updated after completion of the proximate checkpoint process, the database is returned to a condition where the checkpoint process is terminated. Second, an operation of a transaction going at the time of the proximate checkpoint process and to be performed after completion of the checkpoint process is re-executed while a log is read. Third, a transaction not yet completed at a time of hazard is cancelled while a log is read.


[0018] During the fuzzy checkpoint process, contents of a database updated before start of a twice precedent checkpoint process are credibly written onto a hard disc. However, contents thereafter are not assured to be written. Thus, a condition is initially returned to just after completion of the proximate checkpoint process when the normal checkpoint process is performed. In contrast, a condition is initially returned to just after completion of the twice precedent checkpoint process when the fuzzy checkpoint process is employed.


[0019] Since the checkpoint process can be performed in a relatively short period of time in comparison to backup of a database, it can be considerably frequently repeated during an operation of a system. Thus, a number of operations of REDO-UNDO is less than that of recovery processes performed based upon contents of backup.


[0020] As a method for making a backup of a database in addition to the above, a method, using a file backup device, not via a database controlling system that performs simultaneous control of transactions with a multiple version system, has been proposed.


[0021] Further, the database controlling system has to make a backup of a file forming a database in order to prepare for hazards of non-volatile memory such as a hard disc. A file forming a database controlling system generally has a complex configuration in order to store multiple objects in the same file. Thus, reading and writing from the file forming the data controlling system are slower in comparison to reading or writing one object from or into a file storing only one object. Thus, the database controlling system occasionally stores long and massive data as an external file in order to read and write such long and massive data at a high speed. In such a case, a backup process becomes complex when a regular user executes multiple transactions. In addition, a quantity of work of a system manager increases.



BRIEF SUMMARY OF THE INVENTION

[0022] The present invention has been made in view of such problems of the prior art and to address and mitigate such problems. Accordingly, it is an object of the present invention to provide a novel database control system. The database control system of the present invention performs backup of a file forming a database by performing a transaction having simultaneous control using a multiple version system when multiple transactions are updated to the newest version. Such a database managing system includes an external file for storing data, such as long and massive data, not normally operated, an external file managing device for managing the external file, and an external file list storage file for storing a list of the external files. Together with a file of a base page region storing the oldest version of a page, both the external file and external file list storage file are directly accessed and backed up by a file backup device. Thus, even in a usual operational condition such as when regular users attempt to execute multiple transactions, backup can be performed with a simple work schedule while directly accessing a file forming a database.


[0023] In yet another embodiment, it is characterized in that together with files of the base page region and the logical log region storing information for use in cancellation and re-execution of an operation with regard to a database, both an external file and external file list storage file are directly accessed and backed up by a file backup device. Thus, even in a usual operational condition such as when a regular user executes multiple transactions, backup can be performed with a simple work schedule while directly accessing a file forming a database.


[0024] In yet another embodiment, it is characterized in that, together with the entire files, the external file and external file list storage files are directly accessed and backed up by a file backup device. Thus, even in a usual operational condition where regular users execute multiple transactions, backup can be performed with a simple work schedule while directly accessing a file forming a database.


[0025] In yet another embodiment, it is a characterized in that, together with the entire files, the external file and external file list storage files are directly access and backed up by a file backup device. Thus, even in a usual operational condition where regular users execute multiple transactions, backup can be performed with a simple work schedule while directly accessing a file forming a database.


[0026] In yet another embodiment, by deleting an external file not existing in an external file list storage file after backup data is restored, an unnecessary external file added after commencement of backup can be deleted. As a result, a storage capacity of a hard disc or the like can be saved.







BRIEF DESCRIPTION OF THE DRAWINGS

[0027] A more complete appreciation of the present invention and many of the attendant advantages thereof will be readily obtained as the same becomes better understood by reference to the following detailed description when considered in connection with the accompanying drawings, wherein;


[0028]
FIG. 1 is a block chart illustrating a database controlling system as one example of the present invention;


[0029]
FIG. 2 is a block chart illustrating exemplary hardware of the entire system of the database controlling system according to the present invention;


[0030]
FIG. 3 is a flowchart illustrating an exemplary query process of the external file controlling device of FIG. 1; and


[0031]
FIG. 4 is a flowchart illustrating an exemplary process for restoring a backed up file.







PREFERRED EMBODIMENT

[0032] Referring now to the drawings, wherein like reference numerals and marks designate identical or corresponding parts, throughout several views, a database controlling system according to the present invention includes an external file for storing data, such as long and massive data, etc., not generally operated, and an external file controlling device for controlling the external file, and an external file list storage file for storing a list of external files.


[0033] Initially, both software and hardware employed in a database controlling system according to the present invention are described. FIG. 1 is a block chart illustrating a construction of a database controlling system as one example of the present invention. As shown, the database controlling system includes a file backup device 11, file restoring device 12, backup start/end instruction device 13, query input/output device 14, query execution device 15, database file access device 16, checkpoint control device 17, transaction control device 18, log file access device 19, external file management device 20, database file 21 including an external file list storage file 22, log file 23, external file storage HD (Hard Disc) 24, and backup file 25. Besides the database controlling system, a file backup device 11, file restore device 12, backup start/end instruction device 13, query input/output device 14, database file 21 including and external file list storage file 22, log file 23, external file storage HD (Hard Disc) 24, and backup file 25 are provided.


[0034] The file backup device 11 directly accesses and backs up a file forming a database without going through the database controlling system. The file restore device 12 directly restores a file forming a database from a non-volatile memory such as a tape without going through the database controlling system. The backup start/end instruction device 13 instructs the database controlling system to start or terminate backup. The query input/output device 14 receives a query request and transmits its result as output. The query execution device 15 executes a query sent from the query input/output device 14 using the later described database file access device 16, and returns its result, thereby executing an instruction from the backup start/end instruction device 13. Then, the query execution device 15 records a log in accordance with contents of a query using the later described log file access device 19. The database file access device 16 provides an interface for operating a file forming a database, and performs buffering input/output to and from a hard disc. The buffered contents are written in cooperation with the log file access device 19 in conformity with WAL protocol.


[0035] The checkpoint control device 17 periodically performs the earlier described checkpoint process. The transaction control device 18 starts and terminates a transaction in accordance with a request from the query input/output device 14. As for a transaction to be aborted, the entire operations after the transaction has been performed are cancelled by the log file access device 19. Further, a multiple version system performs simultaneous control of a transaction. The log file access device 19 provides an interface for operating the later described log file 23, and buffers input/output to and from a hard disc. The external file management device 20 provides an interface for operating the later described external file HD 24, and deals with a query to the external file HD 24. In addition, the external file management device 20 controls the external file list storage file 22 via the database file access device 16. The database file 21 stores a data object included in a database. The external file list storage file 22 is one of several database files, which store a list of external files 24. The log file 23 stores information required when an operation performed by a transaction is re-executed and cancelled. The log file 23 also stores events that a transaction is started and terminated, and a checkpoint process has been performed. The external file HD 24 stores data, such as long and massive data, not generally operated. The backup file 25 makes a backup of one or more files forming a database.


[0036]
FIG. 2 is a block chart illustrating hardware of the entire system of the database controlling system according to this embodiment. In the drawing, the database controlling system of the embodiment is a system, which is formed from a server 100, and one or more terminal apparatuses 200-1 to 200-n connected to the server 100 via a communication network 300. The server 100 includes a memory 101, CPU 102, and hard disc 103, and is capable of executing a program of software. The server 100 is also a computer for executing a query process in accordance with a query request input from the terminal apparatuses 200-1 to 200-n, and returning its result to the terminal apparatuses 200-1 to 200-n. The server 100 is also a computer for returning, to an applicable terminal, contents of a file serving as a backup objective, in accordance with an acquisition request for the file from the terminal apparatuses 200-1 to 200-n. The server 100 is also a computer for writing contents of a file serving as a backup objective in a tape drive 104 in accordance with a request for writing in a tape of a server from the terminal apparatuses 200-1 to 200-n. Further, the terminal apparatuses 200-1 to 200-n include memories 201-1 to 201-n, CPUs 202-1 to 202-n, and hard discs 203-1 to 203-n.


[0037] These terminal apparatuses 200-1 to 200-n are computers used when a query request to a database controlling system, surrounded by a dotted line in FIG. 1, is input and its result is output. Further, these terminal apparatuses 200-1 to 200-n are also computers used when a database file recorded in the hard disc 103 of the server 100 is inquired for and its result is written onto the tape drives 240-1 to 240-n. In general, these terminal apparatuses 200-1 to 200-n include pointing devices such as keyboards 230-1 to 230-n, mice 220-1 to 220-n, etc., for inputting a query request, and displays 210-1 to 210-n for displaying a query result, respectively. In these terminal apparatuses 200-1 to 200-n, the file backup device 11, backup start/end instruction device 13, and query input/output device 14 of FIG. 1 are operated in accordance with a program. A backup file can be recorded in the tape drives 240-1 to 240-n. Further, the communication network 300 is a transmission channel connecting the terminal apparatuses 200-1 to 200-n to the server 100. A cable generally realizes such a transmission channel. In addition, TCP/IP is utilized as a communication protocol. However, if respective communication protocols of the server 100 and terminal apparatuses 200-1 to 200-n are the same, a wireless LAN and a network using a broadcast wave can be employed.


[0038]
FIG. 3 is a flowchart illustrating a query process of an external file controlling device of FIG. 1. Access from the external file management device 20 of FIG. 1 to the external file list storage file 22 is always performed from the database file access device 16. Thus, similar to another database files, the simultaneous control is performed using the multiple version system. A process of updating the external file HD 24 of FIG. 1 is realized by performing deletion and insertion processes. Further, a pass name assigned to the external file HD 24 as identification information is unique, and is never used again when deleted. Since a query process for an external file HD 24 is recorded in the log file 23 of FIG. 1, it can be cancelled using the log file access device 19 of FIG. 1 as similar to other database files when a transaction is aborted.


[0039] Now, a backup procedure is illustrated with reference to FIGS. 1 and 3. Initially, the backup start/end instruction device 13 of FIG. 1 instructs the database controlling system to start backup. The query execution device 15 included in the database controlling system that has received the instruction determines if a query to the external file HD 24 is an insertion process or an updating process including both deletion (for an old) and insertion (for a new) processes (in step S101). If it is the insertion or updating process, a new pass name is acquired from the external file management device 20 (Yes in step S101, and in step S102). Then, the new pass name is inserted in the external file list storage file 22 and is stored in the external file HD 24 (in steps S103 and S104). Then, it is determined if it is either a deletion or updating process (in step S105), if the query as to the external file is neither the insertion nor updating process, and after step S104. If the query is either the deletion or update process, a pass name to an external file HD 24 is acquired from the external file list storage file 22, and the pass name to the external file HD 24 is deleted from the external file list storage file 22 (Yes in step S105, and in steps S106 and S107), Further, if the query of deletion is executed during backup, a pass name to the external file to be deleted is reported to the query processing device, and the external file is not deleted (Yes in step S108, and in step S109). In contrast, if it is not on the way of the backup, the external file is deleted (No in step S108, and in step S110). If the query to the external file is an acquiring process for acquiring a result of retrieval of a database, a pass name of an external file is acquired from the external file list storage file 22, and an external file HD 24 is acquired (Yes in step S111, and in steps S112 and S113).


[0040] After performing a query process of the external file management device 20 in a manner as mentioned above, the file backup device 11 duplicates the entire files forming a base page region and external file HD 24 in a medium such as a tape. Since the external file HD 24 is not buffered, an external file HD 24 inserted during the backup is backed up. However, since the external file list storage file 22 as one of the database files is assured of consistency with other database files due to control of the multiple version system, consistency of a database is assured even if an excessive external file HD 24 is backed up. The backup start/end instruction device 13 instructs the database controlling system to (complete) terminate the backup. The query execution device included in the database controlling system receiving the instruction performs the following processes.


[0041] First, the backup start/end instruction device 13 instructs the database controlling system to (start) terminate backup. The query execution device 15 of the database controlling system, which has received the instruction, causes the log file access device 19 to record a logical tag indicating (commencement) termination of backup in a logical log region, when the database controlling system is a type that generates a new version using a duplication source updating system. Then, the query execution device 15 instructs the database file access device 16 to write updating contents of the database file of the base page region, which are not yet written onto a hard disc of a server. Even if a file forming a base page region is updated by an updating transaction during backup, in order to assure consistency of backed up contents, the query executing device 15 deletes, if it exists, an external file that is deleted during the backup.


[0042]
FIG. 4 is a flowchart illustrating a process of restoring a file that is backed up according to this embodiment. The file is backed up according to the flowchart of FIG. 3. The file restore device 12 of FIG. 1 duplicates the entire files forming a base page region and external files from a non-volatile medium such as a tape in a hard disc (in step S201) of a server. A query input/output device 14 instructs the query execution device 15 to perform post restore processing. The query processing device 15 instructs the external file management device 20 to delete an unnecessary external file. The external file management device 20 acquires a list listing all of pass names of existing external files 24 from the external file list storage file 22 via a database file access device 16 (in step S202). When an external file is not end of a file and exists in a list, the external file list storage file 22 continuously performs reading of the external file, and deletes an external file if it does not exist in the file (No in step S203, No in step S204, and in step S205). Similar to other database files, since the simultaneous control of the multiple version system is performed, the file remains with contents at the time of backup commencement. The external file management device 20 deletes an external file HD 24 that does not exist in the list of the external files. In this way, the external file inserted during the backup can be deleted.


[0043] Numerous additional modifications and variations of the present invention are possible in light of the above teachings. It is therefore to be understood that the present invention is not limited by the foregoing description but is only limited by the scope of the appended claims.


Claims
  • 1. A database controlling system for making a backup of a database file, said database controlling system comprising: an external file configured to store data; an external file management device configured to manage said external file; an external file list storage file configured to store a list of external files; and a backup device configured to directly access and perform backup of a database file of a base page arranged to store an oldest version of a page, said external file, and said external file list storage file.
  • 2. The database controlling system of claim 1, wherein an external file not existing in said external file list storage file is deleted after backup data is restored.
  • 3. A database controlling system for making a backup of a database file, said database controlling system comprising: an external file configured to store data; an external file management device configured to manage said external file; an external file list storage file configured to store a list of external files; and a backup device configured to directly access and perform backup of a database file of a base page region arranged to store an oldest version of a page, a logical log region arranged to store information for canceling and re-executing an operation with regard to a database, said external file, and external file list storage files.
  • 4. The database controlling system of claim 3, wherein an external file not existing in said external file list storage file is deleted after backup data is restored.
  • 5. A database controlling system for making a backup of a database file, said database controlling system comprising: an external file configured to store data; an external file management device configured to manage said external file; an external file list storage file configured to store a list of external files; and a backup device configured to directly access and perform backup of database files, said external file, and external file list storage files.
  • 6. The database controlling system of claim 5, wherein an external file not existing in said external file list storage file is deleted after backup data is restored.
Priority Claims (1)
Number Date Country Kind
2001-360424 Nov 2001 JP
CROSS-REFERENCE TO RELATED APPLICATIONS

[0001] This application claims priority under 35 USC §119 to Japanese Patent Application No. JPAP2001-360424 filed on Nov. 27, 2001, the entire contents of which are herein incorporated by reference.