[go: up one dir, main page]

CN111046070A - Intelligent data caching method and device, computer equipment and storage medium - Google Patents

Intelligent data caching method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111046070A
CN111046070A CN201911146847.XA CN201911146847A CN111046070A CN 111046070 A CN111046070 A CN 111046070A CN 201911146847 A CN201911146847 A CN 201911146847A CN 111046070 A CN111046070 A CN 111046070A
Authority
CN
China
Prior art keywords
cache
time
caching
record
effective
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.)
Granted
Application number
CN201911146847.XA
Other languages
Chinese (zh)
Other versions
CN111046070B (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.)
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service 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 Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN201911146847.XA priority Critical patent/CN111046070B/en
Publication of CN111046070A publication Critical patent/CN111046070A/en
Application granted granted Critical
Publication of CN111046070B publication Critical patent/CN111046070B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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 OR CALCULATING; 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/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2477Temporal data queries
    • 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

Landscapes

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

Abstract

The invention discloses an intelligent data caching method, an intelligent data caching device, computer equipment and a storage medium, wherein the intelligent data caching method comprises the following steps: when a cache query request is received, analyzing the cache query request to obtain a service type and cache valid time; obtaining a cache record of a service interface corresponding to the service type according to the service type; obtaining the caching time of the caching record, and if the caching time of the caching record is within the caching effective time, judging that the caching record is effective; and acquiring the number of the effective cache records, and outputting the cache records and the corresponding number. The method improves the accuracy and efficiency of cache data query by setting the cache effective time and the service type, querying the cache record according to the service type and simultaneously acquiring the effective cache record according to the cache effective time.

Description

