CN110704397A - Data query method and device based on elastic search - Google Patents

Data query method and device based on elastic search Download PDF

Info

Publication number
CN110704397A
CN110704397A CN201910923761.7A CN201910923761A CN110704397A CN 110704397 A CN110704397 A CN 110704397A CN 201910923761 A CN201910923761 A CN 201910923761A CN 110704397 A CN110704397 A CN 110704397A
Authority
CN
China
Prior art keywords
data
elasticsearch
target
structure index
data structure
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
CN201910923761.7A
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.)
Ningbo Helishi Intelligent Technology Co ltd
Original Assignee
Beijing Helishi Intelligent Technology Co Ltd
Ningbo And Lishi Intelligent Technology 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 Beijing Helishi Intelligent Technology Co Ltd, Ningbo And Lishi Intelligent Technology Co Ltd filed Critical Beijing Helishi Intelligent Technology Co Ltd
Priority to CN201910923761.7A priority Critical patent/CN110704397A/en
Publication of CN110704397A publication Critical patent/CN110704397A/en
Pending legal-status Critical Current

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/21Design, administration or maintenance of databases
    • G06F16/219Managing data history or versioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing 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/242Query formulation
    • G06F16/2433Query languages
    • G06F16/244Grouping and aggregation

Landscapes

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

Abstract

The invention discloses a data query method and a device based on an ElasticSearch, which are applied to an SCADA system based on the ElasticSearch, the ElasticSearch is used for replacing the traditional historical database service, a real-time service process is called after a data query request is received, and target data is queried in the ElasticSearch by accessing a public data structure index, a data historical data structure index and a historical data value index, so that the query performance is obviously improved, and the retrieval efficiency is improved.

Description

