CN101872356B - Method and system for improving processing performance of memory database - Google Patents

Method and system for improving processing performance of memory database Download PDF

Info

Publication number
CN101872356B
CN101872356B CN2010101866253A CN201010186625A CN101872356B CN 101872356 B CN101872356 B CN 101872356B CN 2010101866253 A CN2010101866253 A CN 2010101866253A CN 201010186625 A CN201010186625 A CN 201010186625A CN 101872356 B CN101872356 B CN 101872356B
Authority
CN
China
Prior art keywords
memory database
address information
order
generic operation
business record
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
CN2010101866253A
Other languages
Chinese (zh)
Other versions
CN101872356A (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.)
Nanjing Ying Ying Mdt InfoTech Ltd
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN2010101866253A priority Critical patent/CN101872356B/en
Priority to PCT/CN2010/075856 priority patent/WO2011150589A1/en
Publication of CN101872356A publication Critical patent/CN101872356A/en
Application granted granted Critical
Publication of CN101872356B publication Critical patent/CN101872356B/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/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation
    • G06F16/24539Query rewriting; Transformation using cached or materialised query results

Landscapes

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

Abstract

The invention discloses a method and a system for improving the processing performance of a memory database. The method comprises: expanding an insertion like operation command, wherein a return value obtained after the execution of the expanded insertion like operation command comprises the storage addresses of service records in the memory database; and storing the storage addresses of the service records in the memory database. By expanding the insertion like operation command, the actual position of a record in the memory database is returned. In subsequent query, the position is used as a query condition, so the records in the memory database can be positioned directly. Thus, the complexity of a SQL operation algorithm in the memory database is improved to an algorithm complexity 0(1) from common algorithm complexity 0(logN), and the performance of the memory database is improved greatly.

Description

