CN107402850B - Redundancy method and device for database data files - Google Patents

Redundancy method and device for database data files Download PDF

Info

Publication number
CN107402850B
CN107402850B CN201710642543.7A CN201710642543A CN107402850B CN 107402850 B CN107402850 B CN 107402850B CN 201710642543 A CN201710642543 A CN 201710642543A CN 107402850 B CN107402850 B CN 107402850B
Authority
CN
China
Prior art keywords
data file
mirror image
image data
database
main
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.)
Active
Application number
CN201710642543.7A
Other languages
Chinese (zh)
Other versions
CN107402850A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201710642543.7A priority Critical patent/CN107402850B/en
Publication of CN107402850A publication Critical patent/CN107402850A/en
Application granted granted Critical
Publication of CN107402850B publication Critical patent/CN107402850B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a redundancy method and a device for database data files, wherein the method comprises the steps of adding a mirror image data file to a main data file in a database, synchronizing data in the main data file into the mirror image data file, and setting a concurrency control mechanism of the main data file and the mirror image data file. By adding the mirror image function to the data files in the database, when one data file in the mirror image has a problem, the other normal data file can continue to provide data reading and writing service, the data safety is improved, the problem of data loss caused by failure of a storage server or replacement of the storage server is avoided, the normal use of a service system is not influenced, and the usability of the database is improved.

Description