Data query method and device based on elastic search
Technical Field
The invention relates to the technical field of databases, in particular to a data query method and device based on an elastic search.
Background
In the existing historical database storage scheme of the SCADA (Supervisory Control And Data Acquisition, Data Acquisition And monitoring Control) system, a traditional database such as MySQL, Oracle And the like is generally adopted, And the query performance can meet the requirement under the condition of a small Data volume. However, under large data scale such as an intelligent factory, the query performance of the traditional database is difficult to meet the requirement.
In order to improve the performance of retrieval and query under a large data scale, at present, a proxy middleware is generally used on a traditional database to distribute queries to each Slave node for query, and summarize the query results of each Slave node for feedback.
Disclosure of Invention
In view of this, the invention provides a data query method and device based on an elastic search, which replaces the traditional historical database service with the elastic search, thereby significantly improving the query performance and the retrieval efficiency.
In order to achieve the above purpose, the invention provides the following specific technical scheme:
a data query method based on an ElasticSearch is applied to an SCADA system based on the ElasticSearch, and comprises the following steps:
receiving a data query request;
and calling a real-time service process, and inquiring target data in the ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
Optionally, the querying target data in an ElasticSearch by accessing the common data structure index, the data history data structure index, and the history data value index includes:
inquiring a target database unit number corresponding to the filing time of the target data by accessing the public data structure index;
querying a target point name corresponding to the unit number of the target database and a target local point number corresponding to the target point name by accessing the data historical data structure index;
and inquiring the value of the target data corresponding to the target local point number by accessing the historical data value index.
Optionally, the method further includes:
the CCtool configuration page is extended to support the configuration of the ElasticSearch.
Optionally, before the invoking the real-time service process, the method further includes:
acquiring the state of an ElasticSearch service;
if the ElasticSearch service is not available, waiting for the shared disk manager to start the ElasticSearch service in the disk array until the ElasticSearch service is available.
Optionally, the method further includes:
under the condition of starting the SCADA online service, calling the real-time service process, collecting data in real time and recording the data into a local historical data file;
and storing the data in the local historical data file to an ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
Optionally, the storing data in the local history data file to an ElasticSearch by accessing the common data structure index, the data history data structure index, and the history data value index includes:
obtaining a database unit number and data archiving time by accessing the public data structure index;
obtaining a mapping relation between the roll names and the local roll numbers by accessing the historical data structure index of the data;
inquiring whether a local point number of data in a local historical data file exists or not;
and if not, self-adding the local point number into the data history data structure index, and storing the data in the local history data file in the ElasticSearch batch.
Optionally, the method further includes:
when the bulk storage fails, the data in the local history data file is stored in the elastic search stripe by stripe.
Optionally, the method further includes:
and periodically carrying out aggregation calculation according to a preset aggregation algorithm, and storing a corresponding aggregation value into the ElasticSearch.
Optionally, the querying target data in the ElasticSearch by accessing the common data structure index and the data history data structure index includes
Judging whether a target aggregation value exists in the ElasticSearch or not by accessing the public data structure index and the data history data structure index;
if yes, determining the target aggregation value as the target data;
if not, inquiring original data corresponding to the target aggregation value in an elastic search, and calculating the target aggregation value according to the original data corresponding to the target aggregation value.
An elastic search based data query device applied to an elastic search based SCADA system, the device comprising:
a query request receiving unit, configured to receive a data query request;
and the data query unit is used for calling the real-time service process and querying the target data in the ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
Optionally, the data query unit is specifically configured to:
inquiring a target database unit number corresponding to the filing time of the target data by accessing the public data structure index;
querying a target point name corresponding to the unit number of the target database and a target local point number corresponding to the target point name by accessing the data historical data structure index;
and inquiring the value of the target data corresponding to the target local point number by accessing the historical data value index.
Optionally, the apparatus further comprises:
and the configuration page extension unit is used for extending the CCtool configuration page to support the configuration of the ElasticSearch.
Optionally, the apparatus further comprises:
a service state acquiring unit, configured to acquire a state of an ElasticSearch service; if the ElasticSearch service is not available, waiting for the shared disk manager to start the ElasticSearch service in the disk array until the ElasticSearch service is available.
Optionally, the apparatus further comprises:
the data archiving unit is used for calling the real-time service process under the condition of starting the SCADA online service, collecting data in real time and recording the data into a local historical data file; and storing the data in the local historical data file to an ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
Optionally, the data archiving unit is specifically configured to:
obtaining a database unit number and data archiving time by accessing the public data structure index;
obtaining a mapping relation between the roll names and the local roll numbers by accessing the historical data structure index of the data;
inquiring whether a local point number of data in a local historical data file exists or not;
and if not, self-adding the local point number into the data history data structure index, and storing the data in the local history data file in the ElasticSearch batch.
Optionally, the data archiving unit is further configured to store data in the local history data file item by item in the elastic search when the bulk storage fails.
Optionally, the apparatus further comprises:
and the aggregation calculation unit is used for periodically performing aggregation calculation according to a preset aggregation algorithm and storing a corresponding aggregation value into the ElasticSearch.
Optionally, the data query unit is specifically configured to:
judging whether a target aggregation value exists in the ElasticSearch or not by accessing the public data structure index and the data history data structure index;
if yes, determining the target aggregation value as the target data;
if not, inquiring original data corresponding to the target aggregation value in an elastic search, and calculating the target aggregation value according to the original data corresponding to the target aggregation value.
Compared with the prior art, the invention has the following beneficial effects:
the invention discloses a data query method based on an ElasticSearch, which is applied to an SCADA system based on the ElasticSearch, utilizes the ElasticSearch to replace the traditional historical database service, utilizes the characteristics of clusters, nodes, fragments, full text retrieval and the like of the ElasticSearch, and adds a public data structure index, a data historical data structure index and a historical data value index on the ElasticSearch, thereby realizing the query function in the ElasticSearch, obviously improving the query performance and improving the retrieval efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of a data query method based on ElasticSearch according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a data archiving method based on ElasticSearch according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a data query device based on an ElasticSearch according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment discloses a data query method based on an elastic search, which is applied to an SCADA system based on the elastic search, namely the elastic search is used for replacing a traditional historical database service, the configuration of the elastic search is supported by expanding a CCtool configuration page, the management function of a shared disk manager is expanded, the start-stop control of the elastic search in a disk array is supported, and please refer to FIG. 1, the data query method disclosed by the embodiment comprises the following steps:
s101: receiving a data query request;
specifically, the user may send a data query request through an online HMI (Human Machine Interface, or Human Machine Interface), or send a data query request through a webAPI.
The data query request includes query conditions, such as archive time, etc.
It should be noted that before the ElasticSearch service is used, the state of the ElasticSearch service needs to be acquired first, and if the ElasticSearch service is not available, the shared disk manager waits for starting the ElasticSearch service in the disk array until the ElasticSearch service is available.
S102: and calling a real-time service process, and inquiring target data in the ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
The method is characterized in that an ElasticSearch is used for replacing a traditional historical database service, the architecture of a SCADA system needs to be redesigned, a holysys _ run service is transversely expanded on the original design of the SCADA system, and the structure of the holysys _ run service comprises a public data structure index, a data historical data structure index and a historical data value index.
The index records data filing time, historical data are filed by taking a database unit as a unit, and relevant fields of the index are shown in table 1.
Table 1 common data structure index
The data history data structure index is only one in the database, a local point number is obtained through a point name NodeId, the local point number is represented by an integer of the point name, when a new record is added, the local point number is +1 of the number of records before the addition, and the structure of the data history data structure index is shown in a table 2.
TABLE 2 data History data Structure indexing
Figure BDA0002218386860000071
The historical data value index stores analog quantity type data or switching value type data, storage according to year, quarter, month and day (natural year, month and the like, UTC time) is supported, and parameters can be matched.
Document id: PartialNodeId + nodevalueserver time, i.e., local point number + server timestamp. The structure of the historical data value index is shown in table 3.
TABLE 3 historical data value index
Figure BDA0002218386860000072
When target data is inquired in an ElasticSearch by accessing a public data structure index, a data historical data structure index and a historical data value index, firstly, inquiring a target database unit number corresponding to the filing time of the target data by accessing the public data structure index; then, by accessing the historical data structure index of the data, inquiring a target point name corresponding to the unit number of the target database and a target local point number corresponding to the target point name; and finally, inquiring the value of the target data corresponding to the target local point number by accessing the historical data value index.
It can be seen that the data query method based on the elastic search disclosed in this embodiment is applied to the SCADA system based on the elastic search, replaces the conventional historical database service with the elastic search, and adds the public data structure index, the data historical data structure index, and the historical data value index to the elastic search by using the characteristics of the cluster, node, segment, full-text search, and the like of the elastic search, thereby realizing the query function in the elastic search, significantly improving the query performance, and improving the search efficiency.
Referring to fig. 2, the data query method based on ElasticSearch disclosed in this embodiment may further implement data archiving, and the data archiving method disclosed in this embodiment includes the following steps:
s201: under the condition of starting the SCADA online service, calling a real-time service process, collecting data in real time and recording the data into a local historical data file;
s202: the data in the local history data file is stored to the ElasticSearch by accessing the common data structure index and the data history data structure index.
Obtaining a database unit number and data archiving time by accessing the public data structure index;
obtaining a mapping relation between the roll names and the local roll numbers by accessing the historical data structure index of the data;
inquiring whether a local point number of data in a local historical data file exists or not;
if the local point number does not exist, the local point number is added to the data history data structure index in a self-increment mode, and data in a local history data file is stored in an ElasticSearch batch mode;
when the bulk storage fails, the data in the local history data file is stored in the elastic search stripe by stripe.
Preferably, the data query method based on the ElasticSearch disclosed in this embodiment may further implement a pre-aggregation function, perform aggregation calculation periodically according to a preset aggregation algorithm, such as a maximum value, a minimum value, an average value, an accumulated value, a time value, an increment, a duration, and store a corresponding aggregation value in the ElasticSearch.
Examples are: maximum prepolymerization was carried out every 1 hour for No. 7/11 in 2019, with 24 aggregation values per nodeid on the day of No. 7/11 in 2019.
Judging whether a target aggregation value exists in the ElasticSearch or not by accessing the public data structure index and the data history data structure index;
if yes, determining the target aggregation value as the target data;
if not, inquiring original data corresponding to the target aggregation value in an elastic search, and calculating the target aggregation value according to the original data corresponding to the target aggregation value.
Therefore, through the realization of the pre-polymerization function, if the condition is met during query, the aggregation value is directly obtained from the pre-polymerization, and the query is not from massive original data, so that the query performance is greatly improved.
Based on the data query method based on the above described embodiments, this embodiment correspondingly discloses a data query device based on the ElasticSearch, which is applied to the SCADA system based on the ElasticSearch, please refer to fig. 3, and the device includes:
a query request receiving unit 301, configured to receive a data query request;
and the data query unit 302 is configured to invoke a real-time service process, and query the target data in the ElasticSearch by accessing the public data structure index, the data history data structure index, and the history data value index.
Optionally, the data querying unit 302 is specifically configured to:
inquiring a target database unit number corresponding to the filing time of the target data by accessing the public data structure index;
querying a target point name corresponding to the unit number of the target database and a target local point number corresponding to the target point name by accessing the data historical data structure index;
and inquiring the value of the target data corresponding to the target local point number by accessing the historical data value index.
Optionally, the apparatus further comprises:
and the configuration page extension unit is used for extending the CCtool configuration page to support the configuration of the ElasticSearch.
Optionally, the apparatus further comprises:
a service state acquiring unit, configured to acquire a state of an ElasticSearch service; if the ElasticSearch service is not available, waiting for the shared disk manager to start the ElasticSearch service in the disk array until the ElasticSearch service is available.
Optionally, the apparatus further comprises:
the data archiving unit is used for calling the real-time service process under the condition of starting the SCADA online service, collecting data in real time and recording the data into a local historical data file; and storing the data in the local historical data file to an ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
Optionally, the data archiving unit is specifically configured to:
obtaining a database unit number and data archiving time by accessing the public data structure index;
obtaining a mapping relation between the roll names and the local roll numbers by accessing the historical data structure index of the data;
inquiring whether a local point number of data in a local historical data file exists or not;
and if not, self-adding the local point number into the data history data structure index, and storing the data in the local history data file in the ElasticSearch batch.
Optionally, the data archiving unit is further configured to store data in the local history data file item by item in the elastic search when the bulk storage fails.
Optionally, the apparatus further comprises:
and the aggregation calculation unit is used for periodically performing aggregation calculation according to a preset aggregation algorithm and storing a corresponding aggregation value into the ElasticSearch.
Optionally, the data querying unit 302 is specifically configured to:
judging whether a target aggregation value exists in the ElasticSearch or not by accessing the public data structure index and the data history data structure index;
if yes, determining the target aggregation value as the target data;
if not, inquiring original data corresponding to the target aggregation value in an elastic search, and calculating the target aggregation value according to the original data corresponding to the target aggregation value.
The data query device based on the ElasticSearch disclosed by the embodiment is applied to an SCADA system based on the ElasticSearch, replaces the traditional historical database service by utilizing the ElasticSearch, and adds a public data structure index, a data historical data structure index and a historical data value index on the ElasticSearch by utilizing the characteristics of clusters, nodes, fragments, full-text retrieval and the like of the ElasticSearch, so that the query function in the ElasticSearch is realized, the query performance is obviously improved, and the retrieval efficiency is improved.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An elastic search based data query method is applied to an elastic search based SCADA system, and comprises the following steps:
receiving a data query request;
and calling a real-time service process, and inquiring target data in the ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
2. The method of claim 1, wherein querying the target data in an ElasticSearch by accessing a common data structure index, a data history data structure index, and a history data value index comprises:
inquiring a target database unit number corresponding to the filing time of the target data by accessing the public data structure index;
querying a target point name corresponding to the unit number of the target database and a target local point number corresponding to the target point name by accessing the data historical data structure index;
and inquiring the value of the target data corresponding to the target local point number by accessing the historical data value index.
3. The method of claim 1, further comprising:
the CCtool configuration page is extended to support the configuration of the ElasticSearch.
4. The method of claim 3, wherein prior to said invoking the real-time service process, the method further comprises:
acquiring the state of an ElasticSearch service;
if the ElasticSearch service is not available, waiting for the shared disk manager to start the ElasticSearch service in the disk array until the ElasticSearch service is available.
5. The method of claim 4, further comprising:
under the condition of starting the SCADA online service, calling the real-time service process, collecting data in real time and recording the data into a local historical data file;
and storing the data in the local historical data file to an ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
6. The method of claim 5, wherein storing data in a local history data file to an ElasticSearch by accessing the common data structure index, the data history data structure index, and the history data value index comprises:
obtaining a database unit number and data archiving time by accessing the public data structure index;
obtaining a mapping relation between the roll names and the local roll numbers by accessing the historical data structure index of the data;
inquiring whether a local point number of data in a local historical data file exists or not;
and if not, self-adding the local point number into the data history data structure index, and storing the data in the local history data file in the ElasticSearch batch.
7. The method of claim 1, further comprising:
when the bulk storage fails, the data in the local history data file is stored in the elastic search stripe by stripe.
8. The method of claim 1, further comprising:
and periodically carrying out aggregation calculation according to a preset aggregation algorithm, and storing a corresponding aggregation value into the ElasticSearch.
9. The method of claim 8, wherein querying the target data in the ElasticSearch by accessing the common data structure index and the data history data structure index comprises
Judging whether a target aggregation value exists in the ElasticSearch or not by accessing the public data structure index and the data history data structure index;
if yes, determining the target aggregation value as the target data;
if not, inquiring original data corresponding to the target aggregation value in an elastic search, and calculating the target aggregation value according to the original data corresponding to the target aggregation value.
10. An elastic search based data query device, which is applied to an elastic search based SCADA system, the device comprising:
a query request receiving unit, configured to receive a data query request;
and the data query unit is used for calling the real-time service process and querying the target data in the ElasticSearch by accessing the public data structure index, the data historical data structure index and the historical data value index.
CN201910923761.7A 2019-09-27 2019-09-27 Data query method and device based on elastic search Pending CN110704397A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910923761.7A CN110704397A (en) 2019-09-27 2019-09-27 Data query method and device based on elastic search

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910923761.7A CN110704397A (en) 2019-09-27 2019-09-27 Data query method and device based on elastic search