Intelligent data caching method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of data caching technologies, and in particular, to an intelligent data caching method and apparatus, a computer device, and a storage medium.
Background
In the prior art, a cache scheme is implemented by querying based on hot data when a general service application uses a cache, and the cache mode is not based on a service rule for caching, so that the aim of querying cache records accurately and effectively cannot be fulfilled.
Disclosure of Invention
The invention aims to provide an intelligent data caching method, an intelligent data caching device, computer equipment and a storage medium, and aims to solve the problem that cache records cannot be accurately and effectively inquired in the prior art.
The embodiment of the invention provides an intelligent data caching method based on a service interface, which comprises the following steps:
when a cache query request is received, analyzing the cache query request to obtain a service type and cache valid time;
obtaining a cache record of a service interface corresponding to the service type according to the service type;
obtaining the caching time of the caching record, and if the caching time of the caching record is within the caching effective time, judging that the caching record is effective;
and acquiring the number of the effective cache records, and outputting the cache records and the corresponding number.
Preferably, when receiving a cache query request, before analyzing the cache query request and obtaining a service type and cache validity time, the method further includes:
caching data according to the service interface in advance, and generating a corresponding cache record.
Preferably, the buffer validity time is a specified start time or time interval.
Preferably, the method further comprises the following steps:
and acquiring the time type of the cache effective time, and converting the cache effective time into an effective long integer timestamp according to the time type.
Preferably, the obtaining the time type of the cache validity time and converting the cache validity time into a valid long integer timestamp according to the time type includes:
when the time type is the appointed starting time, confirming that the current cache effective time is the appointed starting time;
the current cache validity time is directly converted into a valid long integer timestamp.
Preferably, the obtaining the time type of the cache validity time and converting the cache validity time into a valid long integer timestamp according to the time type further includes:
when the time type is a time interval, confirming that the current effective caching time is the time interval;
subtracting the current effective caching time from the current time to obtain the appointed starting time;
converting the specified start time to a valid long integer timestamp.
Preferably, the cache record includes cache time, service type and data.
The embodiment of the present invention further provides an intelligent data caching device based on a service interface, which includes:
the analysis unit is used for analyzing the cache query request when the cache query request is received, and acquiring the service type and the cache valid time;
the acquisition unit is used for acquiring the cache record of the service interface corresponding to the service type according to the service type;
the judging unit is used for obtaining the caching time of the caching record, and if the caching time of the caching record is within the caching effective time, the caching record is judged to be effective;
and the output unit is used for acquiring the number of the effective cache records and outputting the cache records and the corresponding number.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the processor implements the intelligent data caching method based on the service interface.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the method for caching data intelligently based on a service interface is implemented.
The embodiment of the invention provides an intelligent data caching method, an intelligent data caching device, computer equipment and a storage medium, wherein the method comprises the following steps: when a cache query request is received, analyzing the cache query request to obtain a service type and cache valid time; obtaining a cache record of a service interface corresponding to the service type according to the service type; obtaining the caching time of the caching record, and if the caching time of the caching record is within the caching effective time, judging that the caching record is effective; and acquiring the number of the effective cache records, and outputting the cache records and the corresponding number. The method improves the accuracy and efficiency of cache data query by setting the cache effective time and the service type, querying the cache record according to the service type and simultaneously acquiring the effective cache record according to the cache effective time.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of an intelligent data caching method based on a service interface according to an embodiment of the present invention;
fig. 2 is a schematic block diagram of an intelligent data caching apparatus based on a service interface according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are 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.
It is to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1, fig. 1 is a schematic flowchart of an intelligent data caching method based on a service interface according to an embodiment of the present invention, where the method includes steps S101 to S106:
s101, when a cache query request is received, analyzing the cache query request to obtain a service type and cache valid time;
in this step, when a cache query request of a user is received, the cache query request is firstly analyzed, so as to obtain the information of the service type and the cache valid time in the cache query request. In the embodiment of the present invention, the cache data (i.e., the cache records) is stored according to the service interface, and each cache record has the corresponding cache validity time, so when a user wants to query the cache data, the user needs to first obtain the service type and the cache validity time, so as to accurately query the corresponding cache data.
The cache validity time may be a time period or a time point. For example, the buffer validity time is a specified start time or time interval. When the cache valid time is a specified starting time, the cache record generated after the specified starting time is valid, and when the cache valid time is a time interval, the cache record generated in the time interval is valid.
In an embodiment, before the step S101, the method further includes:
caching data according to the service interface in advance, and generating a corresponding cache record.
And caching the data of each service type according to the corresponding service interface so as to generate a corresponding cache record. Therefore, the cache records are stored and classified according to the corresponding service types, and the cache records are conveniently searched and managed when a cache query request is received.
In one embodiment, the cache record includes a cache time, a traffic type, and data.
That is, when the cache record is generated, the time for creating the cache record may be obtained, the time is used as the cache time, the corresponding service type is obtained, corresponding data (i.e., cache data) is obtained, the information is combined to be used as the whole cache record, and then, when the cache record is searched, the cache record is quickly located and returned.
Specifically, the cache record may be assembled according to the service type, the cache time, and the data sequence, so that when the cache record is searched, the service type corresponding to the cache record may be determined directly from the head of the cache record. In addition, the field lengths of the service type and the cache time can be set as fixed values, so that all cache records are unified, and the cache time and the service type of the cache records are convenient to confirm.
S102, obtaining a cache record of a service interface corresponding to the service type according to the service type;
in this step, the corresponding service interface may be obtained according to the obtained service type, and then all the cache records corresponding to the service interface may be queried according to the service interface. So that the screening of the cache records continues to be performed subsequently to hit the desired cache record.
S103, obtaining the caching time of the caching record, and if the caching time of the caching record is within the caching effective time, judging that the caching record is effective;
the cache record comprises cache time, so that the cache time of the cache record can be obtained, whether the cache time is in the effective cache time or not is judged, and if the cache time of the cache record is in the effective cache time, the cache record is effective. And if the caching time of the caching record is not within the caching effective time, indicating that the caching record is invalid. Of course, since the cache validity time may be a time point or a time period, the cache time in the cache validity time may be expressed as the cache time after the time point or the cache time in the time period.
And S104, acquiring the number of the effective cache records, and outputting the cache records and the corresponding number.
This step may count the determination results in step S103, so as to obtain the number of valid cache records (i.e. the total number), and finally output these cache records and the number of cache records.
In an embodiment, the method for intelligently caching data based on the service interface further includes:
and acquiring the time type of the cache effective time, and converting the cache effective time into an effective long integer timestamp according to the time type.
As mentioned above, there are two types of time types of the cache validity time, one is a time point and the other is a time period, so that the format of the cache validity time can be converted according to the specific time type in this step, and the cache validity time is converted into a long and integer timestamp which is convenient for comparison, so that the required cache record can be accurately returned.
In an embodiment, the obtaining a time type of the cache validity time and converting the cache validity time into a valid long integer timestamp according to the time type includes:
when the time type is the appointed starting time, confirming that the current cache effective time is the appointed starting time;
the current cache validity time is directly converted into a valid long integer timestamp.
In this embodiment, the time type of the cache valid time is a designated start time, that is, the designated start time is a time point, so that the current cache valid time can be determined to be the designated start time, and then the current cache valid time can be directly converted into the long integer timestamp. For example, the specified start time is 2019-10-20, which may then be converted to a long integer timestamp (milliseconds, 1571500800000).
In an embodiment, the obtaining a time type of the cache validity time and converting the cache validity time into a valid long integer timestamp according to the time type further includes:
when the time type is a time interval, confirming that the current effective caching time is the time interval;
subtracting the current effective caching time from the current time to obtain the appointed starting time;
converting the specified start time to a valid long integer timestamp.
In this embodiment, the time type of the valid caching time is a time interval, that is, the time interval is a time period, so that it can be determined that the current valid caching time is the time interval. At this time, the current cache valid time may be subtracted from the current time to obtain a specified start time, and then the specified start time may be converted into a valid long integer timestamp.
In this embodiment, before subtracting the current cache valid time from the current time to obtain the specified start time, the cache valid time may be converted into the number of unit time, for example, the unit time is millisecond, and then the cache valid time may be converted into the number of millisecond included in the unit time. Specifically, if the cache validity time is 3 days and the unit time is milliseconds, the number of milliseconds included in the cache validity time is: 3600 × 1000 × 24 × 3, so the cache validity time can be converted to 3600 × 1000 × 24 × 3.
Then, the current time may be subtracted by the current cache valid time to obtain a specified start time, where the specified start time start _ time is: timestamp of current time (ms) -number of ms 3600 x 1000 x 24 x 3 contained in 3 days.
In the embodiment of the invention, when a plurality of cache records are inquired, the cache records can be sorted according to the cache time of the cache records when being output, namely, the cache records are sorted according to the cache time in sequence, the cache records with early cache time are arranged in front, and the cache records with late cache time are arranged behind, so that a calling party such as a user can intuitively find which cache records are earlier and which cache records are later.
In addition, when the cache record is generated, an abstract of the cache record can be generated, the content of the abstract comprises basic information of the cache record, the basic information can be a brief description of the cache record, and what the main content of the cache record is can be known by looking at the abstract. When a cache record is returned, a digest of the cache record may also be returned so that the calling party, e.g., a user, may know the cached content the first time.
In the embodiment of the present invention, when returning the cache records and the number of the cache records, a cache record directory may be returned at the same time, and the cache record directory is used to record various information of all the cache records. For example, the cache record directory may sort and rank the names of the cache records according to the order of the cache time, and may record the cache time and the service type at the same time.
For example, the cache record directory may include four columns, where the first column is a number, the second column is a name of the cache record, the third column is cache time, and the fourth column is a service type.
Therefore, the calling party can quickly locate the cache record according to the cache record directory so as to improve the location efficiency. Meanwhile, the calling party can conveniently check and manage the cache records.
In the embodiment of the present invention, the cache records requested by the cache query requests of different times may also be merged, specifically, the cache records may be classified according to the service type, that is, the cache records of the same type may be merged first, and the merging manner may be sorting according to the sequence of the cache time, where the cache records with early cache time are arranged in front, the cache records with late cache time are arranged in the back, and then the cache query requests of different times are merged according to the sorting result. After the cache records of the same service type are combined, the cache records of different service types can be combined, the combination mode can be that a serial number is set for each service type, then the cache records of different service types are sequenced according to the serial number of the service type, the cache records of the service type with a small serial number are arranged in the front, the service type with a large serial number are arranged in the back.
Meanwhile, when the cache records requested by the cache query requests of different times are merged, the number of the cache records requested by the cache query requests of different times can be accumulated to obtain the total number. In addition, the cache record directories requested by the cache query requests of different times can be merged, and the merging mode can refer to the merging mode of the cache records, namely the cache records of the same service type are merged according to the cache time, the cache records with early cache time are arranged in the front, and the cache records with late cache time are arranged in the back. Then merging the cache records of different service types according to the serial numbers of the service types, wherein the cache records of the service types with small serial numbers are arranged in front. Of course, when merging the cache record directory, the merged contents are the name, cache time, service type, etc. of the aforementioned cache record. In the merging process, new numbers also need to be automatically generated, and each number is increased progressively according to a uniform rule, for example, starting from 1 and adding 1 for each new addition.
Referring to fig. 2, fig. 2 is a schematic block diagram of an intelligent data caching apparatus based on a service interface according to an embodiment of the present invention, where the apparatus 200 may include:
the analysis unit 201 is configured to, when a cache query request is received, analyze the cache query request to obtain a service type and cache validity time;
an obtaining unit 202, configured to obtain, according to the service type, a cache record of a service interface corresponding to the service type;
the determining unit 203 is configured to obtain the cache time of the cache record, and if the cache time of the cache record is within the cache valid time, determine that the cache record is valid;
the output unit 204 is configured to obtain the number of valid cache records, and output the cache records and the corresponding number.
In one embodiment, the apparatus 200 further comprises:
and the cache unit is used for caching the data in advance according to the service interface and generating a corresponding cache record.
In one embodiment, the cache validity time is a specified start time or time interval.
In one embodiment, the apparatus 200 further comprises:
and the conversion unit is used for acquiring the time type of the cache effective time and converting the cache effective time into an effective long integer timestamp according to the time type.
In one embodiment, the conversion unit includes:
the first confirming unit is used for confirming that the current cache effective time is the appointed starting time when the time type is the appointed starting time;
and the first conversion unit is used for directly converting the current cache effective time into an effective long integer time stamp.
In one embodiment, the conversion unit further comprises:
a second confirming unit, configured to confirm that the current cache effective time is a time interval when the time type is the time interval;
the computing unit is used for subtracting the current effective caching time from the current time to obtain the appointed starting time;
a second conversion unit for converting the specified start time into an effective long integer timestamp.
In one embodiment, the cache record includes a cache time, a traffic type, and data.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the processor implements the intelligent data caching method based on the service interface.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the method for caching data intelligently based on a service interface is implemented.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. An intelligent data caching method based on a service interface is characterized by comprising the following steps:
when a cache query request is received, analyzing the cache query request to obtain a service type and cache valid time;
obtaining a cache record of a service interface corresponding to the service type according to the service type;
obtaining the caching time of the caching record, and if the caching time of the caching record is within the caching effective time, judging that the caching record is effective;
and acquiring the number of the effective cache records, and outputting the cache records and the corresponding number.
2. The intelligent data caching method according to claim 1, wherein before the step of analyzing the cache query request and obtaining the service type and the cache validity time when the cache query request is received, the method further comprises:
caching data according to the service interface in advance, and generating a corresponding cache record.
3. The intelligent data caching method of claim 1, wherein the cache validity time is a specified start time or time interval.
4. The intelligent data caching method according to claim 3, further comprising:
and acquiring the time type of the cache effective time, and converting the cache effective time into an effective long integer timestamp according to the time type.
5. The intelligent data caching method according to claim 4, wherein the obtaining a time type of the cache validity time and converting the cache validity time into a valid long integer timestamp according to the time type comprises:
when the time type is the appointed starting time, confirming that the current cache effective time is the appointed starting time;
the current cache validity time is directly converted into a valid long integer timestamp.
6. The intelligent data caching method according to claim 4, wherein the obtaining of the time type of the cache validity time and the converting of the cache validity time into a valid long integer timestamp according to the time type further comprises:
when the time type is a time interval, confirming that the current effective caching time is the time interval;
subtracting the current effective caching time from the current time to obtain the appointed starting time;
converting the specified start time to a valid long integer timestamp.
7. The intelligent data caching method according to claim 1, wherein the cache record comprises cache time, a service type and data.
8. An intelligent data caching device based on a service interface is characterized by comprising:
the analysis unit is used for analyzing the cache query request when the cache query request is received, and acquiring the service type and the cache valid time;
the acquisition unit is used for acquiring the cache record of the service interface corresponding to the service type according to the service type;
the judging unit is used for obtaining the caching time of the caching record, and if the caching time of the caching record is within the caching effective time, the caching record is judged to be effective;
and the output unit is used for acquiring the number of the effective cache records and outputting the cache records and the corresponding number.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the intelligent data caching method based on business interfaces according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program, which when executed by a processor implements the intelligent caching data method based on a service interface according to any one of claims 1 to 7.
CN201911146847.XA 2019-11-21 2019-11-21 Intelligent data caching method and device, computer equipment and storage medium Active CN111046070B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911146847.XA CN111046070B (en) 2019-11-21 2019-11-21 Intelligent data caching method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911146847.XA CN111046070B (en) 2019-11-21 2019-11-21 Intelligent data caching method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111046070A true CN111046070A (en) 2020-04-21
CN111046070B CN111046070B (en) 2023-08-18

