CN114064665A - Data rollback method, system, electronic equipment and storage medium - Google Patents

Data rollback method, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN114064665A
CN114064665A CN202210058911.4A CN202210058911A CN114064665A CN 114064665 A CN114064665 A CN 114064665A CN 202210058911 A CN202210058911 A CN 202210058911A CN 114064665 A CN114064665 A CN 114064665A
Authority
CN
China
Prior art keywords
data
rollback
acquiring
rule
configuration object
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.)
Granted
Application number
CN202210058911.4A
Other languages
Chinese (zh)
Other versions
CN114064665B (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.)
Zhejiang Zheda Wangxin Software Industry Group Co ltd
Zhejiang Human Resources And Social Security Information Center
Original Assignee
Zhejiang Zheda Wangxin Software Industry Group Co ltd
Zhejiang Human Resources And Social Security Information Center
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 Zhejiang Zheda Wangxin Software Industry Group Co ltd, Zhejiang Human Resources And Social Security Information Center filed Critical Zhejiang Zheda Wangxin Software Industry Group Co ltd
Priority to CN202210058911.4A priority Critical patent/CN114064665B/en
Publication of CN114064665A publication Critical patent/CN114064665A/en
Application granted granted Critical
Publication of CN114064665B publication Critical patent/CN114064665B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors

Landscapes

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

Abstract

The invention relates to the technical field of data processing, and discloses a data rollback method, a data rollback system, electronic equipment and a storage medium, wherein the data rollback method comprises the following steps: setting a service identifier for a data configuration object; recording different data operation records of different operation bodies based on the same data configuration object according to the service identification, wherein the data operation records comprise data table names of corresponding operations, corresponding parameters and a backspacing request interface; responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule, and acquiring a data operation record formed by the rollback object according to the rollback rule; and calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name. The first identification is set for the data configuration object, so that the action track of the data configuration object can be obtained according to the first identification, different data operation records based on the same data configuration object are recorded, and rollback is performed according to different rollback rules and the data operation records, so that the method is more flexible and wider in application scene.

Description