Redundancy method and device for database data files
Technical Field
The invention relates to the technical field of database security, in particular to a redundancy method and device for database data files.
Background
At present, a large relational database does not have a redundancy mechanism based on data files, and the uniqueness of the data files is identified by adding names to data file paths, so that each data file in the database exists uniquely, and another data file which has the same content as the data file and is a mirror image of the data file does not exist, namely the database does not have a function of data file redundancy.
When a certain data file in the database is lost or damaged, the database cannot be normally used because the content in the data file cannot be read, and further the normal operation of the service system is influenced. The data files are restored in a physical backup mode, the time is long, and if more or all of the lost data files are lost, part of data may be lost in the restoration process. Especially for production database environments in the industries of banking, communication, insurance and the like, even a small part of data loss can bring irreparable loss to reputation and benefits of enterprises. Therefore, enterprises protect data as much as possible, such as a two-place-three-center redundancy scheme, a storage layer redundancy scheme, a database clustering scheme and the like, and the influence on business and data is minimized to the greatest extent possible.
Even so, when the data file is damaged or lost, the switching of the data center or the recovery of the database will necessarily interrupt the normal operation of the service system, and even the data is lost. And when the storage server needs to be replaced by a new storage server due to the reasons that the performance and the capacity of the storage server cannot be expanded, the data on the original storage server needs to be completely migrated to the new storage server, in the process, the database needs to be stopped firstly, then the data files are completely copied to the new storage or restored to the new storage by using backups, the path of the data files is modified in the database after the database is started to MOUNT, and finally the database is opened. When the amount of data is large, the replacement work takes a considerable time and is prone to operational errors.
Disclosure of Invention
The invention aims to provide a redundancy method and a redundancy device for database data files, which can improve the data security of a database and realize the online replacement of data storage under the condition of not influencing the data operation or having little influence.
In order to achieve the technical purpose, the invention provides a redundancy method of database data files, which comprises the following steps:
adding mirror image data files to the main data files in the database;
synchronizing data in the main data file to the mirror image data file;
and setting a concurrency control mechanism of the main data file and the mirror image data file.
Preferably, the specific process of adding the mirror image data file is as follows:
specifying a mirror image data file of the master data file when creating the tablespace;
designating mirror image data files when adding a main data file to the tablespace;
adding mirror image data files to the existing main data files.
Preferably, the concurrency control mechanism of the master data file and the mirror data file is as follows: when data is read, the database automatically divides the I/O request and respectively sends the I/O request to the main data file and the mirror image data file for reading operation; when data is written, the database writes the main data file and the mirror image data file at the same time, and a message for confirming the writing can be returned as long as any one of the main data file and the mirror image data file is successfully written.
Preferably, the method further comprises the steps of: and setting the view and the parameters of the data file mirror image.
Preferably, the views include a mirror image operation view, a main data file view and a mirror image data file view, and the parameter is a mirror image synchronization speed parameter.
Preferably, the method further comprises the steps of: and deleting the mirror image data file.
Preferably, only either of the master data file and the image data file can be deleted at a time during the delete operation of the image.
The invention also provides a redundancy device of the database data file, which comprises:
the mirror image module is used for adding mirror image data files to the main data files in the database;
the data synchronization module is used for synchronizing the data in the main data file into the mirror image data file;
and the concurrency control module is used for setting a read-write concurrency operation control mechanism of the main data file and the mirror image data file.
Preferably, the apparatus further comprises:
the deleting operation module is used for deleting the mirror image data file;
and the parameter setting module is used for setting the view and the parameters of the mirror image of the data file, controlling the data synchronization speed of the mirror image data file and monitoring the mirror image state of the data file.
Preferably, the mirror module comprises:
the tablespace creating module is used for designating a mirror image data file of the main data file when the tablespace is created;
the main data file adding module is used for appointing a mirror image data file when adding the main data file to the tablespace;
and the data file mirroring module is used for adding a mirrored data file to the existing main data file.
The effect provided in the summary of the invention is only the effect of the embodiment, not all the effects of the invention, and one of the above technical solutions has the following advantages or beneficial effects:
the invention carries out redundancy on the database at the data file layer, each data is stored in two parts which are respectively stored in the main data file and the mirror image data file, when one data file in the mirror image has a problem, the other normal data file can continue to provide data read-write service, thereby improving the safety of the data.
When the main data file and the mirror image data file are respectively placed in different storage servers, the two data files in the mirror image can provide parallel read-write operation, so that the waiting time for reading and writing data can be effectively reduced, and the database performance is improved; and when one storage server breaks down, the normal use of the database is not influenced, the problem of data loss caused by the failure of the storage server is avoided, and the usability of the database is improved.
When the storage server needs to be replaced, the mirror image data file is added to each data file on the new storage server, the synchronization operation is automatically completed by the database, the original data file is deleted after the synchronization is completed, the storage and replacement operation can be completed, the data normally runs in the replacement process, and the normal use of a service system is not influenced.
Drawings
FIG. 1 is a data flow diagram of a redundancy method for database data files provided in an embodiment of the present invention;
FIG. 2 is a schematic diagram of an application of the embodiment of the present invention;
fig. 3 is a block diagram of a structure of a redundancy device for database data files according to an embodiment of the present invention.
Detailed Description
In order to clearly explain the technical features of the present invention, the following detailed description of the present invention is provided with reference to the accompanying drawings. To simplify the disclosure of the present invention, the components and arrangements of specific examples are described below. Furthermore, the present invention may repeat reference numerals and/or letters in the various examples. This repetition is for the purpose of simplicity and clarity and does not in itself dictate a relationship between the various embodiments and/or configurations discussed. It should be noted that the components illustrated in the figures are not necessarily drawn to scale. Descriptions of well-known components and processing techniques and procedures are omitted so as to not unnecessarily limit the invention.
The following describes a method for redundancy of database data files according to an embodiment of the present invention in detail with reference to the accompanying drawings.
As shown in fig. 1, an embodiment of the present invention provides a method for redundancy of database data files, which includes the following steps:
adding mirror image data files to the main data files in the database;
synchronizing data in the main data file to the mirror image data file;
and setting a concurrency control mechanism of the main data file and the mirror image data file.
In the above method, the specific process of adding the mirror image data file is as follows:
specifying a mirror image data file of the master data file when creating the tablespace;
designating mirror image data files when adding a main data file to the tablespace;
adding mirror image data files to the existing main data files.
In the above method, the concurrency control mechanism for the main data file and the mirror data file is as follows: when data is read, the database automatically divides the I/O request and respectively sends the I/O request to the main data file and the mirror image data file for reading operation; when data is written, the database writes the main data file and the mirror image data file at the same time, and a message for confirming the writing can be returned as long as any one of the main data file and the mirror image data file is successfully written.
In the above method, the redundancy method further includes the following steps: setting views and parameters of data file images, wherein the views comprise an image operation view, a main data file view and an image data file view, and the parameters are image synchronization speed parameters.
In the above method, the redundancy method further includes the following steps: and in the deleting operation of the mirror image data file, only any one of the main data file and the mirror image data file can be deleted at each time in the deleting operation process of the mirror image.
The data file layer is used for carrying out redundancy on the database, each data file can be stored in two parts which are respectively stored in the main data file and the mirror image data file, when one data file in the mirror image has a problem, the other normal data file can continue to provide data reading and writing service, and the data safety is improved. Fig. 2 is an application of the embodiment of the present invention, where the database in fig. 2 refers to a KDB database, storage 1 is a storage area for placing a main data file, and storage 2 is a storage area for placing a mirror data file. Referring to fig. 2, a KDB database (a large relational database) is taken as an example, and a detailed description is given in conjunction with fig. 1 of an implementation process of the redundancy method for database data files. Firstly, adding a mirror image function to the data files in the database, and therefore designing a part of SQL grammar to add mirror image data files. The methods for adding the mirror image data file include the following methods:
firstly, specifying data file mirror images when creating a tablespace:
create tablespace tbs_name datafile'/kdbdata/tbsname1.dtf'mirrdatafile'/kdbdata/tbsnamemirr1.dtf'size 8G;
tbs _ name is the tablespace name, datafile indicates the add data file,/kdbdata/tbname 1.dtf indicates the specified data file path and name, mirrdafilee indicates that a mirror data file is specified for the previous data file.
Specifying mirror image data files when adding data files to the tablespace:
alter tablespace tbs_name add datafile'/kdbdata/tbsname1.dtf'mirrdatafile'/kdbdata/tbsnamemirr1.dtf'size 8G;
the two methods are mirror image adding methods of the newly added data files, because the main data file and the mirror image data file are newly added, the database simultaneously carries out space distribution and formatting operation on the main data file and the mirror image data file, the formats and the contents of the two data files are completely consistent, namely, the data in the/kbbddata/tbnamerr 1.dtf can be automatically synchronized to the/kbbddata/tbnamerr 1.dtf.
Adding mirror image data files to the existing data files:
alter datafile'/kdbdata/tbsname1.dtf'add mirrdatafile'/kdbdata/tbsnamemirr1.dtf';
the method adds the mirror image data file to the existing data file, the database can completely copy the content in the existing data file, namely the main data file, into the mirror image data file, and the normal use of the database is not influenced in the copying and synchronizing process.
After the adding operation of the mirror image data file is completed, the data file in the database has the mirror image function.
Deletion operation of the database for the mirroring function:
if the mirror image function of the data file needs to be deleted, a normal data file deleting command is used, and the main data file or the mirror image data file does not need to be deleted. If the deleted data file is the mirror image data file, the main data file can provide a normal reading and writing function; if the deleted main data file is the mirror image data file, the mirror image data file can provide normal reading and writing functions. The two data files are not distinguished in the processing of the database, only one data file can be deleted at a time when the two data files are deleted, and the deleting sequence of the main data file and the mirror image data file has no requirement. If the tablespace is deleted, the corresponding primary data file and the mirror data file in the tablespace are automatically deleted.
In order to conveniently control the data synchronization speed of the mirror image data file and monitor the mirror image state of the data file in the database, a plurality of views and parameters of the database are added.
The v $ mirror _ operation view, namely the mirror operation view, is used for checking the speed of synchronizing the main data file to the mirror data file, and when no synchronous record exists in the view, the synchronization is finished.
And the dba _ data _ files view, namely the main data file view, is used for recording the information of the main data file in the database, the file _ NAME is the main data file, and the TABLESPACE _ NAME is the corresponding NAME of the table space.
And the dba _ mirrdata _ files view, namely the mirror image data file view, is used for recording the information of the mirror image data file in the database, the mirrifle _ NAME mirror image data file NAME, the main data file corresponding to the file _ NAME, the TABLESPACE NAME corresponding to the TABLESPACE _ NAME and the STATUS mirror image data file state.
When the mirrored master data file is deleted, the mirrored data file information is moved from the dba _ mirrdata _ files to the dba _ data _ files, and when the mirrored data file is deleted, the mirrored data file information is deleted from the dba _ mirrdata _ files.
The database parameter mirror _ operation _ limit, that is, the mirror image synchronization speed parameter, is used to specify the speed of synchronizing the main data file to the mirror image data file, and the value range is 1-10, and the default value is 1, and the higher the value is, the faster the synchronization speed is, and more I/O and CPU resources are consumed.
By setting the main data file and the mirror image data file, when the database performs read-write operation on the data file, the data read-write efficiency can be improved through a concurrency control mechanism.
When the database reads the data file, the reading task is split, the required data, such as 1-100 data, are read from the main data file and the mirror image data file respectively, the 1-50 data can be read from the main data file, and the 51-100 data can be read from the mirror image data file, so that the maximization of the data reading speed is achieved in a parallel reading mode, and the response speed of the database is improved.
When the database writes the data file, the main data file and the mirror image data file are written simultaneously, as long as any one of the data file and the mirror image data file is successfully written, a message for confirming the writing can be returned, meanwhile, the database can continuously track whether the writing of the other data file is successful or not, if the writing is successful, the processing is not carried out, if the writing is unsuccessful, the retry is carried out for 3 times, and if the writing is unsuccessful for 3 times, the data file is marked as failed. The data file marked as failure is not read and written any more, and is recorded in a database view and a log, a database administrator needs to delete the data file, the deleted data file loses the mirror image function, and whether the data file is added again is determined according to the requirement.
The data is redundant on the data file layer, each data is stored in two parts, and the two parts are respectively stored in the main data file and the mirror image data file, when one data file in the mirror image has a problem, the other normal data file can continue to provide data reading and writing service, and the data safety is improved. When the storage server fails or needs to be replaced, the normal use of the database is not affected, the problem of data loss caused by the failure of the storage server or the replacement of the storage server is avoided, and the usability of the database is improved.
As shown in fig. 3, an embodiment of the present invention further provides a redundancy apparatus for database data files, including: the system comprises a mirror image module, a data synchronization module, a concurrency control module, a deletion operation module and a parameter setting module, wherein the mirror image module comprises a table space creating module, a main data file adding module and a data file mirror image module.
And the mirror image module is used for adding mirror image data files to the main data files in the database and finishing the addition of mirror image functions by adding the mirror image data files to the main data files.
And the data synchronization module is used for synchronizing the data in the main data file into the mirror image data file, and after the synchronization operation is finished, the contents of the two data files are consistent.
The concurrency control module is used for setting a read-write concurrency operation control mechanism of the main data file and the mirror image data file, and when data is read, the database automatically divides the I/O request and respectively sends the I/O request to the main data file and the mirror image data file for reading; when data is written, the database writes the main data file and the mirror image data file at the same time, and a message for confirming the writing can be returned as long as any one of the main data file and the mirror image data file is successfully written.
And the deleting operation module is used for deleting the mirror image data file, and only any one of the main data file and the mirror image data file can be deleted at each time in the deleting operation process of the mirror image.
And the parameter setting module is used for setting the view and the parameters of the mirror image of the data file, controlling the data synchronization speed of the mirror image data file and monitoring the mirror image state of the data file.
The tablespace creating module is used for designating a mirror image data file of the main data file when the tablespace is created;
the main data file adding module is used for appointing a mirror image data file when adding the main data file to the tablespace;
and the data file mirroring module is used for adding a mirrored data file to the existing main data file.
According to the technical scheme of the embodiment of the invention, the database is subjected to redundancy in the data file layer, each part of data is stored in two parts, and the two parts are respectively stored in the main data file and the mirror image data file, when one data file in the mirror image has a problem, the other normal data file can continue to provide data reading and writing service, and the data security is improved.
When the main data file and the mirror image data file are respectively placed in different storage servers, the two data files in the mirror image can provide parallel read-write operation, so that the waiting time for reading and writing data can be effectively reduced, and the database performance is improved; and when one storage server breaks down, the normal use of the database is not influenced, the problem of data loss caused by the failure of the storage server is avoided, and the usability of the database is improved.
When the storage server needs to be replaced, the mirror image data file is added to each data file on the new storage server, the synchronization operation is automatically completed by the database, the original data file is deleted after the synchronization is completed, the storage and replacement operation can be completed, the data normally runs in the replacement process, and the normal use of a service system is not influenced.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (9)

