CN105550333A - MongoDB-based test data storage query method and system - Google Patents

MongoDB-based test data storage query method and system Download PDF

Info

Publication number
CN105550333A
CN105550333A CN201510970997.8A CN201510970997A CN105550333A CN 105550333 A CN105550333 A CN 105550333A CN 201510970997 A CN201510970997 A CN 201510970997A CN 105550333 A CN105550333 A CN 105550333A
Authority
CN
China
Prior art keywords
mongodb
query
server
test data
database
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.)
Pending
Application number
CN201510970997.8A
Other languages
Chinese (zh)
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.)
Goertek Inc
Original Assignee
Goertek Inc
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 Goertek Inc filed Critical Goertek Inc
Priority to CN201510970997.8A priority Critical patent/CN105550333A/en
Publication of CN105550333A publication Critical patent/CN105550333A/en
Pending legal-status Critical Current

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • 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/2455Query execution

Landscapes

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

Abstract

The invention provides a MongoDB-based test data storage query method and system. The method comprises the following steps: installing a MongoDB database on a server, independently carrying out information configuration on the MongoDB database and the server to realize a purpose that a test client side accesses the MongoDB database through the server; uploading test data obtained by the test client side to the server; calling a packaging center to package the test data received by the server into a BSON (Binary Serialized Document) format; calling a MongoDB driver to be connected with the MongoDB database, and inserting the test data of the BSON format into the MongoDB database; and inquiring a query condition on the query page of the server, calling the MongoDB driver to be connected with the MongoDB database, and querying test data corresponding to the query condition in the MongoDB database. A small space can be occupied to store large-scale test data, the query speed of the test data can be improved, in addition, the performance consumption of the server is reduced, and system efficiency is improved.

Description

