CN111506583A - Update method, update apparatus, server, computer device, and storage medium - Google Patents

Update method, update apparatus, server, computer device, and storage medium Download PDF

Info

Publication number
CN111506583A
CN111506583A CN201910100430.3A CN201910100430A CN111506583A CN 111506583 A CN111506583 A CN 111506583A CN 201910100430 A CN201910100430 A CN 201910100430A CN 111506583 A CN111506583 A CN 111506583A
Authority
CN
China
Prior art keywords
data
branch data
offline branch
snapshot
offline
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
CN201910100430.3A
Other languages
Chinese (zh)
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.)
Beijing Didi Infinity Technology and Development Co Ltd
Original Assignee
Beijing Didi Infinity Technology and Development 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 Beijing Didi Infinity Technology and Development Co Ltd filed Critical Beijing Didi Infinity Technology and Development Co Ltd
Priority to CN201910100430.3A priority Critical patent/CN111506583A/en
Publication of CN111506583A publication Critical patent/CN111506583A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

The invention provides an updating method, an updating device, a server, computer equipment and a storage medium, wherein the data updating method comprises the following steps: responding to the creation instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creation instruction; and receiving the editing operation of the configuration end on the down branch data so as to synchronize the editing operation into the main data. According to the technical scheme, on one hand, due to the fact that the offline branch data and the online service are not in a coupling relation, the offline branch data are isolated from the main data, so that operation of the online service cannot be influenced aiming at editing of the branch data, on the other hand, the offline branch data can be determined based on the size of the service volume, the offline branch data can be operated independently and parallelly, operation among different operators cannot interfere with each other, and accordingly accuracy of data editing is guaranteed.

Description

