CN110750539A - Redis database-based information query method and device and electronic equipment - Google Patents

Redis database-based information query method and device and electronic equipment Download PDF

Info

Publication number
CN110750539A
CN110750539A CN201910985626.5A CN201910985626A CN110750539A CN 110750539 A CN110750539 A CN 110750539A CN 201910985626 A CN201910985626 A CN 201910985626A CN 110750539 A CN110750539 A CN 110750539A
Authority
CN
China
Prior art keywords
information
database
list
user
specified
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
CN201910985626.5A
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.)
DBAPPSecurity Co Ltd
Hangzhou Dbappsecurity Technology Co Ltd
Original Assignee
Hangzhou Dbappsecurity 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 Hangzhou Dbappsecurity Technology Co Ltd filed Critical Hangzhou Dbappsecurity Technology Co Ltd
Priority to CN201910985626.5A priority Critical patent/CN110750539A/en
Publication of CN110750539A publication Critical patent/CN110750539A/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/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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/23Updating
    • 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

Abstract

The invention provides an information query method, an information query device and electronic equipment based on a Redis database, and relates to the technical field of Internet, wherein the method comprises the following steps: receiving an information query application sent by a user terminal; acquiring target information matched with the information query application according to the information query application and a pre-established sorting index of an information list and an information list in a Redis database; and sending the target information to the user terminal. The invention improves the information query efficiency.

Description