Data rollback method, system, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of data processing, in particular to a data rollback method, a data rollback system, electronic equipment and a storage medium.
Background
In the field of information processing technology, when business data and the like are managed, certain data configuration, such as insertion, deletion, and replacement of data, is required to form new data.
After new data is formed, data rollback is an important function, and is mainly used for verifying newly configured data after the configuration operation of the data is executed, and if the newly configured data is found to be wrong, the data configuration needs to be backed off and returned to the previously configured data; confirming the data implementing the new configuration if the data of the new configuration is correct; or in the approval procedure, if the original configuration data is correct, the configured data is confirmed, and if the original configuration data is wrong, the original configuration data is rolled back, and the like.
However, the existing rollback method cannot perform rollback flexibly, and most of rollback can only be realized according to writing of hard codes, so that the operation is complicated, and therefore a rollback technology which can be suitable for different occasions and is flexible in application is urgently needed.
Disclosure of Invention
The invention aims to overcome the problem that the existing rollback mode is inflexible, and provides a data rollback method, a data rollback system, electronic equipment and a storage medium.
In order to achieve the above object, the present invention provides a data rollback method, comprising the steps of:
acquiring a data configuration object, and setting a unique service identifier for the data configuration object; recording different data operation records of different operation bodies based on the same data configuration object according to the service identification, wherein the data operation records comprise data table names of corresponding operations, parameters corresponding to the data table names and backspacing request interfaces;
responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule according to the rollback object, acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule, acquiring a data table name corresponding to the data operation record, and acquiring a parameter and a rollback request interface corresponding to the data table name; and calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name.
As an implementation manner, the data operation record further includes an operation type and a request value corresponding to the data table name; the step of acquiring the parameters corresponding to the data table names comprises the following steps: and judging whether an original value needs to be acquired or not according to the operation type, acquiring the original value and the requested value as the parameter when the original value needs to be acquired, and acquiring the requested value as the parameter when the original value does not need to be acquired.
As an implementation manner, the rollback object is one of the operation bodies of the data configuration object, and the data operation record formed by the same operation body based on the same data configuration object includes an inserted data record, a deleted data record, or a replaced data record.
As an implementable embodiment, the rollback rules include a direct rollback rule and a post-flush rollback rule; selecting a corresponding rollback rule according to the rollback object, and acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule specifically comprises the following steps:
when no other operation main body forms different data operation records based on the same data configuration object after the rollback object, the selected rollback rule is a direct rollback rule, and the data operation records formed by the rollback object based on the data configuration object are directly obtained;
and when other operation bodies behind the backspacing object form different data operation records based on the same data configuration object, the selected backspacing rule is a backspacing rule after clearing, the data operation records formed by the other operation bodies behind the backspacing object based on the same data configuration object are cleared, and the data operation records formed by the backspacing object based on the data configuration object after clearing are obtained.
Correspondingly, the invention also provides a data rollback system, which comprises the following modules:
a recording module: acquiring a data configuration object, and setting a unique service identifier for the data configuration object; recording different data operation records of different operation bodies based on the same data configuration object according to the service identification, wherein the data operation records comprise data table names of corresponding operations, parameters corresponding to the data table names and backspacing request interfaces;
a rollback module: responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule according to the rollback object, acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule, acquiring a data table name corresponding to the data operation record, and acquiring a parameter and a rollback request interface corresponding to the data table name; and calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name.
As an implementation manner, the data operation record further includes an operation type and a request value corresponding to the data table name; the step of acquiring the parameters corresponding to the data table names comprises the following steps: and judging whether an original value needs to be acquired or not according to the operation type, acquiring the original value and the requested value as the parameter when the original value needs to be acquired, and acquiring the requested value as the parameter when the original value does not need to be acquired.
As an implementation manner, the rollback object is one of the operation bodies of the data configuration object, and the data operation record formed by the same operation body based on the same data configuration object includes an inserted data record, a deleted data record, or a replaced data record.
As an implementable embodiment, the rollback rules include a direct rollback rule and a post-flush rollback rule; selecting a corresponding rollback rule according to the rollback object, and acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule specifically comprises the following steps:
when no other operation main body forms different data operation records based on the same data configuration object after the rollback object, the selected rollback rule is a direct rollback rule, and the data operation records formed by the rollback object based on the data configuration object are directly obtained;
and when other operation bodies behind the backspacing object form different data operation records based on the same data configuration object, the selected backspacing rule is a backspacing rule after clearing, the data operation records formed by the other operation bodies behind the backspacing object based on the same data configuration object are cleared, and the data operation records formed by the backspacing object based on the data configuration object after clearing are obtained.
The invention has the beneficial effects that: the invention discloses a data rollback method, a data rollback system, electronic equipment and a storage medium, wherein the data rollback method comprises the following steps: acquiring a data configuration object, and setting a service identifier for the data configuration object; recording different data operation records of different operation bodies based on the same data configuration object according to the service identification, wherein the data operation records comprise data table names of corresponding operations, corresponding parameters and a backspacing request interface; responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule, and acquiring a data operation record formed by the rollback object according to the rollback rule; calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name; according to the invention, the first identification is set for the data configuration object, so that the action track of the data configuration object can be obtained according to the first identification, different data operation records based on the same data configuration object are recorded, and rollback is performed according to different rollback rules and data operation records, so that the method is more flexible and has wider application scenes.
Drawings
Fig. 1 is a flowchart illustrating steps of a data rollback method according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, the present embodiment provides a technical solution: a data fallback method comprising the steps of:
step S100: acquiring a data configuration object, and setting a unique service identifier for the data configuration object; recording different data operation records of different operation bodies based on the same data configuration object according to the service identification, wherein the data operation records comprise data table names of corresponding operations, parameters corresponding to the data table names and backspacing request interfaces;
step S200: responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule according to the rollback object, acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule, acquiring a data table name corresponding to the data operation record, and acquiring a parameter and a rollback request interface corresponding to the data table name; and calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name.
The data operation record also comprises an operation type and a request value corresponding to the data table name; the step of acquiring the parameters corresponding to the data table names comprises the following steps: and judging whether an original value needs to be acquired or not according to the operation type, acquiring the original value and the requested value as the parameter when the original value needs to be acquired, and acquiring the requested value as the parameter when the original value does not need to be acquired.
The backspacing object is one of the operation bodies of the data configuration objects, and the data operation records formed by the same operation body based on the same data configuration object comprise an inserted data record, a deleted data record or a replaced data record; the operation types include insert, delete, replace update.
Specifically, the data operation record includes a corresponding data table, an operation sequence, an operation type, original data, parameters, and the like, and the parameters may include only the requested value or may include both the requested value and the original value according to the operation type. For example, if there is an insertion for an operation type of one data table and the data table further includes an original value that has not changed, the original value needs to be acquired in addition to the recorded request value, and the original value and the request value are backed up together.
In this embodiment, operations performed on data tables are recorded, that is, recorded in a new database, to form a data operation record, so that rollback can be performed according to the data operation record, where a data table name corresponding to an operation included in the data operation record refers to a data operation record generated after a specific operation is performed on which data table, that is, data source information is recorded, and when a rollback request is triggered, because data source information data is recorded in the data operation record, a data table name corresponding to the data operation record and a configuration of a data table corresponding to the data table name can be queried, and a parameter corresponding to a data operation record selected for rollback is rolled back into a corresponding data table according to the data source information.
The rollback rules comprise direct rollback rules, cleared rollback rules and the like; selecting a corresponding rollback rule according to the rollback object, and acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule specifically comprises the following steps:
when no other operation main body forms different data operation records based on the same data configuration object after the rollback object, the selected rollback rule is a direct rollback rule, and the data operation records formed by the rollback object based on the data configuration object are directly obtained;
and when other operation bodies behind the backspacing object form different data operation records based on the same data configuration object, the selected backspacing rule is a backspacing rule after clearing, the data operation records formed by the other operation bodies behind the backspacing object based on the same data configuration object are cleared, and the data operation records formed by the backspacing object based on the data configuration object after clearing are obtained.
For example: after a first operation body forms a data operation record based on a data configuration object, a second operation body judges the data operation record formed by the first operation body after the data operation record is formed by the second operation body, and when the judgment result is that the data operation record is not matched with data information, because no other operation body forms the data operation record based on the same data configuration object except the first operation body forms the data operation record based on the data configuration object, the data operation record formed by the first operation body based on the data configuration object is obtained according to the direct rollback rule; moreover, in this embodiment, the rollback request may be triggered manually or automatically; for example, in the social security system, a first operating entity configures the filled data as a male based on data of gender, and a second operating entity, namely, the automatic determination system, obtains the gender information as a female according to the social security card information of the first operating entity, determines that the gender information is not matched with the data filled by the first operating entity, automatically triggers a rollback request, and acquires a data operation record formed by the first operating entity based on a data configuration object according to the direct rollback rule.
Or for example: after a first operation body forms a data operation record based on a data configuration object, a second operation body forms the data operation record based on the same data configuration object, and then a third operation body approves the data operation record, if the third operation body considers that a parameter corresponding to the data operation record formed by the first operation body based on the data configuration object needs to be backed, the data operation record formed by the second operation body based on the data configuration object is cleared according to a cleared back-off rule in response to a back-off request of the third operation body, and the parameter corresponding to the data operation record formed by the first operation body based on the data configuration object and left after clearing is backed to the first operation body; for example, the first operation body submits a leave requisition form, the filling content is leave requisition for five days, the leave requisition is submitted to a second operation body of the previous stage for approval, the approval result of the second operation body is approval, the second operation body is submitted to a third operation body of the previous stage for approval, the third operation body does not approve the leave requisition of the first operation body, the approval content of the second operation body is cleared, and the leave requisition of the first operation body is returned to the first operation body.
The embodiment discloses a data rollback method, which includes setting a first identifier for a data configuration object, enabling action tracks of the data configuration object to be recorded according to the first identifier, obtaining different data operation record records based on the same data configuration object, performing rollback according to different rollback rules, enabling a cross-operation main body to rollback, recording data table names, parameters, rollback request interfaces and the like corresponding to operations in the data operation records, enabling the rollback request interfaces to be called according to the data operation records to rollback the parameters to data tables corresponding to the data table names, enabling rollback to be more flexible, and enabling application scenarios to be wider.
Based on the same inventive concept, embodiments of the present invention further provide a data rollback system, wherein with respect to components, reference may be made to the foregoing related description, and repeated parts are not described redundantly, including:
a recording module: acquiring a data configuration object, setting a unique service identifier for the data configuration object, and recording different data operation records of different operation main bodies based on the same data configuration object according to the service identifier, wherein the data operation records comprise data table names of corresponding operations, parameters corresponding to the data table names and rollback request interfaces;
a rollback module: responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule according to the rollback object, acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule, acquiring a data table name corresponding to the data operation record, and acquiring a parameter and a rollback request interface corresponding to the data table name; and calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name.
The data operation record also comprises an operation type and a request value corresponding to the data table name; the step of acquiring the parameters corresponding to the data table names comprises the following steps: and judging whether an original value needs to be acquired or not according to the operation type, acquiring the original value and the requested value as the parameter when the original value needs to be acquired, and acquiring the requested value as the parameter when the original value does not need to be acquired.
The rollback object is one of the operation bodies of the data configuration objects, and the data operation records formed by the same operation body based on the same data configuration object include an inserted data record, a deleted data record or a replaced data record.
The rollback rules comprise a direct rollback rule and a cleared rollback rule; selecting a corresponding rollback rule according to the rollback object, and acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule specifically comprises the following steps:
when no other operation main body forms different data operation records based on the same data configuration object after the rollback object, the selected rollback rule is a direct rollback rule, and the data operation records formed by the rollback object based on the data configuration object are directly obtained;
and when other operation bodies behind the backspacing object form different data operation records based on the same data configuration object, the selected backspacing rule is a backspacing rule after clearing, the data operation records formed by the other operation bodies behind the backspacing object based on the same data configuration object are cleared, and the data operation records formed by the backspacing object based on the data configuration object after clearing are obtained.
Based on the same inventive concept, embodiments of the present invention further provide an electronic device, which can refer to the foregoing related descriptions for components, and repeated parts are not described redundantly, including: at least one processor, a memory communicatively coupled to the at least one processor; the at least one processor is configured to read a program in the memory for performing the above-described method.
Based on the same inventive concept, embodiments of the present invention further provide a computer-readable storage medium, which can refer to the related description above for components, and the repetition of which is not repeated, wherein the medium stores instructions that, when executed on a computer, cause the computer to execute the method described above.
Although the present invention has been described with reference to the preferred embodiments, it is not intended to limit the present invention, and those skilled in the art can make variations and modifications of the present invention without departing from the spirit and scope of the present invention by using the methods and technical contents disclosed above.