1. A method of redundancy of database data files, comprising the steps of:
adding mirror image data files to the main data files in the database;
synchronizing data in the main data file to the mirror image data file;
setting a concurrency control mechanism of the main data file and the mirror image data file;
the concurrency control mechanism of the main data file and the mirror image data file comprises the following steps: when data is read, the database automatically divides the I/O request and respectively sends the I/O request to the main data file and the mirror image data file for reading operation; when data is written, the database writes the main data file and the mirror image data file at the same time, and a message for confirming the writing can be returned as long as any one of the main data file and the mirror image data file is successfully written.
2. The method according to claim 1, wherein the specific process of adding the mirror image data file is as follows:
specifying a mirror image data file of the master data file when creating the tablespace;
designating mirror image data files when adding a main data file to the tablespace;
adding mirror image data files to the existing main data files.
3. A method of redundancy of database data files according to claim 1 or 2, characterized in that the method further comprises the steps of:
and setting the view and the parameters of the data file mirror image.
4. The method of claim 3, wherein the views comprise a mirror operation view, a primary data file view and a mirror data file view, and the parameter is a mirror synchronization speed parameter.
5. A method of redundancy of database data files according to claim 1 or 2, characterized in that the method further comprises the steps of:
and deleting the mirror image data file.
6. The method of claim 5, wherein only one of the primary data file and the mirror data file is deleted at a time during the mirror delete operation.
7. An apparatus for redundancy of database data files, comprising:
the mirror image module is used for adding mirror image data files to the main data files in the database;
the data synchronization module is used for synchronizing the data in the main data file into the mirror image data file;
the concurrency control module is used for setting a read-write concurrency operation control mechanism of the main data file and the mirror image data file;
the read-write concurrent operation control mechanism of the main data file and the mirror image data file comprises the following steps: when data is read, the database automatically divides the I/O request and respectively sends the I/O request to the main data file and the mirror image data file for reading operation; when data is written, the database writes the main data file and the mirror image data file at the same time, and a message for confirming the writing can be returned as long as any one of the main data file and the mirror image data file is successfully written.
8. The apparatus of claim 7, further comprising:
the deleting operation module is used for deleting the mirror image data file;
and the parameter setting module is used for setting the view and the parameters of the mirror image of the data file, controlling the data synchronization speed of the mirror image data file and monitoring the mirror image state of the data file.
9. The apparatus of claim 7 or 8, wherein the mirroring module comprises:
the tablespace creating module is used for designating a mirror image data file of the main data file when the tablespace is created;
the main data file adding module is used for appointing a mirror image data file when adding the main data file to the tablespace;
and the data file mirroring module is used for adding a mirrored data file to the existing main data file.
CN201710642543.7A 2017-07-31 2017-07-31 Redundancy method and device for database data files Active CN107402850B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710642543.7A CN107402850B (en) 2017-07-31 2017-07-31 Redundancy method and device for database data files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710642543.7A CN107402850B (en) 2017-07-31 2017-07-31 Redundancy method and device for database data files