MongoDB-based test data storage query method and system
Technical Field
The invention relates to the technical field of data storage, in particular to a MongoDB-based test data storage query method and system.
Background
In the manufacturing process of an enterprise, various products, materials, equipment and the like are generally required to be subjected to performance tests in a diversity mode so as to ensure the quality of the products. Due to different test emphasis and performance, for example, some electronic products need to be subjected to acoustic test, audio test, optical test, air tightness test, and the like, and these various test stations and test items bring great challenges to storage, query, and analysis of test data.
The main difficulties in storing, querying and analyzing test data are as follows:
1. due to the difference of test principles and test parameters of different test stations and the wide distribution of technologies and departments of test program developers, it is difficult to require that each test station adopts a uniform data format. For example, some data formats are Json format, some data formats are XML format, and the like, and unified storage cannot be performed.
2. Many products need to pass through a plurality of test stations in the production process, the number of test items included in each test station is not uniform, and challenges are brought to the storage of a relational database; although the storage problem can be solved by a certain database design skill, a large amount of storage space is required, and the conversion between the test data and the relational database greatly consumes the performance of the server and reduces the efficiency of the system.
The traditional test data storage management methods mainly comprise two methods, one is to store test data in a server hard disk in a file form and carry out path management through a table of a relational database, when in query, a test file path of a product is obtained through a database table, then each test file is analyzed at a specified position of a disk, and other analysis is carried out; although the scheme can solve the problem of storage management, the test files need to be opened one by one during analysis, and frequent read-write access of the IO disk greatly influences the performance of the disk and the CPU; meanwhile, for test data to be analyzed, the test data must be opened completely, the memory is loaded once, and the utilization rate of the memory is poor.
The other is to design a general relational database table structure, and realize the storage of multiple test items of multiple test stations through the joint storage of multiple tables, although the storage and analysis performance is greatly solved. However, the test data in a specific format still needs to be parsed into the table one by one, and the test data in the table also needs to be restored to the original state when query parsing is performed, so that the performance is still not ideal. Moreover, the database table structure is very dependent on specific services, and when the services are changed, the fields of the table and even the whole table structure system may need to be modified.
Disclosure of Invention
In view of the uploading problem, the present invention aims to provide a test data storage query method and system based on the MongoDB, so as to solve the problems pointed out in the uploading background technology.
The invention provides a MongoDB-based test data storage query method, which comprises a preprocessing stage, a data storage stage and a data query stage; wherein,
a pre-treatment stage comprising:
installing the MongoDB database on a server, and respectively configuring information of the MongoDB database and the server so as to realize the access of a test client to the MongoDB database through the server;
a data storage phase comprising:
uploading test data obtained by a test client to a server;
calling a packaging center to package the test data received by the server into a BSON format;
calling a MongoDB drive to connect a MongoDB database, and inserting test data in a BSON format into the MongoDB database;
a data query phase comprising:
a query condition is entered on a query page of the server,
and calling the MongoDB driver to connect the MongoDB database, and inquiring the test data corresponding to the inquiry conditions in the MongoDB database.
The invention also provides a MongoDB-based test data storage query system, which comprises:
the database installation unit is used for installing the MongoDB database on the server;
the information configuration unit is used for respectively performing information configuration on the MongoDB database and the server so as to realize the access of the test client to the MongoDB database through the server;
the data uploading unit is used for uploading the test data obtained by the test client to the server;
the data packaging unit is used for calling a packaging center to package the test data received by the server into a BSON format;
the data insertion unit is used for calling the MongoDB driver to connect the MongoDB database and inserting the test data in the BSON format into the MongoDB database;
a query condition input unit for inputting a query condition on a query page of the server;
and the data query unit is used for calling the MongoDB driver to be connected with the MongoDB database and querying the test data corresponding to the query conditions in the MongoDB database.
According to the MongoDB-based test data storage query method and system, the MongoDB database is introduced, the test data of different models are uniformly packaged into a fixed format and stored into the MongoDB database, and when the test data are queried, query conditions are directly and dynamically constructed to be queried in the MongoDB database, so that the MongoDB can be conveniently returned to service personnel for query and analysis. Because the MongoDB database is stored in a set-oriented mode, the MongoDB database can be directly inserted into the MongoDB database after the test data is packaged into a fixed format; moreover, the MongoDB database supports dynamic query and full index, and can greatly improve the query speed.
To the accomplishment of the foregoing and related ends, one or more aspects of the invention comprise the features hereinafter fully described and particularly pointed out in the claims. The following description and the annexed drawings set forth in detail certain illustrative aspects of the invention. These aspects are indicative, however, of but a few of the various ways in which the principles of the invention may be employed. Further, the present invention is intended to include all such aspects and their equivalents.
Drawings
Other objects and results of the present invention will become more apparent and more readily appreciated as the same becomes better understood by reference to the following description and appended claims, taken in conjunction with the accompanying drawings. In the drawings:
FIG. 1 is a flow chart of a MongoDB-based test data storage query method according to an embodiment of the invention;
FIG. 2 is a schematic diagram illustrating an interaction process of a testing client, a server, a packaging center and a MongoDB database according to an embodiment of the present invention;
FIG. 3 is a logic structure diagram of a MongoDB-based test data storage query system according to an embodiment of the invention.
The same reference numbers in all figures indicate similar or corresponding features or functions.
Detailed Description
In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of one or more embodiments. It may be evident, however, that such embodiment(s) may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form in order to facilitate describing one or more embodiments.
The noun explains:
the MongoDB database is a product that is intermediate between relational and non-relational databases. The data structure supported by the MongoDB database is very loose, and therefore, more complex data types can be stored. The MongoDB database has the biggest characteristic that the supported query language is very strong, the grammar of the MongoDB database is similar to the object-oriented query language, almost the most functions of single-table query of a similar relational database can be realized, and the index establishment of data is supported.
Since the MongoDB database supports object models for any business type, the object models are stored in the MongoDB database in a BSON format. Therefore, the invention formulates a uniform object model according to the service requirement of the test data, uniformly encapsulates the test data into the formulated object model, and stores the formulated object model into the MongoDB database. If the service has partial change, only the formulated object model needs to be modified, and the background and the MongoDB database do not need to be changed.
FIG. 1 shows a flow of a MongoDB-based test data storage query method according to an embodiment of the invention.
As shown in fig. 1, the montodb-based test data storage query method provided by the embodiment of the present invention includes a preprocessing stage, a data storage stage, and a data query stage; the preprocessing stage is used for configuring a MongoDB database and a server, and the server serves as an intermediate station and plays a role in connecting the testing client side with the MongoDB database; the data storage stage is used for packaging the test data obtained by the test client into a fixed model and storing the fixed model into a MongoDB database; and the data query stage is used for querying the test data stored in the MongoDB database.
In the pretreatment stage, the method comprises the following steps:
step S110: and installing the MongoDB database on the server, and respectively configuring information of the MongoDB database and the server so as to realize the access of the test client to the MongoDB database through the server.
The test data is obtained through testing of the test client, the MongoDB database is installed on the server, communication between the test client and the server is achieved, communication between the test client and the MongoDB database can be achieved, and the test data is stored in the MongoDB database.
Specifically, the information configuration performed on the server includes IP and port configurations, and after the IP and port configurations are completed, the test client can be connected to the server through the configured IP and port.
The information configuration of the MongoDB database comprises the configuration of the name, the user name and the password of the MongoDB database, after the configuration of the name, the user name and the password of the MongoDB database is completed, the test client can transmit the test data into the specific MongoDB database through the configured database name, and the correct user name and the correct password need to be input when the MongoDB database is accessed.
In the data storage phase, the method comprises the following steps:
step S120: and uploading the test data obtained by the test client to the server.
The operation body for uploading data is a test client, and the test client uploads the obtained test data to the server after completing the product test. The uploading process comprises the following specific steps: and the test client calls the web application interface, calls the web service on the server through the web application interface and uploads the test data to the server.
Step S130: and calling a packaging center to package the test data received by the server into a BSON format.
In this step, the server calls a packaging center, and the packaging center performs format packaging on the test data uploaded to the server.
The packaging center comprises a plurality of packaging workshops, each packaging workshop can package test data in one format, and the packaging workshops are determined to package according to the formats of the uploaded test data. Therefore, the packaging center can package the test data with various formats, namely, the test data with various specific formats is packaged into a uniform object model, and the object model is stored in the MongoDB database in a BSON format.
Step S140: and calling the MongoDB driver to connect the MongoDB database, and inserting the test data in the BSON format into the MongoDB database.
After the encapsulation center completes encapsulation of the test data, the server calls the MongoDB driver to store the object model formed by encapsulation in the MongoDB database in a BSON format.
The MongoDB driver is an interface responsible for increasing, deleting, modifying and checking a MOngoDB database, is equivalent to a plurality of method functions, inserts data by calling an insertion method of the MongoDB driver when test data needs to be inserted, and queries data by calling a query method in the MongoDB driver when the test data needs to be queried.
In the data query phase, the method comprises the following steps:
step S150: the query condition is entered on a query page of the server.
Step S160: and calling the MongoDB driver to connect the MongoDB database, and inquiring the test data corresponding to the inquiry conditions in the MongoDB database.
The server calls the MongoDB driver to be connected with the MongoDB database, and corresponding test data is inquired in the MongoDB database according to the inquiry conditions.
In step S160, the query page includes a query condition and a query result list, and by inputting the query condition (the input method may be a click or a manual input), the corresponding test data is queried in the montogdb database, and the queried test data is displayed on the query result list as a query result. In addition, a plurality of query conditions can be clicked at the same time, the MongoDB database is queried after the query conditions are dynamically spliced together, and the query result is displayed on the query result list.
The inquired test data is the object model encapsulated corresponding to the inquired test data, so that the returned inquiry result is also the object model and can be directly loaded into an inquiry result list in the inquiry page for displaying. The query page queries, counts, and analyzes the returned object model.
The above details describe the flow of the montgodb-based test data storage query method provided by the present invention, and fig. 2 shows the interaction process between the test client, the server, the encapsulation center and the montgodb database according to the embodiment of the present invention, in order to describe the interaction process between the test client, the server, the encapsulation center and the montgodb database. As shown in fig. 2, first, the testing client calls the web interface to upload the obtained testing data to the server (step S201), then, the server calls a packaging center (step S202), and the packaging center packages the test data uploaded to the server, packages the test data into a uniform object model (step S203), after the encapsulation is completed, the server calls the MongoDB driver to connect to the MongoDB database, inserts the object model into the MongoDB database, completes the storage of the test data in the MongoDB database (step S204), and when inquiring the test data, the query condition is input on the query page of the server (step S205), and then the server calls the MongoDB driver to connect the MongoDB database, the MongoDB database queries the corresponding test data according to the query conditions (step S206), and returns the object model corresponding to the test data to the query result list of the query page of the server (step S207).
The above details describe the MongoDB-based test data storage query method provided by the invention. Corresponding to the uploading method, the invention also provides a MongoDB-based test data storage and query system.
FIG. 3 illustrates the logical structure of a MongoDB-based test data storage query system according to an embodiment of the invention.
As shown in fig. 3, the montodb-based test data storage query system 300 according to an embodiment of the present invention includes a database installation unit 310, an information configuration unit 320, a data uploading unit 330, a data packaging unit 340, a data insertion unit 350, a query condition input unit 360, and a data query unit 370.
Wherein, the database installation unit 310 is used for installing the MongoDB database on the server;
the information configuration unit 320 is used for respectively performing information configuration on the MongoDB database and the server so as to realize the access of the test client to the MongoDB database through the server;
the data uploading unit 330 is configured to upload test data obtained by the test client to the server;
the data encapsulation unit 340 is used for calling an encapsulation center to encapsulate the test data received by the server into a BSON format;
the data inserting unit 350 is used for calling the MongoDB driver to connect the MongoDB database and inserting the test data in the BSON format into the MongoDB database;
the query condition input unit 360 is used for inputting a query condition on a query page of the server;
the data query unit 370 is used to call the MongoDB driver to connect with the MongoDB database, and query the Mongodb database for the test data corresponding to the query conditions.
In addition, the information configuration unit 320 includes a server configuration module 321 and a MongoDB database configuration module 322, wherein the server configuration module 321 is used for configuring the IP and the port of the server; the MongoDB database configuration module 322 is used for configuring the name, user name and password of the MongoDB database.
In addition, the packaging center called by the data packaging unit 340 packages the test data in different formats, and is used for uniformly packaging the test data in different formats into a BSON format, and storing the BSON format in the MongoDB database.
Furthermore, the query condition input unit 360 includes a query condition splicing module 361, configured to dynamically splice the input query conditions when at least two query conditions are input on the query page of the server; and the data query unit 370 queries in the MongoDB database according to the spliced query conditions.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A MongoDB-based test data storage query method comprises a preprocessing stage, a data storage stage and a data query stage; wherein,
the pretreatment stage comprises:
installing a MongoDB database on a server, and respectively configuring information of the MongoDB database and the server so as to realize the access of a test client to the MongoDB database through the server;
the data storage phase comprises the following steps:
uploading the test data obtained by the test client to the server;
calling a packaging center to package the test data received by the server into a BSON format;
calling a MongoDB drive to connect the MongoDB database, and inserting test data in a BSON format into the MongoDB database;
the data query phase comprises the following steps:
inputting a query condition on a query page of the server;
and calling the MongoDB driver to connect the MongoDB database, and inquiring the test data corresponding to the inquiry condition in the MongoDB database.
2. The MongoDB-based test data storage query method of claim 1,
respectively configuring the IP and the port of the server in the process of configuring the information of the server; and the number of the first and second groups,
and respectively configuring the name, the user name and the password of the MongoDB database in the process of configuring the information of the MongoDB database.
3. The MongoDB-based test data storage query method of claim 1,
the packaging center packages the test data in different formats, is used for uniformly packaging the test data in different formats into a BSON format, and stores the BSON format in the MongoDB database.
4. The MongoDB-based test data storage query method of claim 1,
dynamically splicing at least two query conditions input on the query page of the server; and the number of the first and second groups,
and querying the MongoDB database according to the spliced query conditions.
5. A MongoDB-based test data storage query system, comprising:
the database installation unit is used for installing the MongoDB database on the server;
the information configuration unit is used for respectively performing information configuration on the MongoDB database and the server so as to realize the access of a test client to the MongoDB database through the server;
the data uploading unit is used for uploading the test data obtained by the test client to the server;
the data packaging unit is used for calling a packaging center to package the test data received by the server into a BSON format;
the data insertion unit is used for calling a MongoDB drive to be connected with the MongoDB database and inserting test data in a BSON format into the MongoDB database;
a query condition input unit for inputting a query condition on a query page of the server;
and the data query unit is used for calling the MongoDB driver to be connected with the MongoDB database and querying the MongoDB database for the test data corresponding to the query conditions.
6. The MongoDB-based test data storage query system of claim 5,
the information configuration unit includes:
the server configuration module is used for configuring the IP and the port of the server;
and the MongoDB database configuration module is used for configuring the name, the user name and the password of the MongoDB database.
7. The MongoDB-based test data storage query system of claim 5, wherein the encapsulation center called by the data encapsulation unit encapsulates test data of different formats for uniformly encapsulating the test data of different formats into a BSON format for storage in the MongoDB database.
8. The MongoDB-based test data storage query system of claim 5,
the query condition input unit comprises a query condition splicing module used for dynamically splicing the input query conditions when the number of the query conditions input on the query page of the server is at least two; and the number of the first and second groups,
and the data query unit queries in the MongoDB database according to the spliced query conditions.
CN201510970997.8A 2015-12-22 2015-12-22 MongoDB-based test data storage query method and system Pending CN105550333A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510970997.8A CN105550333A (en) 2015-12-22 2015-12-22 MongoDB-based test data storage query method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510970997.8A CN105550333A (en) 2015-12-22 2015-12-22 MongoDB-based test data storage query method and system