A kind of method and system of improving processing performance of memory database
Technical field
The present invention relates to a kind of value-added telecom services field, relate in particular to a kind of method and system of improving processing performance of memory database.
Background technology
The value-added telecom services field is because professional own to high performance demand, and memory database uses very extensive.The general intermediateness data of using the memory database storage service.Such as, information series business after source user is initiated the service request success, generally need generate the O ticket at message center, the service condition data is inserted in the memory database does preservation as a record simultaneously, so that follow-up flow process is taken.Then, message center can be forwarded to message the purpose user.Message is transmitted successfully, and then the service condition data in the updating memory database are foundation according to the service condition data of preserving in this memory database, generate correct T ticket.In memory database, delete the business record that has generated ticket then.Retransmission failure needs to upgrade the professional intermediateness data that were kept at just now in the memory database.Until message is expired, till perhaps message is transmitted successfully.Expired for message, generally be to generate expired T ticket according to the service condition data in the memory database, after having generated the T ticket, this professional corresponding record has not just needed yet in the memory database, because the memory size of memory database is limited, must delete this business record simultaneously.Describe as can be known from the treatment scheme of this information series business, this service feature of value-added telecom services field information series business is particularly suitable for using memory database.
Usually, memory database is supported the standard SQL interface, and increasing (insert), looking into (select), change (update), delete (delete) is the most basic command interface.Realize in inside, it is basic increasing (insert), looking into (select), changes (update), deletes (delete) and be based upon on the basis of looking into (select), has only earlier and finds, navigate to the position of physical record in internal memory, just may change, delete operation.
Convential memory database efficient of (select) in retrieval is whether to build the situation of index and different according to tables of data.Suppose that the record number in the table is N, carry out the select operation for the table of not setting up index, then need every record in the his-and-hers watches to travel through to search, the complexity of algorithm is O (N).For the table of having set up index, it builds the indexed data structure generally is B tree, and the complexity of algorithm is O (logN), that is to say, traditional deletes, changes, looks into operation, its complexity also O (logN) just under best situation.For increasing (insert) operation, for not setting up the indexed data table, as long as find a free memory, put gets final product, and complexity is O (1); And for the table of having set up index, except finding a free memory put, the core position of also need be in index record just now being deposited and the corresponding relation of major key are inserted in the index structure, the algorithm complex of this operation is O (logN), namely, concerning the indexed data table was arranged, the algorithm complex of insert operation was O (logN).
Along with telecommunication service comprises the rapid growth of information series business, when running into the long-time concurrent operations of big capacity, memory database also becomes performance bottleneck gradually, needs to be optimized.
Summary of the invention
Technical matters to be solved by this invention is: the method and system that a kind of improving processing performance of memory database is provided, can effectively improve the performance of memory database, thereby promote the performance of the system of whole use memory database significantly, reach the optimization system performance, the purpose of reducining the construction costs.
The present invention adopts following technical scheme:
A kind of method of improving processing performance of memory database comprises: expand inserting the generic operation order, described expansion requires command execution to finish back feedback addresses information, and described address information comprises the storage address of business record in memory database; Insertion generic operation order after the client of memory database is expanded to the server transmission of memory database; The server of described memory database receives and carries out the insertion generic operation order after the described expansion, to the storage address of client feedback business record in memory database of described memory database; The storage address of the described business record of the client stores of described memory database in memory database.
In one embodiment, this method also comprises: order is expanded to the inquiry generic operation, includes address information in the querying condition that carries when described expansion requires to send order, and described address information comprises the storage address of business record in memory database; Inquiry generic operation order after the client of memory database is expanded to the server transmission of memory database; The server of described memory database receives and resolves the inquiry generic operation order after the described expansion, according to the address information that parses described business record is inquired about and the feedback query result.
In another kind of embodiment, this method also comprises: order is expanded to the deletion generic operation, includes address information in the deletion condition of carrying when described expansion requires to send order, and described address information comprises the storage address of business record in memory database; Deletion generic operation order after the client of memory database is expanded to the server transmission of memory database; The server of described memory database receives and resolves the deletion generic operation order after the described expansion, according to the address information that parses described business record is deleted.
In another embodiment, this method also comprises: expand revising the generic operation order, include address information in the modification condition of carrying when described expansion requires to send order, described address information comprises the storage address of business record in memory database; Modification generic operation order after the client of memory database is expanded to the server transmission of memory database; The server of described memory database receives and resolves the modification generic operation order after the described expansion, according to the address information that parses described business record is made amendment.
Also comprise after this step of inquiry generic operation order after the described expansion of above-mentioned parsing: if do not comprise described address information in the order after resolving, then return error message; If include described address information in the order after resolving, then directly navigate to the particular location of business record in internal memory according to described address information.
Also comprise after this step of deletion generic operation order after the described expansion of above-mentioned parsing: if do not comprise described address information in the order after resolving, then return error message; If include described address information in the order after resolving, then directly navigate to the particular location of business record in internal memory according to described address information;
Also comprise after this step of modification generic operation order after the described expansion of above-mentioned parsing: if do not comprise described address information in the order after resolving, then return error message; If include described address information in the order after resolving, then directly navigate to the particular location of business record in internal memory according to described address information.
Above-mentioned described business record is deleted this step comprise: described business record is carried out release in memory database, and discharge the corresponding memory block of this record.
The present invention correspondingly also provides a kind of system that uses memory database, comprise: insert class order expansion module, be used for expanding inserting the generic operation order, described expansion requires command execution to finish back feedback addresses information, and described address information comprises the storage address of business record in memory database.
In one embodiment, this system also comprises: inquiry class order expansion module, be used for expanding inquiring about the generic operation order, include address information in the querying condition that carries when described expansion requires fill order, described address information comprises the storage address of business record in memory database.
In another kind of embodiment, this system also comprises: deletion class order expansion module, be used for expanding deleting the generic operation order, include address information in the deletion condition of carrying when described expansion requires fill order, described address information comprises the storage address of business record in memory database.
In another embodiment, this system also comprises: revise class order expansion module, be used for expanding revising the generic operation order, include address information in the modification condition of carrying when described expansion requires fill order, described address information comprises the storage address of business record in memory database.
The invention has the beneficial effects as follows: insert the class order by expansion, make it return this and be recorded in physical location in the memory database.When subsequent query, be querying condition with this position, then can directly navigate to the record in the memory database.Thereby be O (logN) with the SQL operative algorithm of memory database from common algorithm complex, being improved to algorithm complex is O (1), has greatly improved the performance of memory database.
Description of drawings
Fig. 1 is the schematic flow sheet that the generic operation order is inserted in expansion among the inventive method embodiment;
Fig. 2 is the schematic flow sheet of expanding query generic operation order among the inventive method embodiment;
Fig. 3 is the schematic flow sheet that the generic operation order is revised in expansion among the inventive method embodiment;
Fig. 4 is the schematic flow sheet of expansion deletion generic operation order among the inventive method embodiment.
Embodiment
By reference to the accompanying drawings the present invention is described in further detail below by embodiment.
Consider the service feature of telecommunication service field classes of messages product, and being recorded in the internal memory in every tables of data all is that definite address is arranged in the memory database, the inventive method embodiment does the order extension process at the standard SQL interface that memory database provides, keep original command interface constant, do not influencing on original operation interface basis, insert, select, update, delete are expanded newly-increased four orders insertEx, selectEx, updateEx, deleteEx.Because updateEx, deleteEx depend on the complexity of selectEx; Therefore, problem reduction is the algorithm optimization of insertEx and selectEx.
Because whether success and failure of common insert return, this method embodiment insertEx rreturn value then more broad sense some, except returning failure, for returning success, not to replace with result code, but be recorded in position in the memory database, can be understood as and be recorded in the pointer of depositing in the memory database.Look into, change, delete follow-up, be initial conditions with this pointer directly, then memory database can directly navigate to the position that is recorded in the internal memory, operates then, thereby the algorithm complex that increases, looks into all is O (1), has greatly improved the operating performance of memory database.
As shown in Figure 1, among this method embodiment, the client of memory database is carried out the insertEx operation, SQL analyzer in the server of memory database judges it is after insertEx operates, in the management structure of memory database, seek the internal memory of a free time, and this piece free memory is labeled as uses, record copies is preserved in this free memory block, then memory address is returned to when searching after client is provided with and directly use.That is, it is on the basis of carrying out original insert operation that the generic operation order is inserted in expansion, when returning, be not to return success sign indicating number simply, but the position that will be recorded in the internal memory returns to client.
As shown in Figure 2, client is when carrying out the selectEx query manipulation, and memory database SQL analyzer judges it is the selectEx operation, in the condition behind the judgement where ptAddr key word must be arranged; If do not contain this key word, then return error message; If contain this key word, then take out RecAddr, namely be recorded in the actual address in the memory database, directly navigate to the particular location that is recorded in the internal memory, get final product thereby carry out internal memory operation.Among a kind of embodiment, RecAddr is the address of broad sense, may be a kind of coding of actual physics memory address, when inquiry, as long as it is decoded into original physical memory addresses.
Having the statement that is recorded in the address in the internal memory in the where condition can be selectEx*from table where ptAddr=RecAddr in one embodiment, rreturn value when wherein RecAddr is exactly step 1 execution insertEx operation, ptAddr is newly-increased in a memory database SQL analyzer Token, and what expression was followed later is the actual address of record.
Inquiry generic operation order after the expansion is carried out verification to record when carrying out internal memory operation, judge whether it is real complete documentation, if not then returning error message, if then record copies is come out and return to client.
As shown in Figure 3, revise the generic operation order for the updateEx after the expansion, memory database SQL analyzer judges it is the updateEx operation, in the condition behind the judgement where ptAddr key word must be arranged, take out RecAddr, namely be recorded in the actual address in the memory database, directly navigate to the particular location that is recorded in the internal memory, carry out original update operation; Retrieving when updateEx after the expansion revises the generic operation order and omitted original update.Among a kind of embodiment, RecAddr is the address of broad sense, may be a kind of coding of actual physics memory address, when inquiry, as long as it is decoded into original physical memory addresses.
As shown in Figure 4, for the order of the deletion of the deleteEx after expansion generic operation, memory database SQL analyzer judges it is the deleteEx operation, in the condition behind the judgement where ptAddr key word must be arranged, take out RecAddr, namely be recorded in the actual address in the memory database, directly navigate to the particular location that is recorded in the internal memory, this is recorded in the memory database to carry out to discharge to handle gets final product.DeleteEx deletion generic operation order after the expansion is the same with original delete operation, has just economized retrieving, and the process of deleting index from index structure.Among a kind of embodiment, RecAddr is the address of broad sense, may be a kind of coding of actual physics memory address, when inquiry, as long as it is decoded into original physical memory addresses.
Fig. 1 to method embodiment shown in Figure 4 be a kind of improvement to the memory database algorithm, can be O (logN) from common algorithm complex with the SQL operative algorithm of memory database, being improved to algorithm complex is O (1), greatly improve the performance of memory database, therefore be particularly suitable for the information series business in the field of telecommunications.Message center is after the business of receiving source user is submitted request to, carrying out the insertEx operation is inserted into record in the memory database, the address RecAddr of memory database return recording in memory database, the continue center can be transmitted message, in transmitting signaling, this RecAddr can be encoded in the signaling body, in synchronous signaling, this RecAddr directly has preservation at message center, need in the mutual asynchronous signalling of complex message in multimedia message and so on, after the signaling body of RecAddr coding is given to the purpose terminal, the signaling body that the purpose terminal can contain this RecAddr coding returns to message center (the most frequently used be in the signaling transactionID field), thereby in subsequent query, can use RecAddr directly to navigate to record in the memory database.
Corresponding said method embodiment, a kind of system embodiment of using memory database also is provided, comprise: insert class order expansion module, be used for expanding inserting the generic operation order, described expansion requires command execution to finish back feedback addresses information, and described address information comprises the storage address of business record in memory database.
This system embodiment also comprises: inquiry class order expansion module, be used for expanding inquiring about the generic operation order, include address information in the querying condition that carries when described expansion requires fill order, described address information comprises the storage address of business record in memory database; Deletion class order expansion module is used for expanding deleting the generic operation order, includes address information in the deletion condition of carrying when described expansion requires fill order, and described address information comprises the storage address of business record in memory database; Revise class order expansion module, be used for expanding revising the generic operation order, include address information in the modification condition of carrying when described expansion requires fill order, described address information comprises the storage address of business record in memory database.The process that how each module operates after how expanding and expanding in the system embodiment is identical with preceding method embodiment, repeats no more herein.
Adopt the present invention, can improve the performance of memory database, thereby significantly promote the performance of the system of whole use memory database.Reach the optimization system performance, the purpose of reducining the construction costs.
Above content be in conjunction with concrete embodiment to further describing that the present invention does, can not assert that concrete enforcement of the present invention is confined to these explanations.For the general technical staff of the technical field of the invention, without departing from the inventive concept of the premise, can also make some simple deduction or replace, all should be considered as belonging to protection scope of the present invention.