Publications (2)

Publication Number Publication Date
CN107402850A CN107402850A (en) 2017-11-28
CN107402850B true CN107402850B (en) 2021-02-09

Family

ID=60401762

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710642543.7A Active CN107402850B (en) 2017-07-31 2017-07-31 Redundancy method and device for database data files

Country Status (1)

Country Link
CN (1) CN107402850B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108259613B (en) * 2018-01-24 2019-12-24 平安科技(深圳)有限公司 Disaster recovery data online synchronization device, method and computer readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1526107A (en) * 2001-05-30 2004-09-01 �׹��Ĺ��ʹ�˾ Integrating tablespaces with different block sizes
CN1836232A (en) * 2003-08-14 2006-09-20 甲骨文国际公司 Automatic and dynamic provisioning of databases
CN101727496A (en) * 2010-01-15 2010-06-09 山东高效能服务器和存储研究院 Method for realizing load balancing cluster of MICROSOFT SQL SERVER database
CN102945195A (en) * 2012-11-26 2013-02-27 国电南瑞科技股份有限公司 Master-standby redundancy replication method based on SQLite databases

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8386438B2 (en) * 2009-03-19 2013-02-26 Symantec Corporation Method for restoring data from a monolithic backup
CN101944089A (en) * 2009-07-10 2011-01-12 北京数码大方科技有限公司 Date view version management method and device for database
KR20120004162A (en) * 2010-07-06 2012-01-12 삼성전자주식회사 Method for managing database and database server system using the same
CN105302667B (en) * 2015-10-12 2018-05-04 国家计算机网络与信息安全管理中心 High reliability data backup and restoration methods based on aggregated structure

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1526107A (en) * 2001-05-30 2004-09-01 �׹��Ĺ��ʹ�˾ Integrating tablespaces with different block sizes
CN1836232A (en) * 2003-08-14 2006-09-20 甲骨文国际公司 Automatic and dynamic provisioning of databases
CN101727496A (en) * 2010-01-15 2010-06-09 山东高效能服务器和存储研究院 Method for realizing load balancing cluster of MICROSOFT SQL SERVER database
CN102945195A (en) * 2012-11-26 2013-02-27 国电南瑞科技股份有限公司 Master-standby redundancy replication method based on SQLite databases

