CN115033608B - Energy storage system information grading processing method and system - Google Patents

Energy storage system information grading processing method and system Download PDF

Info

Publication number
CN115033608B
CN115033608B CN202210964818.XA CN202210964818A CN115033608B CN 115033608 B CN115033608 B CN 115033608B CN 202210964818 A CN202210964818 A CN 202210964818A CN 115033608 B CN115033608 B CN 115033608B
Authority
CN
China
Prior art keywords
information
energy storage
level
storage system
target object
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210964818.XA
Other languages
Chinese (zh)
Other versions
CN115033608A (en
Inventor
董臣臣
孙大帅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Cairi Energy Technology Co ltd
Original Assignee
Guangdong Cairi Energy 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 Guangdong Cairi Energy Technology Co ltd filed Critical Guangdong Cairi Energy Technology Co ltd
Priority to CN202210964818.XA priority Critical patent/CN115033608B/en
Publication of CN115033608A publication Critical patent/CN115033608A/en
Application granted granted Critical
Publication of CN115033608B publication Critical patent/CN115033608B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • 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
    • G06F16/2246Trees, e.g. B+trees
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/282Hierarchical databases, e.g. IMS, LDAP data stores or Lotus Notes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/06Electricity, gas or water supply
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application provides a hierarchical processing method of energy storage system information, which comprises the following steps: and receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring the energy storage system information of the target object. And judging whether the energy storage system information of the target object belongs to the thermal data. If so, searching the energy storage system information of the target object from the primary cache and feeding back the information to the user. If not, the level information of the target object is searched from the first-level cache. And the hierarchy information of the target object is searched from the hierarchy tree stored in the secondary cache to find the complete information of the target object and fed back to the user. On one hand, the method has the advantages that the occupied space of the level information of the target object stored in the first-level cache is small, and the query speed of the target object of the energy storage system can be increased; on the other hand, the complete information of the target object in the second-level cache is quickly positioned through the hierarchical information of the target object in the first-level cache, and the query efficiency is remarkably improved.

Description

Energy storage system information grading processing method and system
Technical Field
The application belongs to the technical field of data processing, and particularly relates to a hierarchical processing method and system for energy storage system information.
Background
The existing data processing method of the grading information mainly comprises the following steps: 1. and completely storing all data in the database, and acquiring related data from the database by adopting a certain query statement when querying the data. 2. All data/information is completely stored in a cache in a certain data structure (such as a hash structure) and relevant data is obtained from the cache when the data/information is queried.
In the prior scheme 1, the query speed is slow due to the limitation of the read-write performance of a database disk; the quantity of data storage becomes more and more huge along with the increase of sales volume of products or other factors, the quantity of database records increases exponentially, the performance of the database is further reduced when the quantity of data is too large, and the query speed is sharply reduced.
In the existing scheme 2, a large cache needs to be provided, and when the data storage quantity is large, the size of the memory can become a limiting factor of the system; if the cold data is resident in the memory, a large number of requests still read the database, and the cache acceleration query effect is lost. And when the data volume is large when the data is directly stored in the cache by a hash (hash) structure, elements conflict, and the conflicting elements are stored in a linked list form, so that the query efficiency is low.
Disclosure of Invention
The method and the system for processing the energy storage system information in the grading manner can achieve quick query of the hierarchical information and the complete information of a plurality of energy storage systems in the energy storage system.
In order to achieve the above object, the present application provides a method for processing energy storage system information in a hierarchical manner, where the energy storage system information includes hierarchical information and complete information of a plurality of energy storage systems; the hierarchical processing method of the energy storage system information comprises the following steps:
s10, receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring energy storage system information of a target object, the energy storage system information of the target object comprises hierarchy information of the target object and complete information of the target object, and the user access token comprises identification information of an energy storage system to which the target object belongs;
s20, judging whether the energy storage system information of the target object belongs to thermal data, wherein the thermal data is a field stored in the hierarchy information in a first-level cache;
s30, if yes, obtaining the energy storage system information of the target object from the first-level cache and feeding back the information to a user;
s40, if not, searching hierarchy information of the target object from the primary cache according to the identification information of the energy storage system to which the target object belongs in the user access token, wherein the hierarchy information of the target object is the structure information of the hierarchy trees to which all the target objects belong stored in the secondary cache, and the hierarchy tree to which each target object belongs is distinguished by the identification information of the energy storage system to which the target object belongs;
s41, searching the complete information of the target object from the hierarchical tree stored in the secondary cache according to the hierarchical information of the target object and feeding the complete information back to a user, wherein the hierarchical tree takes the complete information of a top-level object of an energy storage system to which the target object belongs as a root node and takes the complete information of a sub-level object below the top-level object as a sub-node.
In one embodiment, before S10, the method further includes: s01a, storing hierarchy information of a plurality of energy storage systems in the first-level cache in a red-black tree mode, wherein the hierarchy information comprises identification information of top-level objects and all sub-level objects in the energy storage systems and a plurality of pieces of field information which are accessed most frequently by users;
and S01b, storing complete information of the top level objects and all the sub level objects in the energy storage system in the secondary cache in a hierarchical tree form.
In one embodiment, the user access token includes identification information of an energy storage system to which the target object belongs, and is an ID code of a top-level object of the energy storage system to which the target object belongs;
the step of S40 includes:
and traversing the hierarchy information of all the top-level objects stored in the first-level cache according to the ID codes of the top-level objects of the energy storage system to which the target object belongs until the hierarchy information of the top-level objects of the energy storage system to which the target object belongs is found.
In one embodiment, at most complete information including five levels is stored in the hierarchical tree.
In one embodiment, in the hierarchical tree, when the number of the subordinate objects of any one node is less than or equal to 8, the complete information of the node and the subordinate objects thereof is stored in a binary tree form; and in the hierarchical tree, when the number of the subordinate objects of any node is more than 8, the complete information of the node and the subordinate objects thereof is stored in a red and black tree form.
In one embodiment, when a top-level object or a sub-level object in the energy storage system is added or deleted, the level information stored in the first-level cache is correspondingly modified; and when a top-level object or a sub-level object in the energy storage system is added or deleted, correspondingly modifying the complete information stored in the secondary cache.
In one embodiment, the hierarchical information is a concatenation of the top level object ID and its sub-level object ID, separated by a '-' in between.
In one embodiment, if the hierarchy information of the target object cannot be found from the first-level cache according to the user access token, and if the complete information of the target object cannot be found from the second-level cache according to the hierarchy information of the target object, the hierarchical processing method for the information of the energy storage system further includes:
and S50, sending an access request to a local database, searching the energy storage system information of the target object in the local database, and feeding back the information to a user.
The present application further provides a hierarchical processing system of energy storage system information, including:
the identity authentication unit is used for receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring energy storage system information of a target object, the energy storage system information of the target object comprises hierarchy information of the target object and complete information of the target object, and the user access token comprises identification information of an energy storage system to which the target object belongs;
the thermal data judging unit is used for judging whether the energy storage system information of the target object belongs to thermal data, and the thermal data is a field stored in the hierarchy information in a first-level cache;
the first-level information searching unit is used for acquiring the energy storage system information of the target object from the first-level cache and feeding the energy storage system information back to a user when the thermal data judging unit judges that the energy storage system information of the target object belongs to the thermal data;
the second-level information searching unit is used for searching the hierarchy information of the target object from the first-level cache according to the identification information of the energy storage system to which the target object belongs in the user access token when the thermal data judging unit judges that the energy storage system information of the target object does not belong to the thermal data, wherein the hierarchy information of the target object is the structure information of the hierarchy trees to which all the target objects belong stored in the second-level cache, and the hierarchy tree to which each target object belongs is distinguished by the identification information of the energy storage system to which the target object belongs; and searching the complete information of the target object from the hierarchical tree stored in the secondary cache according to the hierarchical information of the target object and feeding the complete information back to a user, wherein the hierarchical tree takes the complete information of a top-level object of an energy storage system to which the target object belongs as a root node and takes the complete information of a sub-level object below the top-level object as a sub-node.
In one embodiment, the first-level cache is used for storing user names and level information of the energy storage system, and the first-level cache is a resident memory;
the secondary cache is used for storing complete information of the energy storage system, the complete information of the energy storage system comprises addresses, telephones, mails or other identification information, and the secondary cache is an accessible memory.
In this application, a method for processing energy storage system information in a hierarchical manner includes: receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring energy storage system information of a target object; judging whether the energy storage system information of the target object belongs to thermal data or not; if yes, acquiring the energy storage system information of the target object from the primary cache and feeding the information back to a user; if not, searching the hierarchy information of the target object from the first-level cache according to the identification information of the energy storage system to which the target object belongs in the user access token; further, according to the hierarchy information of the target object, the complete information of the target object is found from the hierarchy tree stored in the secondary cache and fed back to a user. In the application, the storage and the quick query of the energy storage system information in the energy storage system are realized by adopting a secondary cache mode. The energy storage system information includes hierarchical information and integrity information of a plurality of energy storage hierarchies. On one hand, the occupied space of the level information of each energy storage system stored in the first-level cache is small, so that the query speed of the energy storage system information of the target object can be greatly improved. On the other hand, the complete information of the target object in the second-level cache is quickly positioned through the hierarchical information of the target object in the first-level cache, and the query efficiency is remarkably improved. On the other hand, when the energy storage system information is inquired, whether the energy storage system information of the target object belongs to the thermal data or not is judged, and the energy storage system information of the target object is improved.
Drawings
To more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart illustrating steps of a method for hierarchical processing of energy storage system information according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of energy storage system level information stored in a first-level cache in the form of a red-black tree in the hierarchical processing method of energy storage system information according to an embodiment of the present application;
fig. 3 is a schematic diagram of complete information of the energy storage system stored in a secondary cache in the form of a hierarchical tree in the hierarchical processing method of the energy storage system information according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a hierarchical processing system of energy storage system information according to an embodiment of the present application;
fig. 5 is a flowchart illustrating steps of a method for hierarchical processing of energy storage system information according to an embodiment of the present disclosure.
The reference numbers indicate:
hierarchical processing system of energy storage system information 100: the system comprises an identity authentication unit 10, a hot data judgment unit 20, a first-level information search unit 30, a first-level cache 31, a second-level information search unit 40 and a second-level cache 41.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. The components of the embodiments of the present application, as generally described and illustrated in the figures herein, could be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, as presented in the figures, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined or explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not construed as indicating or implying relative importance.
Referring to fig. 1, the present application provides a method for hierarchical processing of energy storage system information, including:
s10, receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring energy storage system information of a target object; the energy storage system information of the target object comprises hierarchy information of the target object and complete information of the target object, and the user access token comprises identification information of an energy storage system to which the target object belongs; the energy storage system comprises a top object and a sub-object arranged below the top object, and the target object is the top object or the sub-object in the energy storage system.
In this step, the user access token includes identification information of the top-level object to which the target object belongs, such as an ID code, a sequence code, and the like, which can uniquely identify the top-level object information to which the target object belongs. In a specific application scenario, when a user needs to query specific information of the target object a, the user logs in/accesses the server. After the user logs in and accesses successfully, the server generates Token (Token means that Token is a Token in computer identity authentication), and the Token stores the ID code of the top-level object to which the target object a belongs. The ID code of the top-level object to which the target object A belongs does not change, and the ID code of the top-level object is directly acquired from the token when the target object A is accessed next time. When a user (possibly a target object in a certain query process) logs in, the ID of the top-level object to which the user belongs is recorded, all the following operations related to the user are related to the sub-level object under the top-level object, and the sub-level objects under other top-level objects cannot be operated.
In one embodiment, the energy storage system is any one of an energy storage structure system, an energy storage state system and an energy storage dealer system. The energy storage structure system can specifically comprise a top level object-battery stack, a secondary level object battery cluster and a tertiary level object battery monomer/battery core. The energy storage state system may specifically include different levels of voltage, current, power, state of charge, temperature, etc. in the energy storage structural system. The energy storage dealer system can specifically comprise a top-level dealer, a second-level dealer, a third-level dealer, a fourth-level dealer and a fifth-level dealer. For example, the energy storage system information is data information of an energy storage structure system, and includes hierarchical information and complete information of a plurality of energy storage structures. For example, the energy storage system information is data information of an energy storage state system, and includes hierarchical information and complete information of a plurality of energy storage states. For another example, the energy storage system information is data information of an energy storage dealer system, and includes hierarchical information and complete information of a plurality of energy storage dealers. More specifically, the target may be a cell 5 in the energy storage structure, the target may be a state of charge of a cell 8 in the energy storage state, and the target may be an energy storage dealer F.
And S20, judging whether the energy storage system information of the target object belongs to thermal data, wherein the thermal data is a field stored in the hierarchical information in a primary cache.
In this step, it is determined whether the target object a that the user wants to query belongs to the hot data, or it may be determined whether the target object a that the user wants to query is stored in the first-level cache. The thermal data is determined based on the traffic demand of the energy storage system. In one embodiment, the thermal data includes common data/fields in the hierarchy information of the energy storage hierarchy determined according to the traffic demand, such as a user name. The first-level cache is used for storing temporary data, so that the frequency of accessing the information source of the energy storage system by the server can be reduced, and the running performance is improved. The data in the first-level cache is the copy of the data in the energy storage system information source, the server reads and writes the data from the first-level cache during operation, and the data of the energy storage system information source and the server can be synchronously cached at a specific moment or when an event occurs.
And S30, if so, acquiring the energy storage system information of the target object from the primary cache and feeding back the information to a user. In this step, the thermal data is a field stored in the level information in the level one cache, such as a user name, an address, a telephone, a mail or other identification information, and may also be a model number, an accumulated usage time, a lifetime or other identification information of the battery cell. At certain times or under certain conditions, which field the hot data belongs to in the hierarchical information is alterable.
And S40, if not, searching the hierarchy information of the target object from the first-level cache according to the identification information of the energy storage system to which the target object belongs in the user access token. The hierarchy information of the target object is the structure information of a hierarchy tree to which all target objects stored in the secondary cache belong. And the hierarchical tree to which each target object belongs is distinguished by the identification information of the energy storage system to which the target object belongs.
In this step, the energy storage system information of the target object does not belong to the thermal data, and is not stored in the primary cache, and the energy storage system information of the target object cannot be found by traversing the storage content in the primary cache. At this time, the level information of the target object needs to be searched from the primary cache according to the user access token. The user access token includes identification information of a top-level object to which the target object belongs, such as an ID code, a serial code, and the like, which can uniquely identify the top-level object information to which the target object belongs. Therefore, the level information of the target object can be searched from the first-level cache by the user access token. The hierarchy information is structural information of a hierarchy tree to which all the objects stored in the secondary cache belong. And the hierarchical tree to which each target object belongs is distinguished by the identification information of the energy storage system to which the target object belongs.
S41, searching complete information of the target object from the hierarchical tree stored in the secondary cache according to the hierarchical information of the target object, and feeding the complete information back to a user; the hierarchical tree takes the complete information of the top-level object of the energy storage system to which the target object belongs as a root node, and takes the complete information of the sub-level objects below the top-level object as sub-nodes.
The hierarchical tree takes the complete information of the top-level object as a root node, and takes the complete information of the sub-level object under the top-level object as a child node. The hierarchical tree of each top level stored in the level two cache may have different forms. Such as: the complete information of the top-level object A and the sub-level objects thereof is stored in the form of a red-black tree (in the hierarchical tree of the top-level object A, the number of the sub-level objects of one node is more than 8). And storing the complete information of the top-level object B and the sub-level objects thereof in a binary tree form (in the hierarchical tree of the top-level object B, the number of the sub-level objects of one node is less than or equal to 8). When the number of the sub-level objects under the top-level object B changes (for example, the number of the sub-level objects increases), the detailed information of the top-level object B and the sub-level objects thereof is stored in the form of a binary tree before, and the detailed information of the top-level object B and the sub-level objects thereof is also stored in the form of a red-black tree. In the previous step, the hierarchy information of the target object is obtained from the first-level cache, and in the present step, the complete information of the target object is found from the second-level cache according to the hierarchy information of the target object and is fed back to the user. The information stored in the secondary cache is complete information of a more detailed energy storage system. Because the level information of the target object is mastered, when the complete information of the target object is searched from the secondary cache, the complete information of the target object is easier to find accurately, the query time is short, and the query efficiency is higher.
The hierarchical processing method for the energy storage system information provided in the embodiment includes: and receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring the energy storage system information of the target object. The energy storage system information of the target object comprises the hierarchy information of the target object and the complete information of the target object. The user access token comprises identification information of an energy storage system to which the target object belongs. And judging whether the target object information belongs to the thermal data. And if so, acquiring the energy storage system information of the target object from the primary cache and feeding back the information to the user. If not, the level information of the target object is searched from the first-level cache according to the identification information of the top-level object to which the target object belongs in the user access token. And searching the complete information of the target object from the secondary cache according to the level information of the target object and feeding back the energy storage system information of the target object to a user. In the application, the storage and the quick query of the energy storage system information in the energy storage system are realized by adopting a secondary cache mode. The energy storage system information includes hierarchical information and integrity information of a plurality of energy storage hierarchies. On one hand, the occupied space of the level information of each energy storage system stored in the first-level cache is small, so that the query speed of the energy storage system information of the target object can be greatly improved. On the other hand, the complete information of the target object in the second-level cache is quickly positioned through the hierarchical information of the target object in the first-level cache, and the query efficiency is obviously improved. On the other hand, when the energy storage system information is inquired, whether the energy storage system information of the target object belongs to the thermal data or not is judged, and the energy storage system information of the target object is improved.
The method and the system for processing the energy storage system information in the grading mode combine the data characteristics of the energy storage system in the energy storage system, reasonably divide the information to be stored in the energy storage system into the hierarchy information and the complete information, and establish the relationship between the hierarchy information and the completion information for storage. According to the hierarchical processing method for the energy storage system information, in the process of inquiring an energy storage system, whether the energy storage system information of a target object belongs to thermal data or not is judged: if yes, acquiring the information (the energy storage system information of the target object) from the primary cache; if not, the hierarchy information of the target object is searched from the first-level cache, and then the complete information of the target object is searched from the hierarchy tree stored in the second-level cache according to the hierarchy information of the target object and fed back to the user.
According to the hierarchical processing method of the energy storage system information, a data structure of a second-level cache is set for storing the information of each energy storage system in the energy storage system. According to the method, the energy storage system information is stored through a data structure of the secondary cache, and the energy storage system information can be rapidly inquired. On one hand, because the level information of the top level object and each sub-level object in the energy storage system occupies small space, the query speed of the energy storage system information of the target object can be greatly improved; on the other hand, the complete information of the target object in the second-level cache can be quickly positioned through the hierarchical information of the target object in the first-level cache, and the query efficiency is remarkably improved.
In one embodiment, before step 10, further comprising:
and S01a, storing the hierarchy information of the top level object and the sub-level objects arranged below the top level object in a first-level cache in a red-black tree form. The hierarchical information comprises the identification information of each sub-object of the top object and a plurality of fields of information which are most frequently visited by users. In this step, a plurality of red and black trees may be stored in the first-level cache, as shown in fig. 2. Fig. 2 shows 3 red-black trees exemplified by a top 1, a top 2, and a top n, n being a positive integer. The root node of each red-black tree represents a vertex. The intermediate nodes under the root node represent children under the top class. And the rest is repeated until all the substages of the top substage are completely counted to the red and black tree. Typically, the total number of layers of a topping is between 4 and 8, and in most cases no more than 5. In a specific embodiment, the format of the hierarchy information may be: the ID of each layer information source is spliced and separated by '-' in the middle. In another specific embodiment, the format of the hierarchy information may be: the coded concatenation of stack-cluster-cells, separated by '-'s in the middle (the energy storage architecture comprises three stages, not shown).
And S01b, storing complete information of the top level object and the sub-level objects arranged below the top level object in a secondary cache in a hierarchical tree form, wherein the hierarchical tree comprises a red-black tree or a binary tree form. In this step, the second-level cache stores the top-level object and the complete information of the sub-level objects arranged under the top-level object in the form of a hierarchical tree. The hierarchical tree may be in the form of a red-black tree or a binary tree. Multiple hierarchical trees may be stored in the level two cache as shown in fig. 3. Two hierarchical trees of a topstock m1 and a topstock m2 are illustrated in fig. 3, where m1 and m2 are positive integers and m1 and m2 are less than or equal to n.
In this embodiment, the content cached in the first-level cache and the second-level cache is energy storage system information (i.e., hierarchy information and complete information of a plurality of energy storage systems). Specifically, the first-level cache stores the hierarchy information of the energy storage system. And the second-level cache stores complete information of the energy storage system. The first-level cache and the second-level cache can select cache middleware such as Varnish, ngnix, squid, memcache, redis, ehcache and the like.
In addition, in the embodiment, in the process of data processing of the energy storage system information, the data processing speed can be effectively increased by adopting the number of the caches and the types of the data stored in the caches. According to the method, the first-level cache and the second-level cache are arranged, and different data types are stored in different caches, so that the data query speed and the query efficiency of the energy storage system information can be greatly improved.
In one embodiment, the user access token includes identification information of an energy storage system to which the target object belongs, and the identification information is an ID code of a top-level object of the energy storage system to which the target object belongs. The step of S40 then includes:
and traversing the hierarchy information of all the top-level objects stored in the first-level cache according to the ID codes of the top-level objects of the energy storage system to which the target object belongs until the hierarchy information of the top-level objects of the energy storage system to which the target object belongs is found.
In this embodiment, each red-black tree stored in the first-level cache and each hierarchical tree stored in the second-level cache use the top-level object ID as a number. In the data storage stage, the top-level object ID is stored in the token after being authenticated. When a user accesses (when the user inquires the target object information), after the token is sent to the accessed user, the user puts the token into a request header of an access request to inquire data. And traversing all the red and black trees stored in the first-level cache until the level information of the target object is found according to the ID code of the top-level object to which the target object belongs as the query mark.
In one embodiment, the root node of each hierarchical tree uses the topsides ID as a number, the root node storing the complete information for the topsides.
In the hierarchical tree, the lower-level child nodes of the root node store complete information of the secondary object, and all nodes in the lower-level child nodes are orderly. It is understood that the lower level child node set of the root node is considered as a node as a whole, and the siblings of the node are ordered.
In the hierarchical tree, the next subordinate child node of the subordinate child node stores the complete information of the three-level object, and all nodes in the next subordinate child node are orderly. It is understood that the collection of subordinate child nodes of a subordinate child node is considered as a node as a whole, with the siblings of this node ordered among themselves.
And repeating the steps until all subordinate objects under the top object are stored.
In this embodiment, the hierarchy of the subordinate objects under the top object is not limited, and may be set according to the number/hierarchy relationship of the subordinate objects in the actual energy storage system. The hierarchical tree also takes the ID of the top-level object as a tree root node, all the sub-level object information under the top-level object is positioned in the same level of the same hierarchical tree, and the sub-level object information in the hierarchical tree is stored in a structure of a binary tree or a red-black tree.
In one embodiment, at most complete information including five levels of objects is stored in the hierarchical tree. For example, complete information of three levels of energy storage structures is stored in the hierarchical tree; storing complete information of four levels of energy storage states in the hierarchical tree; storing complete information of a five-level energy storage structure in the hierarchical tree. Specifically, referring to fig. 3, each of the topsides m1 and m2 in fig. 3 includes 4 layers. Such as the top grade m2; secondary 2, secondary 3, secondary 4; tertiary 5, tertiary 6, tertiary 7, tertiary 8, tertiary 9, tertiary 10 and tertiary 11; quats 12, 13, 14, 15, 16, 17, 18, 19, 20.
In one embodiment, the hierarchical tree is dynamically updated using a least recently used page replacement algorithm.
In this embodiment, the hierarchy tree as a whole is dynamically replaced/updated by the LRU algorithm to ensure the hit probability of the hierarchy tree in the memory. The LRU algorithm is an abbreviation of Least Used by the Least Recently Used page replacement algorithm, is Used for virtual style storage management service, and is decided according to the use condition of pages called into a memory. Since the future use of each page cannot be predicted, only the "recent past" can be used as an approximation of the "recent future".
In one embodiment, when the number of the sub-level objects of the same node is less than or equal to 8 in the hierarchical tree, the complete information of the node and the sub-level objects thereof is stored in a binary tree form. In the hierarchical tree, when the number of the sub-level objects of the same node is more than 8, the complete information of the node and the sub-level objects thereof is stored in a red and black tree form.
In this embodiment, the hierarchical tree in the second-level cache is stored in a red-black tree form or a binary tree form, and the system can convert itself. The conversion process from the binary tree to the red-black tree is to traverse the original binary tree and process the data of the original binary tree according to the requirements of the red-black tree. The five basic requirements of the red and black tree are fixed, and no new data processing rules need to be designed. The conversion from the binary tree to the red-black tree is determined according to whether the number of the nodes is larger than 8, and the system program can automatically convert the binary tree into the red-black tree when the number of the nodes is larger than 8 so as to ensure the time complexity of query.
In one embodiment, when each level in the energy storage system is added or deleted, the level information stored in the first level cache (in the red and black trees) is modified correspondingly. And when each level object in the energy storage system is added or deleted, the complete information of each level object is correspondingly added or deleted in the second level cache (in the hierarchical tree).
In this embodiment, the first-level cache stores the hierarchy information of each level in the energy storage system, and the data volume is relatively small. Moreover, when each level of objects is added or deleted in the red and black tree in the first-level cache, not all the red and black trees are updated, but basically, part of the red and black trees are adjusted. In addition, in this embodiment, elimination of sub-nodes in the hierarchical tree in the second-level cache is actually control on granularity, and since the entire hierarchical tree itself is limited (the number of each level is 5 levels at the highest) in some embodiments, the number of nodes is not too large, and when complete information of each level is added or deleted from the hierarchical tree, the reading speed of the energy storage system information is not greatly affected.
In one embodiment, the level information is a concatenation of the top level object ID and the sub-level object ID set under the top level object, separated by a '-' in between. Specifically, the hierarchy information is typically stored in a common language specification (cls field). Such as: the hierarchy information may be the ID of the top-level-ID of the secondary-ID of the tertiary. In another aspect, the level information refers to the number of layers included in a certain storage tree structure (e.g., a red-black tree in a first-level cache) and the number (which may be an ID number) of each level in the energy storage system in each layer.
In one embodiment, if the hierarchy information of the target object cannot be found from the first-level cache according to the user access token and if the complete information of the target object cannot be found from the second-level cache according to the hierarchy information of the target object, the hierarchical processing method for the information of the energy storage system further includes:
and S50, sending an access request to a local database, searching the target object information in the local database and feeding back the target object information to the user.
In this embodiment, as a candidate data search policy, when the target object information cannot be found in the first-level cache and the second-level cache, the local database needs to be accessed to determine whether the complete information of the target object is stored in the local database.
Referring to fig. 4, the present application further provides a hierarchical processing system 100 for energy storage system information. The hierarchical processing system 100 for energy storage system information includes: the system comprises an identity authentication unit 10, a hot data judgment unit 20, a first level information search unit 30, a first level cache 31, a second level information search unit 40 and a second level cache 41. The identity authentication unit 10, the thermal data determination unit 20, the first-level information search unit 30, and the second-level information search unit 40 may all belong to the same server.
The identity authentication unit 10 is configured to receive an access request of a user and generate a user access token, where the access request is used to query energy storage system information of a target object, the energy storage system information of the target object includes hierarchy information of the target object and complete information of the target object, and the user access token includes identification information of an energy storage system to which the target object belongs.
The thermal data determining unit 20 is configured to determine whether the energy storage system information of the target object belongs to thermal data, where the thermal data is a field in the hierarchy information stored in the first-level cache. The thermal data determining unit 20 may search for the target object by traversing all the red and black trees in the first-level cache 31, and then complete the operation of determining whether the target object information belongs to the thermal data.
The first-level information searching unit 30 is configured to, when the thermal data determining unit determines that the energy storage system information of the target object belongs to the thermal data, obtain the energy storage system information of the target object from the first-level cache and feed the energy storage system information back to a user.
The second-level information searching unit 40 is configured to, when the thermal data determining unit determines that the energy storage system information of the target object does not belong to the thermal data, search, according to the identification information of the energy storage system to which the target object belongs in the user access token, hierarchy information of the target object from the first-level cache, where the hierarchy information of the target object is structure information of hierarchy trees to which all target objects stored in the second-level cache belong, and the hierarchy tree to which each target object belongs is distinguished by the identification information of the energy storage system to which the target object belongs; and searching complete information of the target object from the hierarchical tree stored in the secondary cache according to the hierarchical information of the target object and feeding the complete information back to a user, wherein the hierarchical tree takes the complete information of a top-level object of an energy storage system to which the target object belongs as a root node and takes the complete information of a sub-level object below the top-level object as a sub-node.
The hierarchical processing system 100 for energy storage system information provided in this embodiment includes: an identity authentication unit 10 for receiving a user's access request and generating a user access token. The access request includes querying energy storage system information of the target object. The user access token includes identification information of a topclass to which the target object belongs. And a thermal data judgment unit 20 for judging whether the target object information belongs to the thermal data. And the first-stage information searching unit 30 is used for searching the energy storage system information of the target object from the first-stage cache 31 and feeding back the energy storage system information to a user when the thermal data judging unit judges that the energy storage system information of the target object belongs to the thermal data. And the second-level information searching unit 40 is used for searching the hierarchy information of the target object from the first-level cache 31 according to the identification information of the energy storage system to which the target object belongs in the user access token when the thermal data judging unit judges that the energy storage system information of the target object does not belong to the thermal data. The second-level information search unit 40 is further configured to search the complete information of the target object from the second-level cache according to the level information of the target object and feed the complete information back to the user.
The hierarchical processing system 100 for energy storage system information provided in this embodiment combines the data characteristics of the energy storage system information, and reasonably sets the storage locations of the hierarchical information and the complete information in the energy storage system. In the process of querying the energy storage system information, the hierarchical processing system 100 of the energy storage system information obtains the target object information belonging to the thermal data from the primary cache 31. And if the target object information does not belong to the thermal data, the hierarchy information of the target object is acquired from the first-level cache 31, and then the complete information of the target object is acquired from the second-level cache 41.
In the hierarchical processing system 100 for energy storage system information of the present application, a data structure of a second-level cache is provided for storing data of the hierarchical information of the energy storage system. The system can combine the data processing process of the energy storage system information and the data structure of the secondary cache into practical application, and realizes the quick query of the energy storage system information. On one hand, the hierarchy information in the energy storage system occupies small space, so that the query speed of the target object can be greatly improved; on the other hand, the complete information of the target object in the second-level cache 41 can be quickly located through the hierarchical information of the target object in the first-level cache 31, and the query efficiency is remarkably improved.
In one embodiment, the first level cache 31 is used for storing the level information of each level (the top level and each sub-level arranged below the top level) in the energy storage system. The first level cache 31 is resident memory. The second level cache 41 is used to store complete information of each level, such as complete information of the energy storage system including address, phone call, mail or other identifying information. The secondary cache 41 is accessible memory. The complete information of the energy storage system may also include: the identification code or serial number of the top level object-battery stack, the identification code or serial number of the secondary level object battery cluster, and the identification code or serial number of the tertiary level object battery monomer/battery core.
In this embodiment, the storage and query of the energy storage system information are implemented by using a secondary tree structure. The scheme reduces the memory occupation and improves the query efficiency. Specifically, the hierarchical information of each hierarchy in the energy storage system is stored in the primary cache 31 in a red-black tree form, and the primary tree structure only stores a small amount of information such as the hierarchy, so that the memory occupation is small, and the primary cache 31 adopts a resident memory scheme. Meanwhile, certain fields in the hierarchical information are determined as thermal data according to the service requirements, and when the energy storage system information is inquired, whether the energy storage system information of the target object belongs to the thermal data or not is judged first, so that the improvement of the energy storage system information of the target object is facilitated. The scheme that the first-level tree structure adopts the resident memory obviously improves the query performance of the energy storage system information.
Referring to fig. 5, in one embodiment, an energy storage system is taken as an energy storage dealer, and an energy storage dealer system includes a top dealer and a plurality of sub-dealers. The energy storage system information includes hierarchical information of the dealer and complete information of the dealer. Each sub-dealer under a dealer belongs to the same hierarchy, and all sub-dealers under the dealer are divided into a hierarchy. Thus, all child dealers can be determined by locating the parent dealer. In order to facilitate the search for a particular one of the child distributors, the child distributors within the hierarchy are stored in a binary tree or red-black tree structure.
One top level dealer corresponds to one red-black tree and one hierarchical tree. The corresponding red and black trees are stored in the first level cache, and the corresponding hierarchical tree is stored in the second level cache. It may be provided that the dealer's hierarchy information (including hot data determined according to business requirements) is stored in the form of a red and black tree in the level one cache. For example, user name information in the hierarchy information may be set as the hot data.
Specifically, one dealer a, after authentication, will store the ID of the top dealer of dealer a in the token. (1) If this dealer a only inquires about its own hierarchical information or name (hot data), it only needs to find the corresponding red-black tree in the level one cache according to the ID of the top level dealer, and then traverse the dealer a in the red-black tree. (2) If dealer A were to query other dealer B's hot data, it would be necessary to determine the Red-Black Tree from the ID of the other dealer B's top dealer, and then traverse the Red-Black Tree. (3) If the dealer a needs to inquire the complete information of the other dealers B, the red-black tree needs to be determined according to the IDs of the top-level dealers of the other dealers B, and then the complete information of the other dealers B is found from the hierarchical tree stored in the secondary cache according to the hierarchical information of the other dealers B recorded in the red-black tree. (4) If the dealer A needs to search the mobile phone number of the lower-level sub-dealer, complete information such as Email needs to search the hierarchical information of the dealer A according to the ID of the top-level dealer in the corresponding red and black tree. And then, according to the hierarchical information recorded in the red and black tree, finding a parent node on the hierarchical tree, wherein the parent node is associated with complete information of all subordinate dealers. So as to search the complete information of the subordinate sub-dealer of the dealer A from the hierarchical tree stored in the second-level cache.
In the application, the hierarchical processing system of the energy storage system information adopts a secondary tree structure to store and query hierarchical dealer data. The secondary tree structure includes a primary tree storing hierarchical information of the dealer and a secondary tree storing complete information of the dealer. The first-level tree is a red-black tree, and the second-level tree is a red-black tree or a binary tree. The first level tree is stored in a first level cache (resident memory) and the second level tree is stored in a second level cache (accessible memory). The data structure of the second-level cache is set for storing data of the hierarchical dealer of the energy storage system. The data processing process of the energy storage system hierarchical dealer and the data structure of the second-level cache are combined into practical application, and the data of the energy storage system hierarchical dealer can be quickly inquired. On one hand, the hierarchical information of the dealer occupies small space, so that the query speed of the target object can be greatly improved; on the other hand, the complete information of the target object in the second-level cache can be quickly positioned through the hierarchical information of the target object in the first-level cache, and the query efficiency is remarkably improved.
It should be noted that, according to implementation needs, each component/step described in the present application may be divided into more components/steps, and two or more components/steps or partial operations of the components/steps may also be combined into a new component/step to achieve the purpose of the present application.
The above-described method according to the present application may be implemented in hardware, firmware, or as software or computer code storable in a recording medium such as a CD ROM, a RAM, a floppy disk, a hard disk, or a magneto-optical disk, or as computer code originally stored in a remote recording medium or a non-transitory machine-readable medium and to be stored in a local recording medium downloaded through a network, so that the method described herein may be stored in such software processing on a recording medium using a general-purpose computer, a dedicated processor, or programmable or dedicated hardware such as an ASIC or FPGA. It is understood that a computer, processor, microprocessor controller, or programmable hardware includes memory components (e.g., RAM, ROM, flash memory, etc.) that can store or receive software or computer code that, when accessed and executed by a computer, processor, or hardware, implements the processing methods described herein. Further, when a general-purpose computer accesses code for implementing the processes shown herein, execution of the code transforms the general-purpose computer into a special-purpose computer for performing the processes shown herein.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made to the present application by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present application shall be included in the protection scope of the present application. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined or explained in subsequent figures.
The above description is only for the specific embodiments of the present application, but the scope of the present application 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 application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. The hierarchical processing method of the energy storage system information is characterized in that the energy storage system information comprises hierarchical information and complete information of a plurality of energy storage systems; the hierarchical processing method of the energy storage system information comprises the following steps:
s10, receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring energy storage system information of a target object; the energy storage system information of the target object comprises the hierarchy information of the target object and the complete information of the target object, and the user access token comprises the identification information of an energy storage system to which the target object belongs; the energy storage system comprises a top-level object and a sub-level object arranged below the top-level object, and the target object is the top-level object or the sub-level object in the energy storage system;
s20, judging whether the energy storage system information of the target object belongs to thermal data, wherein the thermal data is a field stored in the hierarchical information in a primary cache;
s30, if yes, obtaining the energy storage system information of the target object from the first-level cache and feeding back the information to a user;
s40, if not, searching the hierarchy information of the target object from the first-level cache according to the identification information of the energy storage system to which the target object belongs in the user access token; the hierarchy information of the target objects is the structure information of the hierarchy trees of all the target objects stored in the secondary cache, wherein the hierarchy tree to which each target object belongs is distinguished by the identification information of the energy storage system to which the target object belongs;
s41, searching the complete information of the target object from the hierarchical tree stored in the secondary cache according to the hierarchical information of the target object and feeding back the complete information to a user; the hierarchical tree takes the complete information of the top-level object of the energy storage system to which the target object belongs as a root node, and takes the complete information of the sub-level objects below the top-level object as sub-nodes;
before the S10, further comprising:
s01a, storing hierarchy information of a plurality of energy storage systems in the first-level cache in a red-black tree mode, wherein the hierarchy information comprises identification information of top-level objects and all sub-level objects in the energy storage systems and a plurality of pieces of field information which are accessed most frequently by users;
and S01b, storing complete information of the top level objects and all the sub level objects in the energy storage system in the secondary cache in a hierarchical tree form.
2. The hierarchical processing method of the energy storage system information according to claim 1, wherein the user access token includes an ID code that the identification information of the energy storage system to which the target object belongs is a top-level object of the energy storage system to which the target object belongs;
the step of S40 includes:
and traversing the hierarchy information of all the top-level objects stored in the first-level cache according to the ID codes of the top-level objects of the energy storage system to which the target object belongs until the hierarchy information of the top-level objects of the energy storage system to which the target object belongs is found.
3. The hierarchical processing method of energy storage system information according to claim 1, wherein complete information including five levels at most is stored in the hierarchical tree.
4. The hierarchical processing method of the energy storage system information according to claim 1, wherein in the hierarchical tree, when the number of the substages of any one node is less than or equal to 8, the complete information of the node and the substages thereof is stored in a binary tree form; and in the hierarchical tree, when the number of the sub-level objects of any node is more than 8, the complete information of the node and the sub-level objects thereof is stored in the form of a red-black tree.
5. The hierarchical processing method of the energy storage system information according to claim 1, wherein when a top-level object or a sub-level object in the energy storage system is added or deleted, the hierarchical information stored in the first-level cache is correspondingly modified; and when a top-level object or a sub-level object in the energy storage system is added or deleted, correspondingly modifying the complete information stored in the secondary cache.
6. The method for hierarchical processing of energy storage system information according to claim 1, wherein the hierarchical information is a concatenation of a top level object ID and its sub-level object IDs, separated by a '-' in between.
7. The method for processing the energy storage system information in a hierarchical manner according to claim 1, wherein if the hierarchy information of the target object cannot be found from the primary cache according to the user access token and if the complete information of the target object cannot be found from the secondary cache according to the hierarchy information of the target object, the method for processing the energy storage system information in a hierarchical manner further comprises:
and S50, sending an access request to a local database, searching the energy storage system information of the target object in the local database, and feeding back the information to a user.
8. A hierarchical processing system of energy storage system information, comprising:
the identity authentication unit is used for receiving an access request of a user and generating a user access token, wherein the access request is used for inquiring the energy storage system information of a target object, the energy storage system information of the target object comprises the level information of the target object and the complete information of the target object, and the user access token comprises the identification information of an energy storage system to which the target object belongs;
the thermal data judging unit is used for judging whether the energy storage system information of the target object belongs to thermal data, and the thermal data is a field stored in the hierarchy information in a first-level cache; storing hierarchy information of a plurality of energy storage systems in the first-level cache in a red-black tree mode, wherein the hierarchy information comprises identification information of top-level objects and all sub-level objects in the energy storage systems and a plurality of pieces of field information which are accessed most frequently by users;
the first-level information searching unit is used for acquiring the energy storage system information of the target object from the first-level cache and feeding the energy storage system information back to a user when the thermal data judging unit judges that the energy storage system information of the target object belongs to the thermal data;
a second-level information searching unit, configured to search, when the thermal data determining unit determines that the energy storage system information of the target object does not belong to the thermal data, level information of the target object from the first-level cache according to identification information of an energy storage system to which the target object belongs in the user access token, where the level information of the target object is structure information of a level tree to which all target objects stored in a second-level cache belong, and the level tree to which each target object belongs is distinguished by the identification information of the energy storage system to which the target object belongs; searching complete information of the target object from the hierarchical tree stored in the secondary cache according to the hierarchical information of the target object and feeding the complete information back to a user, wherein the hierarchical tree takes the complete information of a top-level object of an energy storage system to which the target object belongs as a root node and takes the complete information of a sub-level object below the top-level object as a sub-node; and in the second-level cache, storing complete information of the top-level objects and all the sub-level objects in the energy storage system in a hierarchical tree form.
9. The hierarchical processing system of the energy storage system information according to claim 8, wherein the primary cache is used for storing user name and level information of the energy storage system, and the primary cache is a resident memory;
the second-level cache is used for storing complete information of the energy storage system, the complete information of the energy storage system comprises addresses, telephones, mails or other identification information, and the second-level cache is an accessible memory.
10. The system of claim 8, wherein complete information of the node and its children is stored in different forms in the hierarchical tree;
when the number of the substages of any one node is less than or equal to 8, storing the complete information of the node and the substages thereof in a form of a binary tree;
and when the number of the sub-level objects of any one node is more than 8, storing the complete information of the node and the sub-level objects thereof in a red-black tree form.
CN202210964818.XA 2022-08-12 2022-08-12 Energy storage system information grading processing method and system Active CN115033608B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210964818.XA CN115033608B (en) 2022-08-12 2022-08-12 Energy storage system information grading processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210964818.XA CN115033608B (en) 2022-08-12 2022-08-12 Energy storage system information grading processing method and system

Publications (2)

Publication Number Publication Date
CN115033608A CN115033608A (en) 2022-09-09
CN115033608B true CN115033608B (en) 2022-11-04

Family

ID=83130190

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210964818.XA Active CN115033608B (en) 2022-08-12 2022-08-12 Energy storage system information grading processing method and system

Country Status (1)

Country Link
CN (1) CN115033608B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708719A (en) * 2020-05-28 2020-09-25 西安纸贵互联网科技有限公司 Computer storage acceleration method, electronic device and storage medium
CN112836093A (en) * 2021-02-03 2021-05-25 北京字跳网络技术有限公司 Data query method and device, electronic equipment and storage medium
CN112948439A (en) * 2021-03-05 2021-06-11 北京北大千方科技有限公司 Method, device, medium and equipment for processing GIS data query request in real time
CN113836510A (en) * 2021-08-13 2021-12-24 北京吉大正元信息技术有限公司 Token-based application access control method and device, equipment and storage medium thereof
CN114116716A (en) * 2021-11-19 2022-03-01 天翼数字生活科技有限公司 Hierarchical data retrieval method, device and equipment
CN114281855A (en) * 2021-12-27 2022-04-05 中国南方电网有限责任公司 Data request method, data request device, computer equipment, storage medium and program product

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9037791B2 (en) * 2013-01-22 2015-05-19 International Business Machines Corporation Tiered caching and migration in differing granularities
CN110555043A (en) * 2018-03-30 2019-12-10 中国石油化工股份有限公司 Seismic data multi-level caching method based on octree
CN111506604B (en) * 2019-01-31 2023-06-13 伊姆西Ip控股有限责任公司 Method, apparatus and computer program product for accessing data
WO2021057824A1 (en) * 2019-09-24 2021-04-01 华为技术有限公司 Method and apparatus for querying data, computing device, and storage medium
CN112395322B (en) * 2020-12-07 2021-06-01 湖南新云网科技有限公司 List data display method and device based on hierarchical cache and terminal equipment
CN112685454A (en) * 2021-03-10 2021-04-20 江苏金恒信息科技股份有限公司 Industrial data hierarchical storage system and method and industrial data hierarchical query method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708719A (en) * 2020-05-28 2020-09-25 西安纸贵互联网科技有限公司 Computer storage acceleration method, electronic device and storage medium
CN112836093A (en) * 2021-02-03 2021-05-25 北京字跳网络技术有限公司 Data query method and device, electronic equipment and storage medium
CN112948439A (en) * 2021-03-05 2021-06-11 北京北大千方科技有限公司 Method, device, medium and equipment for processing GIS data query request in real time
CN113836510A (en) * 2021-08-13 2021-12-24 北京吉大正元信息技术有限公司 Token-based application access control method and device, equipment and storage medium thereof
CN114116716A (en) * 2021-11-19 2022-03-01 天翼数字生活科技有限公司 Hierarchical data retrieval method, device and equipment
CN114281855A (en) * 2021-12-27 2022-04-05 中国南方电网有限责任公司 Data request method, data request device, computer equipment, storage medium and program product

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于JDBC数据管理与查询优化的研究;韩兵等;《计算机技术与发展》;20180516(第09期);第182-186页 *

Also Published As

Publication number Publication date
CN115033608A (en) 2022-09-09

Similar Documents

Publication Publication Date Title
JP5661104B2 (en) Method and system for search using search engine indexing and index
US6668263B1 (en) Method and system for efficiently searching for free space in a table of a relational database having a clustering index
CN111061752B (en) Data processing method and device and electronic equipment
WO2017165914A1 (en) "methods and systems for database optimisation"
CN112148680B (en) File system metadata management method based on distributed graph database
CN112817538B (en) Data processing method, device, equipment and storage medium
CN109189759B (en) Data reading method, data query method, device and equipment in KV storage system
CN114691721A (en) Graph data query method and device, electronic equipment and storage medium
CN113656397A (en) Index construction and query method and device for time series data
CN116756253B (en) Data storage and query methods, devices, equipment and media of relational database
CN115033608B (en) Energy storage system information grading processing method and system
CN110597805B (en) Memory index structure processing method
CN114416741A (en) KV data writing and reading method and device based on multi-level index and storage medium
CN113742344A (en) Method and device for indexing power system data
CN114281989A (en) Data deduplication method and device based on text similarity, storage medium and server
CN113779286A (en) Method and device for managing graph data
CN114840487A (en) Metadata management method and device for distributed file system
CN110413617B (en) Method for dynamically adjusting hash table group according to size of data volume
CN112269947A (en) Spatial text data caching method and device, electronic equipment and storage medium
CN113190550B (en) Organization structure authority distribution method based on tree structure
CN112711627B (en) Data importing method, device and equipment of Greemplum database
CN116955286B (en) File searching and classifying management method, system and device
CN111949439B (en) Database-based data file updating method and device
CN116821867B (en) Recovery management method, device, equipment and storage medium of authority authorization data
CN117729176B (en) Method and device for aggregating application program interfaces based on network address and response body

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
GR01 Patent grant
GR01 Patent grant