CN114331745A - Data processing method, system, program product, medium, and electronic device - Google Patents

Data processing method, system, program product, medium, and electronic device Download PDF

Info

Publication number
CN114331745A
CN114331745A CN202111599076.7A CN202111599076A CN114331745A CN 114331745 A CN114331745 A CN 114331745A CN 202111599076 A CN202111599076 A CN 202111599076A CN 114331745 A CN114331745 A CN 114331745A
Authority
CN
China
Prior art keywords
data
changed
sub
unit
preset
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
CN202111599076.7A
Other languages
Chinese (zh)
Other versions
CN114331745B (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.)
eBaoTech Corp
Original Assignee
eBaoTech Corp
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 eBaoTech Corp filed Critical eBaoTech Corp
Priority to CN202111599076.7A priority Critical patent/CN114331745B/en
Publication of CN114331745A publication Critical patent/CN114331745A/en
Priority to PCT/CN2022/132315 priority patent/WO2023116274A1/en
Application granted granted Critical
Publication of CN114331745B publication Critical patent/CN114331745B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/08Insurance

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a data processing method, a system, a program product, a medium and an electronic device. The method comprises the following steps: the data storage unit acquires relevant data of the service to be changed according to the service identification of the service to be changed and converts the relevant data into an original data object; the data processing unit changes the corresponding data sub-object in the original data object according to the data item to be changed in the service to be changed, and generates a changed data object; the marking unit compares the original data object with each data sub-object in the changed data object, and determines the data sub-object to be changed and the preset data change type of each data sub-object to be changed; and the data storage unit changes each data sub-object by adopting a preset change mode according to the preset data change type of each data sub-object to be changed. Because the preset change mode does not need the data item identification of the data item to be changed, the secondary development of the data storage unit when the data item is newly added is avoided, and the development cost of a user is reduced.

Description