Publications (1)

Publication Number Publication Date
CN105550333A true CN105550333A (en) 2016-05-04

Family

ID=55829522

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510970997.8A Pending CN105550333A (en) 2015-12-22 2015-12-22 MongoDB-based test data storage query method and system

Country Status (1)

Country Link
CN (1) CN105550333A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109522307A (en) * 2018-09-25 2019-03-26 中国平安人寿保险股份有限公司 Server, the declaration form data query method based on Mongodb and storage medium
CN109766376A (en) * 2018-12-04 2019-05-17 惠州市蓝微电子有限公司 A kind of test method for protecting data integrity
CN109992488A (en) * 2019-01-18 2019-07-09 珠海金山网络游戏科技有限公司 A kind of statistical method based on MongoDB database
CN110489433A (en) * 2019-07-11 2019-11-22 中国平安人寿保险股份有限公司 A kind of message treatment method and device, electronic equipment based on MongoDB
CN110515955A (en) * 2019-09-02 2019-11-29 上海移远通信技术股份有限公司 Storage, querying method, system, electronic equipment and the storage medium of data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102937980A (en) * 2012-10-18 2013-02-20 亿赞普(北京)科技有限公司 Method for inquiring data of cluster database
CN103700254A (en) * 2013-12-31 2014-04-02 同济大学 Position service-based road condition sharing system
CN104216961A (en) * 2014-08-21 2014-12-17 北京奇艺世纪科技有限公司 Method and device for data processing
US20150188971A1 (en) * 2013-07-31 2015-07-02 Been, Inc. Data stream monitoring

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102937980A (en) * 2012-10-18 2013-02-20 亿赞普(北京)科技有限公司 Method for inquiring data of cluster database
US20150188971A1 (en) * 2013-07-31 2015-07-02 Been, Inc. Data stream monitoring
CN103700254A (en) * 2013-12-31 2014-04-02 同济大学 Position service-based road condition sharing system
CN104216961A (en) * 2014-08-21 2014-12-17 北京奇艺世纪科技有限公司 Method and device for data processing

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李开涌: "《PHP MVC开发实战》", 31 July 2013, 机械工业出版社 *
郭匡宇: "基于MongoDB的传感器数据分布式存储的研究与应用", 《中国优秀硕士学位论文全文数据库》 *
黄灯桥: "《EXT JS权威指南》", 30 June 2012, 机械工业出版社 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109522307A (en) * 2018-09-25 2019-03-26 中国平安人寿保险股份有限公司 Server, the declaration form data query method based on Mongodb and storage medium
CN109766376A (en) * 2018-12-04 2019-05-17 惠州市蓝微电子有限公司 A kind of test method for protecting data integrity
CN109992488A (en) * 2019-01-18 2019-07-09 珠海金山网络游戏科技有限公司 A kind of statistical method based on MongoDB database
CN109992488B (en) * 2019-01-18 2023-01-03 珠海金山数字网络科技有限公司 Statistical method based on MongoDB database
CN110489433A (en) * 2019-07-11 2019-11-22 中国平安人寿保险股份有限公司 A kind of message treatment method and device, electronic equipment based on MongoDB
CN110489433B (en) * 2019-07-11 2023-10-27 中国平安人寿保险股份有限公司 MongoDB-based message processing method and device and electronic equipment
CN110515955A (en) * 2019-09-02 2019-11-29 上海移远通信技术股份有限公司 Storage, querying method, system, electronic equipment and the storage medium of data
CN110515955B (en) * 2019-09-02 2023-09-15 上海移远通信技术股份有限公司 Data storage and query method and system, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN105550333A (en) MongoDB-based test data storage query method and system
CN106980669B (en) Data storage and acquisition method and device
CN107908672B (en) Application report realization method, device and storage medium based on Hadoop platform
CN105138592B (en) A kind of daily record data storage and search method based on distributed structure/architecture
TWI476608B (en) A distributed computing data merging method, system and device thereof
CN102236672A (en) Method and device for importing data
CN107171897A (en) A kind of interface test method and data-interface test system
US20130185251A1 (en) Efficient loading of data in databases
CN103902458A (en) Universal storage software test design method
CN101174237B (en) Automatic test method, system and test device
CN103927314A (en) Data batch processing method and device
CN109408355A (en) Test case acquisition methods and device
US20240045879A1 (en) Presentation method, apparatus and electronic device
CN102486748B (en) Method and device for performance test
CN111367953A (en) Streaming processing method and device for information data
CN105468793A (en) Automated management method for simulation model data
CN103870511B (en) Information inquiry device and method based on shared drive
CN113010542A (en) Service data processing method and device, computer equipment and storage medium
CN117171108A (en) Virtual model mapping method and system
CN110764769B (en) Method and device for processing user request
CN108287876A (en) Support the power quality data service quality detection method and device of multiple format
CN116361397B (en) Method and device for separating time sequence data of electric power Internet of things into database and table
CN103633736A (en) Online monitoring communication method from substation sub station to main station
CN107220327A (en) Data query method and system based on MongoDB, service terminal, memory
CN105138606A (en) Server log management method and 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
CB02 Change of applicant information

Address after: 261031 Dongfang Road, Weifang high tech Industrial Development Zone, Shandong, China, No. 268

Applicant after: Goertek Inc.

Address before: 261031 Dongfang Road, Weifang high tech Industrial Development Zone, Shandong, China, No. 268

Applicant before: Goertek Inc.

COR Change of bibliographic data
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160504