Redis database-based information query method and device and electronic equipment
Technical Field
The invention relates to the technical field of internet, in particular to an information query method and device based on a Redis database and electronic equipment.
Background
In order to realize quick information transmission, more and more industries use the internet to publish information so that people can quickly inquire the information through the internet, however, after the information is published, the condition that users intensively inquire the information easily occurs, and then the information inquiry process is blocked.
For convenience of understanding, a typical score query is taken as an example below, and after the manager uploads the scores to the information database, the user can query the scores from the information database by calling the scores through the user terminal. However, in the existing information query technology, when the query amount of the user is large or the result query is frequent, the information database is frequently called to query the result, and the information database needs to count and calculate the result synchronously to perform result sorting when being called, so that the information database is over stressed, the stability of the information database is affected, and the information query efficiency is affected. Therefore, the existing information query technology has the problem of low query efficiency.
Disclosure of Invention
The embodiment of the invention aims to provide an information query method and device based on a Redis database and electronic equipment, and the information query efficiency is improved.
In a first aspect, an embodiment of the present invention provides an information query method based on a Redis database, including: receiving an information query application sent by a user terminal; acquiring target information matched with the information query application according to the information query application and a pre-established information list in a Redis database and a sorting index of the information list; and sending the target information to the user terminal.
In an optional embodiment, the information query application includes user registration information; the step of obtaining the target information matched with the information query application according to the information query application, an information list in a Redis database established in advance and a sorting index of the information list comprises the following steps: acquiring list sorting information corresponding to the user registration information by inquiring sorting indexes of information lists in a Redis database; and acquiring target information matched with the user registration information from an information list in the Redis database according to the list sorting information corresponding to the user registration information.
In an optional embodiment, the step of establishing the Redis database includes: acquiring specified information from an information database; the information database is used for storing newly released specified information; sequencing the specified information to obtain an information list; generating a sorting index according to the information list; and establishing a Redis database based on the information list and the sorting index.
In an alternative embodiment, the step of obtaining the specific information from the information database includes: and acquiring the specified information from the information database at regular time according to a preset time interval.
In an alternative embodiment, the step of obtaining the specific information from the information database includes: and if the specified information in the information database is monitored to be updated, acquiring the updated specified information from the information database.
In an alternative embodiment, the specified information includes user achievements; the step of sorting the specified information to obtain an information list includes: and sequencing the specified information by taking the user score as a sequencing basis to obtain a user score list.
In a second aspect, an embodiment of the present invention provides an information query apparatus, including: the receiving module is used for receiving an information query application sent by a user terminal; the acquisition module is used for acquiring target information matched with the information query application according to the information query application and a pre-established information list in a Redis database and a sorting index of the information list; and the sending module is used for sending the target information to the user terminal.
In an optional embodiment, the information query application includes user registration information; the obtaining module is further configured to obtain target information matched with the user registration information from the sorted target information by querying the sorting index based on the user registration information of the user terminal.
In a third aspect, an embodiment of the present invention provides an electronic device, including a memory and a processor, where the memory stores a computer program operable on the processor, and the processor executes the computer program to implement the steps of the method according to the first aspect.
In a fourth aspect, embodiments of the present invention provide a computer-readable medium, wherein the computer-readable medium stores computer-executable instructions that, when invoked and executed by a processor, cause the processor to implement the method of the first aspect.
The embodiment of the invention provides an information query method, an information query device and electronic equipment based on a Redis database, which comprises the steps of firstly receiving an information query application sent by a user terminal; acquiring target information matched with the information query application according to the information query application and a pre-established sorting index of an information list and an information list in a Redis database; and finally, sending the target information to the user terminal. According to the method, the information database does not need to be frequently called, the target information matched with the information query application can be obtained according to the information query application of the user terminal and the information list in the Redis database and the sorting index of the information list, and due to the fact that the Redis database which is established in advance has the characteristic of ordered set when storing data, the step that the information database synchronously carries out statistical sorting on the information is saved, and the information query efficiency is improved.
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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of an information query method based on a Redis database according to an embodiment of the present invention;
fig. 2 is a flowchart of a score querying method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an information query apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the following embodiments, and it should be understood that the described embodiments are some, but not all, embodiments of the present invention. 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.
In view of the problem that the existing information query technology is low in query efficiency, embodiments of the present invention provide an information query method and apparatus based on a Redis database, and an electronic device, which can be applied to improve information query efficiency.
In order to facilitate understanding of the embodiment, first, a detailed description is given to an information query method, an information query device and an electronic device based on a Redis database disclosed in the embodiment of the present invention.
The embodiment of the invention provides an information query method based on a Redis database, which is shown in a flow chart of the information query method based on the Redis database shown in FIG. 1 and is executed by a server, and the method comprises the following steps S102 to S106:
step S102: and receiving an information inquiry application sent by a user terminal.
The user terminal may be a mobile terminal (e.g., a mobile phone, a tablet computer, etc.) or a computer terminal, the information query application may be an application for querying a score, or may also be a query report (e.g., a physical examination report) or other application for information related to the user, the information query application is sent to a server by the user terminal, and the server receives the information query application sent by the user terminal by using a Redis database interface.
Step S104: and acquiring target information matched with the information query application according to the information query application and the pre-established information list in the Redis database and the sorting index of the information list.
Because the pre-established Redis database stores the information list and the sorting index of the information list, the information which the user wants to query can be obtained according to the information query application of the user, and the information which the user wants to query is obtained from the information list stored in the Redis database as the target information according to the obtained information which the user wants to query.
The Redis database is a high-performance key-value database. The Redis database compensates for the shortage of key/value storage such as memcached to a great extent, and can play a good role in supplementing the relational database.
Step S106: and sending the target information to the user terminal.
And sending the acquired target information matched with the information query application to a user terminal so that the user terminal can display the received target information to a user, and the user can acquire the information to be queried through the display of the user terminal.
According to the information query method based on the Redis database, provided by the embodiment of the invention, the information database does not need to be frequently called, the target information matched with the information query application can be obtained according to the information query application of the user terminal and the information list and the sorting index of the information list in the Redis database, and the Redis database established in advance has the characteristic of ordered set when storing data, so that the step of synchronously counting and sorting the information by the information database is saved, and the information query efficiency is improved.
In order to quickly acquire target information matched with the information query application, the embodiment provides a specific implementation manner for acquiring the target information matched with the information query application according to the information query application and a pre-established sorting index of an information list and an information list in a Redis database: the information query application comprises user registration information, and list sequencing information corresponding to the user registration information is obtained by querying a sequencing index of an information list in a Redis database; and acquiring target information matched with the user registration information from an information list in the Redis database according to the list sorting information corresponding to the user registration information. The user registration information can be user accounts and passwords, the list sorting information can be ranking or position information of the user accounts corresponding to the user registration information in the information list, and each user account is unique, so that target information matched with the user registration information can be quickly acquired from the information list according to the ranking or position information of the user accounts corresponding to the user registration information in the information list.
In a specific embodiment, the building step of the Redis database may be specifically executed with reference to the following steps (1) to (4):
step (1): acquiring specified information from an information database; the information database is used for storing newly released specified information. And when the specified information which the user wants to obtain is stored in the information database, obtaining the specified information from the information database. For example, when the user is a student, the teacher uploads the final student score, which is the newly issued designated information, to the information database through the management terminal, or the staff in the hospital uploads a physical examination report, which is the newly issued designated information, of the user to the information database through the management terminal.
In an embodiment, the manner of acquiring the specific information from the information database may be: and acquiring the specified information from the information database at regular time according to a preset time interval. The preset time interval can be set according to actual conditions, and for example, the preset time interval can be any time length between 1 and 10 minutes. The specific information may be set according to different information queries, for example, when the queried information is a result, the specific information is a user result, when the queried information is a test result, the specific information is a test result, and when the queried information is a physical examination report, the specific information is a physical examination report of the user. The server periodically acquires the specified information from the information database and stores the acquired specified information to a statistical calculation unit in the server.
In another embodiment, the manner of acquiring the specific information from the information database may be: and if the specified information in the information database is monitored to be updated, acquiring the updated specified information from the information database. The server monitors whether the designated information in the information database is updated or not in real time, when new designated information is added into the information database, namely the designated information in the information database is updated (for example, a latest score sheet or a latest physical examination report is added into the information database), the server acquires the updated designated information from the information database, and stores the acquired designated information into a statistical calculation unit in the server.
Step (2): and sequencing the specified information to obtain an information list.
The obtained specifying information is sorted according to a preset rule in the server, where the preset rule is related to the specifying information, and for example, the specifying information may be sorted by using a certain parameter amount in the specifying information as a sorting basis to obtain an information list. In one embodiment, the designation information includes user performance. And taking the user score as a sequencing basis to sequence the specified information to obtain a user score list. The user score list is an information list after ordering the specified information. In another embodiment, the specific information may further include a user physical examination report, and the specific information may be sorted by using the user age or the initial of the user name in the user physical examination report as a sorting criterion, so as to obtain the information list. The statistical sorting process may be executed in a statistical computing unit in a server, in order to improve the computing efficiency, the statistical computing unit in the server may include one or more statistical computing units, and the plurality of statistical computing units may implement parallel processing on the specified information in the information database, thereby improving the statistical sorting efficiency of the specified information.
And (3): and generating a sorting index according to the information list.
The sorting index is a tool for helping to quickly find the specified information in the information list, and the sorting index can be a set of user registration information and sorting related to the specified information or the information query application, for example, the sorting index can be a set of account information of the user registration information and user score ranking, so that score ranking of the account information of the user registration information can be obtained through the sorting index, and then user scores under the score ranking are obtained from the information list according to the score ranking, so that the user scores matched with the user registration information are obtained.
And (4): and establishing a Redis database based on the information list and the sorting index.
And adding the information list and the sorting index of the information list into a Redis database to establish the Redis database. The Redis database can store the information lists after statistical sorting and the sorting indexes of the information lists by using a hash key mode, the storage time of the information lists and the sorting indexes of the information lists in the Redis database can be set according to actual conditions, for example, when the information lists are score lists, a date range for score query can be set, and after the date range is exceeded, the score lists in the Redis database and the sorting indexes of the score lists can be automatically deleted, so that a user cannot query score information.
In practical applications, referring to the performance query method flowchart shown in fig. 2, the performance query performed by the information query method based on the Redis database may be executed by referring to the following steps S202 to S208:
step S202: and acquiring user result information from the information database, and sending the acquired user result information to a statistical storage queue. Wherein, the user achievement information can be periodically acquired from the information database; and whether new user achievement information is added into the information database can be monitored in real time, and when the new user achievement information is added, the new user achievement information is obtained from the information database.
Step S204: and acquiring user result information from the statistical storage queue, sequencing the user result information according to the user results, and acquiring a user result list. The ranking mode of synchronous statistics and calculation results in the prior art is converted into the mode of asynchronous efficient data processing result ranking, and the pressure of an information database is greatly reduced.
Step S206: and storing the user achievement list into the Redis database, and enabling the Redis database to generate a sorting index by utilizing the sorting characteristic of the Redis database.
Step S208: receiving a score query application sent by a user terminal, acquiring a user score matched with the score query application according to the score query application, a user score list and a sequencing index in a Redis database, and sending the user score to a corresponding user terminal. After receiving a score query application sent by a user terminal through a reading interface of the Redis database, the corresponding sorting index can be taken out in a paging mode from the ordered set of the Redis database, and score information (the score information can be a personal score of the user or a user score list where the user is located) required to be checked by the user is obtained through the sorting index and user registration information in the score query application, and data after statistical ranking required by a front-end page is returned. According to the score query method, frequent reading of the information database in a short time is converted into periodic single query of the information database, the user score statistics and ranking are completed and then stored in the Redis database, and the user terminal only needs to read the score list of the sorted numbers in the Redis database, so that the processing efficiency of score query is greatly improved.
Compared with the mode of frequently reading the information database in a short time in the prior art, the information query method based on the Redis database provided by the embodiment acquires the specified information from the information database periodically at a single time, so that the information database is not affected even if the query amount of a user is large, and the stability of information query is improved.
Corresponding to the information query method based on the Redis database, an embodiment of the present invention provides an information query apparatus, referring to a schematic structural diagram of the information query apparatus shown in FIG. 3, including:
the receiving module 31 is configured to receive an information query application sent by a user terminal.
And the obtaining module 32 is configured to obtain target information matched with the information query application according to the information query application and a pre-established ranking index of an information list and an information list in a Redis database.
And a sending module 33, configured to send the target information to the user terminal.
The information query device provided by this embodiment can acquire the target information matched with the information query application without frequently calling the information database according to the information query application of the user terminal and the information list in the Redis database and the sorting index of the information list, and because the pre-established Redis database has the characteristic of an ordered set when storing data, the step of synchronously counting and sorting the information by the information database is saved, and the information query efficiency is improved.
In one embodiment, the information query application includes user registration information; the obtaining module 32 is further configured to obtain target information matched with the user registration information from the sorted target information by querying the sorting index based on the user registration information of the user terminal.
In one embodiment, the above apparatus further comprises:
the database establishing module is used for acquiring the specified information from the information database; the information database is used for storing newly released specified information; ordering the specified information to obtain an information list; generating a sorting index according to the information list; and establishing a Redis database based on the information list and the sorting index.
In an embodiment, the database establishing module is further configured to periodically obtain the specified information from the information database according to a preset time interval.
In an embodiment, the database establishing module is further configured to, when it is monitored that the designated information in the information database is updated, obtain the updated designated information from the information database.
In one embodiment, the specific information includes user performance; the database establishing module is further used for sequencing the specified information by taking the user score as a sequencing basis to obtain a user score list.
Compared with the mode of frequently reading the information database in a short time in the prior art, the information query device provided by the embodiment acquires the specified information from the information database by a periodic single time, so that the information database is not affected even if the query amount of a user is large, and the stability of information query is improved.
The device provided by the embodiment has the same implementation principle and technical effect as the foregoing embodiment, and for the sake of brief description, reference may be made to the corresponding contents in the foregoing method embodiment for the portion of the embodiment of the device that is not mentioned.
An embodiment of the present invention provides an electronic device, as shown in a schematic structural diagram of the electronic device shown in fig. 4, where the electronic device includes a processor 41 and a memory 42, where a computer program operable on the processor is stored in the memory, and when the processor executes the computer program, the steps of the method provided in the foregoing embodiment are implemented.
Referring to fig. 4, the electronic device further includes: a bus 44 and a communication interface 43, and the processor 41, the communication interface 43 and the memory 42 are connected by the bus 44. The processor 41 is arranged to execute executable modules, such as computer programs, stored in the memory 42.
The Memory 42 may include a high-speed Random Access Memory (RAM) and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 43 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, etc. may be used.
The bus 44 may be an ISA (Industry Standard Architecture) bus, a PCI (Peripheral Component Interconnect) bus, an EISA (extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 4, but that does not indicate only one bus or one type of bus.
The memory 42 is configured to store a program, and the processor 41 executes the program after receiving an execution instruction, and the method executed by the apparatus defined by the flow process disclosed in any of the foregoing embodiments of the present invention may be applied to the processor 41, or implemented by the processor 41.
The processor 41 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 41. The Processor 41 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like. The device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory 42, and the processor 41 reads the information in the memory 42 and performs the steps of the above method in combination with the hardware thereof.
Embodiments of the present invention provide a computer-readable medium, wherein the computer-readable medium stores computer-executable instructions, which, when invoked and executed by a processor, cause the processor to implement the method of the above-mentioned embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. An information query method based on Redis database is characterized by comprising the following steps:
receiving an information query application sent by a user terminal;
acquiring target information matched with the information query application according to the information query application and a pre-established information list in a Redis database and a sorting index of the information list;
and sending the target information to the user terminal.
2. The method of claim 1, wherein the information query application includes user registration information;
the step of obtaining the target information matched with the information query application according to the information query application, an information list in a Redis database established in advance and a sorting index of the information list comprises the following steps:
acquiring list sorting information corresponding to the user registration information by inquiring sorting indexes of information lists in a Redis database;
and acquiring target information matched with the user registration information from an information list in the Redis database according to the list sorting information corresponding to the user registration information.
3. The method according to claim 1, wherein the step of building the Redis database comprises:
acquiring specified information from an information database; the information database is used for storing newly released specified information;
sequencing the specified information to obtain an information list;
generating a sorting index according to the information list;
and establishing a Redis database based on the information list and the sorting index.
4. The method of claim 3, wherein the step of retrieving the specified information from the information database comprises:
and acquiring the specified information from the information database at regular time according to a preset time interval.
5. The method of claim 3, wherein the step of retrieving the specified information from the information database comprises:
and if the specified information in the information database is monitored to be updated, acquiring the updated specified information from the information database.
6. The method of claim 3, wherein the specified information includes user performance;
the step of sorting the specified information to obtain an information list includes:
and sequencing the specified information by taking the user score as a sequencing basis to obtain a user score list.
7. An information inquiry apparatus, comprising:
the receiving module is used for receiving an information query application sent by a user terminal;
the acquisition module is used for acquiring target information matched with the information query application according to the information query application and a pre-established information list in a Redis database and a sorting index of the information list;
and the sending module is used for sending the target information to the user terminal.
8. The apparatus of claim 7, wherein the information query application comprises user registration information;
the obtaining module is further configured to obtain target information matched with the user registration information from the sorted target information by querying the sorting index based on the user registration information of the user terminal.
9. An electronic device comprising a memory and a processor, wherein the memory stores a computer program operable on the processor, and wherein the processor implements the method of any of claims 1-6 when executing the computer program.
10. A computer-readable medium having stored thereon computer-executable instructions that, when invoked and executed by a processor, cause the processor to implement the method of any of claims 1-6.
CN201910985626.5A 2019-10-16 2019-10-16 Redis database-based information query method and device and electronic equipment Pending CN110750539A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910985626.5A CN110750539A (en) 2019-10-16 2019-10-16 Redis database-based information query method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910985626.5A CN110750539A (en) 2019-10-16 2019-10-16 Redis database-based information query method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN110750539A true CN110750539A (en) 2020-02-04

Family

ID=69278639

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910985626.5A Pending CN110750539A (en) 2019-10-16 2019-10-16 Redis database-based information query method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN110750539A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112306993A (en) * 2020-11-06 2021-02-02 平安科技(深圳)有限公司 Data reading method, device and equipment based on Redis and readable storage medium
CN113342822A (en) * 2021-06-29 2021-09-03 招商局金融科技有限公司 Data query method and device based on multi-type database, electronic equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786950A (en) * 2015-12-30 2016-07-20 北京锐安科技有限公司 Method and device for processing data
CN107256132A (en) * 2017-06-21 2017-10-17 桂林电子科技大学 A kind of isomery Redis cluster-based storage distribution methods based on performance test
JP2017224264A (en) * 2016-06-14 2017-12-21 富士ゼロックス株式会社 Data processing system
CN109471863A (en) * 2018-11-12 2019-03-15 北京懿医云科技有限公司 Information query method and device, electronic equipment based on distributed data base
CN110019292A (en) * 2017-09-06 2019-07-16 华为技术有限公司 A kind of querying method and device of data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105786950A (en) * 2015-12-30 2016-07-20 北京锐安科技有限公司 Method and device for processing data
JP2017224264A (en) * 2016-06-14 2017-12-21 富士ゼロックス株式会社 Data processing system
CN107256132A (en) * 2017-06-21 2017-10-17 桂林电子科技大学 A kind of isomery Redis cluster-based storage distribution methods based on performance test
CN110019292A (en) * 2017-09-06 2019-07-16 华为技术有限公司 A kind of querying method and device of data
CN109471863A (en) * 2018-11-12 2019-03-15 北京懿医云科技有限公司 Information query method and device, electronic equipment based on distributed data base

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112306993A (en) * 2020-11-06 2021-02-02 平安科技(深圳)有限公司 Data reading method, device and equipment based on Redis and readable storage medium
CN113342822A (en) * 2021-06-29 2021-09-03 招商局金融科技有限公司 Data query method and device based on multi-type database, electronic equipment and medium
CN113342822B (en) * 2021-06-29 2024-02-27 招商局金融科技有限公司 Data query method and device based on multi-type database, electronic equipment and medium

Similar Documents

Publication Publication Date Title
CN107301178B (en) Data query processing method, device and system
CN109670091B (en) Metadata intelligent maintenance method and device based on data standard
CN111159219B (en) Data management method, device, server and storage medium
CN113704243A (en) Data analysis method, data analysis device, computer device, and storage medium
WO2020220646A1 (en) Data storage method based on distributed storage system, and storage node and medium
CN110750539A (en) Redis database-based information query method and device and electronic equipment
CN109033165B (en) Data display method, computer readable storage medium and terminal equipment
CN111488377A (en) Data query method and device, electronic equipment and storage medium
CN111104594A (en) Market quotation pushing method and device
CN113132267B (en) Distributed system, data aggregation method and computer readable storage medium
CN110674101B (en) Data processing method and device of file system and cloud server
CN111258819A (en) Data acquisition method, device and system for MySQL database backup file
CN113688602A (en) Task processing method and device
CN111159131A (en) Performance optimization method, device, equipment and computer readable storage medium
CN112434056A (en) Method and device for inquiring detailed data
CN110955460B (en) Service process starting method and device, electronic equipment and storage medium
CN109885384B (en) Task parallelism optimization method and device, computer equipment and storage medium
CN113127231B (en) Order processing and order inquiring method, device, system and electronic equipment
CN111339170A (en) Data processing method and device, computer equipment and storage medium
CN111159229B (en) Data query method and device
CN114691175A (en) Application updating method, device and system
CN112241412A (en) Tree structure table generation method and device and electronic equipment
CN109241050B (en) Data query method, device and system and electronic equipment
CN111782479A (en) Log processing method and device, electronic equipment and computer readable storage medium
CN111339174A (en) Data exchange method and device, readable storage medium and data exchange 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200204