Data processing method, system, program product, medium, and electronic device
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a data processing method, system, program product, medium, and electronic device.
Background
With the development of data processing technology, data processing systems adopting a structure of "calculation separation" are applied more and more widely in the field of data processing. Such data processing systems typically include a data storage unit and a data processing unit, and the data storage unit and the data processing unit are typically disposed in different electronic devices. For example, in a data processing system for processing insurance-like businesses, a data storage unit is typically deployed in a cloud server, and a data processing unit is typically deployed in an electronic device of a business person or an electronic device of a third-party user. When a service person requests the data storage unit for changing data through the data processing unit, the data storage unit is generally required to be provided with a data item identifier and a change content corresponding to the changed data, after receiving the change content and the data item identifier, the data storage unit obtains a storage path from a corresponding relation list of pre-stored data item identifiers and storage paths according to the data item identifier, and then stores the change content into the storage path.
However, with the iterative update of the user service, the service may involve new data items, and in order to ensure that the data storage unit can recognize the new data items, secondary development needs to be performed on the data processing unit and the data storage unit, respectively, for example, a correspondence relationship between a data item identifier of a new data item and a storage path is added to a correspondence relationship list between a pre-stored data item identifier and a storage path, so that the development cost of the user is increased.
Disclosure of Invention
In view of this, embodiments of the present application provide a data processing method, system, program product, medium, and electronic device. In the data processing method, the operation of the data storage unit on the data item change is converted into the preset data item change type irrelevant to the data item identification, so that the data storage unit can be prevented from being developed for the second time under the condition that the data of the user service has the newly added data item, the development cost of a user is reduced, and the flexibility of a data processing system is improved.
In a first aspect, an embodiment of the present application provides a data processing method, which is applied to a data processing system including a data processing unit, a marking unit, and a data storage unit, and includes:
the data storage unit acquires relevant data of the service to be changed according to the service identification of the service to be changed and converts the relevant data into an original data object, wherein the relevant data of the service to be changed is stored in at least one data unit, the original data object comprises at least one data sub-object, and one data sub-object corresponds to the relevant data of the service to be changed stored in one data unit;
the data processing unit changes the corresponding data sub-object in the original data object according to the data item to be changed in the service to be changed, and generates a changed data object;
the marking unit compares the original data object with each data sub-object in the changed data object, and determines the data sub-object to be changed in each data sub-object and the preset data change type of each data sub-object to be changed;
and the data storage unit changes each data sub-object by adopting a preset change mode according to the preset data change type of each data sub-object to be changed.
That is to say, in the embodiment of the present application, the data storage unit changes the data to be changed in units of data sub-objects, and the data storage unit adopts a preset change mode to change the data sub-objects without changing the data item identifiers of the data items, so that secondary development of the data storage unit can be avoided when there are new data items in the data of the user service, the development cost of the user is reduced, and the flexibility of the data processing system is improved.
In a possible implementation of the first aspect, the data unit is a data table; and the data sub-object comprises all the contents of the row corresponding to the policy to be changed and stored in a data table.
That is, in the embodiment of the present application, the content of each data sub-object is the data of all rows corresponding to the service to be changed in one data table.
In a possible implementation of the first aspect, the comparing, by the marking unit, the original data object and the changed data object, and determining a data sub-object to be changed in each data sub-object and a preset data change type of each data sub-object to be changed includes:
the marking unit determines that the preset data change type of the data sub-object which does not exist in the original data object but exists in the changed data object is newly increased;
the marking unit determines the preset data change types of the data sub-objects with different contents as updating, wherein the preset data change types of the original data object and the changed data object are both present;
the marking unit determines a preset data change type, which exists in the original data object but changes a data sub-object that does not exist in the data object, as deletion.
In a possible implementation of the first aspect, the changing, by the data storage unit, each data sub-object to be changed by using a preset changing method according to a preset data changing type of each data sub-object to be changed includes:
the data storage unit detects whether a data unit for storing the data sub-object to be changed exists or not under the condition that the preset data change type of the data sub-object to be changed is newly increased;
the data storage unit is used for adding the content corresponding to the data sub-object in the existing data unit when determining that the data unit for storing the data sub-object to be changed exists;
that is to say, when the preset data change type of the data sub-object to be changed in the service to be changed is newly added, the data storage unit may first query whether a data unit (for example, a data table) for storing the data sub-object already exists, and if so, directly store the content of the data sub-object in the existing data unit, for example, add the data line corresponding to the data sub-object to the data table. Because the data storage unit takes the data sub-object as an operation unit in the process of adding the data newly, the data item identification of the newly added data item in the data sub-object to be changed is not needed, the secondary development of the data storage unit can be avoided under the condition that the data of the user service has the newly added data item, the development cost of the user is reduced, and the flexibility of the data processing system is improved.
In a possible implementation of the first aspect, the method for changing, by the upper data storage unit, each data sub-object to be changed by using a preset change method according to a preset data change type of each data sub-object to be changed, further includes: and in the case that the data storage unit determines that the data unit for storing the data sub-object to be changed does not exist, newly building a data unit, and newly adding the content corresponding to the data sub-object to be changed in the newly built data unit.
That is, in the embodiment of the present application, in the case that the data storage unit determines that there is no data unit (e.g. data table) for storing the data sub-object, a data unit may be newly created, and the content of the data sub-object may be stored in the newly created data unit.
In one possible implementation of the first aspect, the changing, by the data storage unit, each data sub-object to be changed by using a preset changing method according to a preset data changing type of each data sub-object to be changed further includes:
the data storage unit determines a data unit for storing the data sub-object to be changed when the preset data change type of the data sub-object to be changed is updated, and replaces all contents corresponding to the service identifier in the determined data unit with the contents of the data sub-object to be changed;
and the data storage unit determines a data unit for storing the data sub-object to be changed when the preset data change type of the data sub-object to be changed is deletion, and deletes all contents corresponding to the service identifier in the determined data unit.
That is, when the preset data change type of the data sub-object to be changed in the service to be changed is updated, the data storage unit directly replaces the content of the previous data sub-object in the corresponding data unit with the content of the data sub-object to be changed; and under the condition that the preset data change type of the data sub-object to be changed in the service to be changed is deletion, the data processing unit directly deletes all the contents corresponding to the data sub-object to be changed from the corresponding data unit.
In a possible implementation of the first aspect, the service to be changed is a policy change service; the service identification includes the policy number of the policy to be changed.
That is, in the embodiment of the present application, the relevant data of the policy to be changed stored in the data unit is stored with the policy number as an index, and the data storage unit may obtain the relevant data of the policy to be changed from each data unit according to the policy number.
In a second aspect, an embodiment of the present application provides a data processing system, which includes a data processing unit, a marking unit, and a data storage unit; the data storage unit is used for acquiring relevant data of the service to be changed and converting the relevant data into an original data object according to the service identifier of the service to be changed, wherein the relevant data of the service to be changed is stored in at least one data unit, the original data object comprises at least one data sub-object, one data sub-object corresponds to the relevant data of the service to be changed stored in one data unit, the preset data change type of each data sub-object to be changed is determined according to the marking unit, and each data sub-object to be changed is changed in a preset change mode; the marking unit is used for comparing the original data object with each data sub-object in the changed data object and determining the data sub-object to be changed in each data sub-object and the preset data change type of each data sub-object to be changed; and the data processing unit is used for changing the corresponding data sub-object in the original data object according to the data item to be changed in the service to be changed, and generating a changed data object.
That is to say, in the data processing system provided in the embodiment of the present application, the data storage unit changes the data to be changed in units of data sub-objects, and the data storage unit adopts a preset change mode to change the data sub-objects without changing the data item identifiers of the data items, so that secondary development of the data storage unit can be avoided when there are new data items in the data of the user service, the development cost of the user is reduced, and the flexibility of the data processing system is improved.
In a possible implementation of the second aspect, the data unit is a data table; and the data sub-object comprises all the contents of the row corresponding to the policy to be changed and stored in a data table.
In a possible implementation of the second aspect, the marking unit compares the original data object with each data sub-object in the changed data object, and determines a data sub-object to be changed in each data sub-object and a preset data change type of each data sub-object to be changed by:
determining the preset data change type of the data sub-object which does not exist in the original data object but exists in the changed data object as new;
determining the preset data change types of the data sub-objects with different contents, which exist in the original data object and the changed data object, as updating;
and determining the preset data change type of the data sub-object which exists in the original data object but does not exist in the changed data object as deletion.
In a possible implementation of the second aspect, the data storage unit changes each sub-object of data to be changed in a preset changing manner by:
under the condition that the preset data change type of the data sub-object to be changed is newly increased, detecting whether a data unit for storing the data sub-object to be changed exists;
and in the case that the data unit for storing the data sub-object to be changed is determined to exist, adding the content corresponding to the data sub-object in the existing data unit.
In a possible implementation of the second aspect, the data storage unit creates a new data unit when it is determined that there is no data unit for storing the data sub-object to be changed, and adds a content corresponding to the data sub-object to be changed in the new data unit.
In a possible implementation of the second aspect, the data storage unit changes each sub-object of data to be changed in a preset changing manner by:
under the condition that the preset data change type of the data sub-object to be changed is updated, determining a data unit for storing the data sub-object to be changed, and replacing all contents corresponding to the service identifier in the determined data unit with the contents of the data sub-object to be changed;
and under the condition that the preset data change type of the data sub-object to be changed is deletion, determining a data unit for storing the data sub-object to be changed, and deleting all contents corresponding to the service identifier in the determined data unit.
In a possible implementation of the second aspect, the service to be changed is a policy change service; the service identification includes the policy number of the policy to be changed.
In a third aspect, an embodiment of the present application provides a readable storage medium, where instructions are stored, and when executed on an electronic device, cause the electronic device to implement any one of the data processing methods provided in the foregoing first aspect and various possible implementations of the foregoing first aspect.
In a fourth aspect, the present application provides a program product, which includes a computer program/instruction, and is characterized in that the computer program/instruction, when executed by a processor, implements any one of the data processing methods provided by the first aspect and the various possible implementations of the first aspect.
In a fifth aspect, an embodiment of the present application provides an electronic device, including: a memory to store instructions for execution by at least one processor of the electronic device; at least one processor configured to execute the instructions to enable an electronic device to implement the first aspect as well as any one of the data processing methods provided by the various possible implementations of the first aspect.
Drawings
FIG. 1 illustrates a block diagram of a data processing system 10, according to some embodiments of the present application;
FIG. 2 illustrates a block diagram of a data processing system 20, according to some embodiments of the present application;
FIG. 3A illustrates a schematic diagram of a data processing system 20 determining raw data objects, according to some embodiments of the present application;
FIG. 3B illustrates a schematic diagram of a data processing system 20 obtaining a change index comparing an original data object and a changed data object, in accordance with some embodiments of the present application;
FIG. 3C illustrates a schematic diagram of yet another data processing system 20 having a change index comparing an original data object and a changed data object, in accordance with some embodiments of the present application;
FIG. 3D illustrates a schematic diagram of yet another data processing system 20 having a change index comparing an original data object and a changed data object, in accordance with some embodiments of the present application;
FIG. 4A depicts a schematic diagram of a deployment architecture for data processing system 20, according to some embodiments of the present application;
FIG. 4B depicts a schematic diagram of a deployment configuration of yet another data processing system 20, according to some embodiments of the present application;
FIG. 5 illustrates an interactive process diagram of a data processing method, according to some embodiments of the present application;
fig. 6 illustrates a schematic structural diagram of an electronic device 100, according to some embodiments of the present application.
Detailed Description
Embodiments in the present application include, but are not limited to, data processing methods, systems, program products, media, and electronic devices.
It can be understood that the data acquisition, storage, use, processing and the like in the technical scheme of the application all conform to relevant regulations of national laws and regulations.
The technical solutions of the embodiments of the present application are described in detail below with reference to the accompanying drawings.
FIG. 1 shows a block diagram of a data processing system 10. The data processing system 10 includes a data processing unit 11 and a data storage unit 12. The data processing unit 11 is configured to receive a data change request initiated by a user, determine a data item identifier of a data item to be changed, and send the data item identifier and a change content to the data storage unit 12. The data storage unit 12 is configured to determine a path for storing the data item according to the received data item identifier of the data item to be changed, and update the changed content to the path.
In particular, tables 1 and 2 illustrate the data content of an insurance service stored in the database of the data storage unit 12, according to some embodiments of the present application. Wherein, table 1 stores the basic information of the applicant of the insurance service with the policy number as an index, referring to table 1, the data item and data item identification include name-a 1, contact phone-a 2, and standing address-A3; the applicant's profession information is stored in Table 2 indexed by policy number, and with reference to Table 2, the data items and data item identifications include profession-B1, and working age-B2.
TABLE 1 applicant basic information
Figure BDA0003431167080000061
TABLE 2 applicant career information
Figure BDA0003431167080000062
Referring to table 1, when a service person modifies the content of a policy, for example, when updating the policy address of "95671321" to ADDR11, the service person needs to send policy number (95671321), the data item identifier (A3) of the policy address, and the new address "ADDR 11" to data storage unit 12 together, and data storage unit 12 determines the content of the data item change to be the content in table 1 according to data item identifier A3 of the policy address, determines the content of the data item change to be stored in the first row, column 4 of table 1 according to data item identifier A3 of the policy address and policy number "95671321", and updates the new address "ADDR 11" to the path, thereby completing the modification of the policy address of "95671321".
As described above, in the data processing system 10, when a data item corresponding to a service of a user changes, for example, a new data item is added, the data processing unit 11 and the data storage unit 12 need to be developed for the second time at the same time, so as to ensure that the data storage unit 12 can modify corresponding data according to a data item identifier sent by the data processing unit 11. For example, in the case where the insurance service is to add a data item of "work unit" of the applicant, it is necessary to add related information of a data table (data unit) storing "work unit" in the data processing unit 11 and the data storage unit 12, for example, related instructions and processing logic of storing "work unit" in column 3 of table 2' and setting the data item identification of "work unit" to B3. Thereafter, the data storage unit 12 may change the corresponding content to the corresponding position of table 2' in the case of receiving the data item identification "B3" in the data change request transmitted by the data processing unit 11. Thus, the development cost of the user is increased.
TABLE 2' applicant occupational information
Figure BDA0003431167080000071
In order to solve the above problem, an embodiment of the present application provides a data processing method, in which an operation of a data storage unit on a data item change is converted into a preset data item change type unrelated to a data item identifier, so that secondary development of the data storage unit can be avoided when data of a user service has a new data item, development cost of a user is reduced, and flexibility of a data processing system is improved.
Specifically, the method provided by the embodiment of the present application is implemented by a data processing system 20, and referring to fig. 2, the data processing system 20 includes a data processing unit 21, a marking unit 22, and a data storage unit 23.
The marking unit 22 may forward the identifier (e.g. policy number) of the policy to be changed, which is sent by the data processing unit 21, to the data storage unit 23; after receiving the identifier of the policy to be changed, the data storage unit 23 obtains corresponding original policy data from the database, converts the original policy data into an original data object, and sends the original data object to the marking unit 22; the marking unit 22 stores and sends the original data object to the data processing unit 21; after receiving the original data object, the data processing unit 21 modifies the corresponding sub-object in the original data object according to the data item to be modified, obtains a modified data object, and sends the modified data object to the marking unit 22; after receiving the changed data object, the marking unit 22 compares the original data object with the sub-objects in the changed data object to determine the preset data change type of each sub-object, and then sends the preset data change type of each sub-object and the related information of each sub-object to the data storage unit 23, and the data storage unit 23 changes each sub-object according to the preset change mode corresponding to each preset data change type to change the data item of the policy data.
Through the data processing system provided by the embodiment of the application, under the condition that the service data of the user has the newly added data item, the marking unit 22 and the data storage unit 23 can realize the newly added data item of the policy data only by adding the corresponding data item in the corresponding sub-object of the changed data object without carrying out secondary development on the data storage unit 23, so that the development cost of the user is reduced, and the flexibility of the data processing system 20 is improved.
It will be appreciated that the original policy data object includes the entire contents of the policy to be changed, and in some embodiments, the original policy data object includes a plurality of sub-objects, each sub-object being the entire data of the policy to be changed stored in a data table in the data storage unit 23. For example, for the policy contents shown in tables 1 and 2, the original policy data object for policy number 95671321 may include a primary information sub-object (i.e., all data in the first row of table 1) and a professional information sub-object (i.e., all data in the first row of table 2). That is, in the embodiment of the present application, the unit of the data storage unit 23 for changing the data item is all data of the policy to be changed stored in one data table, and all data of the policy to be changed in the data table are directly updated, newly added, and deleted, for example, the entire row of data of the policy to be changed stored in the data table is updated, newly added, and deleted, so that the change can be realized without acquiring the data item identifier of each column of data in the entire row of data of the policy to be changed stored in the data table.
It is to be understood that the foregoing classification of the sub-objects of the original data object in units of the data table storing the policy is only an example, in other embodiments, the original data object and the sub-objects of the original data object may also be determined in other ways, and the embodiments of the present application are not limited thereto.
It is understood that the foregoing data table stores all the contents of the policy to be changed in one row, but in other embodiments, one or more rows/columns may be used, and the storage is not limited thereto.
It is to be appreciated that the aforementioned preset data change types can include update, add, and delete. In some embodiments, the marking unit 22 may determine that the preset data change type of the sub-object that does not exist in the original data object but exists in the changed data object is new, and is identified as 1; determining the preset data change types of the sub-objects with different contents, which exist in the original data object and the changed data object, as update, and identifying the preset data change types as 2; and determining the preset data change type of the sub-object which exists in the original data object but does not exist in the changed data object as deletion, wherein the preset data change type is marked as 3.
Specifically, it is assumed that data of a certain insurance service stored in the data storage unit 23 is a data item in which "work units" of the applicant are added to the policy with policy number 95671321, as shown in the foregoing tables 1 and 2. After receiving the data change request, the tagging unit 22 converts the relevant data with policy number 95671321 stored in tables 1 and 2 into the original data object 30, and referring to fig. 3A, the original data object 30 includes a basic information sub-object 31 and a professional information sub-object 32; after the marking unit 22 sends the original data object 30 to the data processing unit 21, the data processing unit modifies the professional information sub-object 32, increases the working unit of the applicant to be 'A', obtains a changed professional information sub-object 42, and generates a changed data object 40; referring to fig. 3B, the marker 22 compares the original data object 30 with each sub-object in the modified data object 40, so as to determine that the content of the professional information sub-object changes, and determine that the preset modification type of the sub-object is "update", thereby obtaining the modification index 50. As shown in FIG. 3B, the change index 50 includes the database identification (Table 2), index value (policy number), and change type (update/2) of the changed child object; after the data storage unit 23 receives the data item change index 50 and the professional information sub-object 42, that is, according to the database identifier, the index value, and the change type, the data in the first row in table 2 is replaced with the data in the professional information sub-object 42, so as to complete the update of the data item this time, and the contents stored in table 2 after the update may refer to table 2 below, which shows that the job "a" of the applicant is added in the first row of table 2 ".
TABLE 2 "applicant occupational information
Policy number Occupation of the world Working life Work unit
95671321 Architect 1 A
95671322 Hardware engineer 3
95671323 Software engineer 2
For another example, in the case where the data change item is a policy with policy number 95671321 in which the educational information of the applicant is added, the changed data object obtained by the data processing unit 21 is as shown in fig. 3C. Referring to fig. 3C, the change data object 40 'includes a basic information sub-object 41', a professional information sub-object 42 ', and an educational information sub-object 43'. The tagger 22 compares the child objects of the original data object 30 and the changed data object 40 'to determine that the change index is 50', i.e., the database identifier is table 3, the index value is 95671321, and the change type is 1. In the case where the data storage unit 23 does not store the data table for storing the applicant's education information in the data storage unit 23 after receiving the change index 50', the following table 3 may be newly created and the education information may be stored in the table 3.
TABLE 3 applicant education information
Policy number Primary school Middle school University
95671321 X primary school Middle school of X University of X
It is to be understood that in other embodiments, the data storage unit 23 may store the content of the educational information sub-object 43' in a corresponding data table, if the data table for storing the educational information of the applicant is already stored in the data storage unit 23, which is not limited herein.
For another example, in the case where the data change item is the deletion of the educational information of the applicant in a policy with policy number 95671321, the changed data object obtained by the data processing unit 21 is as shown in fig. 3D. Referring to FIG. 3D, the basic information sub-object 41 "is included in the changed data object 40". The tagger 22 compares the child objects of the original data object 30 and the changed data object 40' to determine that the change index is 50 ", i.e., the database identifier is table 2, the index value is 95671321, and the change type is 3. Upon receiving change index 50 ', data storage unit 22 deletes the applicant's professional information corresponding to policy 95671321 from table 2, resulting in table 2 "'.
TABLE 2' "applicant career information
Figure BDA0003431167080000101
It is understood that the aforementioned data stored in the data storage unit 23 is only an example using the policy number as an index, and in other embodiments, other indexes may be used, and are not limited herein.
It is to be understood that, in some embodiments, the change index generated by the marking unit 22 may include a plurality of change data when the data change item relates to a plurality of child objects, and is not limited herein.
It is understood that the modules in the data processing system 20 may operate in the same electronic device or in different electronic devices, and are not limited herein. For example, referring to fig. 4A, the data processing unit 21 and the marking unit 22 may be operated in the electronic device 100, and the data storage unit 23 may be operated in another electronic device 200. For another example, referring to fig. 4B, the data processing unit 21 may be operated in the electronic device 100, and the marking unit 22 and the data storage unit 23 may be operated in another electronic device 200.
In order to make the technical solution of the embodiment of the present application clearer, the technical solution of the embodiment of the present application is described in detail below with reference to the data processing system 20 shown in fig. 4B, the scenarios shown in fig. 3A and 3B, and the data shown in tables 1 and 2.
In particular, fig. 5 shows an interactive process schematic of a data processing method, according to some embodiments of the present application. As shown in fig. 5, the process includes the steps of:
s501: the data processing unit 21 sends a request to the marking unit 22 to obtain the policy to be changed.
That is, after receiving the change request from the service person, the data processing unit 21 sends a request for acquiring the policy to be changed to the marking unit 22 according to the policy number of the policy to be changed input/selected by the service person in the electronic device 100, where the request includes the identifier of the policy to be changed, for example, the policy number.
For example, the data processing unit 21 may send the aforementioned policy number "95671321" to the marking unit 22.
S502: the marking unit 22 sends a request to the data processing unit 21 to obtain the policy to be changed.
Namely, the marking unit 22 forwards the received request for acquiring the policy to be changed, which is sent by the data processing unit 21, to the data storage unit 23.
It is understood that, in some embodiments, the request for obtaining the policy to be changed may also be directly sent to the data storage unit 23 by the data processing unit 21, and the embodiment of the present application is not limited thereto.
S503: the data storage unit 23 obtains the original data of the policy to be changed according to the received identifier of the policy to be changed, converts the original data into an original data object, and sends the original data object to the marking unit 22.
For example, in the case where the form data stored in the database is the data shown in table 1 and table 2 and stored with the policy number as the index, referring to fig. 3A, after receiving the policy number "95671321" of the policy to be changed, the data storage unit 20 obtains the data content with the policy number "95671321", i.e., the content in the first row of table 1 and table 2, from table 1 and table 2, respectively, converts the content in the first row of table 1 and table 2 into the basic information sub-object 31 and the professional information sub-object 32, respectively, obtains the original data object 30 including 2 sub-objects, and sends the original data object to the marker 22.
It will be appreciated that in some embodiments, the data storage unit 20 may encode (encrypt) the original data object before sending it to the tagging unit 22 to improve data security.
S504: the marking unit 22 stores the raw data object and forwards the raw data object to the data processing unit 23.
That is, the marking unit 22 stores the original data object in the memory of the electronic device 200 after receiving the original data object sent by the data storage unit 23, and then forwards the original data object to the data processing unit 21.
S505: the data processing unit 21 modifies the corresponding sub-object in the original data object according to the modified content to obtain a modified data object, and sends the modified data object to the marking unit 22.
That is, the data processing unit 21 modifies the child objects in the original data object 30 according to the modification contents inputted/selected by the service person. For example, referring to FIG. 3B, the data processing unit 21 may modify the professional information sub-object 32 to add the applicant's work units to the professional information sub-object, resulting in a modified professional information sub-object 42.
It is understood that in some embodiments, if the original data object received by the data processing unit 21 is encoded (encrypted), the data processing unit 21 decodes (decrypts) the original data object and then modifies the corresponding sub-object in the original data object.
It will be appreciated that in some embodiments, the data processing unit 21 may also encode (encrypt) the altered data object before sending it to the marking unit 22 to improve data security.
S506: the marking unit 22 compares the original data object and the changed data object to obtain a change index, and sends the change index and the changed data object to the data storage unit 23.
That is, the marking unit 22 compares the original data object with each sub-object in the changed data object, determines the preset data change type of each sub-object, obtains the change index, and sends the change index and at least part of the sub-objects in the changed data object to the data storage unit 23. For example, referring to fig. 3B, the marking unit 21 may compare the basic information sub-object 31 with the basic information sub-object 41, and compare the professional information sub-object 32 with the professional information sub-object 42. Thereby determining that the contents of the basic information sub-object 31 and the basic information sub-object 41 are consistent without changing; the contents of the professional information sub-object 32 and the professional information sub-object 42 are inconsistent, the preset data change type of the professional information sub-object is updated, and a change index 50 shown in fig. 3B is obtained, wherein the change index 50 includes a database identifier (table 2), an index value (policy number), and a change type (update/2).
It is understood that, in some embodiments, the marking unit 22 may determine that the preset data change type of the sub-object that is not present in the original data object but present in the changed data object is new, and is identified as 1; determining the preset data change types of the sub-objects with different contents, which exist in the original data object and the changed data object, as update, and identifying the preset data change types as 2; and determining the preset data change type of the sub-object which exists in the original data object but does not exist in the changed data object as deletion, wherein the preset data change type is marked as 3.
It is understood that in other embodiments, the preset data change types may also include more or less types, and are not limited herein.
It is understood that in other embodiments, other identifiers may be used for the identifier of the type of the preset data change, and are not limited herein.
It will be appreciated that in some embodiments, if the modified data object received by the tagging unit 22 or the stored original data object is encoded (encrypted), the tagging unit 22 decodes (decrypts) the original data object and the modified data object before comparing the sub-objects in the original data object and the modified data object.
S507: the data storage unit 23 changes each child object in a preset change manner based on the received change index.
That is, the data storage unit 23 changes the preset change mode for each child object according to the change type of the child object that needs to be changed in the received change index. For example, for a child object whose change type is new, the data storage unit 23 may create a new data table and store the child object in the newly created data table; for another example, for a sub-object whose change type is updated, the data storage unit 23 may determine, according to the database identifier, a data table stored in the sub-object, and replace a row corresponding to the index value in the data table with the content of the sub-object; for another example, for a child object whose change type is deletion, the data storage unit 23 queries the data table stored in the child object according to the database identifier, and deletes the data row corresponding to the index value from the data table.
Specifically, referring to table 2 ", after receiving the aforementioned change index 50, the data storage unit 23 may determine that the professional information sub-object 42 is stored in table 2 according to the database identifier" table 2 ", then determine that the professional information sub-object 42 is stored in the first row of table 2 according to the index value" 95671321 ", and replace the first row of table 2 with the content of the professional information sub-object 42, thereby completing the increase of the applicant working unit" a ".
By the method provided by the embodiment of the application, when the data item of the user changes, the changed data item is added to the changed data object only through the data processing unit 21, the marking unit 22 can convert the data change into the preset data change type which can be identified by the data storage unit 23, and the data storage unit 23 changes the data according to the preset change mode corresponding to the preset data change type without performing secondary development on the data storage unit 23, so that the development cost of the user is reduced, and the flexibility of the data processing system is improved.
It is understood that the electronic device 100 and the electronic device 200 for executing the data processing method provided by the embodiments of the present application may be any electronic device, including but not limited to a laptop computer, a smart television, a smart speaker, a tablet computer, a server, a wearable device, a head-mounted display, a mobile email device, a portable game console, a portable music player, a reader device, and the like.
Fig. 6 illustrates a schematic structural diagram of an electronic device 100, according to some embodiments of the present application. As shown in fig. 6, electronic device 100 includes one or more processors 101, a system Memory 102, a Non-Volatile Memory (NVM) 103, a communication interface 104, an input/output (I/O) device 105, and system control logic 106 for coupling processor 101, system Memory 102, NVM 103, communication interface 104, and input/output (I/O) device 105. Wherein:
the processor 101 may include one or more Processing units, for example, data Processing units or Processing circuits that may include a central Processing Unit (cpu), (central Processing Unit), an image processor (gpu), (graphics Processing Unit), a digital Signal processor (dsp), (digital Signal processor), a microprocessor MCU (Micro-programmed Control Unit), an AI (Artificial Intelligence) processor, or a Programmable logic device fpga (field Programmable Gate array), a Neural Network Processor (NPU), and the like may include one or more single-core or multi-core processors. In some embodiments, the processor 101 may be configured to execute instructions to implement the functions associated with the data processing unit, the marking unit, and the data storage unit.
The system Memory 102 is a volatile Memory, such as a Random-Access Memory (RAM), a Double Data Rate Synchronous Dynamic Random Access Memory (DDR SDRAM), and the like. The system memory is used to temporarily store data and/or instructions, for example, in some embodiments, the system memory 102 may be used to store instructions for the data processing unit 21, the tagging unit 22, and the data storage unit 12, and may also be used to store original data objects and altered data objects.
Non-volatile memory 103 may include one or more tangible, non-transitory computer-readable media for storing data and/or instructions. In some embodiments, the non-volatile memory 103 may include any suitable non-volatile memory such as flash memory and/or any suitable non-volatile storage device, such as a Hard Disk Drive (HDD), Compact Disc (CD), Digital Versatile Disc (DVD), Solid-State Drive (SSD), and the like. In some embodiments, the non-volatile memory 103 may also be a removable storage medium, such as a Secure Digital (SD) memory card or the like. In other embodiments, the non-volatile memory 103 may be used to store instructions for the data processing unit 21, the marking unit 22, and the data storage unit 12, and may also be used to store original data objects and altered data objects.
In particular, system memory 102 and non-volatile storage 103 may each include: a temporary copy and a permanent copy of instruction 107. The instructions 107 may include: when executed by at least one of the processors 101, causes the electronic device 100 to implement the data processing methods provided by the embodiments of the present application.
The communication interface 104 may include a transceiver to provide a wired or wireless communication interface for the electronic device 100 to communicate with any other suitable device over one or more networks. In some embodiments, the communication interface 104 may be integrated with other components of the electronic device 100, for example the communication interface 104 may be integrated in the processor 101. In some embodiments, the electronic device 100 may communicate with other devices through the communication interface 104, for example, the electronic device 100 may establish a communication connection with the electronic device 200 through the communication interface 104 to send a data change request, obtain an original data object, and send a changed data object to the electronic device 200 through the communication connection.
Input/output (I/O) device 105 may include an input device such as a keyboard, mouse, etc., an output device such as a display, etc., and a user may interact with electronic device 100 via input/output (I/O) device 105, such as where business personnel may input/select content for data alteration via input/output (I/O) device 105.
System control logic 106 may include any suitable interface controllers to provide any suitable interfaces with other modules of electronic device 100. For example, in some embodiments, system control logic 106 may include one or more memory controllers to provide an interface to system memory 102 and non-volatile memory 103.
In some embodiments, at least one of the processors 101 may be packaged together with logic for one or more controllers of the System control logic 106 to form a System In Package (SiP). In other embodiments, at least one of the processors 101 may also be integrated on the same Chip with logic for one or more controllers of the System control logic 106 to form a System-on-Chip (SoC).
It is understood that the configuration of electronic device 100 shown in fig. 6 is merely an example, and in other embodiments, electronic device 100 may include more or fewer components than shown, or some components may be combined, some components may be split, or a different arrangement of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
It is understood that, in some embodiments, the electronic device 200 may have the same or similar structure as the electronic device 100, may include more or less components than the electronic device 100, and may have other structures, which is not limited in the embodiments of the present application.
The embodiment of the present application further provides a program product, which is used for implementing the data processing method provided in each of the above embodiments.
Embodiments of the mechanisms disclosed herein may be implemented in hardware, software, firmware, or a combination of these implementations. Embodiments of the application may be implemented as computer modules or module code executing on programmable systems comprising at least one processor, a storage system (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device.
Module code may be applied to input instructions to perform the functions described herein and generate output information. The output information may be applied to one or more output devices in a known manner. For purposes of this Application, a processing system includes any system having a Processor such as, for example, a Digital Signal Processor (DSP), a microcontroller, an Application Specific Integrated Circuit (ASIC), or a microprocessor.
The module code may be implemented in a high level modular language or an object oriented programming language to communicate with a processing system. Module code can also be implemented in assembly or machine language, if desired. Indeed, the mechanisms described in this application are not limited in scope to any particular programming language. In any case, the language may be a compiled or interpreted language.
In some cases, the disclosed embodiments may be implemented in hardware, firmware, software, or any combination thereof. The disclosed embodiments may also be implemented as instructions carried by or stored on one or more transitory or non-transitory machine-readable (e.g., computer-readable) storage media, which may be read and executed by one or more processors. For example, the instructions may be distributed via a network or via other computer readable media. Thus, a machine-readable medium may include any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer), including, but not limited to, floppy diskettes, optical disks, Read-Only memories (CD-ROMs), magneto-optical disks, Read-Only memories (ROMs), Random Access Memories (RAMs), Erasable Programmable Read-Only memories (EPROMs), Electrically Erasable Programmable Read-Only memories (EEPROMs), magnetic or optical cards, flash Memory, or tangible machine-readable memories for transmitting information (e.g., carrier waves, infrared digital signals, etc.) using the Internet to transmit information in an electrical, optical, acoustical or other form of propagated signals. Thus, a machine-readable medium includes any type of machine-readable medium suitable for storing or transmitting electronic instructions or information in a form readable by a machine (e.g., a computer).
In the drawings, some features of the structures or methods may be shown in a particular arrangement and/or order. However, it is to be understood that such specific arrangement and/or ordering may not be required. Rather, in some embodiments, the features may be arranged in a manner and/or order different from that shown in the illustrative figures. In addition, the inclusion of a structural or methodical feature in a particular figure is not meant to imply that such feature is required in all embodiments, and in some embodiments, may not be included or may be combined with other features.
It should be noted that, in the embodiments of the apparatuses in the present application, each unit/module is a logical unit/module, and physically, one logical unit/module may be one physical unit/module, or may be a part of one physical unit/module, and may also be implemented by a combination of multiple physical units/modules, where the physical implementation manner of the logical unit/module itself is not the most important, and the combination of the functions implemented by the logical unit/module is the key to solve the technical problem provided by the present application. Furthermore, in order to highlight the innovative part of the present application, the above-mentioned device embodiments of the present application do not introduce units/modules which are not so closely related to solve the technical problems presented in the present application, which does not indicate that no other units/modules exist in the above-mentioned device embodiments.
It is noted that in the examples and specification of this patent, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, the use of the verb "comprise a" to define an element does not exclude the presence of another, same element in a process, method, article, or apparatus that comprises the element.
While the present application has been shown and described with reference to certain preferred embodiments thereof, it will be understood by those of ordinary skill in the art that various changes in form and details may be made therein without departing from the spirit and scope of the present application.