Family

ID=70232959

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911146847.XA Active CN111046070B (en) 2019-11-21 2019-11-21 Intelligent data caching method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111046070B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116226187A (en) * 2022-12-22 2023-06-06 深圳前海百递网络有限公司 Data caching method, device, computer equipment and storage medium
CN119211352A (en) * 2024-09-27 2024-12-27 中国民航信息网络股份有限公司 A method, device, equipment and readable storage medium for processing request messages

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110264865A1 (en) * 2010-04-27 2011-10-27 Symantec Corporation Techniques for directory server integration
CN106934057A (en) * 2017-03-22 2017-07-07 福建中金在线信息科技有限公司 A kind of data cached update method of paging and device
CN108304408A (en) * 2017-01-12 2018-07-20 中国移动通信集团公司 A kind of data cached method for refreshing and device
CN108319598A (en) * 2017-01-16 2018-07-24 腾讯科技(北京)有限公司 data cache method, device and system
CN108595505A (en) * 2018-03-20 2018-09-28 阿里巴巴集团控股有限公司 The method and apparatus of data query
CN109388657A (en) * 2018-09-10 2019-02-26 平安科技(深圳)有限公司 Data processing method, device, computer equipment and storage medium
CN109656956A (en) * 2018-12-14 2019-04-19 浪潮软件集团有限公司 A kind of method and device for realizing operation system data centralization caching
CN109684282A (en) * 2018-11-23 2019-04-26 华为技术有限公司 A kind of method and device constructing metadata cache

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110264865A1 (en) * 2010-04-27 2011-10-27 Symantec Corporation Techniques for directory server integration
CN108304408A (en) * 2017-01-12 2018-07-20 中国移动通信集团公司 A kind of data cached method for refreshing and device
CN108319598A (en) * 2017-01-16 2018-07-24 腾讯科技(北京)有限公司 data cache method, device and system
CN106934057A (en) * 2017-03-22 2017-07-07 福建中金在线信息科技有限公司 A kind of data cached update method of paging and device
CN108595505A (en) * 2018-03-20 2018-09-28 阿里巴巴集团控股有限公司 The method and apparatus of data query
CN109388657A (en) * 2018-09-10 2019-02-26 平安科技(深圳)有限公司 Data processing method, device, computer equipment and storage medium
CN109684282A (en) * 2018-11-23 2019-04-26 华为技术有限公司 A kind of method and device constructing metadata cache
CN109656956A (en) * 2018-12-14 2019-04-19 浪潮软件集团有限公司 A kind of method and device for realizing operation system data centralization caching

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116226187A (en) * 2022-12-22 2023-06-06 深圳前海百递网络有限公司 Data caching method, device, computer equipment and storage medium
CN119211352A (en) * 2024-09-27 2024-12-27 中国民航信息网络股份有限公司 A method, device, equipment and readable storage medium for processing request messages

