CN111046070B - 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
CN111046070B
CN111046070B CN201911146847.XA CN201911146847A CN111046070B CN 111046070 B CN111046070 B CN 111046070B CN 201911146847 A CN201911146847 A CN 201911146847A CN 111046070 B CN111046070 B CN 111046070B
Authority
CN
China
Prior art keywords
cache
time
effective
record
type
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
CN201911146847.XA
Other languages
Chinese (zh)
Other versions
CN111046070A (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

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/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 acquire a service type and a cache effective time; obtaining a cache record of a corresponding service interface according to the service type; acquiring the cache time of the cache record, and judging that the cache record is valid if the cache time of the cache record is within the cache valid time; and obtaining the number of the effective cache records, and outputting the cache records and the corresponding number of the cache records. According to the method, the cache effective time and the service type are set, the cache records are inquired according to the service type, and meanwhile, the effective cache records are obtained according to the cache effective time, so that the accuracy and the efficiency of cache data inquiry are improved.

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 a method, an apparatus, a computer device, and a storage medium for intelligently caching data.
Background
In the prior art, a general service application implements a caching scheme based on hot data query when using caching, and the caching mode does not cache based on service rules, so that the aim of accurately and effectively querying cache records cannot be achieved.
Disclosure of Invention
The invention aims to provide an intelligent data caching method, device, computer equipment and storage medium, and aims to solve the problem that cache records cannot be accurately and effectively queried 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 acquire a service type and a cache effective time;
obtaining a cache record of a corresponding service interface according to the service type;
acquiring the cache time of the cache record, and judging that the cache record is valid if the cache time of the cache record is within the cache valid time;
and obtaining the number of the effective cache records, and outputting the cache records and the corresponding number of the cache records.
Preferably, when the cache query request is received, the analyzing the cache query request, before obtaining the service type and the cache valid time, further includes:
and caching the data in advance according to the service interface, and generating a corresponding cache record.
Preferably, the effective time of the buffer memory is a designated starting time or a time interval.
Preferably, the method further comprises:
and obtaining the time type of the cache effective time, and converting the cache effective time into an effective long-integer time stamp according to the time type.
Preferably, the obtaining the time type of the cache valid time and converting the cache valid 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 effective time of the cache is the appointed starting time;
the current cached validity time is directly converted to a valid long-form timestamp.
Preferably, the obtaining the time type of the cache valid time, and converting the cache valid 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 cache time is the time interval;
subtracting the current effective time of the cache from the current time to obtain a designated starting time;
the specified start time is converted to a valid long integer timestamp.
Preferably, the cache record includes a cache time, a service type and data.
The embodiment of the invention also provides an intelligent data caching device based on the service interface, which comprises:
the analyzing unit is used for analyzing the cache inquiry request when the cache inquiry request is received, and acquiring the service type and the cache effective time;
the acquisition unit is used for acquiring the cache record of the corresponding service interface according to the service type;
the judging unit is used for acquiring the cache time of the cache record, and judging that the cache record is valid if the cache time of the cache record is within the cache valid time;
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 invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the intelligent data caching method based on the service interface when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, wherein the computer readable storage medium is stored with a computer program, and the computer program realizes the intelligent data caching method based on the service interface when being executed by a processor.
The embodiment of the invention provides a method, a device, computer equipment and a storage medium for intelligently caching data, wherein the method comprises the following steps: when a cache query request is received, analyzing the cache query request to acquire a service type and a cache effective time; obtaining a cache record of a corresponding service interface according to the service type; acquiring the cache time of the cache record, and judging that the cache record is valid if the cache time of the cache record is within the cache valid time; and obtaining the number of the effective cache records, and outputting the cache records and the corresponding number of the cache records. According to the method, the cache effective time and the service type are set, the cache records are inquired according to the service type, and meanwhile, the effective cache records are obtained according to the cache effective time, so that the accuracy and the efficiency of cache data inquiry are improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of a business interface-based intelligent data caching method 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
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the 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 this specification 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 the present specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
Referring to fig. 1, fig. 1 is a flow chart of a business interface-based intelligent data caching method according to an embodiment of the present invention, where the method may include steps S101 to S106:
s101, when a cache query request is received, analyzing the cache query request to obtain a service type and a cache effective time;
in the step, when a cache inquiry request of a user is received, the cache inquiry request is firstly analyzed, so that the service type and the information of the cache effective time in the cache inquiry request are obtained. Because in the embodiment of the invention, the cache data (i.e. the cache records) are stored according to the service interface, and each cache record has a corresponding cache valid time, when a user wants to inquire the cache data, the service type and the cache valid time need to be acquired first, so that the corresponding cache data can be accurately inquired.
The effective time of the buffer memory can be a time period or a time point. For example, the buffer valid time is a specified start time or time interval. And when the buffer effective time is a designated starting time, indicating that the buffer record generated after the designated starting time is effective, and when the buffer effective time is a time interval, indicating that the buffer record generated in the time interval is effective.
In an embodiment, before the step S101, the method further includes:
and caching the data in advance according to the service interface, and generating a corresponding cache record.
The data of each service type is cached 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 are convenient to search and manage when the cache inquiry request is received.
In one embodiment, the cache record includes a cache time, a traffic type, and data.
When the cache record is generated, the time for creating the cache record can be obtained, the time is taken as the cache time, the corresponding service type is obtained, the corresponding data (namely the cache data) is obtained, the information is combined to be taken as the whole of the cache record, and the cache record is quickly positioned and returned later when the cache record is searched.
Specifically, the cache records may be assembled according to the service type, the cache time and the sequence of the data, so that when the cache records are searched, the service type corresponding to the cache records can be determined directly from the head of the cache records. In addition, the field lengths of the service type and the buffer time can be set to be fixed values, so that the buffer records are unified, and the buffer time and the service type of the buffer records can be conveniently confirmed.
S102, obtaining a cache record of a corresponding service interface according to the service type;
in this step, a corresponding service interface may be obtained according to the obtained service type, and then all the cache records corresponding to the service interface are queried according to the service interface. So that the screening of the cache records is continued later to hit the required cache record.
S103, acquiring the cache time of the cache record, and judging that the cache record is valid if the cache time of the cache record is within the cache valid time;
because the cache record contains the cache time, the cache time of the cache record can be obtained, then whether the cache time is within the cache valid time is judged, and if the cache time of the cache record is within the cache valid time, the cache record is indicated to be valid. And if the caching time of the cache record is not within the caching effective time, indicating that the cache record is invalid. Of course, since the buffering effective time may be a time point or a time period, the buffering time may be expressed as a buffering time after the time point or a buffering time within the time period within the buffering effective time.
S104, obtaining the number of the effective cache records, and outputting the cache records and the corresponding number.
The step may count the judgment result in step S103, thereby obtaining the number of valid cache records (i.e. the total number of cache records), and finally outputting the cache records and the number of cache records.
In an embodiment, the intelligent data caching method based on the service interface further includes:
and obtaining the time type of the cache effective time, and converting the cache effective time into an effective long-integer time stamp according to the time type.
As mentioned above, there are two types of time types of the buffer effective time, one is a time point and the other is a time period, so this step can perform format conversion on the buffer effective time according to a specific time type, so that the buffer effective time is converted into a long integer timestamp which is convenient for comparison, and thus, a required buffer record can be accurately returned.
In an embodiment, the obtaining the time type of the cache valid time and converting the cache valid 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 effective time of the cache is the appointed starting time;
the current cached validity time is directly converted to a valid long-form timestamp.
In this embodiment, the time type of the buffer valid time is a specified start time, that is, the specified start time is a time point, so that it can be confirmed that the current buffer valid time is the specified start time, and then the current buffer valid time can be directly converted into a 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 the time type of the cache valid time, and converting the cache valid 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 cache time is the time interval;
subtracting the current effective time of the cache from the current time to obtain a designated starting time;
the specified start time is converted to a valid long integer timestamp.
In this embodiment, the time type of the buffer effective time is a time interval, that is, the time interval is a time period, so that the current buffer effective time can be confirmed as the time interval. At this time, the current time minus the current valid time of the cache may be used to obtain a specified start time, and then the specified start time may be converted into a valid long-integer timestamp.
In this embodiment, the time of validity of the cache may be converted to a number of units of time, for example, milliseconds, before subtracting the current time of validity of the cache from the specified start time. Specifically, assuming that the effective time of the buffer is 3 days and the unit time is milliseconds, the number of milliseconds included in the effective time of the buffer is: 3600×1000×24×3, so the buffer effective time can be converted into 3600×1000×24×3.
The current time minus the current buffer availability time may then be used to obtain a specified start time, namely the specified start time start_time is: timestamp of current time (ms) -number of ms comprised of 3 days 3600 x 1000 x 24 x 3.
In the embodiment of the invention, when a plurality of searched cache records are provided, when the cache records are output, the cache records can be ordered according to the cache time of the cache records, namely, the cache records with early cache time are arranged in front and the cache records with later cache time are arranged behind each other, so that a caller can intuitively check which cache records are earlier and which cache records are later if a user.
In addition, when the cache record is generated, a summary of the cache record can be generated, the content of the summary contains basic information of the cache record, the basic information can be a brief introduction of the cache record, and what the main content of the cache record is can be known by looking up the summary. When the cached record is returned, the summary of the cached record may also be returned so that the caller, such as the user, may learn about the cached content at a first time.
In the embodiment of the invention, a cache record catalog can be returned at the same time when the cache record and the number of the cache records are returned, and the cache record catalog is used for recording 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 sequence of the cache time, and may record the cache time and the service type.
For example, the cache record directory may include four columns, where the first column is a number, the second column is a name of a cache record, the third column is a cache time, and the fourth column is a service type, and since the service types of the cache records returned by the same query are the same, the service types of the fourth column are all the same.
Thus, the calling party can quickly locate the cache records according to the cache record catalog so as to improve the locating efficiency. And meanwhile, the calling party can conveniently check and manage the cache records.
In the embodiment of the invention, the cache records requested by the cache inquiry requests of different times can be combined, specifically, the cache records can be classified according to the service types, namely, the cache records of the same type are combined, the combination mode can be that the cache records with the early cache time are arranged in front and the cache records with the late cache time are arranged behind, and then the cache inquiry requests of different times are combined according to the sequencing result. After the cache records of the same service type are combined, the cache records of different service types can be combined, a number can be set for each service type in a combining mode, then the cache records of different service types are ordered according to the size of the number of the service type, the service type with the small number is arranged in front of the cache records, and the service type with the large number is arranged behind the cache records.
Meanwhile, when the cache records requested by the cache inquiry requests of different times are combined, the number of the cache records requested by the cache inquiry requests of different times can be accumulated to obtain the total number. In addition, the cache record catalogues requested by the cache inquiry requests of different times can be combined, and the combination mode of the cache records can be referred to, namely the cache records of the same service type are combined according to the cache time, the cache records with the early cache time are arranged in front, and the cache records with the late cache time are arranged in back. And 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 catalogue, the merged content is the name, the cache time, the service type and the like of the cache record. In the merging process, new numbers are also required to be automatically generated, and each number should be increased according to a unified rule, for example, 1 is added for each new increase.
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 parsing unit 201 is configured to parse the cache query request when receiving the cache query request, and obtain a service type and a cache valid time;
an obtaining unit 202, configured to obtain a cache record of a service interface corresponding to the service type according to the service type;
a judging unit 203, configured to obtain a buffering time of the buffering record, and if the buffering time of the buffering record is within the buffering valid time, determine that the buffering record is valid;
and the output unit 204 is configured to obtain the number of valid cache records, and output the cache records and the corresponding number of cache records.
In one embodiment, the apparatus 200 further comprises:
and the caching unit is used for caching the data in advance according to the service interface and generating a corresponding caching record.
In one embodiment, the buffering effective time is a specified starting time or time interval.
In one embodiment, the apparatus 200 further comprises:
the conversion unit is used for obtaining 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 an embodiment, the conversion unit comprises:
the first confirming unit is used for confirming that the current effective time of the cache is the appointed starting time when the time type is the appointed starting time;
a first conversion unit for directly converting the current cached validity time into a valid long-integer timestamp.
In an embodiment, the conversion unit further comprises:
the second confirming unit is used for confirming that the current effective cache time is a time interval when the time type is the time interval;
the calculating unit is used for subtracting the current effective time of the cache from the current time to obtain the appointed starting time;
and a second conversion unit for converting the specified start time into a valid long integer time stamp.
In one embodiment, the cache record includes a cache time, a traffic type, and data.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the intelligent data caching method based on the service interface when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, wherein the computer readable storage medium is stored with a computer program, and the computer program realizes the intelligent data caching method based on the service interface when being executed by a processor.
In the description, each embodiment is described in a progressive manner, and each embodiment is mainly described by the differences from other embodiments, so that the same similar parts among the embodiments are mutually referred. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the invention can be made without departing from the principles of the invention and these modifications and adaptations are intended to be within the scope of the invention as defined in the following claims.
It should also be noted that in this 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.

Claims (6)

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 acquire a service type and a cache effective time; the effective time of the cache is a designated starting time or a designated time interval;
obtaining a cache record of a corresponding service interface according to the service type;
acquiring the cache time of the cache record, and judging that the cache record is valid if the cache time of the cache record is within the cache valid time;
acquiring the number of effective cache records, outputting the cache records and the corresponding number, and simultaneously returning a cache record catalog, wherein the cache record catalog sorts the names of the cache records according to the sequence of the cache time, and records the cache time and the service type;
acquiring a time type of the cache effective time, and converting the cache effective time into an effective long-integer time stamp according to the time type;
the obtaining 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, including:
when the time type is the appointed starting time, confirming that the current effective time of the cache is the appointed starting time;
directly converting the current cached validity time into a valid long-integer timestamp;
the method comprises the steps of obtaining the time type of the effective time of the cache, converting the effective time of the cache into an effective long-integer timestamp according to the time type, and further comprising:
when the time type is a time interval, confirming that the current effective cache time is the time interval;
subtracting the current effective time of the cache from the current time to obtain a designated starting time;
the specified start time is converted to a valid long integer timestamp.
2. The method for intelligent data caching according to claim 1, wherein when the cache query request is received, the method for intelligent data caching according to claim 1 further comprises, before the service type and the cache valid time are obtained:
and caching the data in advance according to the service interface, and generating a corresponding cache record.
3. The intelligent data caching method of claim 1, wherein the cache record comprises a cache time, a service type, and data.
4. An intelligent data caching apparatus based on a service interface, comprising:
the analyzing unit is used for analyzing the cache inquiry request when the cache inquiry request is received, and acquiring the service type and the cache effective time; the effective time of the cache is a designated starting time or a designated time interval;
the acquisition unit is used for acquiring the cache record of the corresponding service interface according to the service type;
the judging unit is used for acquiring the cache time of the cache record, and judging that the cache record is valid if the cache time of the cache record is within the cache valid time;
the output unit is used for acquiring the number of the effective cache records and outputting the cache records and the corresponding number; simultaneously returning a cache record catalog, wherein the cache record catalog sorts the names of the cache records according to the sequence of the cache time, and records the cache time and the service type;
the conversion unit is used for obtaining 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;
the conversion unit includes:
the first confirming unit is used for confirming that the current effective time of the cache is the appointed starting time when the time type is the appointed starting time;
a first conversion unit for directly converting the current cached validity time into a valid long-integer timestamp;
the conversion unit further includes:
the second confirming unit is used for confirming that the current effective cache time is a time interval when the time type is the time interval;
the calculating unit is used for subtracting the current effective time of the cache from the current time to obtain the appointed starting time;
and a second conversion unit for converting the specified start time into a valid long integer time stamp.
5. 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 business interface based intelligent caching data method of any one of claims 1 to 3 when the computer program is executed by the processor.
6. A computer readable storage medium, characterized in that it has stored thereon a computer program which, when executed by a processor, implements the business interface based intelligent caching data method according to any of claims 1 to 3.
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 CN111046070A (en) 2020-04-21
CN111046070B true 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)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108304408A (en) * 2017-01-12 2018-07-20 中国移动通信集团公司 A kind of data cached method for refreshing and device
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

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8209491B2 (en) * 2010-04-27 2012-06-26 Symantec Corporation Techniques for directory server integration
CN108319598B (en) * 2017-01-16 2022-02-08 腾讯科技(北京)有限公司 Data caching method, device and system
CN106934057A (en) * 2017-03-22 2017-07-07 福建中金在线信息科技有限公司 A kind of data cached update method of paging and device
CN108595505B (en) * 2018-03-20 2022-06-24 创新先进技术有限公司 Data query method and device
CN109388657B (en) * 2018-09-10 2023-08-08 平安科技(深圳)有限公司 Data processing method, device, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108304408A (en) * 2017-01-12 2018-07-20 中国移动通信集团公司 A kind of data cached method for refreshing and device
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