Claims (17)

1. A data processing method applied to a data processing system including a data processing unit, a marking unit, and a data storage unit, comprising:
the data storage unit acquires relevant data of the service to be changed according to a service identifier of the service to be changed and converts the relevant data into an original data object, wherein the relevant data of the service to be changed is stored in at least one data unit, the original data object comprises at least one data sub-object, and one data sub-object corresponds to the relevant data of the service to be changed stored in one data unit;
the data processing unit changes the corresponding data sub-object in the original data object according to the data item to be changed in the service to be changed, and generates a changed data object;
the marking unit compares the original data object with each data sub-object in the changed data object, and determines the data sub-object to be changed in each data sub-object and the preset data change type of each data sub-object to be changed;
and the data storage unit changes each data sub-object by adopting a preset change mode according to the preset data change type of each data sub-object to be changed.
2. The method of claim 1, wherein the data unit is a data table; and is
The data sub-object comprises all the contents of the row corresponding to the policy to be changed and stored in the data table.
3. The method of claim 2, wherein the comparing, by the marking unit, the original data object and the modified data object to determine the data sub-object to be modified in each of the data sub-objects and the preset data modification type of each of the data sub-objects to be modified comprises:
the marking unit determines the preset data change type of the data sub-object which does not exist in the original data object and exists in the changed data object as new;
the marking unit determines that the preset data change types of the data sub-objects with different contents exist in the original data object and the changed data object as updating;
the marking unit determines a preset data change type of a data sub-object existing in the original data object but not existing in the changed data object as deletion.
4. The method according to claim 3, wherein the changing, by the data storage unit, each of the to-be-changed data sub-objects according to a preset data change type of each of the to-be-changed data sub-objects by using a preset change method includes:
the data storage unit detects whether a data unit for storing the data sub-object to be changed exists or not under the condition that the preset data change type of the data sub-object to be changed is newly increased;
and when determining that a data unit for storing the data sub-object to be changed exists, the data storage unit newly adds the content corresponding to the data sub-object in the existing data unit.
5. The method of claim 4, further comprising:
and the data storage unit creates a new data unit when determining that the data unit for storing the data sub-object to be changed does not exist, and adds the content corresponding to the data sub-object to be changed in the newly created data unit.
6. The method according to claim 4 or 5, wherein the data storage unit changes each of the to-be-changed data sub-objects in a preset change manner according to a preset data change type of each of the to-be-changed data sub-objects, and further comprising:
the data storage unit determines a data unit for storing the data sub-object to be changed when the preset data change type of the data sub-object to be changed is updated, and replaces all contents corresponding to the service identifier in the determined data unit with the contents of the data sub-object to be changed;
and the data storage unit determines a data unit for storing the data sub-object to be changed when the preset data change type of the data sub-object to be changed is deletion, and deletes all contents corresponding to the service identifier in the determined data unit.
7. The method according to claim 6, wherein the service to be changed is a policy change service; the service identification comprises a policy number of the policy to be changed.
8. A data processing system is characterized by comprising a data processing unit, a marking unit and a data storage unit; and:
the data storage unit is used for acquiring related data of the service to be changed according to a service identifier of the service to be changed and converting the related data into an original data object, wherein the related data of the service to be changed is stored in at least one data unit, the original data object comprises at least one data sub-object, one data sub-object corresponds to the related data of the service to be changed stored in one data unit, a preset data change type of each data sub-object to be changed is determined according to a marking unit, and each data sub-object to be changed is changed in a preset change mode;
the marking unit is used for comparing the original data object with each data sub-object in the changed data object and determining a data sub-object to be changed in each data sub-object and a preset data change type of each data sub-object to be changed;
and the data processing unit is used for changing the corresponding data sub-object in the original data object according to the data item to be changed in the service to be changed, and generating a changed data object.
9. The system of claim 8, wherein the data unit is a data table; and is
The data sub-object comprises all the contents of the row corresponding to the policy to be changed and stored in the data table.
10. The system according to claim 8 or 9, wherein the marking unit determines the data sub-objects to be changed in each of the data sub-objects and the preset data change types of the data sub-objects to be changed by comparing the original data object with each of the data sub-objects in the changed data object by:
determining the preset data change type of the data sub-object which does not exist in the original data object and exists in the changed data object as new;
determining the preset data change types of the data sub-objects with different contents, which exist in the original data object and the changed data object, as updating;
and determining the preset data change type of the data sub-object which exists in the original data object but does not exist in the changed data object as deletion.
11. The system according to claim 10, wherein the data storage unit changes each of the to-be-changed data sub-objects in a preset changing manner by:
under the condition that the preset data change type of the data sub-object to be changed is newly increased, detecting whether a data unit for storing the data sub-object to be changed exists;
and under the condition that the data unit for storing the data sub-object to be changed is determined to exist, newly adding the content corresponding to the data sub-object in the existing data unit.
12. The system according to claim 11, wherein the data storage unit creates a new data unit when it is determined that there is no data unit for storing the data sub-object to be changed, and adds the content corresponding to the data sub-object to be changed to the created data unit.
13. The system according to claim 12, wherein the data storage unit changes each of the to-be-changed data sub-objects in a preset changing manner by:
under the condition that the preset data change type of the data sub-object to be changed is updated, determining a data unit for storing the data sub-object to be changed, and replacing all contents corresponding to the service identifier in the determined data unit with the contents of the data sub-object to be changed;
and under the condition that the preset data change type of the data sub-object to be changed is deletion, determining a data unit for storing the data sub-object to be changed, and deleting all contents corresponding to the service identifier in the determined data unit.
14. The system according to claim 13, wherein the service to be changed is a policy change service; the service identification comprises a policy number of the policy to be changed.
15. A readable storage medium having stored thereon instructions which, when executed on an electronic device, cause the electronic device to carry out the data processing method of any one of claims 1 to 7.
16. A program product comprising computer programs/instructions, characterized in that the computer programs/instructions, when executed by a processor, implement the data processing method of any of claims 1 to 7.
17. An electronic device, comprising:
a memory to store instructions for execution by at least one processor of the electronic device;
at least one processor configured to execute the instructions to cause the electronic device to implement the data processing method of any one of claims 1 to 7.
CN202111599076.7A 2021-12-24 2021-12-24 Data processing method, system, readable storage medium and electronic device Active CN114331745B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202111599076.7A CN114331745B (en) 2021-12-24 2021-12-24 Data processing method, system, readable storage medium and electronic device
PCT/CN2022/132315 WO2023116274A1 (en) 2021-12-24 2022-11-16 Data processing method and system, program product, medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111599076.7A CN114331745B (en) 2021-12-24 2021-12-24 Data processing method, system, readable storage medium and electronic device

