CN110781194B - Application program table data processing method and device, electronic equipment and storage medium - Google Patents

Application program table data processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110781194B
CN110781194B CN201911073720.XA CN201911073720A CN110781194B CN 110781194 B CN110781194 B CN 110781194B CN 201911073720 A CN201911073720 A CN 201911073720A CN 110781194 B CN110781194 B CN 110781194B
Authority
CN
China
Prior art keywords
entry
item
difference
representative
entries
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911073720.XA
Other languages
Chinese (zh)
Other versions
CN110781194A (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN201911073720.XA priority Critical patent/CN110781194B/en
Publication of CN110781194A publication Critical patent/CN110781194A/en
Application granted granted Critical
Publication of CN110781194B publication Critical patent/CN110781194B/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
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/443Optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates

Abstract

The invention provides a method and a device for processing table data of an application program, electronic equipment and a storage medium, and relates to the technical field of data processing. The method comprises the following steps: determining at least one entry set from a plurality of entries of original table data of an application program, taking a representative entry in each entry set as a basic entry, respectively performing differentiation processing on at least one other entry to obtain at least one differential entry corresponding to the representative entry, and forming differential table data of the application program according to the representative entry in the at least one entry set and the at least one differential entry corresponding to the representative entry. Based on the representative entries in each entry set, performing differentiation processing on other entries in the entry set to form differential entries, and then forming differential table data according to the representative entries and the differential entries in each entry set, so that entry differentiation storage is realized, memory consumption of the entries is reduced, and memory occupation of the table data can be effectively reduced.

Description

Application program table data processing method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a device for processing table data of an application program, electronic equipment and a storage medium.
Background
The table data is used to control or drive the logic of the application program to realize the normal operation of the application program, which is a common operation in the current application program development. With the increase of the content of the application program, the data volume of the table data is more and more, which leads to the increase of the application program package and the increase of the internal memory of the application program during the operation, so that the data volume of the table data is more and more important to reduce.
In the related art, the format of data in the table data is changed, so that the memory occupied by the table data is reduced.
However, in the related art, only the format of the data in the table data is changed, which cannot effectively reduce the memory consumption caused by the data itself, and thus cannot effectively reduce the memory occupied by the table data.
Disclosure of Invention
The present invention is directed to provide a method, an apparatus, an electronic device, and a storage medium for processing table data of an application program, so as to solve the problem that in the related art, only the format of data in the table data needs to be changed, and memory consumption caused by the data itself cannot be effectively reduced, so that memory occupied by the table data cannot be effectively reduced.
In order to achieve the above purpose, the embodiment of the present invention adopts the following technical solutions:
in a first aspect, an embodiment of the present invention provides a method for processing table data of an application program, where the method includes:
determining at least one set of entries from a plurality of entries of original table data of an application, each set of entries comprising: a representative item and at least one other item;
taking the representative entry in each entry set as a basic entry, and performing differentiation processing on at least one other entry respectively to obtain at least one difference entry corresponding to the representative entry, wherein difference data of the other entry and the representative entry and identification information of the representative entry are stored in each difference entry;
and forming difference table data of the application program according to the representative entry in at least one entry set and at least one difference entry corresponding to the representative entry.
Further, the determining at least one entry set from a plurality of entries of original table data of the application includes:
determining the number of the difference items of the traversed current entry and the representative entry in the existing entry set;
if the number of the difference items is smaller than a preset threshold value, adding the current item into the existing item set;
if the number of the difference items is larger than the preset threshold, creating a new entry set, and adding the current entry into the new entry set until a plurality of entries are traversed to obtain at least one entry set, wherein in each entry set, the representative entry is the first entry added into the entry set.
Further, if the existing entry set includes: if there are more than one items, the adding the current item to the existing item set includes:
and adding the current item into an item set of the represented item with the minimum number of the difference items in the existing item sets.
Further, before creating a new entry set if the number of the difference items is greater than the preset threshold, the method further includes:
if the number of the difference items is larger than the preset threshold value, comparing the number of the existing item sets with the number of the items of the original table data;
and if the number of the existing entry sets is less than the number of the entries of the original table data, creating a new entry set.
Further, before comparing the number of the existing entry sets with the number of entries of the original table data, the method further comprises:
and determining the number of the existing entry sets according to the number of elements of the entry set list of the application program, wherein each element in the entry set list corresponds to one entry set.
Further, the difference data includes at least one of: newly adding data, missing data and changing data;
wherein, the new data is the data which is contained in the other entries and not contained in the representative entry; the missing data is the data which is not contained in the other entries and contained in the representative entry; the change data is different data in the base entry and the difference entry.
In a second aspect, an embodiment of the present invention further provides a method for processing table data of an application program, where the method includes:
determining a first item identifier corresponding to the use operation according to the input use operation of the application program;
searching the entry identified by the first entry in the difference table data of the application program;
if the items identified by the first item are the difference items, determining the first representative item according to the identification information of the first representative item in the items identified by the first item;
determining an original entry corresponding to the first target identification according to the first representative entry and difference data in the entries of the first entry identification;
and executing the instruction corresponding to the use operation according to the original entry corresponding to the first target identification.
Further, the method further comprises:
and if the item identified by the first item is a representative item, executing the instruction corresponding to the use operation according to the item identified by the first item.
Further, the method further comprises:
acquiring a second item identifier to be modified and a modified value;
modifying an entry in the difference table data according to the second entry identification and the modified value.
Further, said modifying an entry in said difference table data based on said second entry identification and said modified value comprises:
if the entry identified by the second entry in the difference table data is a difference entry, determining the second representative entry according to the identification information of the second representative entry in the entries identified by the second entry;
determining an original entry corresponding to the second target identifier according to the second representative entry and the difference data in the entries identified by the second entry;
modifying the original entry corresponding to the second target identifier according to the modification value to obtain the modified original entry corresponding to the second target identifier;
and taking the second representative item as a basic item, and carrying out differentiation processing on the modified original item corresponding to the second item identifier to obtain the modified item of the second item identifier.
Further, said modifying an entry in said difference table data based on said second entry identification and said modified value comprises:
if the entry of the second entry identifier in the difference table data is a representative entry, determining that the entry with the second entry identifier is a target difference entry; determining an original entry of the target difference entry according to the entry identified by the second entry and the difference data in the target difference entry;
respectively modifying the original item of the target difference item and the item identified by the second item according to the modification value to obtain a modified original item and a modified representative item;
and taking the modified representative item as a basic item, and carrying out differentiation processing on the modified original item to obtain a modified differential item.
In a third aspect, an embodiment of the present invention further provides an apparatus for processing table data of an application program, where the apparatus includes:
a determination module to determine at least one set of entries from a plurality of entries of original table data of an application, each set of entries comprising: a representative item and at least one other item;
a processing module, configured to use the representative entry in each entry set as a base entry, and perform differentiation processing on at least one of the other entries to obtain at least one difference entry corresponding to the representative entry, where each difference entry stores difference data between the other entry and the representative entry, and identification information of the representative entry;
and the forming module is used for forming difference table data of the application program according to the representative entry in the at least one entry set and at least one difference entry corresponding to the representative entry.
Further, the determining module is specifically configured to determine the number of the difference items between the traversed current entry and the representative entry in the existing entry set; if the number of the difference items is smaller than a preset threshold value, adding the current item into the existing item set; if the number of the difference items is larger than the preset threshold, creating a new entry set, and adding the current entry into the new entry set until a plurality of entries are traversed to obtain at least one entry set, wherein in each entry set, the representative entry is the first entry added into the entry set.
Further, if the existing entry set includes: the determining module is further specifically configured to add the current entry to an entry set in which an entry represented by the entry with the smallest number of difference items in the existing entry sets is located.
Further, the determining module is further specifically configured to compare the number of the existing entry sets with the number of entries of the original table data if the number of the difference entries is greater than the preset threshold; and if the number of the existing entry sets is less than the number of the entries of the original table data, creating a new entry set.
Further, the determining module is further specifically configured to determine the number of the existing entry sets according to the number of elements in the entry set list of the application program, where each element in the entry set list corresponds to one entry set.
Further, the difference data includes at least one of: newly adding data, missing data and changing data;
wherein, the new data is the data which is contained in the other entries and not contained in the representative entry; the missing data is the data which is not contained in the other entries and contained in the representative entry; the change data is different data in the base entry and the difference entry.
In a fourth aspect, an embodiment of the present invention further provides an apparatus for processing table data of an application program, where the apparatus includes:
the determining module is used for determining a first item identifier corresponding to the use operation according to the input use operation of the application program;
the searching module is used for searching the item identified by the first item in the difference table data of the application program;
the determining module is further configured to determine, if the entry identified by the first entry is a difference entry, the first representative entry according to the identification information of the first representative entry in the entries identified by the first entry; determining an original entry corresponding to the first target identifier according to the first representative entry and the difference data in the entries of the first entry identifier;
and the execution module is used for executing the instruction corresponding to the use operation according to the original entry corresponding to the first target identification.
Further, the execution module is specifically configured to execute the instruction corresponding to the use operation according to the entry identified by the first entry if the entry identified by the first entry is a representative entry.
Further, the apparatus further comprises:
the acquisition module is used for acquiring a second item identifier to be modified and a modified value;
and the modification module is used for modifying the entry in the difference table data according to the second entry identifier and the modification value.
Further, the modification module is specifically configured to determine, if an entry identified by the second entry in the difference table data is a difference entry, the second entry according to identification information of the second entry in the entries identified by the second entry; determining an original entry corresponding to the second target identifier according to the second representative entry and the difference data in the entries identified by the second entry; modifying the original entry corresponding to the second target identifier according to the modification value to obtain the modified original entry corresponding to the second target identifier; and taking the second representative entry as a basic entry, and performing differentiation processing on the modified original entry corresponding to the second target identification to obtain the modified entry of the second entry identification.
Further, the modification module is specifically configured to determine, if an entry identified by the second entry in the difference table data is a representative entry, that the entry having the second entry identification is a target difference entry; determining an original entry of the target difference entry according to the entry identified by the second entry and the difference data in the target difference entry; respectively modifying the original item of the target difference item and the item of the second item identifier according to the modification value to obtain a modified original item and a modified representative item; and taking the modified representative item as a basic item, and carrying out differentiation processing on the modified original item to obtain a modified differential item.
In a fifth aspect, an embodiment of the present invention further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program that is executable on the processor, and the processor implements the steps of the methods according to the first and second aspects when executing the computer program.
In a sixth aspect, the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the method in the first and second aspects.
The invention has the beneficial effects that: a table data processing method of an application program determines at least one entry set from a plurality of entries of original table data of the application program, takes a representative entry in each entry set as a basic entry, and performs differentiation processing on at least one other entry respectively to obtain at least one difference entry corresponding to the representative entry, and forms difference table data of the application program according to the representative entry in the at least one entry set and the at least one difference entry corresponding to the representative entry, wherein each entry set comprises: a representative entry and at least one other entry. And performing differentiation processing on other items in the item set based on the representative items in each item set to form differential items, and then forming differential table data according to the representative items and the differential items in each item set to realize item differentiation storage, reduce the consumption of the items to a memory and effectively reduce the memory occupied by the table data.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a schematic flowchart of a method for processing table data of an application according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a method for processing table data of an application according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention;
fig. 6 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention;
fig. 7 is a schematic flowchart of a method for processing table data of an application according to an embodiment of the present invention;
FIG. 8 is a schematic structural diagram of an apparatus for processing table data of an application according to an embodiment of the present invention;
FIG. 9 is a schematic structural diagram of an apparatus for processing table data of an application according to an embodiment of the present invention;
FIG. 10 is a schematic structural diagram of an apparatus for processing table data of an application according to an embodiment of the present invention;
fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention.
Fig. 1 is a schematic flowchart of a method for processing table data of an application according to an embodiment of the present invention, as shown in fig. 1, the method includes:
s101, at least one entry set is determined from a plurality of entries of original table data of an application program.
Wherein each set of entries includes: a representative entry, which may be the first entry added to the collection of entries, and at least one other entry. The entries in the original table data are all complete entries, which may be original entries.
It should be noted that the original table data of the application program may be stored in the server, and the server further has an entry set list, and the entry set list may be used to store at least one entry set.
In some embodiments, the server may determine a currently processed entry from the plurality of entries, add the currently processed entry to the at least one entry set according to the number of the difference items between the currently processed entry and the entry represented in the existing entry set, and traverse the plurality of entries to obtain the at least one entry set.
And S102, taking the representative item in each item set as a basic item, and respectively carrying out differentiation processing on at least one other item to obtain at least one differential item corresponding to the representative item.
Wherein, each difference item stores the difference data of other items and the representative item, and the identification information of the representative item.
In a possible implementation manner, each item set may include one representative item and at least one other item, and the server may determine a difference item between the at least one other item and the representative item in each item set, where the difference item is the at least one difference item corresponding to the representative item.
In an embodiment of the present invention, the difference data may include: the other entries have a key and value that distinguish between the other entries and the representative entry. Of course, the representative entry may include identification information of the representative entry, and the difference entry may include identification information of the difference entry and identification information of the corresponding representative entry.
It should be noted that, the sequence of each piece of information in the difference entry may be: difference item identification, representative item identification and difference data.
S103, forming difference table data of the application program according to the representative entry in the at least one entry set and at least one difference entry corresponding to the representative entry.
Wherein, the representative entry in the difference table data may be in a dic (dictionary) format, and the difference entry may be in a tuple format.
In a possible implementation manner, after the server performs differentiation processing on other entries in each entry set, a difference entry in each entry set may be obtained, and the representative entry and the difference entry in at least one entry set form difference table data of the application program.
In addition, the server may transmit the above-described difference table data to the terminal so that the terminal may control or drive the application logic according to the difference table data.
In this embodiment of the present invention, the application program may be a game application program, an audio application program, a video application program, an image application program, a communication application program, or another application program that controls or drives application program logic through table data, which is not limited in this embodiment of the present invention.
In summary, an embodiment of the present invention provides a table data processing method for an application program, which determines at least one entry set from a plurality of entries of original table data of the application program, performs differentiation processing on at least one other entry by using a representative entry in each entry set as a base entry, to obtain at least one difference entry corresponding to the representative entry, and forms difference table data of the application program according to the representative entry in the at least one entry set and the at least one difference entry corresponding to the representative entry, where each entry set includes: a representative entry and at least one other entry. Based on the representative entries in each entry set, performing differentiation processing on other entries in the entry set to form differential entries, and then forming differential table data according to the representative entries and the differential entries in each entry set, so that entry differentiation storage is realized, memory consumption of the entries is reduced, and memory occupation of the table data can be effectively reduced.
Optionally, the difference data includes at least one of the following data: new data, missing data, changed data.
Wherein, the newly added data is data which is contained in other entries and is not contained in the representative entry; the missing data is data which is not contained in other entries and represents the entries to contain; the change data is different data in the base entry and the difference entry.
For example, the representative entry may be:
2102:{‘id’:2102,‘ico’:‘image/skill/ah_0015.png,‘ico_blur’:‘ah_0015.png’,‘skill_type’:1,‘stage’:(45,),‘tar_prior’:1}
one other entry corresponding to the representative entry may be:
2106:{‘id’:2106,‘ico’:‘image/skill/ah_0015.png,‘ico_blur’:‘ah_0015.png’,‘skill_type’:1,‘stage’:(45,),‘tar_prior’:1,‘hit_shockhit’:1,‘hit_stage’:1}
the difference data between the other entry and the representative entry may include new addition data and changed data. Wherein, the newly added data are 'hit _ shockhit', 1 and 'hit _ stage', 1; the change item may be 'id', 2106.
The identification information of the representative entry may be 2102, and the identification information of the other entries may be 2106. After performing differentiation processing on other items, the obtained differential items may be:
2106:(2102,3,‘hit_shockhit”,1,‘hit_stage’,1,‘id’,2106,)
note that 3 in the difference entry indicates that the contents of the next 6 items (3 × 2 — 6) are the new item and the modified item. If the difference item has missing data, the rest content is the missing data.
In addition, the added data and the changed data in the difference entry may include a key and a value, and the missing entry may include a key.
Fig. 2 is a schematic flowchart of a table data processing method of an application according to an embodiment of the present invention, and as shown in fig. 2, in S101, determining at least one entry set from a plurality of entries of original table data of the application may include:
s201, determining the number of the difference items of the traversed current entry and the representative entry in the existing entry set.
The number of the difference items can represent the difference degree between the current item and the representative item in the existing item set. The number of the difference items is the number of keys and values that may be distinguished between the current item and the representative item, and may also be the number of keys that may be distinguished between the current item and the representative item, which is not specifically limited in the embodiment of the present invention.
In a possible implementation manner, the server may determine a representative entry in the existing entry set and a traversed current entry, compare the representative entry and the current entry, determine a difference item between the representative entry and the current entry, and count the number of the difference item.
For example, when the difference data in the difference items includes new data, missing data, and changed data, the number of the difference items may be (a + c) × 2+ b, where a is the number of the new items corresponding to the new data, c is the number of the changed items corresponding to the changed data, and b is the number of the missing items corresponding to the missing data. In addition, a new addition item and a change item may each include a key and a value, and a missing item may include a key.
S202, if the number of the difference items is smaller than a preset threshold value, adding the current item into the existing item set.
In some embodiments, the server may determine whether the number of the difference items is smaller than a preset threshold, and if the number of the difference items is smaller than the preset threshold, it indicates that the number of the difference items representing the items in the current item and the existing item set is smaller, and may perform differentiated storage on the current item, that is, add the current item to the existing item set.
It should be noted that the preset threshold may be 20, 15, or may be another value set by the user according to experience, which is not limited in the embodiment of the present invention.
S203, if the number of the difference items is larger than a preset threshold value, a new item set is created, the current item is added into the new item set until a plurality of items are traversed, and at least one item set is obtained.
Wherein, in each item set, the representative item is the first item added into the item set.
In the embodiment of the present invention, if the number of the difference items is greater than the preset threshold, it indicates that the number of the difference items between the current item and the representative item in the existing item set is greater, and when the current item is differentiated based on the representative item, the obtained difference item still occupies more memory, so that the server may create a new item set, add the current item to the new item set, and then the current item is the representative item in the new item set.
The server may loop S201 to S203 until each entry of the original table data is traversed, so as to obtain at least one entry set, where each entry set may include one representative entry and at least one other entry.
Optionally, if the existing entry set includes: and if the number of the current entries is more than one, adding the current entries into the entry set of the represented entry with the smallest number of the difference items in the existing entry sets.
In a possible implementation manner, when the existing entry set includes a plurality of entries, the server may calculate the number of difference items between the current entry and the representative entry of each existing entry set, obtain a plurality of difference item numbers, determine an entry set where the representative entry with the smallest number of difference items is located, and add the current entry to the entry set.
It should be noted that, when the current entry is added to the entry set in which the entry represented by the entry with the minimum number of the difference items in the existing entry sets is located, the entry represented by the minimum number of the difference items is used as the basic entry, and the current entry is subjected to differentiation processing, the number of the difference items in the obtained difference entries is small, that is, the memory occupied by the difference entries can be reduced.
In summary, in the embodiment of the present invention, when there are multiple entry sets, only the number of difference items representing entries in the current entry and each entry set needs to be calculated, which is less in calculation amount, and improves the differentiated storage efficiency of the original table data.
Fig. 3 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention, and as shown in fig. 3, before S203, the method may further include:
s301, if the number of the difference items is larger than a preset threshold value, comparing the number of the existing item sets with the number of the items of the original table data.
The number of entries of the original table data is the total number of the plurality of entries in the unpaired original table data.
In some embodiments, before creating a new entry set, the server may count the number of existing entry sets in the entry set list, and determine whether the number of existing entry sets is less than the number of entries in the original table data, and if the number of existing entry sets is not less than the number of entries in the original table data, it indicates that the difference of each entry in the original table data is large, and the entry sets are not suitable for differential processing and differential storage.
It should be noted that, if the number of the difference items is greater than the preset threshold, the server may also compare whether the number of the existing entry sets is less than the preset number of entries, and when the number of the existing entry sets is not less than the preset number of entries, it indicates that the difference between the entries in the original table data is large. In addition, the number of the preset entries may be less than or equal to the number of entries of the original table data.
S302, if the number of the existing entry sets is smaller than that of the original table data, a new entry set is created.
In a possible implementation, if the number of the existing entry sets is smaller than the number of entries in the original table data, which indicates that the number of the existing entry sets is smaller, a new entry set may be created, and the current entry may be added to the new entry set.
Of course, the server may also compare whether the number of the existing entry sets is smaller than the preset number of entries, and if so, create a new entry set. The preset number of entries may be less than or equal to the number of entries of the original table data.
Optionally, in S301, before comparing the number of existing entry sets with the number of entries of the original table data, the method may further include: and determining the number of the existing entry sets according to the number of elements of the entry set list of the application program.
Wherein each element in the list of entry sets corresponds to an entry set.
In the embodiment of the present invention, the entry set list may be used to store an entry set, that is, the entry set is an element of the entry set list, and one element is an entry set, so that the server may determine the number of existing entry sets according to the number of elements of the entry set list of the application program.
In the embodiment of the present invention, in the method shown in fig. 1 to fig. 3, the execution subject may be a server. In the methods shown in fig. 4 to fig. 7, the execution subject may be a terminal, and the terminal may have an application installed thereon, and the type of the application may be a game application, an audio application, a video application, an image application, a communication application, and the like, which is not limited in this embodiment of the present invention.
Fig. 4 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention, as shown in fig. 4, when the method is applied to a terminal, the method may include:
s401, according to the input using operation of the application program, determining a first item identifier corresponding to the using operation.
In the embodiment of the present invention, after forming the difference table data of the application program, the server may send the difference table data to the terminal, the terminal may receive the difference table data and store the difference table data, and the terminal may control or drive the logic of the application program according to the difference table data.
In some embodiments, when a user inputs a use operation on an application program of the terminal, the terminal may determine, according to the use operation, a first entry identifier corresponding to the use operation, so that in a subsequent process, a corresponding entry may be determined according to the first entry identifier to control or drive logic of the application program.
For example, when the application is a game application, the user may perform a use operation on an interface displayed by the game application, and accordingly, the terminal installed with the game application may obtain the use operation.
S402, searching the entry identified by the first entry in the difference table data of the application program.
At least one representative entry may be included in the difference table data, and each representative entry has at least one corresponding difference entry. Each representative entry and the difference entry have corresponding identification information.
In some embodiments, the terminal may search, in the difference table data of the application program, identification information identical to the first item identification, and determine an item corresponding to the identification information, that is, an item identified by the first item.
It should be noted that the type of the item identified by the first item may be a dic type or a tuple type. When the type of the item identified by the first item is a dic type, the item identified by the first item is a representative item; when the type of the item identified by the first item is a tuple type, then the item identified by the first item is a difference item.
S403, if the items identified by the first item are the difference items, determining the first representative item according to the identification information of the first representative item in the items identified by the first item.
The entry identified by the first entry may include corresponding identification information of the representative entry, that is, identification information of the first representative entry.
In some embodiments, the terminal may determine the type of the item identified by the first item, and when the type of the item identified by the first item is a tuple type, the item identified by the first item is a difference item, and may determine, according to the identification information of the first representative item in the items identified by the first item, a representative item corresponding to the item identified by the first item.
In a possible implementation manner, when a difference entry in the difference table data is a tuple type, the end directly reads the difference entry, which may affect normal use, so that the terminal may encapsulate the difference entry, encapsulate the difference entry as a custom object with a preset read interface, and when the terminal reads the difference entry in the difference table data through the preset read interface, may obtain an original entry corresponding to the difference entry.
It should be noted that the custom object of the preset read interface may include methods such as _ getitem _ (acquisition entry), _ setitem _ (setting entry) of the custom object itself, and the terminal may read an entry in the difference table data through _ getitem _, and modify an entry in the difference table data through _ setitem _.
S404, determining an original entry corresponding to the first target identifier according to the first representative entry and the difference data in the entries of the first entry identifier.
Wherein the difference data may include: at least one of newly added data, missing data, and changed data.
In the embodiment of the present invention, the terminal may copy the first representative entry to a preset feedback entry, read the parameter n of the 2 nd entry in the difference data, read n × 2 data in the difference data, and obtain new data and/or missing data, where data after n × 2 entries in the difference data may be missing data, and the terminal may modify the first representative entry in the preset feedback entry according to the new data, the missing data, and the difference data, to obtain an original entry corresponding to the first target id.
It should be noted that n represents the number of new addition items and change items, one new addition item corresponds to one new addition data, and the new addition data may include key and value. Of course, one change item corresponds to one change data, and the change data may include a key and a value.
S405, according to the original entry corresponding to the first target identification, executing the instruction corresponding to the use operation.
In the embodiment of the present invention, the terminal determines the original entry corresponding to the first target, and may execute the instruction corresponding to the use operation according to the original entry, so as to control or drive the application logic.
The invention provides a table data processing method of an application program, which comprises the steps of determining a first entry identifier corresponding to a use operation according to the input use operation of the application program, searching an entry of the first entry identifier in difference table data of the application program, determining a first entry according to identification information of the first entry identifier in entries of the first entry identifier if the entry of the first entry identifier is a difference entry, determining an original entry corresponding to a first target identifier according to the first entry and difference data in the entries of the first entry identifier, and executing an instruction corresponding to the use operation according to the original entry corresponding to the first target identifier. When the terminal runs or drives the logic of the application program based on the difference table data, when the entry of the first entry identifier is the difference entry, the original entry corresponding to the first target identifier is determined according to the corresponding first representative entry, and the instruction corresponding to the use operation is executed according to the original entry corresponding to the first target identifier.
Optionally, if the entry identified by the first entry is the representative entry, the instruction corresponding to the use operation is executed according to the entry identified by the first entry.
It should be noted that, when the terminal determines that the type of the first entry is a dic type, the first entry is a representative entry, and the representative entry is a complete entry, and the terminal may directly execute the instruction corresponding to the use operation according to the first entry.
Fig. 5 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention, and as shown in fig. 5, the method may include:
s501, acquiring a second item identifier to be modified and a modified value.
When the server needs to modify the difference table data in the terminal, the server can send the identification of the item to be modified and the corresponding modification value to the terminal, and the terminal can receive the identification of the item to be modified and the corresponding modification value, so that the terminal can implement hot update on the application program according to the identification of the item to be modified and the corresponding modification value.
It should be noted that the number of the second entry identifiers to be modified may be at least one, and the number of the modification values corresponding to each second entry identifier to be modified may also be at least one.
And S502, modifying the entry in the data of the difference table according to the second entry identification and the modification value.
In the embodiment of the present invention, the terminal may search a corresponding entry in the difference table data according to the second entry identifier, determine the type of the entry, modify the entry according to the type of the entry and the modification value, and implement modification of the entry of the second entry identifier in the difference table data.
Fig. 6 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention, as shown in fig. 6, where step S502 may include:
s601, if the entry identified by the second entry in the difference table data is the difference entry, determining the second representative entry according to the identification information of the second representative entry in the entries identified by the second entry.
The terminal may determine whether the entry identified by the second entry is a difference entry according to the type of the entry identified by the second entry, and when the type of the entry identified by the second entry is a tunable type, the entry identified by the second entry is the difference entry.
In addition, the entry identified by the second entry may include identification information of a second representative entry, where the second representative entry is a representative entry corresponding to the entry identified by the second entry, and the terminal may search the difference table data for the identification information of the second representative entry, and determine the second representative entry.
S602, according to the second representative entry and the difference data in the entry of the second entry identification, determining the original entry corresponding to the second entry identification.
In the embodiment of the present invention, the process of determining the original entry corresponding to the second target identity is similar to that of determining the original entry corresponding to the first target identity in S404, and details are not repeated here.
S603, modifying the original entry corresponding to the second target identifier according to the modified value to obtain the modified original entry corresponding to the second target identifier.
S604, with the second representative entry as a basic entry, performing differentiation processing on the original entry corresponding to the modified second entry identifier to obtain an entry of the modified second entry identifier.
In the embodiment of the invention, the terminal uses the second representative entry as a basic entry, performs differentiation processing on the original entry corresponding to the modified second target identification to obtain difference data between the original entry corresponding to the modified second target identification and the second representative entry, and determines the entry of the modified second entry identification according to the difference data.
It should be noted that the modified entry identified by the second entry may include: the second entry identification, and identification information of the second representation entry, the number of newly added and changed entries, difference data, and the like.
Fig. 7 is a flowchart illustrating a method for processing table data of an application according to an embodiment of the present invention, as shown in fig. 7, where step S502 may include:
s701, if the entry identified by the second entry in the difference table data is a representative entry, determining that the entry with the second entry identification is a target difference entry.
The terminal may determine whether the entry identified by the second entry is a representative entry according to the type of the entry identified by the second entry, and when the type of the entry identified by the second entry is a dic type, the entry identified by the second entry is a representative entry.
In addition, the terminal may search for an entry having a second target identity and a type of tunable type in the difference table data to obtain a target difference entry. The target difference entry is the difference entry corresponding to the entry identified by the second entry.
S702, determining an original entry of the target difference entry according to the entry identified by the second target and the difference data in the target difference entry.
In the embodiment of the present invention, the process of determining the original entry of the target difference entry is similar to the process of determining the original entry corresponding to the first target entry in S404, and details are not repeated here.
And S703, respectively modifying the original entry of the target difference entry and the entry marked by the second entry according to the modified value to obtain the modified original entry and the modified representative entry.
In a possible implementation manner, the terminal may modify the entry identified by the second entry according to the modification value to obtain a modified representative entry, the modified representative entry may be stored in the difference table data, the terminal may create an original data dictionary, store the original entry of the target difference entry in the original data dictionary, and modify the original entry of the target difference entry in the original data dictionary according to the modification value.
S704, taking the modified representative item as a basic item, and carrying out differentiation processing on the modified original item to obtain a modified differential item.
It should be noted that, in the original data dictionary, the terminal uses the modified representative entry as a base entry, performs differentiation processing on each modified original entry to obtain difference data between each modified original entry and each modified representative entry, determines a modified difference entry according to the difference data, and writes the modified difference entry in the original data dictionary into difference table data.
Of course, the modified difference entry may include: the second target identification, the identification information of the target difference item, the number of newly added items and changed items, difference data and the like.
Fig. 8 is a schematic structural diagram of an application table data processing apparatus according to an embodiment of the present invention, and as shown in fig. 8, the apparatus includes:
a determining module 801, configured to determine at least one entry set from a plurality of entries of original table data of an application, each entry set comprising: a representative item and at least one other item;
a processing module 802, configured to take the representative entry in each entry set as a basic entry, and perform differentiation processing on at least one other entry respectively to obtain at least one difference entry corresponding to the representative entry, where each difference entry stores difference data of the other entry and the representative entry, and identification information of the representative entry;
a forming module 803, configured to form difference table data of the application according to the representative entry in the at least one entry set and the at least one difference entry corresponding to the representative entry.
Optionally, the determining module 801 is specifically configured to determine the number of the difference items between the current traversed entry and the representative entry in the existing entry set; if the number of the difference items is smaller than a preset threshold value, adding the current item into the existing item set; if the number of the difference items is larger than a preset threshold value, a new entry set is created, the current entry is added into the new entry set until a plurality of entries are traversed, and at least one entry set is obtained, wherein each entry set represents an entry which is added into the entry set firstly.
Optionally, if the existing entry set includes: the determining module 801 is further specifically configured to add the current entry into an entry set in which an entry represented by the entry with the smallest number of difference items in the existing entry sets is located.
Optionally, the determining module 801 is further specifically configured to compare the number of the existing entry sets with the number of entries of the original table data if the number of the difference items is greater than the preset threshold; and if the number of the existing entry sets is less than that of the original table data, creating a new entry set.
Optionally, the determining module 801 is further specifically configured to determine the number of existing entry sets according to the number of elements in an entry set list of the application program, where each element in the entry set list corresponds to one entry set.
Optionally, the difference data includes at least one of the following data: newly adding data, missing data and changing data;
the newly added data is data which is contained in other items and is not contained in the representative item; the missing data is data which is not contained in other entries and represents the entries to contain; the change data is different data in the base entry and the difference entry.
Fig. 9 is a schematic structural diagram of an application table data processing apparatus according to an embodiment of the present invention, and as shown in fig. 9, the apparatus includes:
a determining module 801, configured to determine, according to an input usage operation of an application program, a first entry identifier corresponding to the usage operation;
a searching module 804, configured to search, in the difference table data of the application program, for an entry identified by the first entry;
the determining module 801 is further configured to determine, if the entry identified by the first entry is a difference entry, the first representative entry according to the identification information of the first representative entry in the entries identified by the first entry; determining an original entry corresponding to the first target identifier according to the first representative entry and the difference data in the entries of the first entry identifier;
the execution module 805 is configured to execute an instruction corresponding to the use operation according to the original entry corresponding to the first target identification.
Optionally, the executing module 805 is specifically configured to, if the first entry identified by the target is the representative entry, execute the instruction corresponding to the use operation according to the entry identified by the first entry.
Optionally, as shown in fig. 10, the apparatus further includes:
an obtaining module 806, configured to obtain a second entry identifier to be modified and a modified value;
a modification module 807 for modifying the entry in the difference table data in accordance with the second entry identification and the modification value.
Optionally, the modifying module 807 is specifically configured to, if the entry identified by the second entry in the difference table data is a difference entry, determine the second table entry according to the identification information of the second table entry in the entries identified by the second entry; determining an original entry corresponding to the second target identifier according to the second representative entry and the difference data in the entries of the second entry identifier; modifying the original entry corresponding to the second target identifier according to the modification value to obtain the modified original entry corresponding to the second target identifier; and taking the second representative entry as a basic entry, and carrying out differentiation processing on the original entry corresponding to the modified second entry identifier to obtain the entry of the modified second entry identifier.
Optionally, the modifying module 807 is specifically configured to, if an entry identified by a second entry in the difference table data is a representative entry, determine that the entry having the second entry identification is a target difference entry; determining an original entry of the target difference entry according to the entry of the second target identification and the difference data in the target difference entry; respectively modifying the original item of the target difference item and the item of the second item identifier according to the modification value to obtain a modified original item and a modified representative item; and taking the modified representative item as a basic item, and carrying out differentiation processing on the modified original item to obtain a modified differential item.
The above-mentioned apparatus is used for executing the method provided by the foregoing embodiment, and the implementation principle and technical effect are similar, which are not described herein again.
These above modules may be one or more integrated circuits configured to implement the above methods, such as: one or more Application Specific Integrated Circuits (ASICs), or one or more microprocessors (DSPs), or one or more Field Programmable Gate Arrays (FPGAs), among others. For another example, when one of the above modules is implemented in the form of a Processing element scheduler code, the Processing element may be a general-purpose processor, such as a Central Processing Unit (CPU) or other processor capable of calling program code. For another example, these modules may be integrated together and implemented in the form of a system-on-a-chip (SOC).
Fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, where the electronic device includes: a processor 1001 and a memory 1002.
The memory 1002 is used for storing programs, the processor 1001 calls the programs stored in the memory 1002, and when the electronic device may be a server, the method embodiments shown in fig. 1 to 3 may be executed. When the electronic device is a terminal, the method embodiments shown in fig. 4 to 7 described above may be performed. The specific implementation and technical effects are similar, and are not described herein again.
Optionally, the invention also provides a program product, for example a computer-readable storage medium, comprising a program which, when being executed by a processor, is adapted to carry out the above-mentioned method embodiments.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method can be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.

Claims (14)

1. A method for processing table data of an application, the method comprising:
determining at least one set of entries from a plurality of entries of original table data of an application, each set of entries comprising: a representative item and at least one other item;
taking the representative entry in each entry set as a basic entry, and performing differentiation processing on at least one other entry respectively to obtain at least one difference entry corresponding to the representative entry, wherein difference data of the other entry and the representative entry and identification information of the representative entry are stored in each difference entry;
forming difference table data of the application program according to the representative entry in at least one entry set and at least one difference entry corresponding to the representative entry;
wherein the determining at least one entry set from a plurality of entries of original table data of an application comprises:
determining the number of the difference items of the traversed current entry and the representative entry in the existing entry set;
if the number of the difference items is smaller than a preset threshold value, adding the current item into the existing item set;
if the number of the difference items is larger than the preset threshold value, a new entry set is created, and the current entry is added into the new entry set until a plurality of entries are traversed, so that at least one entry set is obtained.
2. The method of claim 1, wherein in each of said sets of items, said representative item is the first item to join said set of items.
3. The method of claim 1 or 2, wherein if the existing set of entries comprises: if there are more than one items, the adding the current item to the existing item set includes:
and adding the current item into an item set of the represented item with the minimum number of the difference items in the existing item sets.
4. The method according to claim 1 or 2, wherein before creating a new set of entries if the number of difference items is greater than the preset threshold, the method further comprises:
if the number of the difference items is larger than the preset threshold value, comparing the number of the existing item sets with the number of the items of the original table data;
and if the number of the existing entry sets is less than the number of the entries of the original table data, creating a new entry set.
5. The method of claim 4, wherein prior to said comparing the number of said existing set of entries to the number of entries of said original table data, said method further comprises:
and determining the number of the existing entry sets according to the number of elements of the entry set list of the application program, wherein each element in the entry set list corresponds to one entry set.
6. The method of any one of claims 1-5, wherein the difference data comprises at least one of: newly adding data, missing data and changing data;
wherein, the new data is the data which is contained in the other entries and not contained in the representative entry; the missing data is the data which is not contained in the other entries and contained in the representative entry; the change data is different data in the base entry and the difference entry.
7. A method for processing table data of an application, the method comprising:
determining a first item identifier corresponding to the use operation according to the input use operation of the application program;
searching the item identified by the first item in the difference table data of the application program;
if the item identified by the first item is a difference item, determining the first representative item according to the identification information of the first representative item in the items identified by the first item;
determining an original entry corresponding to the first target identifier according to the first representative entry and the difference data in the entries of the first entry identifier;
executing the instruction corresponding to the use operation according to the original entry corresponding to the first target identification;
the method further comprises the following steps:
acquiring a second item identifier to be modified and a modified value;
modifying an entry in the difference table data according to the second entry identification and the modified value;
said modifying an entry in said difference table data based on said second entry identification and said modified value comprises:
if the entry identified by the second entry in the difference table data is a difference entry, determining the second representative entry according to the identification information of the second representative entry in the entries identified by the second entry;
determining an original entry corresponding to the second target identifier according to the second representative entry and the difference data in the entries identified by the second entry;
modifying the original entry corresponding to the second target identifier according to the modification value to obtain the modified original entry corresponding to the second target identifier;
and taking the second representative entry as a basic entry, and performing differentiation processing on the modified original entry corresponding to the second target identification to obtain the modified entry of the second entry identification.
8. The method of claim 7, wherein the method further comprises:
and if the item identified by the first item is a representative item, executing the instruction corresponding to the use operation according to the item identified by the first item.
9. The method of claim 7, wherein said modifying an entry in said difference table data based on said second entry identification and said modified value comprises:
if the entry of the second entry identifier in the difference table data is a representative entry, determining that the entry with the second entry identifier is a target difference entry; determining an original entry of the target difference entry according to the entry identified by the second entry and the difference data in the target difference entry;
respectively modifying the original item of the target difference item and the item of the second item identifier according to the modification value to obtain a modified original item and a modified representative item;
and taking the modified representative item as a basic item, and carrying out differentiation processing on the modified original item to obtain a modified differential item.
10. A method for processing table data of an application, the method comprising:
determining a first item identifier corresponding to the use operation according to the input use operation of the application program;
searching for an entry identified by the first entry in difference table data of the application, wherein the difference table data of the application is obtained by adopting the table data processing method of the application according to any one of claims 1 to 6;
if the item identified by the first item is a difference item, determining the first representative item according to the identification information of the first representative item in the items identified by the first item;
determining an original entry corresponding to the first target identifier according to the first representative entry and the difference data in the entries of the first entry identifier;
and executing the instruction corresponding to the use operation according to the original entry corresponding to the first target identification.
11. An apparatus for processing table data of an application, the apparatus comprising:
a determination module to determine at least one set of entries from a plurality of entries of original table data of an application, each set of entries comprising: a representative item and at least one other item;
a processing module, configured to use the representative entry in each entry set as a basic entry, and perform differentiation processing on at least one of the other entries to obtain at least one difference entry corresponding to the representative entry, where each difference entry stores difference data between the other entry and the representative entry, and identification information of the representative entry;
a forming module, configured to form difference table data of the application according to the representative entry in the at least one entry set and at least one difference entry corresponding to the representative entry;
the determining module is specifically configured to determine the number of the difference items between the traversed current entry and the representative entry in the existing entry set; if the number of the difference items is smaller than a preset threshold value, adding the current item into the existing item set; if the number of the difference items is larger than the preset threshold value, a new entry set is created, and the current entry is added into the new entry set until a plurality of entries are traversed, so that at least one entry set is obtained.
12. An apparatus for processing table data of an application, the apparatus comprising:
the determining module is used for determining a first item identifier corresponding to the use operation according to the input use operation of the application program;
the searching module is used for searching the item identified by the first item in the difference table data of the application program;
the determining module is further configured to determine, if the entry identified by the first entry is a difference entry, the first representative entry according to the identification information of the first representative entry in the entries identified by the first entry; determining an original entry corresponding to the first target identifier according to the first representative entry and the difference data in the entries of the first entry identifier;
the execution module is used for executing the instruction corresponding to the use operation according to the original entry corresponding to the first target identification;
the device further comprises:
the acquisition module is used for acquiring a second item identifier to be modified and a modified value;
a modification module for modifying an entry in the difference table data according to the second entry identifier and the modified value;
the modification module is specifically configured to determine, if an entry identified by the second entry in the difference table data is a difference entry, the second table entry according to identification information of the second table entry in the entries identified by the second entry; determining an original entry corresponding to the second target identifier according to the second representative entry and the difference data in the entries identified by the second entry; modifying the original entry corresponding to the second target identifier according to the modification value to obtain the modified original entry corresponding to the second target identifier; and taking the second representative entry as a basic entry, and performing differentiation processing on the modified original entry corresponding to the second target identification to obtain the modified entry of the second entry identification.
13. An electronic device, comprising a memory and a processor, wherein the memory stores a computer program operable on the processor, and the processor executes the computer program to implement the steps of the method according to any one of claims 1 to 9.
14. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 9.
CN201911073720.XA 2019-11-05 2019-11-05 Application program table data processing method and device, electronic equipment and storage medium Active CN110781194B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911073720.XA CN110781194B (en) 2019-11-05 2019-11-05 Application program table data processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911073720.XA CN110781194B (en) 2019-11-05 2019-11-05 Application program table data processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110781194A CN110781194A (en) 2020-02-11
CN110781194B true CN110781194B (en) 2022-06-14

Family

ID=69389277

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911073720.XA Active CN110781194B (en) 2019-11-05 2019-11-05 Application program table data processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110781194B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499069A (en) * 2008-02-02 2009-08-05 中兴通讯股份有限公司 Internal memory database file updating method and apparatus
CN107515882A (en) * 2016-06-17 2017-12-26 阿里巴巴集团控股有限公司 Data query method and device
CN108153784A (en) * 2016-12-06 2018-06-12 北京京东尚科信息技术有限公司 Synchrodata treating method and apparatus
CN108829727A (en) * 2018-05-09 2018-11-16 上海陆家嘴国际金融资产交易市场股份有限公司 Date storage method, device, computer equipment and storage medium
CN109542854A (en) * 2018-11-14 2019-03-29 网易(杭州)网络有限公司 Data compression method, device, medium and electronic equipment
CN109710611A (en) * 2018-12-25 2019-05-03 北京三快在线科技有限公司 The method of storage table data, the method, apparatus of lookup table data and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499069A (en) * 2008-02-02 2009-08-05 中兴通讯股份有限公司 Internal memory database file updating method and apparatus
CN107515882A (en) * 2016-06-17 2017-12-26 阿里巴巴集团控股有限公司 Data query method and device
CN108153784A (en) * 2016-12-06 2018-06-12 北京京东尚科信息技术有限公司 Synchrodata treating method and apparatus
CN108829727A (en) * 2018-05-09 2018-11-16 上海陆家嘴国际金融资产交易市场股份有限公司 Date storage method, device, computer equipment and storage medium
CN109542854A (en) * 2018-11-14 2019-03-29 网易(杭州)网络有限公司 Data compression method, device, medium and electronic equipment
CN109710611A (en) * 2018-12-25 2019-05-03 北京三快在线科技有限公司 The method of storage table data, the method, apparatus of lookup table data and storage medium

Also Published As

Publication number Publication date
CN110781194A (en) 2020-02-11

Similar Documents

Publication Publication Date Title
CN108255653B (en) Product testing method and terminal thereof
CN107832062B (en) Program updating method and terminal equipment
CN108255925B (en) Method and terminal for displaying data table structure change condition
CN107729227B (en) Application program test range determining method, system, server and storage medium
US20160004629A1 (en) User workflow replication for execution error analysis
CN108388509B (en) Software testing method, computer readable storage medium and terminal equipment
CN115048254B (en) Simulation test method, system, equipment and readable medium for data distribution strategy
CN114785696A (en) Importance evaluation method and device for complex network nodes
WO2022095847A1 (en) System upgrading method and apparatus, device, and storage medium
CN114328632A (en) User data analysis method and device based on bitmap and computer equipment
CN112333246B (en) ABtest experiment method and device, intelligent terminal and storage medium
CN113760902A (en) Data splitting method, device, equipment, medium and program product
CN110781194B (en) Application program table data processing method and device, electronic equipment and storage medium
CN113032580A (en) Associated file recommendation method and system and electronic equipment
CN106651408B (en) Data analysis method and device
CN111381905A (en) Program processing method, device and equipment
WO2018177414A1 (en) Data processing method, data processing device, computing device, and storage medium
CN108255486A (en) For view conversion method, device and the electronic equipment of form design
CN111723007B (en) Test case merging method, system, equipment and medium
CN114745452A (en) Equipment management method and device and electronic equipment
CN110032445B (en) Big data aggregation calculation method and device
CN110222105B (en) Data summarization processing method and device
CN113157671A (en) Data monitoring method and device
WO2021072776A1 (en) Data merging method and apparatus, electronic device, and storage medium
CN112579451A (en) Test method, device and equipment based on test element sequencing

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