Claims (8)

1. a method that improves improving processing performance of memory database is characterized in that, comprising:
Expand inserting the generic operation order, described expansion requires command execution to finish back feedback addresses information, and described address information comprises the storage address of business record in memory database;
Insertion generic operation order after the client of memory database is expanded to the server transmission of memory database;
The server of described memory database receives and carries out the insertion generic operation order after the described expansion, to the storage address of client feedback business record in memory database of described memory database;
The storage address of the described business record of the client stores of described memory database in memory database;
Also comprise:
Inquiry generic operation order after the client of memory database is expanded to the server transmission of memory database includes described address information in the querying condition that carries when sending order;
The server of described memory database receives and resolves the inquiry generic operation order after the described expansion, if do not comprise described address information in the order after resolving, then returns error message; If include described address information in the order after resolving, then directly navigate to the particular location of business record in internal memory according to described address information, described business record is inquired about and the feedback query result.
2. the method for raising improving processing performance of memory database as claimed in claim 1 is characterized in that, also comprises:
Order is expanded to the deletion generic operation, includes address information in the deletion condition of carrying when described expansion requires to send order, and described address information comprises the storage address of business record in memory database;
Deletion generic operation order after the client of memory database is expanded to the server transmission of memory database;
The server of described memory database receives and resolves the deletion generic operation order after the described expansion, according to the address information that parses described business record is deleted.
3. the method for raising improving processing performance of memory database as claimed in claim 2 is characterized in that, also comprises:
Expand revising the generic operation order, include address information in the modification condition of carrying when described expansion requires to send order, described address information comprises the storage address of business record in memory database;
Modification generic operation order after the client of memory database is expanded to the server transmission of memory database;
The server of described memory database receives and resolves the modification generic operation order after the described expansion, according to the address information that parses described business record is made amendment.
4. the method for raising improving processing performance of memory database as claimed in claim 3 is characterized in that,
Also comprise after this step of deletion generic operation order after the described expansion of described parsing: if do not comprise described address information in the order after resolving, then return error message; If include described address information in the order after resolving, then directly navigate to the particular location of business record in internal memory according to described address information;
Also comprise after this step of modification generic operation order after the described expansion of described parsing: if do not comprise described address information in the order after resolving, then return error message; If include described address information in the order after resolving, then directly navigate to the particular location of business record in internal memory according to described address information.
5. the method for raising improving processing performance of memory database as claimed in claim 4, it is characterized in that, describedly described business record is deleted this step comprise: described business record is carried out release in memory database, and discharge the corresponding memory block of this record.
6. system that improves improving processing performance of memory database, it is characterized in that, comprise: insert class order expansion module, be used for expanding inserting the generic operation order, described expansion requires command execution to finish back feedback addresses information, and described address information comprises the storage address of business record in memory database;
The client that is used for memory database sends the module of the insertion generic operation order after expanding to the server of memory database;
The server that is used for described memory database receives and carries out the insertion generic operation order after the described expansion, to the module of the storage address of client feedback business record in memory database of described memory database;
Be used for the described business record of client stores of described memory database in the module of the storage address of memory database;
The client that is used for memory database sends the module of the inquiry generic operation order after the expansion to the server of memory database, includes described address information in the querying condition that carries when sending order;
Inquiry generic operation order after being used for the server reception of described memory database and resolving described expansion if do not comprise described address information in the order after resolving, is then returned error message; If include described address information in the order after resolving, then directly navigate to the particular location of business record in internal memory according to described address information, described business record is inquired about also feedback query result's module.
7. the system of raising improving processing performance of memory database as claimed in claim 6, it is characterized in that, also comprise: deletion class order expansion module, be used for expanding deleting the generic operation order, include address information in the deletion condition of carrying when described expansion requires fill order, described address information comprises the storage address of business record in memory database.
8. as the system of claim 6 or 7 described raising improving processing performance of memory database, it is characterized in that, also comprise: revise class order expansion module, be used for expanding revising the generic operation order, include address information in the modification condition of carrying when described expansion requires fill order, described address information comprises the storage address of business record in memory database.
CN2010101866253A 2010-05-31 2010-05-31 Method and system for improving processing performance of memory database Active CN101872356B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN2010101866253A CN101872356B (en) 2010-05-31 2010-05-31 Method and system for improving processing performance of memory database
PCT/CN2010/075856 WO2011150589A1 (en) 2010-05-31 2010-08-10 Processing method for memory database and system using memory database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010101866253A CN101872356B (en) 2010-05-31 2010-05-31 Method and system for improving processing performance of memory database

