CN105630838A - Data replacement method and system - Google Patents

Data replacement method and system Download PDF

Info

Publication number
CN105630838A
CN105630838A CN201410643036.1A CN201410643036A CN105630838A CN 105630838 A CN105630838 A CN 105630838A CN 201410643036 A CN201410643036 A CN 201410643036A CN 105630838 A CN105630838 A CN 105630838A
Authority
CN
China
Prior art keywords
replaced
data
old value
document
module
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
CN201410643036.1A
Other languages
Chinese (zh)
Other versions
CN105630838B (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.)
New Founder Holdings Development Co ltd
Original Assignee
Peking University Founder Information Industry Group Co Ltd
Peking University Founder Group 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 Peking University Founder Information Industry Group Co Ltd, Peking University Founder Group Co Ltd filed Critical Peking University Founder Information Industry Group Co Ltd
Priority to CN201410643036.1A priority Critical patent/CN105630838B/en
Publication of CN105630838A publication Critical patent/CN105630838A/en
Application granted granted Critical
Publication of CN105630838B publication Critical patent/CN105630838B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

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

Abstract

The invention discloses a data replacement method and system, and the data replacement method and system are applied to an XML database. The data replacement method comprises the following steps: finding a target address of to-be-replaced data; detecting whether old value data same as the to-be-replaced data in the aspect of name exists on the target address; if the old value data exists on the target address, replacing the old value data by the to-be-replaced data; and if the old value data does not exist on the target address, inserting the to-be-replaced data into the target address. According to the data replacement method and system, the querying and updating are inserted and combined into one operation; when the data needs to be replaced, the user only needs to find target address, detect whether the old value data same as the to-be-replaced data in the aspect of name exists on the target address, update the data if the detection result is positive and inserting the data if the detection result is negative, so that one operation of finding the target address is decreased, the processing performance of the system can be enhanced, and the transaction concurrency can be improved to a certain extent.

Description