Update method, update apparatus, server, computer device, and storage medium
Technical Field
The present invention relates to the field of databases, and in particular, to a data updating method, a data updating apparatus, a server, a computer device, and a computer-readable storage medium.
Background
Under the background of information, data is important for any internet company, and how to ensure the accuracy and integrity of data in the data processing process also becomes a problem to be solved urgently for the internet company.
In the prior art, for a software system, the operation of data is inevitable, however, during the data operation, the following problems still exist:
(1) because of more operators of the system, the operations of different operators may affect each other, thereby affecting the accuracy of data;
(2) once the operation of the data on which the online service depends is wrong, the whole service cannot normally provide service, so that the repair cost is high;
(3) since operations are often irreversible, the integrity of the data is destroyed when an error occurs in the operation of the data.
Therefore, it is an urgent need to solve the above system risk.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art or the related art.
To this end, it is an object of the present invention to provide a data updating method.
Another object of the present invention is to provide a data updating apparatus.
It is yet another object of the present invention to provide a server.
It is yet another object of the present invention to provide a computer-implemented apparatus.
It is yet another object of the present invention to provide a computer-readable storage medium.
To achieve the above object, according to an embodiment of the first aspect of the present invention, a data updating method is provided, including: responding to the creation instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creation instruction; and receiving the editing operation of the configuration end on the down branch data so as to synchronize the editing operation into the main data.
In the foregoing technical solution, preferably, the receiving of the editing operation of the configuration end on the down branch data to synchronize the editing operation to the main data specifically includes: receiving an operation log for recording editing operation; and playing back the operation log, and reading the editing operation in the log playing back process so as to synchronize the modified data information into the main data.
In any one of the above technical solutions, preferably, the method further includes: after the editing operation is synchronized into the main data, generating a version snapshot corresponding to the synchronized main data, wherein the version snapshot comprises timestamp information which is used for recording the operation time of the editing operation; and establishing a coupling relation between the version snapshot and the online business so as to execute the online business operation by reading the version snapshot.
In any one of the above technical solutions, preferably, the method further includes: after the editing operation is synchronized to the main data, when a plurality of offline branch data of the main data are detected, the operation log is issued to a configuration end of the main data with backward timestamp information, so that the offline branch data are updated according to the operation log.
In any one of the above technical solutions, preferably, the method further includes: responding to the snapshot rollback instruction, and analyzing a rollback snapshot version number carried in the snapshot rollback instruction; searching a snapshot linked list according to the rollback snapshot version number to determine a corresponding main data version; and coupling the main data version with the online service after executing the decoupling operation between the current version snapshot and the online service.
In any one of the above technical solutions, preferably, before creating offline branch data of the main data in the database in response to the creation instruction and sending the offline branch data to the corresponding configuration end, the method further includes: the attribute of the backbone data is modified to be in a readable but directly editable state.
According to an embodiment of the second aspect of the present invention, there is provided a data updating method, including: under the condition of receiving offline branch data fed back according to the creation instruction, detecting whether an editing instruction of the offline branch data is received or not; responding to the editing instruction, storing the editing operation of the offline branch data, and verifying whether the modified offline branch data meets the operation requirement; and submitting the editing operation to a server after verifying that the modified offline branch data meets the operation requirement.
In the above technical solution, preferably, the method of saving the edit operation on the offline branch data and verifying whether the modified offline branch data meets the operation requirement further includes: and writing the editing operation into the corresponding operation log, and generating the time stamp information corresponding to the editing operation.
In any one of the above technical solutions, preferably, after verifying that the modified offline branch data meets the operation requirement, submitting the editing operation to the server, specifically includes: and uploading the operation log to a database from the configuration end.
In any one of the above technical solutions, preferably, responding to the edit instruction, saving the edit operation on the offline branch data, and verifying whether the modified offline branch data meets the operation requirement includes: determining a performance test piece associated with the branch data, wherein the performance test piece comprises a test script and an operating environment parameter; and respectively testing the offline branch data before modification and the offline branch data after modification according to the performance test piece to determine whether the performance of the offline branch data after modification is equal to or higher than that of the offline branch data before modification.
In any one of the above technical solutions, preferably, the method further includes: and receiving the update log of which the timestamp information sent by the server is later than the current operation log so as to update the offline branch data according to the update log.
According to an embodiment of the third aspect of the present invention, there is provided a data updating apparatus including: a memory and a processor; a memory for storing program code; a processor for invoking program code execution: responding to the creation instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creation instruction; and receiving the editing operation of the configuration end on the down branch data so as to synchronize the editing operation into the main data.
In the foregoing technical solution, preferably, the processor is specifically configured to: receiving an operation log for recording editing operation; and playing back the operation log, and reading the editing operation in the log playing back process so as to synchronize the modified data information into the main data.
In any of the above technical solutions, preferably, the processor is specifically configured to: after the editing operation is synchronized into the main data, generating a version snapshot corresponding to the synchronized main data, wherein the version snapshot comprises timestamp information which is used for recording the operation time of the editing operation; and establishing a coupling relation between the version snapshot and the online business so as to execute the online business operation by reading the version snapshot.
In any of the above technical solutions, preferably, the processor is specifically configured to: after the editing operation is synchronized to the main data, when a plurality of offline branch data of the main data are detected, the operation log is issued to a configuration end of the main data with backward timestamp information, so that the offline branch data are updated according to the operation log.
In any of the above technical solutions, preferably, the processor is specifically configured to: responding to the snapshot rollback instruction, and analyzing a rollback snapshot version number carried in the snapshot rollback instruction; searching a snapshot linked list according to the rollback snapshot version number to determine a corresponding main data version; and coupling the main data version with the online service after executing the decoupling operation between the current version snapshot and the online service.
In any of the above technical solutions, preferably, the processor is specifically configured to: in response to the creating instruction, creating offline branch data of the main data in the database, and issuing the offline branch data to the corresponding configuration end, the method further includes: the attribute of the backbone data is modified to be in a readable but directly editable state.
According to an embodiment of a fourth aspect of the present invention, there is provided a data updating apparatus including: a memory and a processor; a memory for storing program code; a processor for invoking program code execution: under the condition of receiving offline branch data fed back according to the creation instruction, detecting whether an editing instruction of the offline branch data is received or not; responding to the editing instruction, storing the editing operation of the offline branch data, and verifying whether the modified offline branch data meets the operation requirement; and submitting the editing operation to a server after verifying that the modified offline branch data meets the operation requirement.
In the foregoing technical solution, preferably, the processor is specifically configured to: and writing the editing operation into the corresponding operation log, and generating the time stamp information corresponding to the editing operation.
In any of the above technical solutions, preferably, the processor is specifically configured to: and uploading the operation log to a database from the configuration end.
In any of the above technical solutions, preferably, the processor is specifically configured to: determining a performance test piece associated with the branch data, wherein the performance test piece comprises a test script and an operating environment parameter; and respectively testing the offline branch data before modification and the offline branch data after modification according to the performance test piece to determine whether the performance of the offline branch data after modification is equal to or higher than that of the offline branch data before modification.
In any of the above technical solutions, preferably, the processor is specifically configured to: and receiving the update log of which the timestamp information sent by the server is later than the current operation log so as to update the offline branch data according to the update log.
According to an embodiment of the fifth aspect of the present invention, there is provided a server including: the updating apparatus according to the embodiment of the third aspect.
According to an embodiment of a sixth aspect of the present invention, there is provided a computer apparatus comprising: the updating apparatus according to the embodiment of the fourth aspect.
According to an embodiment of the seventh aspect of the present invention, a computer-readable storage medium is proposed, on which a computer program is stored, which when executed implements the steps of the updating method as defined in any of the above claims.
Advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
FIG. 1 shows a schematic flow diagram of a data update method according to an embodiment of the invention;
FIG. 2 shows a schematic flow diagram of a data update method according to another embodiment of the invention;
FIG. 3 shows a schematic diagram of a data update scheme according to an embodiment of the invention:
FIGS. 4-6 illustrate interface diagrams of a data update scheme according to an embodiment of the invention;
FIG. 7 shows a schematic block diagram of a data update apparatus according to an embodiment of the present invention;
fig. 8 shows a schematic block diagram of a data update apparatus according to another embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a more particular description of the invention will be rendered by reference to the appended drawings. It should be noted that the embodiments and features of the embodiments of the present application may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, however, the present invention may be practiced using third parties different from those described herein, and thus, the scope of the present invention is not limited by the specific embodiments disclosed below.
FIG. 1 shows a schematic flow diagram of a data update method according to an embodiment of the invention.
As shown in fig. 1, a data updating method according to an embodiment of the present invention includes: 102, responding to a creating instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creating instruction; and 104, receiving the editing operation of the configuration end on the down branch data so as to synchronize the editing operation into the main data.
In this embodiment, after receiving the creation instruction, by creating offline branch data of the trunk data, based on copying the trunk data, providing branch data having editable attributes to complete data editing operations by adding, modifying, deleting the branch data, and further, by publishing the edited offline branch data online, synchronizing the updated portion of the data into the trunk data to update the trunk data, by creating offline branch data, on one hand, because there is no coupling relationship between the offline branch data and the online service, the offline branch data is isolated from the trunk data, so that the editing for the branch data does not affect the operation of the online service, on the other hand, the offline branch data can be determined based on the size of the service volume, and a plurality of offline branch data can be operated independently and in parallel, the operation among different operators can not interfere with each other, and then the accuracy of data editing can be guaranteed beneficially.
The branch data refers to codes or data deployed in the development process of application software, the trunk data refers to codes or data deployed in a real environment and is online applied to the branches, when an application program needs modification and other change operations, the corresponding data needs to be changed in the branches, and then the changed branches are online applied to the trunk data, so that the corresponding change of the trunk data is achieved.
It will also be understood by those skilled in the art that the framework for performing the data update method of the present application has the following basic elements:
(1) and main data refers to core data of the software system, and a user of the data cannot directly modify the data and can only replay the operation log when the data is released online through branches to achieve operation synchronization, so that the modification of the data is finally completed.
(2) The branch data is a backbone mirror image created by a user at a specific time, the user can edit the branch data, and the synchronous operation to the backbone can be completed by releasing the on-line after the modification is completed.
(3) The operation log is a record of branch data edited by a user or main data edited by a system, and is used for recording operation synchronization from the branch data to the main data or from the main data to the branch data, so that the operation log must belong to specific branch data or main data.
(4) The data snapshot refers to a mirror image of the main data at a specific time, and is different from the branch data in that: each data snapshot has a unique version number, data cannot be modified, the data snapshot is used for reading online business, and switching to other historical versions can be rapidly carried out through the version number.
In the foregoing embodiment, preferably, the receiving of the editing operation of the configuration end on the down branch data to synchronize the editing operation into the main data specifically includes: receiving an operation log for recording editing operation; and playing back the operation log, and reading the editing operation in the log playing back process so as to synchronize the modified data information into the main data.
In the embodiment, the operation log is received and played back, the editing operation in the operation log is read based on the timestamp information, the modified data information is synchronized to the main data according to the editing operation, so that the data updating of the main data is completed, the synchronization of the offline branch data and the online main data is realized in a log playback mode, the situation that the whole service cannot be normally provided when the main data is directly edited and mistakenly edited can be prevented, and the integrity of the data in the database can be ensured while the safety in the data updating process is improved.
In any one of the above embodiments, preferably, the method further includes: after the editing operation is synchronized into the main data, generating a version snapshot corresponding to the synchronized main data, wherein the version snapshot comprises timestamp information which is used for recording the operation time of the editing operation; and establishing a coupling relation between the version snapshot and the online business so as to execute the online business operation by reading the version snapshot.
In this embodiment, while data is updated in a log playback manner, a new data version may be established based on a timestamp of an editing operation, a version snapshot is generated, and by establishing a coupling relationship between the version snapshot and the online service, the online service may operate based on updated backbone data, so as to ensure that the online service operates based on the latest stable data.
In any one of the above embodiments, preferably, the method further includes: after the editing operation is synchronized to the main data, when a plurality of offline branch data of the main data are detected, the operation log is issued to a configuration end of the main data with backward timestamp information, so that the offline branch data are updated according to the operation log.
In this embodiment, after it is detected that the trunk data is updated based on the timestamp information, the trunk data is pulled, and data sharing and synchronization of the trunk data are realized for branch data behind the trunk data, thereby being beneficial to ensuring real-time performance of offline data operation.
In any one of the above embodiments, preferably, the method further includes: responding to the snapshot rollback instruction, and analyzing a rollback snapshot version number carried in the snapshot rollback instruction; searching a snapshot linked list according to the rollback snapshot version number to determine a corresponding main data version; and coupling the main data version with the online service after executing the decoupling operation between the current version snapshot and the online service.
In the embodiment, the snapshot has the functions of performing online data backup and recovery, one version snapshot corresponds to one version, data isolation among different operators is realized through branching, isolation of configuration data and service data is also realized, quick rollback can be realized through the version snapshot, after data updating and the latest version number are generated through log playback, the currently adopted snapshot version is changed into a history version, therefore, the number of the history versions is gradually increased along with continuous updating of data, and when a snapshot rollback command is received, the corresponding snapshot linked list is searched according to the rollback snapshot version number due to the rollback version number carried in the snapshot rollback command, so that when the current used snapshot version is detected to be abnormal or unstable in operation, the current used snapshot version is returned to the designated history version through the snapshot rollback mode, to resolve operational failures that occur during operational failures.
In any of the foregoing embodiments, preferably, before creating offline branch data of the main data in the database in response to the creation instruction and issuing the offline branch data to the corresponding configuration end, the method further includes: the attribute of the backbone data is modified to be in a readable but directly editable state.
In the embodiment, by limiting the direct editing operation on the trunk data, the service paralysis caused by the error of the trunk data editing which is depended by the online service is prevented, and further, the repair cost of service repair is favorably reduced.
As shown in fig. 2, a data updating method according to another embodiment of the present invention includes: step 202, under the condition of receiving the offline branch data fed back according to the creation instruction, detecting whether an editing instruction of the offline branch data is received; step 204, responding to the editing instruction, saving the editing operation of the offline branch data, and verifying whether the modified offline branch data meets the operation requirement; and step 206, after verifying that the modified offline branch data meets the operation requirement, submitting the editing operation to a server.
In this embodiment, when branch data with editable attributes is received to complete a data editing operation by adding, modifying, and deleting the branch data, further, the updating of the main data is realized by publishing the edited offline branch data online and synchronizing the data updating part into the main data, and on one hand, because the offline branch data and the online service do not have a coupling relation, the offline branch data are mutually isolated by the main data, therefore, the operation of the online service cannot be influenced by editing the branch data, on the other hand, the offline branch data can be determined based on the size of the service volume, the offline branch data can be operated independently and parallelly, the operation among different operators cannot interfere with each other, and the accuracy of data editing can be further guaranteed.
In addition, after the data editing is completed, the performance test is performed on the edited offline branch data to detect whether the edited data is abnormal or not, so that the edited data is uploaded to the server only when the situation that the abnormality is not found is detected, and data synchronization is further performed based on the operation log, so that the abnormal data is prevented from being uploaded to the server, and the probability of abnormality of the online service is further reduced.
In the foregoing embodiment, preferably, the method of saving the editing operation on the offline branch data and verifying whether the modified offline branch data meets the operation requirement further includes: and writing the editing operation into the corresponding operation log, and generating the time stamp information corresponding to the editing operation.
In any of the foregoing embodiments, preferably, after verifying that the modified offline branch data meets the operation requirement, submitting the editing operation to the server, specifically includes: and uploading the operation log to a database from the configuration end.
In the embodiment, the operation log is generated and uploaded to the server, so that log playback is performed on the operation log at the server, editing operation in the operation log is read based on timestamp information, modified data information is synchronized to main data according to the editing operation, data updating of the main data is completed, synchronization of offline branch data and online main data is achieved in a log playback mode, accordingly, the situation that the whole service cannot be normally provided when the main data is directly edited and mistakenly made can be prevented, and the integrity of data in the database can be guaranteed while the safety in the data updating process is improved.
In any one of the above technical solutions, preferably, responding to the edit instruction, saving the edit operation on the offline branch data, and verifying whether the modified offline branch data meets the operation requirement includes: determining a performance test piece associated with the branch data, wherein the performance test piece comprises a test script and an operating environment parameter; and respectively testing the offline branch data before modification and the offline branch data after modification according to the performance test piece to determine whether the performance of the offline branch data after modification is equal to or higher than that of the offline branch data before modification.
In any one of the above embodiments, preferably, the method further includes: and receiving the update log of which the timestamp information sent by the server is later than the current operation log so as to update the offline branch data according to the update log.
In this embodiment, after it is detected that the trunk data is updated based on the timestamp information, the trunk data is pulled, and data sharing and synchronization of the trunk data are realized for branch data behind the trunk data, thereby being beneficial to ensuring real-time performance of offline data operation.
As shown in fig. 3, according to the data updating scheme of the present invention, the main data is obtained by extracting data in the database, and after the main data is copied, a plurality of branch data with the same content are obtained, and the branch data may be sent to different configuration ends to perform the editing operation of the branch data, which specifically includes:
(1) creating a data branch: before operating data, a user must create a branch of the user, wherein the branch is the full copy of the main data at the time point;
(2) branch data editing: the user can edit own branch data, including modification, new creation, deletion and the like, and all the modifications are recorded through the operation log;
(3) branching and getting on line: after finishing the editing of the branch data and the reliability verification, a user synchronously operates a main trunk sentence by initiating an online task, and the synchronization is finished by log playback;
(4) and (3) releasing the backbone: after the branch operation is synchronized to the main data, the main data can be released, and a new version of snapshot is generated to serve the online service;
(5) pulling the trunk: after the trunk data is updated, the branch data behind the trunk data can be updated by pulling the trunk to synchronize the data;
(6) and (3) snapshot rollback: the data read by the online service are all backbone snapshots, and snapshot rollback can be quickly realized by switching read versions.
As shown in fig. 4, the user can operate through the interface at the configuration end (click on the "branch management" - "new" button to generate the creation instruction of the branch data).
As shown in fig. 5, the trunk data is directly operated at the configuration end, the user cannot directly operate the trunk data, and the data operation performed on the trunk data is filtered.
As shown in fig. 6, when there are a plurality of branch data, it is also possible to switch between different branch data.
As shown in fig. 7, the data updating apparatus 30 according to an embodiment of the present invention includes: a memory 302 and a processor 304; a memory 302 for storing the memory 302 for storing program code; a processor 304 for invoking program code to perform: responding to the creation instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creation instruction; and receiving the editing operation of the configuration end on the down branch data so as to synchronize the editing operation into the main data.
In this embodiment, after receiving the creation instruction, by creating offline branch data of the trunk data, based on copying the trunk data, providing branch data having editable attributes to complete data editing operations by adding, modifying, deleting the branch data, and further, by publishing the edited offline branch data online, synchronizing the updated portion of the data into the trunk data to update the trunk data, by creating offline branch data, on one hand, because there is no coupling relationship between the offline branch data and the online service, the offline branch data is isolated from the trunk data, so that the editing for the branch data does not affect the operation of the online service, on the other hand, the offline branch data can be determined based on the size of the service volume, and a plurality of offline branch data can be operated independently and in parallel, the operation among different operators can not interfere with each other, and then the accuracy of data editing can be guaranteed beneficially.
The branch data refers to codes or data deployed in the development process of application software, the trunk data refers to codes or data deployed in a real environment and is online applied to the branches, when an application program needs modification and other change operations, the corresponding data needs to be changed in the branches, and then the changed branches are online applied to the trunk data, so that the corresponding change of the trunk data is achieved.
In the foregoing embodiment, preferably, the processor 304 is specifically configured to: receiving an operation log for recording editing operation; and playing back the operation log, and reading the editing operation in the log playing back process so as to synchronize the modified data information into the main data.
In the embodiment, the operation log is received and played back, the editing operation in the operation log is read based on the timestamp information, the modified data information is synchronized to the main data according to the editing operation, so that the data updating of the main data is completed, the synchronization of the offline branch data and the online main data is realized in a log playback mode, the situation that the whole service cannot be normally provided when the main data is directly edited and mistakenly edited can be prevented, and the integrity of the data in the database can be ensured while the safety in the data updating process is improved.
In any of the above embodiments, preferably, the processor 304 is specifically configured to: after the editing operation is synchronized into the main data, generating a version snapshot corresponding to the synchronized main data, wherein the version snapshot comprises timestamp information which is used for recording the operation time of the editing operation; and establishing a coupling relation between the version snapshot and the online business so as to execute the online business operation by reading the version snapshot.
In this embodiment, while data is updated in a log playback manner, a new data version may be established based on a timestamp of an editing operation, a version snapshot is generated, and by establishing a coupling relationship between the version snapshot and the online service, the online service may operate based on updated backbone data, so as to ensure that the online service operates based on the latest stable data.
In any of the above embodiments, preferably, the processor 304 is specifically configured to: after the editing operation is synchronized to the main data, when a plurality of offline branch data of the main data are detected, the operation log is issued to a configuration end of the main data with backward timestamp information, so that the offline branch data are updated according to the operation log.
In this embodiment, after it is detected that the trunk data is updated based on the timestamp information, the trunk data is pulled, and data sharing and synchronization of the trunk data are realized for branch data behind the trunk data, thereby being beneficial to ensuring real-time performance of offline data operation.
In any of the above embodiments, preferably, the processor 304 is specifically configured to: responding to the snapshot rollback instruction, and analyzing a rollback snapshot version number carried in the snapshot rollback instruction; searching a snapshot linked list according to the rollback snapshot version number to determine a corresponding main data version; and coupling the main data version with the online service after executing the decoupling operation between the current version snapshot and the online service.
In the embodiment, the snapshot has the functions of performing online data backup and recovery, one version snapshot corresponds to one version, data isolation among different operators is realized through branching, isolation of configuration data and service data is also realized, quick rollback can be realized through the version snapshot, after data updating and the latest version number are generated through log playback, the currently adopted snapshot version is changed into a history version, therefore, the number of the history versions is gradually increased along with continuous updating of data, and when a snapshot rollback command is received, the corresponding snapshot linked list is searched according to the rollback snapshot version number due to the rollback version number carried in the snapshot rollback command, so that when the current used snapshot version is detected to be abnormal or unstable in operation, the current used snapshot version is returned to the designated history version through the snapshot rollback mode, to resolve operational failures that occur during operational failures.
In any of the above embodiments, preferably, the processor 304 is specifically configured to: in response to the creating instruction, creating offline branch data of the main data in the database, and issuing the offline branch data to the corresponding configuration end, the method further includes: the attribute of the backbone data is modified to be in a readable but directly editable state.
In the embodiment, by limiting the direct editing operation on the trunk data, the service paralysis caused by the error of the trunk data editing which is depended by the online service is prevented, and further, the repair cost of service repair is favorably reduced.
As shown in fig. 8, a data update apparatus 40 according to another embodiment of the present invention includes: a memory 402 and a processor 404; a memory 402 for storing the memory 402 for storing program code; a processor 404 for invoking program code to perform: under the condition of receiving offline branch data fed back according to the creation instruction, detecting whether an editing instruction of the offline branch data is received or not; responding to the editing instruction, storing the editing operation of the offline branch data, and verifying whether the modified offline branch data meets the operation requirement; and submitting the editing operation to a server after verifying that the modified offline branch data meets the operation requirement.
In this embodiment, when branch data with editable attributes is received to complete a data editing operation by adding, modifying, and deleting the branch data, further, the updating of the main data is realized by publishing the edited offline branch data online and synchronizing the data updating part into the main data, and on one hand, because the offline branch data and the online service do not have a coupling relation, the offline branch data are mutually isolated by the main data, therefore, the operation of the online service cannot be influenced by editing the branch data, on the other hand, the offline branch data can be determined based on the size of the service volume, the offline branch data can be operated independently and parallelly, the operation among different operators cannot interfere with each other, and the accuracy of data editing can be further guaranteed.
In addition, after the data editing is completed, the performance test is performed on the edited offline branch data to detect whether the edited data is abnormal or not, so that the edited data is uploaded to the server only when the situation that the abnormality is not found is detected, and data synchronization is further performed based on the operation log, so that the abnormal data is prevented from being uploaded to the server, and the probability of abnormality of the online service is further reduced.
In the foregoing embodiment, preferably, the processor 404 is specifically configured to: and writing the editing operation into the corresponding operation log, and generating the time stamp information corresponding to the editing operation.
In any of the above embodiments, preferably, the processor 404 is specifically configured to: and uploading the operation log to a database from the configuration end.
In the embodiment, the operation log is generated and uploaded to the server, so that log playback is performed on the operation log at the server, editing operation in the operation log is read based on timestamp information, modified data information is synchronized to main data according to the editing operation, data updating of the main data is completed, synchronization of offline branch data and online main data is achieved in a log playback mode, accordingly, the situation that the whole service cannot be normally provided when the main data is directly edited and mistakenly made can be prevented, and the integrity of data in the database can be guaranteed while the safety in the data updating process is improved.
In any of the above embodiments, preferably, the processor 404 is specifically configured to: determining a performance test piece associated with the branch data, wherein the performance test piece comprises a test script and an operating environment parameter; and respectively testing the offline branch data before modification and the offline branch data after modification according to the performance test piece to determine whether the performance of the offline branch data after modification is equal to or higher than that of the offline branch data before modification.
In any of the above embodiments, preferably, the processor 404 is specifically configured to: and receiving the update log of which the timestamp information sent by the server is later than the current operation log so as to update the offline branch data according to the update log.
In this embodiment, after it is detected that the trunk data is updated based on the timestamp information, the trunk data is pulled, and data sharing and synchronization of the trunk data are realized for branch data behind the trunk data, thereby being beneficial to ensuring real-time performance of offline data operation.
A server according to one embodiment of the invention, comprising: the updating apparatus 30 according to any of the above embodiments.
A computer device according to an embodiment of the present invention includes: the updating apparatus 40 according to any of the above-described first embodiments.
A computer-readable storage medium according to an embodiment of the invention, having stored thereon a computer program that, when executed, implements:
responding to the creation instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creation instruction; and receiving the editing operation of the configuration end on the down branch data so as to synchronize the editing operation into the main data.
In this embodiment, after receiving the creation instruction, by creating offline branch data of the trunk data, based on copying the trunk data, providing branch data having editable attributes to complete data editing operations by adding, modifying, deleting the branch data, and further, by publishing the edited offline branch data online, synchronizing the updated portion of the data into the trunk data to update the trunk data, by creating offline branch data, on one hand, because there is no coupling relationship between the offline branch data and the online service, the offline branch data is isolated from the trunk data, so that the editing for the branch data does not affect the operation of the online service, on the other hand, the offline branch data can be determined based on the size of the service volume, and a plurality of offline branch data can be operated independently and in parallel, the operation among different operators can not interfere with each other, and then the accuracy of data editing can be guaranteed beneficially.
The branch data refers to codes or data deployed in the development process of application software, the trunk data refers to codes or data deployed in a real environment and is online applied to the branches, when an application program needs modification and other change operations, the corresponding data needs to be changed in the branches, and then the changed branches are online applied to the trunk data, so that the corresponding change of the trunk data is achieved.
It will also be understood by those skilled in the art that the framework for performing the data update method of the present application has the following basic elements:
(1) and main data refers to core data of the software system, and a user of the data cannot directly modify the data and can only replay the operation log when the data is released online through branches to achieve operation synchronization, so that the modification of the data is finally completed.
(2) The branch data is a backbone mirror image created by a user at a specific time, the user can edit the branch data, and the synchronous operation to the backbone can be completed by releasing the on-line after the modification is completed.
(3) The operation log is a record of branch data edited by a user or main data edited by a system, and is used for recording operation synchronization from the branch data to the main data or from the main data to the branch data, so that the operation log must belong to specific branch data or main data.
(4) The data snapshot refers to a mirror image of the main data at a specific time, and is different from the branch data in that: each data snapshot has a unique version number, data cannot be modified, the data snapshot is used for reading online business, and switching to other historical versions can be rapidly carried out through the version number.
In the foregoing embodiment, preferably, the receiving of the editing operation of the configuration end on the down branch data to synchronize the editing operation into the main data specifically includes: receiving an operation log for recording editing operation; and playing back the operation log, and reading the editing operation in the log playing back process so as to synchronize the modified data information into the main data.
In the embodiment, the operation log is received and played back, the editing operation in the operation log is read based on the timestamp information, the modified data information is synchronized to the main data according to the editing operation, so that the data updating of the main data is completed, the synchronization of the offline branch data and the online main data is realized in a log playback mode, the situation that the whole service cannot be normally provided when the main data is directly edited and mistakenly edited can be prevented, and the integrity of the data in the database can be ensured while the safety in the data updating process is improved.
In any one of the above embodiments, preferably, the method further includes: after the editing operation is synchronized into the main data, generating a version snapshot corresponding to the synchronized main data, wherein the version snapshot comprises timestamp information which is used for recording the operation time of the editing operation; and establishing a coupling relation between the version snapshot and the online business so as to execute the online business operation by reading the version snapshot.
In this embodiment, while data is updated in a log playback manner, a new data version may be established based on a timestamp of an editing operation, a version snapshot is generated, and by establishing a coupling relationship between the version snapshot and the online service, the online service may operate based on updated backbone data, so as to ensure that the online service operates based on the latest stable data.
In any one of the above embodiments, preferably, the method further includes: after the editing operation is synchronized to the main data, when a plurality of offline branch data of the main data are detected, the operation log is issued to a configuration end of the main data with backward timestamp information, so that the offline branch data are updated according to the operation log.
In this embodiment, after it is detected that the trunk data is updated based on the timestamp information, the trunk data is pulled, and data sharing and synchronization of the trunk data are realized for branch data behind the trunk data, thereby being beneficial to ensuring real-time performance of offline data operation.
In any one of the above embodiments, preferably, the method further includes: responding to the snapshot rollback instruction, and analyzing a rollback snapshot version number carried in the snapshot rollback instruction; searching a snapshot linked list according to the rollback snapshot version number to determine a corresponding main data version; and coupling the main data version with the online service after executing the decoupling operation between the current version snapshot and the online service.
In the embodiment, the snapshot has the functions of performing online data backup and recovery, one version snapshot corresponds to one version, data isolation among different operators is realized through branching, isolation of configuration data and service data is also realized, quick rollback can be realized through the version snapshot, after data updating and the latest version number are generated through log playback, the currently adopted snapshot version is changed into a history version, therefore, the number of the history versions is gradually increased along with continuous updating of data, and when a snapshot rollback command is received, the corresponding snapshot linked list is searched according to the rollback snapshot version number due to the rollback version number carried in the snapshot rollback command, so that when the current used snapshot version is detected to be abnormal or unstable in operation, the current used snapshot version is returned to the designated history version through the snapshot rollback mode, to resolve operational failures that occur during operational failures.
In any of the foregoing embodiments, preferably, before creating offline branch data of the main data in the database in response to the creation instruction and issuing the offline branch data to the corresponding configuration end, the method further includes: the attribute of the backbone data is modified to be in a readable but directly editable state.
In the embodiment, by limiting the direct editing operation on the trunk data, the service paralysis caused by the error of the trunk data editing which is depended by the online service is prevented, and further, the repair cost of service repair is favorably reduced.
The computer program when executed further implements: when offline branch data fed back according to the creation instruction are received, whether an editing instruction of the offline branch data is received or not is detected; responding to the editing instruction, storing the editing operation of the offline branch data, and verifying whether the modified offline branch data meets the operation requirement; and submitting the editing operation to a server after verifying that the modified offline branch data meets the operation requirement.
In this embodiment, when branch data with editable attributes is received to complete a data editing operation by adding, modifying, and deleting the branch data, further, the updating of the main data is realized by publishing the edited offline branch data online and synchronizing the data updating part into the main data, and on one hand, because the offline branch data and the online service do not have a coupling relation, the offline branch data are mutually isolated by the main data, therefore, the operation of the online service cannot be influenced by editing the branch data, on the other hand, the offline branch data can be determined based on the size of the service volume, the offline branch data can be operated independently and parallelly, the operation among different operators cannot interfere with each other, and the accuracy of data editing can be further guaranteed.
In addition, after the data editing is completed, the performance test is performed on the edited offline branch data to detect whether the edited data is abnormal or not, so that the edited data is uploaded to the server only when the situation that the abnormality is not found is detected, and data synchronization is further performed based on the operation log, so that the abnormal data is prevented from being uploaded to the server, and the probability of abnormality of the online service is further reduced.
In the foregoing embodiment, preferably, the method of saving the editing operation on the offline branch data and verifying whether the modified offline branch data meets the operation requirement further includes: and writing the editing operation into the corresponding operation log, and generating the time stamp information corresponding to the editing operation.
In any of the foregoing embodiments, preferably, after verifying that the modified offline branch data meets the operation requirement, submitting the editing operation to the server, specifically includes: and uploading the operation log to a database from the configuration end.
In the embodiment, the operation log is generated and uploaded to the server, so that log playback is performed on the operation log at the server, editing operation in the operation log is read based on timestamp information, modified data information is synchronized to main data according to the editing operation, data updating of the main data is completed, synchronization of offline branch data and online main data is achieved in a log playback mode, accordingly, the situation that the whole service cannot be normally provided when the main data is directly edited and mistakenly made can be prevented, and the integrity of data in the database can be guaranteed while the safety in the data updating process is improved.
In any one of the above technical solutions, preferably, responding to the edit instruction, saving the edit operation on the offline branch data, and verifying whether the modified offline branch data meets the operation requirement includes: determining a performance test piece associated with the branch data, wherein the performance test piece comprises a test script and an operating environment parameter; and respectively testing the offline branch data before modification and the offline branch data after modification according to the performance test piece to determine whether the performance of the offline branch data after modification is equal to or higher than that of the offline branch data before modification.
In any one of the above embodiments, preferably, the method further includes: and receiving the update log of which the timestamp information sent by the server is later than the current operation log so as to update the offline branch data according to the update log.
In this embodiment, after it is detected that the trunk data is updated based on the timestamp information, the trunk data is pulled, and data sharing and synchronization of the trunk data are realized for branch data behind the trunk data, thereby being beneficial to ensuring real-time performance of offline data operation.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs.
The unit modules of the antitheft braking updating device provided by the embodiment of the invention can be combined, divided and deleted according to actual needs.
Further, it will be understood that any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and that the scope of the preferred embodiments of the present invention includes additional implementations in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the embodiments of the present invention.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a separate product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description of the present invention, the terms "first", "second", and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance, and specific meanings of the above terms in embodiments of the present invention may be understood according to specific situations by those of ordinary skill in the art.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes will occur to those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (25)