Publications (2)

Publication Number Publication Date
CN101872356A CN101872356A (en) 2010-10-27
CN101872356B true CN101872356B (en) 2013-08-07

Family

ID=42997220

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010101866253A Active CN101872356B (en) 2010-05-31 2010-05-31 Method and system for improving processing performance of memory database

Country Status (2)

Country Link
CN (1) CN101872356B (en)
WO (1) WO2011150589A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109040286B (en) * 2018-08-24 2021-01-26 重庆金康特智能穿戴技术研究院有限公司 Client online state maintenance method based on memory database

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1328299A (en) * 2000-06-12 2001-12-26 赵其刚 Method and system for collecting and inquiring information
CN1858744A (en) * 2006-03-14 2006-11-08 华为技术有限公司 Data inquire system and method
CN1949213A (en) * 2005-10-12 2007-04-18 富士施乐株式会社 File server, file providing method and recording medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7043563B2 (en) * 2000-04-17 2006-05-09 Circadence Corporation Method and system for redirection to arbitrary front-ends in a communication system
US6931410B2 (en) * 2002-01-11 2005-08-16 International Business Machines Corporation Method, apparatus, and program for separate representations of file system locations from referring file systems
CN101082928B (en) * 2007-06-25 2010-11-24 腾讯科技(深圳)有限公司 Method for accessing database and data-base mapping system
CN101227671B (en) * 2007-12-28 2010-08-18 北京握奇数据系统有限公司 Method for interactive managing data base with mobile terminal and smart card thereof
CN101354720B (en) * 2008-09-04 2011-08-10 中兴通讯股份有限公司 Distributed memory database data system and sharing method thereof
CN101477473B (en) * 2009-01-22 2011-01-19 浙江大学 Hardware-supporting database instruction interpretation and execution method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1328299A (en) * 2000-06-12 2001-12-26 赵其刚 Method and system for collecting and inquiring information
CN1949213A (en) * 2005-10-12 2007-04-18 富士施乐株式会社 File server, file providing method and recording medium
CN1858744A (en) * 2006-03-14 2006-11-08 华为技术有限公司 Data inquire system and method