Publications (1)

Publication Number Publication Date
CN110704397A true CN110704397A (en) 2020-01-17

Family

ID=69198228

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910923761.7A Pending CN110704397A (en) 2019-09-27 2019-09-27 Data query method and device based on elastic search

Country Status (1)

Country Link
CN (1) CN110704397A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI803253B (en) * 2021-06-10 2023-05-21 日商東芝三菱電機產業系統股份有限公司 Scada web hmi system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130041871A1 (en) * 2011-08-12 2013-02-14 Splunk Inc. Data volume management
US20180089306A1 (en) * 2016-09-26 2018-03-29 Splunk Inc. Query acceleration data store
CN108154024A (en) * 2017-12-20 2018-06-12 北京奇艺世纪科技有限公司 A kind of data retrieval method, device and electronic equipment
CN108874614A (en) * 2017-05-11 2018-11-23 上海宏时数据系统有限公司 A kind of big data log intelligent analysis system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130041871A1 (en) * 2011-08-12 2013-02-14 Splunk Inc. Data volume management
US20180089306A1 (en) * 2016-09-26 2018-03-29 Splunk Inc. Query acceleration data store
CN108874614A (en) * 2017-05-11 2018-11-23 上海宏时数据系统有限公司 A kind of big data log intelligent analysis system and method
CN108154024A (en) * 2017-12-20 2018-06-12 北京奇艺世纪科技有限公司 A kind of data retrieval method, device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JAMES HAMILTON 等: "《SCADA Statistics Monitoring Using the Elastic Stack (Elasticsearch, Logstash, Kibana》", 《16TH INTERNATIONAL CONFERENCE ON ACCELERATOR AND LARGE EXPERIMENTAL PHYSICS CONTROL SYSTEMS》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI803253B (en) * 2021-06-10 2023-05-21 日商東芝三菱電機產業系統股份有限公司 Scada web hmi system