Also Published As

Publication number Publication date
CN111046070B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
CN111813756B (en) Log retrieval system, method and device, electronic equipment and storage medium
CN101197700A (en) Method and system for providing log service
CN101902505A (en) A real-time statistical device and method for distributed DNS query logs
CN103207882A (en) Shop visiting data processing method and system
CN111209325B (en) Service system interface identification method, device and storage medium
CN113760640B (en) Monitoring log processing method, device, equipment and storage medium
CN110263222B (en) Data acquisition method, device, equipment and medium
CN111046070A (en) Intelligent data caching method and device, computer equipment and storage medium
CN109684528A (en) Inter-library paging query method, system and storage medium
CN111046083A (en) Data analysis method and system and big data platform
CN110147470B (en) Cross-machine-room data comparison system and method
JP2016162016A (en) Management information acquisition program, management information acquisition method, and management information acquisition device
CN111159199B (en) Index data acquisition method and device
CN109101259B (en) A method, device and terminal for updating OSDMap cache container
CN109933710A (en) A kind of data query method, apparatus and storage medium, program product
CN112069021A (en) Flow data storage method and device, electronic equipment and storage medium
CN113660359A (en) Management method and device for domain name resolution record, storage medium and electronic equipment
CN111198818B (en) Information acquisition method and device
CN112667149A (en) Data heat sensing method, device, equipment and medium
CN115357610B (en) Resource Acquisition Scheduling Methods and Systems
CN118035289A (en) Data query method and device
JP2003271494A (en) Information collection system, information collection method, information collection program, and recording medium
CN112486796A (en) Method and device for collecting information of vehicle-mounted intelligent terminal
CN115514779A (en) Method and system for recording network logs
CN106095946B (en) Page processing method and device

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