A kind of data replacement method and system
Technical field
The present invention relates to field of database management, particularly relate to a kind of data replacement method and system, be applied to XML database.
Background technology
At XML (ExtensibleMarkupLanguage, extensible markup language) data base actually used process in, have and be much similar to the demand replacing replace, when needs replace mono-data, when these data exist in data base, then update it, if these data are absent from being inserted into this data, but XML database not supported, such replace operates, the method that available data is replaced, client is needed first to judge whether old value document or attribute exist, then select to update or insert, but search operation is two different statements with renewal operation, once path searching step in search operation, and also need to make a look up step in updating operation, current search operation not only makes the step that data are replaced more loaded down with trivial details, and add the work load of system, transaction concurrency process performance is poor, reduce the overall performance of system.
Summary of the invention
In order to solve above-mentioned technical problem, the invention provides a kind of data replacement method and system, solve the method for replacement data in existing XML database, it is necessary to twice caused complex steps of finding step, work load is big, the problem of transaction concurrency process performance difference.
According to one aspect of the present invention, it is provided that a kind of data replacement method, being applied to XML database, wherein, this data replacement method includes:
Search the destination address of data to be replaced;
Whether detection destination address exist the old value data identical with data name to be replaced;
If destination address exists old value data, data to be replaced are replaced old value data;
If destination address is absent from old value data, data to be replaced are inserted into destination address.
Alternatively, this data replacement method also included before searching the step of destination address of data to be replaced:
Obtain the target address information of described data to be replaced, search described destination address according to described target address information.
Alternatively, when the type of data to be replaced is document, this data replacement method includes:
Search the target container of document to be replaced;
Whether detection target container exist the old value document identical with document title to be replaced;
When old value document exists, document to be replaced is replaced old value document;
When old value document is absent from, target container inserts document to be replaced.
Alternatively, also included before searching the step of target container of document to be replaced:
Create and name the container of storage document, different types of document is stored in the container of correspondence.
Alternatively, the type of document to be replaced include XML file, server end exist file or/and client exist file.
Alternatively, when the type of data to be replaced is node, this data replacement method includes:
Searching the destination path of node to be replaced, destination path calculates according to path expression;
Whether detection destination path place exists old value node;
When old value node exists, node to be replaced is replaced old value node;
When old value node is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction by node city to be replaced to destination path place; If not receiving insertion instruction, then send error information.
Alternatively, node to be replaced includes: XML path expression fragment or XML fragment.
Alternatively, when the type of data to be replaced is nodal community, this data replacement method includes:
Search the destination path of nodal community to be replaced;
Whether detection destination path place exists the old value nodal community consistent with nodal community title to be replaced,
When old value nodal community exists, nodal community to be replaced is replaced old value nodal community,
When old value nodal community is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction, nodal community to be replaced is inserted into destination path place; If not receiving insertion instruction, then send error information.
According to another aspect of the present invention, additionally provide a kind of data replacement system, be applied to XML database, including:
Enquiry module, for searching the destination address of data to be replaced;
Whether detection module, exist the old value data identical with data name to be replaced for detecting in destination address;
Replacement module, for when there are old value data in destination address, replacing old value data by data to be replaced;
Insert module, for when destination address is absent from old value data, data to be replaced being inserted into destination address.
Alternatively, this data replacement system, also include:
Acquisition module, for obtaining the target address information of data to be replaced, searches destination address according to target address information.
Alternatively, enquiry module includes: the first enquiry module, for searching the target container of document to be replaced; Detection module includes: first detection module, for detecting whether there is the old value document identical with document title to be replaced in target container; Replacement module includes: the first replacement module, for when old value document exists, document to be replaced being replaced old value document; Insertion module includes: first inserts module, for when old value document is absent from, inserting document to be replaced in target container.
Alternatively, this data replacement system, also include:
Creation module, for creating and name the container of storage document, is stored in different types of document in the container of correspondence.
Alternatively, this enquiry module also includes: the second enquiry module, and for searching the destination path of node to be replaced, destination path calculates according to path expression; This detection module also includes: the second detection module, is used for detecting whether destination path place exists old value node; Replacement module also includes: the second replacement module, for when old value node exists, node to be replaced being replaced old value node; Insert module also to include: second inserts module, for when old value node is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction by node city to be replaced to destination path place; If not receiving insertion instruction, then send error information.
Alternatively, this enquiry module also includes: the 3rd enquiry module, for searching the destination path of nodal community to be replaced; This detection module also includes: the 3rd detection module, for detecting whether destination path place exists the old value nodal community consistent with nodal community title to be replaced, replacement module also includes: the 3rd replacement module, for when old value nodal community exists, nodal community to be replaced is replaced old value nodal community, insert module also to include: the 3rd inserts module, for when old value nodal community is absent from, judge whether to receive insertion instruction, if receiving insertion instruction, nodal community to be replaced is inserted into destination path place; If not receiving insertion instruction, then send error information.
Embodiments of the invention provide the benefit that: a kind of data replacement method and system, by inquiry is merged into an operation with more newly inserted, when needs replacement data, only need to find destination address, and detect whether this destination address exists the old value data identical with data name to be replaced, if existing, then replace this old value data, if being absent from, then insert data to be replaced in this destination address; In the method for original replacement data, thus decrease the operation once searching destination address, for the affairs that the destination address of data to be replaced is complicated, reduce search operation and can be greatly promoted the process performance of system; Thus improve transaction concurrency amount to a certain extent.
Accompanying drawing explanation
Fig. 1 represents the flow chart one of the data replacement method of the present invention;
Fig. 2 represents the flowchart 2 of the data replacement method of the present invention;
Fig. 3 represents the flow chart one of embodiments of the invention;
Fig. 4 represents the flowchart 2 of embodiments of the invention;
Fig. 5 represents the flow chart 3 of embodiments of the invention;
Fig. 6 represents the structural representation of the data replacement system of the present invention.
Detailed description of the invention
It is more fully described the exemplary embodiment of the present invention below with reference to accompanying drawings. Although accompanying drawing showing the exemplary embodiment of the present invention, it being understood, however, that may be realized in various forms the present invention and should do not limited by embodiments set forth here. On the contrary, it is provided that these embodiments are able to be best understood from the present invention, and complete for the scope of the present invention can be conveyed to those skilled in the art.
Embodiment
Such as Fig. 1 with as in figure 2 it is shown, The embodiment provides a kind of data replacement method, including:
Step 10: search the destination address of data to be replaced;
When client needs replacement data, obtain the target address information of data to be replaced, search the destination address of data to be replaced according to this target address information;
Step 20: detect and whether there are the old value data identical with this data name to be replaced in this destination address;
When after the destination address finding data to be replaced, it is necessary to detect in this destination address, whether detection exists the old value data identical with the title of data to be replaced in this destination address, makes next step operating procedure according to testing result;
Step 30: if there are this old value data in destination address, data to be replaced are replaced these old value data;
If testing result is the old value data that existence and data to be replaced have same names in destination address, then just data to be replaced is replaced former Value Data, namely realizes the operation of more new data;
Step 40: if the low IQ of target is absent from this old value data, data to be replaced are inserted into destination address;
If detection structure is be absent from having the old value data of same names with data to be replaced in destination address, then just data to be replaced is inserted into destination address, namely realizes the operation of insertion data.
Can realize updating and update by above step, and whole process has only carried out once searching the operation of datum target address to be replaced, for the affairs that destination address is more complicated, the data replacement method of the present invention greatly reduces the working strength of system, the disposal ability of things concurrency thus improves the overall performance of system, thus can be improved to a certain extent.
Below by with the embodiment done by different types of data to be replaced, only so that the specific implementation process of this data replacement method to be described.
When the type of data to be replaced is document, the specific implementation of this data replacement method, as it is shown on figure 3, create and name the container of storage document, different types of document is stored in the container of correspondence; When document replaced by needs, first look for the target container of document to be replaced, then whether detection target container exists the old value document identical with this document title to be replaced; When old value document exists, document to be replaced is replaced this old value document, it is achieved the renewal operation of document; When old value document is absent from, document to be replaced is inserted in target container, forms new document, it is achieved the update of document; So renewal and update are merged into an operation, when a large amount of replacement document request, decreases once-through operation, the concurrency of affairs can be improved to a certain extent.
Alternatively, the type of document to be replaced includes: XML file, server end exist file or/and client exist file etc. multiple Doctype; To increase the grammer support replacing document as specific implementation in the present embodiment, increase following grammer support:
1) ReplaceDoccontainernamedocumentname-sxmlstring;
Wherein, what ReplaceDoc represented this grammer act as replacement document; Containername represents the title of each container depositing document; Documentname represents that document is stored in the title in container, provides document title during for inquiry later;-s represents last parameters selection xmlstring; Xmlstring is the content of an XML file, fragment;
2) ReplaceDoccontainernamedocumentname fxmlfilename;
Wherein ,-f represents last parameters selection xmlfilename; Xmlfilename is the file that server end exists;
3) ReplaceDoccontainernamedocumentname lxmlfilename;
Wherein ,-l represents last parameters selection xmlfilename; Xmlfilename is the file that client exists.
When the type of data to be replaced is node, the specific implementation of this data replacement method, as shown in Figure 4, when node replaced by needs, first look for the destination path of node to be replaced, this destination path calculates according to path expression, and then whether detection destination path place exists old value node; When old value node exists, node to be replaced is replaced this old value node, it is achieved the renewal operation of node; When old value node is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction, by node city to be replaced to destination path place, it is achieved the update of node; If not receiving insertion instruction, then system sends error information; So renewal and update are merged into an operation, when a large amount of replacement node request, decreases once-through operation, the concurrency of affairs can be improved to a certain extent.
Alternatively, node to be replaced includes: XML path expression fragment or XML fragment; XML path expression fragment or XML fragment can be updated XML path expression fragment; XQueryUpdateFacility (XMLQuery, XML data query language) has been defined for replace associative operation, to strengthen the support of replace grammer as specific implementation in the present embodiment, increases following grammer support:
1) " replace " [" orinsert "]? " node " AwithB
Wherein, Replace represents replacement node; Orinsert represents insertion instruction; Node represents node; A represents that node is XML path expression fragment; B represents that node is XML path expression fragment or XML fragment; The function that this grammer realizes is:
If " node " A exists, then just replace A with B, otherwise
A.orinsert is designated, and inserts B
B.orinsert is not designated, and sends error information: Thesequencedoesnotcontainitems.
When the type of data to be replaced is nodal community, the specific implementation of this data replacement method, as shown in Figure 5, when nodal community replaced by needs, first looking for the destination path of nodal community to be replaced, then whether detection destination path place exists the old value nodal community consistent with nodal community title to be replaced; When old value nodal community exists, nodal community to be replaced is replaced this old value nodal community, it is achieved the renewal operation of nodal community; When old value nodal community is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction, nodal community to be replaced is inserted into destination path place, it is achieved the update of nodal community; If not receiving insertion instruction, then system sends error information; So renewal and update are merged into an operation, when a large amount of replacement node request, decreases once-through operation, the concurrency of affairs can be improved to a certain extent.
Alternatively, XQueryUpdateFacility has been defined for replace associative operation, to strengthen the support of replace grammer as specific implementation in the present embodiment, increases following grammer support:
1) " replace " [" orvalue "]? " value " " of " " node " A/attributionwith " newvalue "
Wherein, Replace represents replacement nodal community; Orinsert represents insertion instruction; Value is expressed as node definition; Node represents node; A represents path expression; Attribution represents the nodal community of A; Newvalue represents new attribute definition; The function that this grammer realizes is:
If the nodal community of " node " A exists, then update the nodal community of " node " A at destination path place, otherwise
A.orinsert is designated, and inserts A/attribution=newvalue, namely inserts new nodal community;
B.orinsert is not designated, then send error information: Thesequencedoesnotcontainitems.
According to another aspect of the present invention, additionally provide a kind of data replacement system, be applied to XML database; As shown in Figure 6, this data replacement system includes:
Enquiry module, for searching the destination address of data to be replaced;
Whether detection module, exist the old value data identical with data name to be replaced for detecting in destination address;
Replacement module, for when there are old value data in destination address, replacing old value data by data to be replaced;
Insert module, for when destination address is absent from old value data, data to be replaced being inserted into destination address.
Alternatively, this data replacement system, also include:
Acquisition module, for obtaining the target address information of data to be replaced, searches destination address according to target address information.
Alternatively, enquiry module includes: the first enquiry module, for searching the target container of document to be replaced; Detection module includes: first detection module, for detecting whether there is the old value document identical with document title to be replaced in target container; Replacement module includes: the first replacement module, for when old value document exists, document to be replaced being replaced old value document; Insertion module includes: first inserts module, for when old value document is absent from, inserting document to be replaced in target container.
Alternatively, this data replacement system, also include:
Creation module, for creating and name the container of storage document, is stored in different types of document in the container of correspondence.
Alternatively, this enquiry module also includes: the second enquiry module, and for searching the destination path of node to be replaced, destination path calculates according to path expression; This detection module also includes: the second detection module, is used for detecting whether destination path place exists old value node; Replacement module also includes: the second replacement module, for when old value node exists, node to be replaced being replaced old value node; Insert module also to include: second inserts module, for when old value node is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction by node city to be replaced to destination path place; If not receiving insertion instruction, then send error information.
Alternatively, this enquiry module also includes: the 3rd enquiry module, for searching the destination path of nodal community to be replaced; This detection module also includes: the 3rd detection module, for detecting whether destination path place exists the old value nodal community consistent with nodal community title to be replaced, replacement module also includes: the 3rd replacement module, for when old value nodal community exists, nodal community to be replaced is replaced old value nodal community, insert module also to include: the 3rd inserts module, for when old value nodal community is absent from, judge whether to receive insertion instruction, if receiving insertion instruction, nodal community to be replaced is inserted into destination path place; If not receiving insertion instruction, then send error information.
Above-described is the preferred embodiment of the present invention; should be understood that the ordinary person for the art; can also making some improvements and modifications under without departing from principle premise of the present invention, these improvements and modifications are also in protection scope of the present invention.

Claims (14)

1. a data replacement method, is applied to XML database, it is characterised in that including:
Search the destination address of data to be replaced;
Detect and whether described destination address exists the old value data identical with described data name to be replaced;
If described destination address exists described old value data, described data to be replaced are replaced described old value data;
If described destination address is absent from described old value data, described data to be replaced are inserted into described destination address.
2. data replacement method according to claim 1, it is characterised in that also included before the step of the destination address of described lookup data to be replaced:
Obtain the target address information of described data to be replaced, search described destination address according to described target address information.
3. data replacement method according to claim 1 and 2, it is characterised in that when the type of described data to be replaced is document, described data replacement method includes:
Search the target container of document to be replaced;
Detect and whether described target container exists the old value document identical with described document title to be replaced;
When described old value document exists, described document to be replaced is replaced described old value document;
When described old value document is absent from, described target container inserts described document to be replaced.
4. data replacement method according to claim 3, it is characterised in that also included before the step of the target container of described lookup document to be replaced:
Create and name the container of storage document, different types of document is stored in the container of correspondence.
5. data replacement method according to claim 4, it is characterised in that the type of described document to be replaced include XML file, server end exist file or/and client exist file.
6. data replacement method according to claim 1 and 2, it is characterised in that when the type of described data to be replaced is node, described data replacement method includes:
Searching the destination path of node to be replaced, described destination path calculates according to path expression;
Detect whether described destination path place exists old value node;
When described old value node exists, described node to be replaced is replaced described old value node;
When described old value node is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction by described node city to be replaced to described destination path place; If not receiving insertion instruction, then send error information.
7. data replacement method according to claim 6, it is characterised in that described node to be replaced includes: XML path expression fragment or XML fragment.
8. data replacement method according to claim 1 and 2, it is characterised in that when the type of described data to be replaced is nodal community, described data replacement method includes:
Search the destination path of nodal community to be replaced;
Detect whether described destination path place exists the old value nodal community consistent with nodal community title to be replaced,
When described old value nodal community exists, described nodal community to be replaced is replaced described old value nodal community,
When described old value nodal community is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction, described nodal community to be replaced is inserted into described destination path place; If not receiving insertion instruction, then send error information.
9. a data replacement system, is applied to XML database, it is characterised in that including:
Enquiry module, for searching the destination address of data to be replaced;
Whether detection module, exist the old value data identical with described data name to be replaced for detecting in described destination address;
Replacement module, for when there are described old value data in described destination address, replacing described old value data by described data to be replaced;
Insert module, for when described destination address is absent from described old value data, described data to be replaced being inserted into described destination address.
10. data replacement system according to claim 9, it is characterised in that also include:
Acquisition module, for obtaining the target address information of described data to be replaced, searches described destination address according to described target address information.
11. the data replacement system according to claim 9 or 10, it is characterised in that
Described enquiry module includes: the first enquiry module, for searching the target container of document to be replaced;
Described detection module includes: first detection module, for detecting whether there is the old value document identical with described document title to be replaced in described target container;
Described replacement module includes: the first replacement module, for when described old value document exists, described document to be replaced being replaced described old value document;
Described insertion module includes: first inserts module, for when described old value document is absent from, inserting described document to be replaced in described target container.
12. data replacement system according to claim 11, it is characterised in that also include:
Creation module, for creating and name the container of storage document, is stored in different types of document in the container of correspondence.
13. the data replacement system according to claim 9 or 10, it is characterised in that
Described enquiry module also includes: the second enquiry module, and for searching the destination path of node to be replaced, described destination path calculates according to path expression;
Described detection module also includes: the second detection module, is used for detecting whether described destination path place exists old value node;
Described replacement module also includes: the second replacement module, for when described old value node exists, described node to be replaced being replaced described old value node;
Described insertion module also includes: second inserts module, for when described old value node is absent from, it may be judged whether receive insertion instruction, if receiving insertion instruction by described node city to be replaced to described destination path place; If not receiving insertion instruction, then send error information.
14. the data replacement system according to claim 9 or 10, it is characterised in that
Described enquiry module also includes: the 3rd enquiry module, for searching the destination path of nodal community to be replaced;
Described detection module also includes: the 3rd detection module, for detecting whether described destination path place exists the old value nodal community consistent with nodal community title to be replaced,
Described replacement module also includes: the 3rd replacement module, for when described old value nodal community exists, described nodal community to be replaced being replaced described old value nodal community,
Described insertion module also includes: the 3rd inserts module, for when described old value nodal community is absent from, it may be judged whether receiving insertion instruction, if receiving insertion instruction, described nodal community to be replaced being inserted into described destination path place; If not receiving insertion instruction, then send error information.
CN201410643036.1A 2014-11-07 2014-11-07 A kind of data replacement method and system Expired - Fee Related CN105630838B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410643036.1A CN105630838B (en) 2014-11-07 2014-11-07 A kind of data replacement method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410643036.1A CN105630838B (en) 2014-11-07 2014-11-07 A kind of data replacement method and system