Also Published As

Publication number Publication date
CN107402850A (en) 2017-11-28

Similar Documents

Publication Publication Date Title
US7353335B2 (en) Storage control method for database recovery in logless mode
US5615329A (en) Remote data duplexing
US5504861A (en) Remote data duplexing
US5734818A (en) Forming consistency groups using self-describing record sets for remote data duplexing
US7103713B2 (en) Storage system, device and method using copy-on-write for synchronous remote copy
US5692155A (en) Method and apparatus for suspending multiple duplex pairs during back up processing to insure storage devices remain synchronized in a sequence consistent order
US8868858B2 (en) Method and apparatus of continuous data backup and access using virtual machines
US6557089B1 (en) Backup by ID-suppressed instant virtual copy then physical backup copy with ID reintroduced
US8554733B2 (en) Disaster recovery method, disaster recovery system, remote copy method and storage system
US7975171B2 (en) Automated file recovery based on subsystem error detection results
US7293048B2 (en) System for preserving logical object integrity within a remote mirror cache
WO2018098972A1 (en) Log recovery method, storage device and storage node
CN105302667B (en) High reliability data backup and restoration methods based on aggregated structure
JP2006293850A (en) Remote copy system and remote copy method
US6073221A (en) Synchronization of shared data stores through use of non-empty track copy procedure
US7418564B2 (en) Storage controller, storage control system and storage control method for mirroring volumes
US20070033361A1 (en) Apparatus, system, and method for fastcopy target creation
US9558084B2 (en) Recovery control in mirrored disks
CN107402850B (en) Redundancy method and device for database data files
US10025655B2 (en) Storage system
CN103902227B (en) It is a kind of to support the additional document storage mode write and share and read
US8918364B1 (en) Online mirror state transitioning in databases
JP2006260376A (en) Storage device and media error restoring method
JP2013030047A (en) Control device, control method, and storage device
JP2006235698A (en) Inter-storage data migration method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20210111

Address after: Building 9, No.1, guanpu Road, Guoxiang street, Wuzhong Economic Development Zone, Wuzhong District, Suzhou City, Jiangsu Province

Applicant after: SUZHOU LANGCHAO INTELLIGENT TECHNOLOGY Co.,Ltd.

Address before: Room 1601, floor 16, 278 Xinyi Road, Zhengdong New District, Zhengzhou City, Henan Province

Applicant before: ZHENGZHOU YUNHAI INFORMATION TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant