This invention relates generally to the field of information processing, particularly to high availability database systems. The invention is useful in integrating other data objects stored outside a primary database with high availability backup and load-sharing database systems.
Computer systems are vulnerable to any number of operational failure modes, such as disk failures, as well as faults caused by external forces, such as electric power spikes or outages caused by storms, earthquakes and the like. The time and costs for replacement or repair of damaged equipment can sometimes be substantial, during which the interruption of service can be even more serious. For this reason, it is important for businesses to exercise great care to ensure the ready availability of the databases stored in their computers.
Replication of data is one of the simplest methods of guarding against delays caused by system failure. In this manner, a duplicate spare can take over if the primary data source is compromised. The replication can be used at different levels depending on the degree of security and protection that is needed.
High availability data replication (HDR) provides a hot backup secondary server that is synchronized with a primary database server. Data replication is achieved by transferring log entries of database transactions from the primary server to the secondary server, where they are replayed to provide the synchronization. In addition to providing a hot backup, the secondary server advantageously provides read-only access to the database, which permits client load to be balanced between the primary and the secondary servers.
Typically, high availability data replication requires two separate database servers to run in synchronization with one another. One such server useful for these applications is the Informix Dynamic Server (IBM IDS) sold by the IBM Corporation. The IBM IDS is a general-purpose online transaction processing (OLTP) database having such features as dynamic database-driven web site enablement, linking together of multiple IBM IDS databases, continuous availability, and rapid transactional replication. The requirement of using two servers for HDR means data will be replicated from one server (the primary) to the other server (the secondary), so that the secondary is ready to be used as a hot standby in case the primary server fails. To set up this HDR pair of servers, both servers must have the same state of data. This can only be achieved by creating an archive of the primary and restoring this archive to the secondary.
For the archive and restore to set up HDR, the conventional archive and restore methods of “On-bar” and “ontape” are used. These two utilities are part of the IBM IDS product package and their conventional methods involve active data Collection by the database and writing this to a storage device (e.g. disk files or tape devices) for the backup, and reading it from the device again for restore. For additional protection, these disks or tapes can be stored in a protective vault or off-site. For various reasons, the archival methods are rather slow, especially when the data is not intended to be used for archival purposes, but is only needed to set up HDR. On large, busy database systems, the procedure can take several hours, if not days. Also, restoring can also consume considerable time. Even with backup, these procedures can require a long time. To make matters worse, the longer the procedures take, the more time will be required for synchronization between the primary and secondary servers until the HDR pair is truly operational. Therefore, the amount of time needed for the set up procedure is critical. Finally, if archiving takes a long time, the time to restore will also be excessive.
High speed data transfer between database servers can also be achieved using a replication process that utilizes data mirroring. This involves synchronously copying blocks of data from one server to multiple disks or tapes. Updates are likewise made available by the server to both the primary and the secondary tapes or disks. The data can then be restored or re-established by copying it back to the primary server. Resynchronization provides the ability to pause a synchronous mirroring operation to create a static picture of a constantly changing data source and then resume the mirroring process later without the need to recopy the entire mirror from the beginning. It (resynchronization) can be achieved in a fraction of the time that would be required to start the copying from the beginning. These capabilities allow for data to remain accessible during events, such as daily backups, scheduled maintenance, migrations, failures of communication links or equipment, or disaster occurrences.
If a failure occurs in a chunk of data in the primary memory, the mirroring enables a read from or a write to the mirrored backup until the primary data chunk is recovered. Data can only be read from the secondary server during normal operation, but is switched to full read and write when data in the primary server is corrupted.
Instead of being a feature of the database server, mirror replication can also be carried out by an operating system, alone or in some combination with a database server replication.
To facilitate an understanding of the discussion of the present invention, the following list of abbreviations and their definitions is provided.
An object of the present invention is to provide external backup and restore (EBR) as a new method for setting up HDR and to support this method with both utilities, “ontape” and “On-bar”. An advantage is that utilities external to the database server can be used for archiving the database data and restoring it for HDR set up. Thus, it will be possible to use the capabilities of modern storage systems to full advantage, especially on large scale database systems where the HDR set up time is particularly critical or even mission critical.
With EBR, another advantage is that it is possible to create an archive that, from the perspective of the primary database server, is logically and physically consistent, without the database server knowing about the archive methods and vice versa.
The invention relates to a database archive system, a computer readable medium embodied therein, and the method of using the same. The system includes primary and secondary servers and a replicator that copies database files between the primary server and the secondary server. The system first initiates a command to the primary server to block it to the read-only mode. The data storage files are then copied from the primary server to a destination. The primary server is then released from the block, after which a command is initiated to the secondary server to recovery mode. This is followed by a command to make the secondary server the dynamic server in a high availability data replication. If logs for logical recovery are not available from the primary server, they can be read from tape storage or disk storage. Inasmuch as the set up time is short, the unavailability of logs on the primary server is rare. After the primary server is released from the read-only block, but before a command is initiated to the secondary server to recovery mode, the primary server is instructed on its role in high availability data replication. After the secondary server completes the logical recovery to the current log position of the primary server, the primary and secondary servers synchronize their data.
The following drawings are presented in order to facilitate the understanding of the present invention but without limiting the scope thereof.
With particular reference to
If copying the file from the primary server to the secondary takes a long time, the DBA can make a local copy of chunks and thereby unblock the primary. Then the local copy of chunks can be copied to the secondary server without blocking the primary. It should be understood that the implementation of the present invention should provide adequate protection against file delete during data transfer and storage.
The logical and physical consistency of the archive is a prerequisite for using it to set up HDR. The external methods then can use short cuts, e.g. just for HDR set up it is not necessary to put the data on archive media (tape or disk). The external method can put it directly from primary's database storage (disks) to the secondary's database storage (disks) without intermediate write to and read from archive media. To further minimize the impact of the archive creation on the running system, especially on very large systems, special storage system technologies can be used. For example, the primary's database storage can be mirrored in the storage system during normal operation. External backup (archive) will then be done by merely splitting up the mirror in the storage system. After this action, the primary server can be unblocked to continue normal operation, so the archive procedure on the primary server can be cut to a fraction of the time (e.g. from hours using conventional archive to sub-minute for the mirror-splitting). For the external restore part, the data on the separated mirror can now be transferred in the fastest way available to the database storage of the secondary server, without any further impact on the primary server. After this, the primary and secondary servers will be ready for synchronization, i.e. the secondary will catch up with the work that has been done on the primary since finish of the archiving there.
Turning now to
Portions of the database contents, or copies thereof, typically reside in a more rapidly accessible shared memory 18, such as a random access memory (RAM). For example, a database workspace 20 stores database records currently or recently accessed or created by database operations. The server 12 preferably executes database operations as transactions, each including one or more statements that collectively perform a database operation. A transaction optionally acquires exclusive or semi-exclusive access to rows or records read or modified by the transaction by acquiring a lock on such rows or records. A lock prevents other transactions from changing content of the locked row or record to ensure data consistency during the transaction.
A transaction generated by user application 66 can be committed, that is, made irrevocable, or can be rolled back, that is, reversed or undone, based on whether the statements of the transaction successfully executed, and optionally based on other factors such as whether other related transactions successfully executed. Rollback capability is provided in part by maintaining a transaction log that retains information on each transaction. Typically, a logical log buffer 22 maintained in the shared memory 18 receives new transaction log entries as they are generated, and the logical log buffer 22 is occasionally flushed to a log space 24 on the non-volatile storage 16 for longer term storage. In addition to enabling rollback of uncommitted transactions, the transaction log also provides a failure recovery mechanism. In the event of a database failure, the stored logs can be replayed so as to recreate lost transactions.
With continuing reference to
The high availability data replicator includes an HDR buffer 28 on the primary side 10, an HDR buffer 48 on the secondary side 30, and a log replay module 46 on the secondary side. The HDR buffer 28 on the primary side 10 receives copies of the data log entries from the logical log buffer 22. Contents of the data replicator buffer 28 on the primary side 10 are occasionally transferred to the HDR buffer 48 on the secondary side 30. On the secondary side 30, the log replay module 46 replays the transferred log entries stored in the replicator buffer 48 to duplicate the transactions corresponding to the transferred logs on the secondary side 30.
Preferably, the logical log buffer 22 on the primary side 10 is not flushed to the log space 24 on the non-volatile storage medium 16 until the primary side 10 receives an acknowledgment from the secondary side 30 that the log records were received from the data replicator buffer 28. This approach ensures that substantially no transactions committed on the primary side 10 are left uncommitted or partially committed on the secondary side 30 if a failure occurs. Optionally, however, contents of the logical log buffer 22 on the primary side 10 can be flushed to the log space 24 on non-volatile memory 16 after the contents are transferred to the data replicator buffer 28.
Users access the primary side 10 of the database system to perform database read and database write operations. As transactions execute on the primary side 10, transaction log entries are created and transferred by the high availability data replicator to the secondary side 30 where they are replayed to maintain synchronization of the duplicate database on the secondary side 30 with the primary database on the primary side 10. In the event of a failure of the primary side 10 (for example, a hard disk crash, a lost network connection, a substantial network delay, a catastrophic earthquake, or the like), user connections are switched over to the secondary side 30. Moreover, while the HDR pair is operational, the secondary side 30 also provides read-only access to the database to help balance user load between the primary and secondary servers 10, 30.
The database system and processing is typically implemented using one or more computer programs, each of which executes under the control of an operating system, such as OS/2, Windows, DOS, AIX, UNIX, MVS, or the like. The program causes one or more computers to perform the desired database processing, including high availability data replication and processing as described. Generally, the computer programs are tangibly embodied in one or more computer-readable devices or media.
The present invention can be realized in hardware, software, or a combination of the two. Any kind of computer system or other apparatus adapted for carrying out the methods described herein is suited. A typical combination of hardware and software could be a general purpose computer system that, when loaded and executed, controls the computer system such that it carries out the methods described herein. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein and which, when loaded in a computer system, is able to carry out these methods.
Computer programs and operating systems are comprised of instructions which, when read and executed by one or more computers, cause the computer or computers to perform operations to implement the database processing high availability data replication as described herein. Computer program instructions or computer program in the present context mean any expression, in any language, code (i.e., picocode instructions) or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function, either directly or after either or both of the following occur: (a) conversion to another language, code or notation; (b) reproduction in a different material form.
While the invention has been described in combination with specific embodiments thereof, there are many alternatives, modifications, and variations that are likewise deemed to be within the scope thereof. Accordingly, the invention is intended to embrace all such alternatives, modifications and variations as fall within the spirit and scope of the appended claims.
This invention is a continuation-in-part of patent application U.S. Ser. No. 10/674,149 (Docket SVL920030078US1), filed Sep. 29, 2003, and entitled HIGH AVAILABILITY DATA REPLICATION OF SMART LARGE OBJECTS, and is related to patent application U.S. Ser. No. 10/659,628 (Docket SVL920030060US1), filed Sep. 10, 2003, and entitled HIGH AVAILABILITY DATA REPLICATION OF AN R-TREE INDEX. The subject matter of these applications is hereby incorporated by reference into the present description as fully as if they were represented herein in their entirety.
Number | Date | Country | |
---|---|---|---|
Parent | 10674149 | Sep 2003 | US |
Child | 10850781 | May 2004 | US |