Publications (2)

Publication Number Publication Date
CN105630838A true CN105630838A (en) 2016-06-01
CN105630838B CN105630838B (en) 2019-03-26

Family

ID=56045781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410643036.1A Expired - Fee Related CN105630838B (en) 2014-11-07 2014-11-07 A kind of data replacement method and system

Country Status (1)

Country Link
CN (1) CN105630838B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107038231A (en) * 2017-04-11 2017-08-11 南京南瑞集团公司 A kind of database high concurrent affairs merging method
CN110163241A (en) * 2019-03-18 2019-08-23 腾讯科技(深圳)有限公司 Data sample generation method, device, computer equipment and storage medium
CN111666290A (en) * 2020-05-28 2020-09-15 平安科技(深圳)有限公司 Data replacement method, device, computer equipment and medium based on artificial intelligence

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003107576A2 (en) * 2002-06-13 2003-12-24 Cerisent Corporation Xml-db transactional update system
CN101686146A (en) * 2008-09-28 2010-03-31 华为技术有限公司 Method and equipment for fuzzy query, query result processing and filtering condition processing
CN101699906A (en) * 2009-11-11 2010-04-28 青岛海信移动通信技术股份有限公司 Method, system and device for acquiring position information
CN102495880A (en) * 2011-12-05 2012-06-13 北京新媒传信科技有限公司 Method and device for synchronizing file
CN102760164A (en) * 2012-06-12 2012-10-31 上海方正数字出版技术有限公司 Method for exchanging data between relation database management system and XML (Extensive Makeup Language) database management system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003107576A2 (en) * 2002-06-13 2003-12-24 Cerisent Corporation Xml-db transactional update system
CN101686146A (en) * 2008-09-28 2010-03-31 华为技术有限公司 Method and equipment for fuzzy query, query result processing and filtering condition processing
CN101699906A (en) * 2009-11-11 2010-04-28 青岛海信移动通信技术股份有限公司 Method, system and device for acquiring position information
CN102495880A (en) * 2011-12-05 2012-06-13 北京新媒传信科技有限公司 Method and device for synchronizing file
CN102760164A (en) * 2012-06-12 2012-10-31 上海方正数字出版技术有限公司 Method for exchanging data between relation database management system and XML (Extensive Makeup Language) database management system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107038231A (en) * 2017-04-11 2017-08-11 南京南瑞集团公司 A kind of database high concurrent affairs merging method
CN110163241A (en) * 2019-03-18 2019-08-23 腾讯科技(深圳)有限公司 Data sample generation method, device, computer equipment and storage medium
CN110163241B (en) * 2019-03-18 2022-12-30 腾讯科技(深圳)有限公司 Data sample generation method and device, computer equipment and storage medium
CN111666290A (en) * 2020-05-28 2020-09-15 平安科技(深圳)有限公司 Data replacement method, device, computer equipment and medium based on artificial intelligence