Publications (2)

Publication Number Publication Date
CN114331745A true CN114331745A (en) 2022-04-12
CN114331745B CN114331745B (en) 2023-06-13

Family

ID=81013196

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111599076.7A Active CN114331745B (en) 2021-12-24 2021-12-24 Data processing method, system, readable storage medium and electronic device

Country Status (2)

Country Link
CN (1) CN114331745B (en)
WO (1) WO2023116274A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023116274A1 (en) * 2021-12-24 2023-06-29 易保网络技术(上海)有限公司 Data processing method and system, program product, medium and electronic device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030172091A1 (en) * 2001-05-24 2003-09-11 Norcott William D. Synchronous change data capture in a relational database
CN108829727A (en) * 2018-05-09 2018-11-16 上海陆家嘴国际金融资产交易市场股份有限公司 Date storage method, device, computer equipment and storage medium
CN112069773A (en) * 2020-07-23 2020-12-11 北京三快在线科技有限公司 Data processing system, method, apparatus, electronic device, and computer-readable medium
CN112749173A (en) * 2019-10-29 2021-05-04 北京国双科技有限公司 Method and device for updating object
CN112835904A (en) * 2021-02-04 2021-05-25 北京电解智科技有限公司 Data processing method and data processing device
CN113495891A (en) * 2020-03-19 2021-10-12 北京京东振世信息技术有限公司 Data processing method and device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7409413B2 (en) * 2005-12-21 2008-08-05 International Business Machines Corporation Detecting granular data store changes
CN101944212A (en) * 2010-09-29 2011-01-12 用友软件股份有限公司 Method and device for generating changed receipt
CN113742321A (en) * 2020-09-24 2021-12-03 北京沃东天骏信息技术有限公司 Data updating method and device
CN112465461A (en) * 2020-12-04 2021-03-09 金蝶云科技有限公司 Business object information changing method, system, computer device and storage medium
CN114331745B (en) * 2021-12-24 2023-06-13 易保网络技术(上海)有限公司 Data processing method, system, readable storage medium and electronic device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030172091A1 (en) * 2001-05-24 2003-09-11 Norcott William D. Synchronous change data capture in a relational database
CN108829727A (en) * 2018-05-09 2018-11-16 上海陆家嘴国际金融资产交易市场股份有限公司 Date storage method, device, computer equipment and storage medium
CN112749173A (en) * 2019-10-29 2021-05-04 北京国双科技有限公司 Method and device for updating object
CN113495891A (en) * 2020-03-19 2021-10-12 北京京东振世信息技术有限公司 Data processing method and device
CN112069773A (en) * 2020-07-23 2020-12-11 北京三快在线科技有限公司 Data processing system, method, apparatus, electronic device, and computer-readable medium
CN112835904A (en) * 2021-02-04 2021-05-25 北京电解智科技有限公司 Data processing method and data processing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023116274A1 (en) * 2021-12-24 2023-06-29 易保网络技术(上海)有限公司 Data processing method and system, program product, medium and electronic device