Also Published As

Publication number Publication date
CN101872356A (en) 2010-10-27
WO2011150589A1 (en) 2011-12-08

Similar Documents

Publication Publication Date Title
CN100586112C (en) Method for establishing contact list and managing contact information in instant communication
US9792340B2 (en) Identifying data items
US7765215B2 (en) System and method for providing a trustworthy inverted index to enable searching of records
US7917499B2 (en) Updating adaptive, deferred, incremental indexes
US8140495B2 (en) Asynchronous database index maintenance
US7805416B1 (en) File system query and method of use
US10104021B2 (en) Electronic mail data modeling for efficient indexing
EP2898430B1 (en) Mail indexing and searching using hierarchical caches
US7734618B2 (en) Creating adaptive, deferred, incremental indexes
US20220035786A1 (en) Distributed database management system with dynamically split b-tree indexes
CN103795811B (en) Information storage and data statistical management method based on meta data storage
US20100057460A1 (en) Verbal labels for electronic messages
US20090106216A1 (en) Push-model based index updating
CN110807028B (en) Method, apparatus and computer program product for managing a storage system
US9594784B2 (en) Push-model based index deletion
CN106649530B (en) Cloud detail query management system and method
CN108984626B (en) Data processing method and device and server
WO2021037072A1 (en) Buffer information updating method and apparatus, device, and medium
CN111259017B (en) Order retrieval method, computer device, and storage medium
CN111241090B (en) Method and device for managing data index in storage system
CN101872356B (en) Method and system for improving processing performance of memory database
CN107659626A (en) Towards the separate-storage method of temporary metadata
CN116450607A (en) Data processing method, device and storage medium
CN111125129A (en) Data processing method and device, storage medium and processor
CN103177026A (en) Data management method and data management system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20160622

Address after: 4005, room 210000, 1000 building, 7 Cui Lu, Jiangning Development Zone, Nanjing, Jiangsu

Patentee after: Nanjing Ying Ying Mdt InfoTech Ltd

Address before: 518057 Nanshan District science and Technology Park, Guangdong, South Road, ZTE building, science and Technology Park

Patentee before: ZTE Corporation

CB03 Change of inventor or designer information

Inventor after: Liu Fei

Inventor after: Yuan Xiaodong

Inventor after: Xiao Yuxiong

Inventor before: Zhang Hengsheng

COR Change of bibliographic data
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Liu Fei

Inventor after: Xiao Yuxiong

Inventor before: Liu Fei

Inventor before: Yuan Xiaodong

Inventor before: Xiao Yuxiong