Also Published As

Publication number Publication date
CN111046070A (en) 2020-04-21

Similar Documents

Publication Publication Date Title
CN100596353C (en) Method and system for providing log service
US8768906B2 (en) Method and system of displaying related keywords
KR101435738B1 (en) Method and apparatus for managing video content
RU2691595C2 (en) Constructed data stream for improved event processing
CN102880685A (en) Method for interval and paging query of time-intensive B/S (Browser/Server) with large data size
KR101541497B1 (en) Computer readable medium recorded contents, Contents providing apparatus for mining user information, Contents providing method, User information providing method and Contents searching method
JP2004530183A5 (en)
CN103207882A (en) Shop visiting data processing method and system
CN102968464B (en) A kind of search method of the local resource quick retrieval system based on index
CN105760380A (en) Database query method, device and system
JP2011034399A (en) Method, device and program for extracting relevance of web pages
CN102737022A (en) Method and device for acquiring and searching relevant knowledge information
CN111046041A (en) Data processing method and device, storage medium and processor
CN109086158A (en) A kind of Analysis on Abnormal method, apparatus and server
CN109684528A (en) Inter-library paging query method, system and storage medium
CN107491463A (en) The optimization method and system of data query
CN113342876B (en) Data fuzzy query method and device of multi-tenant CRM system in SaaS environment
CN113660359B (en) Domain name resolution record management method and device, storage medium and electronic equipment
CN111046070B (en) Intelligent data caching method and device, computer equipment and storage medium
CN111797095B (en) Index construction method and JSON data query method
RU2709647C9 (en) Method of associating a domain name with a characteristic of visiting a website
CN104750806A (en) Large data query method and system
CN111125129A (en) Data processing method and device, storage medium and processor
CN105578297A (en) Audio and radio file fragment type repeat play method and system at WEB end
CN111159199B (en) Index data acquisition 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