Also Published As

Publication number Publication date
CN105630838B (en) 2019-03-26

Similar Documents

Publication Publication Date Title
CN107784044B (en) Table data query method and device
CN107291869B (en) Distributed service system and data query method thereof
CN103561133B (en) A kind of IP address attribution information index method and method for quickly querying
CN105653537A (en) Paging query method and device for database application system
CN111881223B (en) Data management method, device, system and storage medium
US20080177870A1 (en) Selecting information for ad hoc exchange
CN108282525B (en) Video resource management system and method based on peer-to-peer network
JP2021536085A (en) Data processing methods, equipment, computer equipment, and computer programs
CN105843867A (en) Metadata model-based search method and search device based on metadata model
CN104077423A (en) Consistent hash based structural data storage, inquiry and migration method
CN105338073A (en) File directory processing method, server and system
CN106469372B (en) Address mapping method and device
CN112035420B (en) Data sharing method, sharing device and system
CN105630838A (en) Data replacement method and system
CN104301990A (en) Data synchronizing method and device
CN111786814A (en) Log processing method and device
CN114185991A (en) Method and related device for realizing data synchronization based on distributed database
CN109144514B (en) JSON format data analysis and storage method and device
US10216771B2 (en) Creating and handling identification for a resource in a configuration database
US10970285B2 (en) Grid topology change in a distributed data grid when iterating on the contents of the data grid
WO2014121839A1 (en) Methods and systems for data cleaning
CN113641686B (en) Data processing method, data processing apparatus, electronic device, storage medium, and program product
CN111045988A (en) File searching method, equipment and computer program product
CN102360385A (en) File searching method and system
CN113536058A (en) Spatial index modification method, device, equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20220908

Address after: 3007, Hengqin international financial center building, No. 58, Huajin street, Hengqin new area, Zhuhai, Guangdong 519031

Patentee after: New founder holdings development Co.,Ltd.

Address before: 100871 room 808, founder building, Zhongguancun, 298 Chengfu Road, Haidian District, Beijing

Patentee before: PEKING UNIVERSITY FOUNDER GROUP Co.,Ltd.

Patentee before: PKU FOUNDER INFORMATION INDUSTRY GROUP CO.,LTD.

TR01 Transfer of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190326

CF01 Termination of patent right due to non-payment of annual fee