1. A data updating method applied to a server, comprising:
responding to a creating instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creating instruction;
and receiving the editing operation of the configuration end on the offline branch data so as to synchronize the editing operation into the main data.
2. The updating method according to claim 1, wherein the receiving of the editing operation of the configuration end on the offline branch data to synchronize the editing operation into the main data specifically includes:
receiving an operation log for recording the editing operation;
and playing back the operation log, and reading the editing operation in the log playing back process so as to synchronize the modified data information into the main data.
3. The updating method according to claim 2, further comprising:
after the editing operation is synchronized into the main data, generating a version snapshot corresponding to the synchronized main data, wherein the version snapshot comprises timestamp information, and the timestamp information is used for recording the operation time of the editing operation;
and establishing a coupling relation between the version snapshot and the online service so as to execute the online service operation by reading the version snapshot.
4. The updating method according to claim 3, further comprising:
after the editing operation is synchronized into the main data, when a plurality of offline branch data of the main data are detected, the operation log is sent to the configuration end of the main data behind the timestamp information, so that the offline branch data are updated according to the operation log.
5. The updating method according to claim 3, further comprising:
responding to a snapshot rollback instruction, and analyzing a rollback snapshot version number carried in the snapshot rollback instruction;
searching a snapshot linked list according to the rollback snapshot version number to determine a corresponding main data version;
and coupling the main data version with the online service after executing the decoupling operation between the current version snapshot and the online service.
6. The updating method according to any one of claims 1 to 5, wherein before creating offline branch data of the main data in the database in response to a creating instruction and issuing the offline branch data to a corresponding configuration end, further comprising:
and modifying the attribute of the main data into a readable but directly editable state.
7. A data updating method applied to a configuration end, comprising:
under the condition of receiving offline branch data fed back according to a creation instruction, detecting whether an editing instruction for the offline branch data is received or not;
responding to the editing instruction, saving the editing operation of the offline branch data, and verifying whether the modified offline branch data meets the operation requirement;
and submitting the editing operation to a server after verifying that the modified offline branch data meets the operation requirement.
8. The updating method according to claim 7, wherein the saving of the editing operation on the offline branch data and the verifying whether the modified offline branch data meets the operation requirement further comprises:
and writing the editing operation into a corresponding operation log, and generating time stamp information corresponding to the editing operation.
9. The updating method according to claim 8, wherein the submitting the editing operation to a server after verifying that the modified offline branch data meets the operation requirement specifically comprises:
and uploading the operation log to a database from the configuration end.
10. The updating method according to claim 7, wherein the responding to the editing instruction, saving the editing operation on the offline branch data, and verifying whether the modified offline branch data meets the operation requirement specifically includes:
determining a performance test piece associated with the branch data, wherein the performance test piece comprises a test script and an operating environment parameter;
and respectively testing the offline branch data before and after modification according to the performance test piece to determine whether the performance of the offline branch data after modification is equal to or higher than that of the offline branch data before modification.
11. The update method according to any one of claims 7 to 10, further comprising:
and receiving an update log of which the timestamp information sent by the server is later than the current operation log so as to update the offline branch data according to the update log.
12. A data update apparatus adapted for a server, comprising: a memory and a processor;
the memory for storing program code;
the processor is used for calling the program codes to execute:
responding to a creating instruction, creating offline branch data of the main data in the database, and sending the offline branch data to a configuration end corresponding to the creating instruction;
and receiving the editing operation of the configuration end on the offline branch data so as to synchronize the editing operation into the main data.
13. The updating apparatus of claim 12, wherein the processor is specifically configured to:
receiving an operation log for recording the editing operation;
and playing back the operation log, and reading the editing operation in the log playing back process so as to synchronize the modified data information into the main data.
14. The updating apparatus of claim 13, wherein the processor is specifically configured to:
after the editing operation is synchronized into the main data, generating a version snapshot corresponding to the synchronized main data, wherein the version snapshot comprises timestamp information, and the timestamp information is used for recording the operation time of the editing operation;
and establishing a coupling relation between the version snapshot and the online service so as to execute the online service operation by reading the version snapshot.
15. The updating apparatus of claim 14, wherein the processor is specifically configured to:
after the editing operation is synchronized into the main data, when a plurality of offline branch data of the main data are detected, the operation log is sent to the configuration end of the main data behind the timestamp information, so that the offline branch data are updated according to the operation log.
16. The updating apparatus of claim 14, wherein the processor is specifically configured to:
responding to a snapshot rollback instruction, and analyzing a rollback snapshot version number carried in the snapshot rollback instruction;
searching a snapshot linked list according to the rollback snapshot version number to determine a corresponding main data version;
and coupling the main data version with the online service after executing the decoupling operation between the current version snapshot and the online service.
17. The updating apparatus according to any one of claims 12 to 16, wherein the processor is specifically configured to:
and modifying the attribute of the main data into a readable but directly editable state.
18. A data update apparatus adapted to a configuration side, comprising: a memory and a processor;
the memory for storing program code;
the processor is used for calling the program codes to execute:
under the condition of receiving offline branch data fed back according to a creation instruction, detecting whether an editing instruction for the offline branch data is received or not;
responding to the editing instruction, saving the editing operation of the offline branch data, and verifying whether the modified offline branch data meets the operation requirement;
and submitting the editing operation to a server after verifying that the modified offline branch data meets the operation requirement.
19. The updating apparatus of claim 18, wherein the processor is specifically configured to:
and writing the editing operation into a corresponding operation log, and generating time stamp information corresponding to the editing operation.
20. The updating apparatus of claim 19, wherein the processor is specifically configured to:
and uploading the operation log to a database from the configuration end.
21. The updating apparatus of claim 18, wherein the processor is specifically configured to:
determining a performance test piece associated with the branch data, wherein the performance test piece comprises a test script and an operating environment parameter;
and respectively testing the offline branch data before and after modification according to the performance test piece to determine whether the performance of the offline branch data after modification is equal to or higher than that of the offline branch data before modification.
22. The updating apparatus according to any one of claims 18 to 21, wherein the processor is specifically configured to:
and receiving an update log of which the timestamp information sent by the server is later than the current operation log so as to update the offline branch data according to the update log.
23. A server, comprising:
the updating device of any of claims 12 to 17.
24. A computer device, comprising:
the updating device of any of claims 18 to 22.
25. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the data updating method according to any one of claims 1 to 11.
CN201910100430.3A 2019-01-31 2019-01-31 Update method, update apparatus, server, computer device, and storage medium Pending CN111506583A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910100430.3A CN111506583A (en) 2019-01-31 2019-01-31 Update method, update apparatus, server, computer device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910100430.3A CN111506583A (en) 2019-01-31 2019-01-31 Update method, update apparatus, server, computer device, and storage medium