Claims (10)

1. A data rollback method, comprising the steps of:
acquiring a data configuration object, and setting a unique service identifier for the data configuration object; recording different data operation records of different operation bodies based on the same data configuration object according to the service identification, wherein the data operation records comprise data table names of corresponding operations, parameters corresponding to the data table names and backspacing request interfaces;
responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule according to the rollback object, acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule, acquiring a data table name corresponding to the data operation record, and acquiring a parameter and a rollback request interface corresponding to the data table name; and calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name.
2. The data rollback method of claim 1, wherein the data operation record further comprises an operation type and a request value corresponding to the data table name; the step of acquiring the parameters corresponding to the data table names comprises the following steps: and judging whether an original value needs to be acquired or not according to the operation type, acquiring the original value and the requested value as the parameter when the original value needs to be acquired, and acquiring the requested value as the parameter when the original value does not need to be acquired.
3. The data rollback method of claim 1, wherein the rollback object is one of the operation bodies of the data configuration objects, and a data operation record formed by the same operation body based on the same data configuration object includes an inserted data record, a deleted data record, or a replaced data record.
4. The data rollback method of claim 1, wherein the rollback rules comprise a direct rollback rule and a post-flush rollback rule; selecting a corresponding rollback rule according to the rollback object, and acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule specifically comprises the following steps:
when no other operation main body forms different data operation records based on the same data configuration object after the rollback object, the selected rollback rule is a direct rollback rule, and the data operation records formed by the rollback object based on the data configuration object are directly obtained;
and when other operation bodies behind the backspacing object form different data operation records based on the same data configuration object, the selected backspacing rule is a backspacing rule after clearing, the data operation records formed by the other operation bodies behind the backspacing object based on the same data configuration object are cleared, and the data operation records formed by the backspacing object based on the data configuration object after clearing are obtained.
5. A data rollback system, comprising the following modules:
a recording module: acquiring a data configuration object, and setting a unique service identifier for the data configuration object; recording different data operation records of different operation bodies based on the same data configuration object according to the service identification, wherein the data operation records comprise data table names of corresponding operations, parameters corresponding to the data table names and backspacing request interfaces;
a rollback module: responding to a rollback request, acquiring a rollback object, selecting a corresponding rollback rule according to the rollback object, acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule, acquiring a data table name corresponding to the data operation record, and acquiring a parameter and a rollback request interface corresponding to the data table name; and calling the rollback request interface to rollback the parameters to the data table corresponding to the data table name.
6. The data rollback system of claim 5, wherein the data operation record further comprises an operation type and a request value corresponding to the data table name; the step of acquiring the parameters corresponding to the data table names comprises the following steps: and judging whether an original value needs to be acquired or not according to the operation type, acquiring the original value and the requested value as the parameter when the original value needs to be acquired, and acquiring the requested value as the parameter when the original value does not need to be acquired.
7. The data rollback system of claim 5, wherein the rollback object is one of the operation bodies of the data configuration objects, and a data operation record formed by the same operation body based on the same data configuration object includes an inserted data record, a deleted data record, or a replaced data record.
8. The data rollback system of claim 5, wherein the rollback rules comprise a direct rollback rule and a post-flush rollback rule; selecting a corresponding rollback rule according to the rollback object, and acquiring a data operation record formed by the rollback object based on the data configuration object according to the rollback rule specifically comprises the following steps:
when no other operation main body forms different data operation records based on the same data configuration object after the rollback object, the selected rollback rule is a direct rollback rule, and the data operation records formed by the rollback object based on the data configuration object are directly obtained;
and when other operation bodies behind the backspacing object form different data operation records based on the same data configuration object, the selected backspacing rule is a backspacing rule after clearing, the data operation records formed by the other operation bodies behind the backspacing object based on the same data configuration object are cleared, and the data operation records formed by the backspacing object based on the data configuration object after clearing are obtained.
9. An electronic device, comprising: at least one processor, a memory communicatively coupled to at least one of the processors; at least one of the processors is adapted to read a program in the memory for performing the method of any of claims 1-4.
10. A computer-readable storage medium having stored thereon instructions which, when executed on a computer, cause the computer to perform the method of any one of claims 1-4.
CN202210058911.4A 2022-01-19 2022-01-19 Data rollback method, system, electronic equipment and storage medium Active CN114064665B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210058911.4A CN114064665B (en) 2022-01-19 2022-01-19 Data rollback method, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210058911.4A CN114064665B (en) 2022-01-19 2022-01-19 Data rollback method, system, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114064665A true CN114064665A (en) 2022-02-18
CN114064665B CN114064665B (en) 2022-07-05

Family

ID=80231305

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210058911.4A Active CN114064665B (en) 2022-01-19 2022-01-19 Data rollback method, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114064665B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110051620A1 (en) * 2006-05-22 2011-03-03 Plx Technology, Inc. Master/Slave Transceiver Power Back-Off
CN102726002A (en) * 2011-12-13 2012-10-10 华为技术有限公司 Data configuration, and back off method and device for data configuration
CN104881759A (en) * 2015-06-23 2015-09-02 四川久远银海软件股份有限公司 Business fallback integrated system based on workflow and realization method thereof
WO2016006857A1 (en) * 2014-07-07 2016-01-14 엘지전자 주식회사 Method for supporting carrier sensing in wireless access system supporting unlicensed band, and device supporting same
CN110795447A (en) * 2019-10-29 2020-02-14 中国工商银行股份有限公司 Data processing method, data processing system, electronic device, and medium
CN112016284A (en) * 2020-08-27 2020-12-01 北京字节跳动网络技术有限公司 Processing method and equipment of electronic form
US20210051516A1 (en) * 2019-08-16 2021-02-18 Mediatek Inc. Method And Apparatus For Single Network Slice Selection Assistance Information Based Congestion Control In Mobile Communications
US20210191955A1 (en) * 2019-12-20 2021-06-24 Walmart Apollo, Llc Technology agnostic system and method for achieving eventually-consistent data replication

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110051620A1 (en) * 2006-05-22 2011-03-03 Plx Technology, Inc. Master/Slave Transceiver Power Back-Off
CN102726002A (en) * 2011-12-13 2012-10-10 华为技术有限公司 Data configuration, and back off method and device for data configuration
WO2013086683A1 (en) * 2011-12-13 2013-06-20 华为技术有限公司 Data configuration method and device, and rollback method and device for data configuration
WO2016006857A1 (en) * 2014-07-07 2016-01-14 엘지전자 주식회사 Method for supporting carrier sensing in wireless access system supporting unlicensed band, and device supporting same
CN104881759A (en) * 2015-06-23 2015-09-02 四川久远银海软件股份有限公司 Business fallback integrated system based on workflow and realization method thereof
US20210051516A1 (en) * 2019-08-16 2021-02-18 Mediatek Inc. Method And Apparatus For Single Network Slice Selection Assistance Information Based Congestion Control In Mobile Communications
CN110795447A (en) * 2019-10-29 2020-02-14 中国工商银行股份有限公司 Data processing method, data processing system, electronic device, and medium
US20210191955A1 (en) * 2019-12-20 2021-06-24 Walmart Apollo, Llc Technology agnostic system and method for achieving eventually-consistent data replication
CN112016284A (en) * 2020-08-27 2020-12-01 北京字节跳动网络技术有限公司 Processing method and equipment of electronic form

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
XIAO,YANG等: "Using Rules and Data Dependencies for the Recovery of Concurrent Processes in a Service-Oriented Environment", 《IEEE TRANSACTIONS ON SERVICES COMPUTING》 *
王莹: "Java内存数据库索引及恢复技术研究", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *

Also Published As

Publication number Publication date
CN114064665B (en) 2022-07-05

Similar Documents

Publication Publication Date Title
CN110083639B (en) Intelligent data blood source tracing method and device based on cluster analysis
CN103119550B (en) Store the digital content with time-varying characteristics
US7647361B2 (en) Automatically maintaining metadata in a file backup system
CN111984597A (en) File storage method, device, equipment and medium
CN107273449B (en) Breakpoint processing method and system based on memory database
CN114064665B (en) Data rollback method, system, electronic equipment and storage medium
US5230075A (en) Database shadowing system with data tags that select an operation of the save command
US11924481B2 (en) Automated workflows from media asset differentials
CN110489416B (en) Information storage method based on data processing and related equipment
CN107609068B (en) Data non-inductive migration method
CN110929472A (en) Document editing method and device, computer storage medium and terminal
CN112181248B (en) Operation method and device of history list
CN115033936A (en) Material model management method for SolidWorks system
CN113902531A (en) Automatic generation system, method, electronic device and storage medium for bid document
US7552421B1 (en) Method for adding comments to deleted code
CN110658992A (en) Method, device and equipment for realizing writable snapshot and readable storage medium
CN110221952B (en) Service data processing method and device and service data processing system
CN112232768A (en) Merchant data processing method based on full life cycle management
CN109241011B (en) Virtual machine file processing method and device
CN112256694A (en) Hive table state changing method and device
CN111352747A (en) Cooperative operation method and device
CN113127056B (en) Information processing method, device, equipment and readable storage medium
CN114519090B (en) Method and device for managing stop words and electronic equipment
CN112084754B (en) Method and device for reviewing processing, computer storage medium and terminal
CN115048678A (en) Tree tag-based knowledge graph authority control propagation method and system

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
GR01 Patent grant
GR01 Patent grant