Also Published As

Publication number Publication date
CN114331745B (en) 2023-06-13
WO2023116274A1 (en) 2023-06-29

Similar Documents

Publication Publication Date Title
JP6731783B2 (en) Tamper detection system and tamper detection method
US20180107725A1 (en) Data Storage Method and Apparatus, and Data Read Method and Apparatus
CN110162525B (en) B+ tree-based read-write conflict resolution method, device and storage medium
CN111352935B (en) Index creating method, device and equipment in block chain type account book
US11429636B2 (en) Smart elastic scaling based on application scenarios
US9846714B2 (en) Database device
CN106648569B (en) Target serialization realization method and device
JP5825122B2 (en) GENERATION PROGRAM, GENERATION METHOD, AND GENERATION SYSTEM
CN108536745B (en) Shell-based data table extraction method, terminal, equipment and storage medium
CN102521338B (en) For the placeholder that data representation item returns
US20190273772A1 (en) Data processing method and apparatus in service-oriented architecture system, and the service-oriented architecture system
CN104881466A (en) Method and device for processing data fragments and deleting garbage files
CN105637489A (en) Asynchronous garbage collection in a distributed database system
CN112912870A (en) Tenant identifier conversion
CN113407284A (en) Navigation interface generation method and device, storage medium and electronic equipment
CN114331745B (en) Data processing method, system, readable storage medium and electronic device
JP2016514393A (en) Serialization for differential encoding
CN114253920A (en) Transaction reordering method, device, equipment and readable storage medium
US11645549B2 (en) System for deriving data in constrained environments
CN110442636B (en) Data reading and writing method and device and data reading and writing equipment
WO2024016789A1 (en) Log data query method and apparatus, and device and medium
CN105354506A (en) File hiding method and apparatus
CN116258597A (en) Document processing method, device, computer equipment and storage medium
WO2019095824A1 (en) Data configuration management method, device, and computer readable storage medium
CN115544981A (en) Document processing method, document processing device, electronic device, storage medium, and program product

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