Similar Documents

Publication Publication Date Title
KR102511271B1 (en) Method and device for storing and querying time series data, and server and storage medium therefor
JP5613951B2 (en) Method for aggressive information push notification and server therefor
CN102479223B (en) Data query method and system
CN103020281B (en) A kind of data storage and retrieval method based on spatial data numerical index
Ma et al. KSQ: Top-k similarity query on uncertain trajectories
CN107943831B (en) HBase-based power grid historical data centralized storage method
CN110781184A (en) Data table construction method, device, equipment and storage medium
CN111046081B (en) Industrial time sequence data access method and system
CN109684270B (en) Database archiving method, device, system, equipment and readable storage medium
CN102968456B (en) A kind of raster data reading and processing method and device
CN115878684A (en) Time sequence data distributed query method and device, electronic equipment and storage medium
CN110704397A (en) Data query method and device based on elastic search
CN113761013A (en) Time sequence data pre-statistical method and device and storage medium
CN108345693B (en) File processing method and device
CN110502543B (en) Equipment performance data storage method, device, equipment and storage medium
CN105095224A (en) Method, apparatus and system for carrying out OLAP analysis in mobile communication network
CN112579633A (en) Data retrieval method, device, equipment and storage medium
CN110555021B (en) Data storage method, query method and related device
CN116775716A (en) Data query method and device, storage medium and electronic equipment
CN110309181A (en) A kind of data query method and relevant apparatus
CN112181994B (en) Method, device and medium for refreshing distributed memory database of operation and maintenance big data
CN106446080B (en) Data query method, query service equipment, client equipment and data system
CN112464049B (en) Method, device and equipment for downloading number detail list
CN115098525A (en) Index updating method and device, electronic equipment and storage medium
CN110362535B (en) File management method, device and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210406

Address after: 5-7, No.38, building 7, East District, Ningbo new material innovation center, Ningbo hi tech Zone, 315000, Zhejiang Province

Applicant after: NINGBO HELISHI INTELLIGENT TECHNOLOGY Co.,Ltd.

Address before: 5-7, 38, building 7, East District, Ningbo new material innovation center, Ningbo hi tech Zone, 315000, Zhejiang Province

Applicant before: NINGBO HELISHI INTELLIGENT TECHNOLOGY Co.,Ltd.

Applicant before: BEIJING HOLLYSYS AUTOMATION & DRIVE Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200117