Publications (1)

Publication Number Publication Date
CN111506583A true CN111506583A (en) 2020-08-07

Family

ID=71877330

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910100430.3A Pending CN111506583A (en) 2019-01-31 2019-01-31 Update method, update apparatus, server, computer device, and storage medium

Country Status (1)

Country Link
CN (1) CN111506583A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113032704A (en) * 2021-02-24 2021-06-25 广州虎牙科技有限公司 Data processing method, device, electronic equipment and medium
CN113422757A (en) * 2021-06-04 2021-09-21 广西电网有限责任公司 Document management system based on encryption application
CN113468197A (en) * 2021-07-21 2021-10-01 上海星融汽车科技有限公司 Data updating method, electronic device and computer readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101526957A (en) * 2009-04-09 2009-09-09 北京四方继保自动化股份有限公司 Pattern-model integrated version management method applied in power automatization system
CN102216910A (en) * 2007-06-06 2011-10-12 雅典娜电信实验有限公司 Database parallel editing method
CN102413164A (en) * 2011-08-31 2012-04-11 北京华电万通科技有限公司 Web-based three-dimensional scenic visualized editing device and method
CN104714755A (en) * 2013-12-13 2015-06-17 华为技术有限公司 Snapshoot management method and device
CN108021505A (en) * 2017-12-05 2018-05-11 百度在线网络技术(北京)有限公司 Data loading method, device and computer equipment
CA2993213A1 (en) * 2017-04-28 2018-10-28 The Boeing Company Method and design for automated testing system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102216910A (en) * 2007-06-06 2011-10-12 雅典娜电信实验有限公司 Database parallel editing method
CN101526957A (en) * 2009-04-09 2009-09-09 北京四方继保自动化股份有限公司 Pattern-model integrated version management method applied in power automatization system
CN102413164A (en) * 2011-08-31 2012-04-11 北京华电万通科技有限公司 Web-based three-dimensional scenic visualized editing device and method
CN104714755A (en) * 2013-12-13 2015-06-17 华为技术有限公司 Snapshoot management method and device
CA2993213A1 (en) * 2017-04-28 2018-10-28 The Boeing Company Method and design for automated testing system
CN108021505A (en) * 2017-12-05 2018-05-11 百度在线网络技术(北京)有限公司 Data loading method, device and computer equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113032704A (en) * 2021-02-24 2021-06-25 广州虎牙科技有限公司 Data processing method, device, electronic equipment and medium
CN113422757A (en) * 2021-06-04 2021-09-21 广西电网有限责任公司 Document management system based on encryption application
CN113468197A (en) * 2021-07-21 2021-10-01 上海星融汽车科技有限公司 Data updating method, electronic device and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN111602114B (en) System and method for providing instant messaging channels within an integrated development environment
JP5838810B2 (en) Backup control program, backup control method, and backup control apparatus
CN111506583A (en) Update method, update apparatus, server, computer device, and storage medium
JP2007328489A (en) Document management device and program
CN109840194B (en) Method and system for detecting configuration file
US20060004839A1 (en) Method and system for data processing with data replication for the same
CN110515543B (en) Object bucket-based snapshot method, device and system
US20160266924A1 (en) Apparatus and method for identifying a virtual machine having changeable settings
CN109284331B (en) Certificate making information acquisition method based on service data resources, terminal equipment and medium
CN111694612A (en) Configuration checking method, device, computer system and storage medium
CN110825546A (en) Recovery method, system and equipment terminal for high-availability database cluster
CN112084066A (en) Data processing method, device and storage medium
CN111339118A (en) Kubernetes-based resource change history recording method and device
CN108984337A (en) A kind of restorative procedure of data synchronous abnormality, prosthetic device, medium and calculate equipment
US20210124575A1 (en) Providing build avoidance without requiring local source code
CN114721881A (en) Database management method, system, electronic device and storage medium
CN112925676A (en) Method for realizing recovery of distributed database cluster at any time point based on WAL
CN113590172A (en) Code file publishing method, device, equipment and storage medium
CN114281798A (en) Data migration method and device for heterogeneous database and computer readable medium
CN114490570A (en) Production data synchronization method and device, data synchronization system and server
CN117573564B (en) Method for automatically identifying differences based on gitlab code submitted log
CN117453189B (en) Method, system, equipment and medium for layered development of application
CN115729557B (en) Script processing method and device
CN117349088B (en) Database increment back-cut method, device, equipment and storage medium
CN118260166A (en) Batch processing program monitoring method, system, device, equipment and medium

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