CN112307387A - Control method and control device for dynamic time period information cache - Google Patents

Control method and control device for dynamic time period information cache Download PDF

Info

Publication number
CN112307387A
CN112307387A CN202011186224.8A CN202011186224A CN112307387A CN 112307387 A CN112307387 A CN 112307387A CN 202011186224 A CN202011186224 A CN 202011186224A CN 112307387 A CN112307387 A CN 112307387A
Authority
CN
China
Prior art keywords
target information
information
cache
updated
time period
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.)
Withdrawn
Application number
CN202011186224.8A
Other languages
Chinese (zh)
Inventor
季瑶
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai 2345 Network Technology Co ltd
Original Assignee
Shanghai 2345 Network 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 Shanghai 2345 Network Technology Co ltd filed Critical Shanghai 2345 Network Technology Co ltd
Priority to CN202011186224.8A priority Critical patent/CN112307387A/en
Publication of CN112307387A publication Critical patent/CN112307387A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating

Abstract

The invention discloses a control method for caching dynamic time period information, which comprises the following steps: a. judging whether target information exists in the cache or not; b. and if the target information exists, using the target information in the cache. According to another aspect of the invention, a control device for processing dynamic time period information cache is also provided. The invention discloses a control method for caching dynamic time period information, namely a method for caching the dynamic time period information, which can efficiently manage the information stored in a cache and establish the possibility of accurately using the information in the cache by a client, an app and the like, thereby saving network resources and avoiding frequent write-in operation on the cache. The method has simple and clear implementation mode, is convenient for programmers to implement, has good effect, is beneficial to commercial promotion and has higher commercial value.

Description

Control method and control device for dynamic time period information cache
Technical Field
The invention belongs to computer processing systems, in particular to a processing system based on the internet or mobile internet, and particularly relates to a control method and a control device for caching dynamic time period information without repeatedly updating the information within a period of time.
Background
Computer processing systems have become increasingly popular and are used over a large area in a variety of industries. In the prior art, information is generally transmitted from one terminal to another terminal or from a server to a client. The information may be a variety of information, such as web page information, such as news, such as advertising information, and the like.
For information such as news, if the information is instant news, the information is usually transmitted instantly. However, instant news cannot be endless, so in a desktop client or a mobile terminal, in order to enrich news information in the terminal, some non-instant information is transmitted in addition to very instant news information, for example, in the afternoon, relatively important news of the morning is displayed on the client together. In such a case, when transmitting news information, it is also possible to distinguish between instant information and non-instant information. In some cases, important news information may be displayed for two consecutive days or a week.
The transmission of news information is repeated, and the transmission of other contents is more likely to be the case. For example, the update frequency may not be particularly high for advertising information, such as a week of ad spots purchased by some advertisers, but only one, in which case the advertising information is presented frequently at one client. In a typical communication mode, the same advertisement information may be transmitted from one terminal to another terminal or from a server to a client many times. Such a transmission is certainly not necessary.
The same is true for weather forecast information, which is generally common three days or a week in advance, and which is usually very accurate, so that after such weather information has been transmitted to the user terminal, there is no need to repeat the transmission.
Based on the idea, one-time transmission and multiple-time use are technical problems to be solved. But this presents another technical problem when is the last transmitted information updated? Is an update required?
The invention aims to provide a solution for judging whether information in a dynamic time period needs to be updated or not, thereby effectively managing the information in a cache.
Disclosure of Invention
Aiming at the technical defects in the prior art, the invention aims to provide a control method for caching dynamic time period information, which is used for effectively managing the information in the cache in a dynamic time period and comprises the following steps:
a. judging whether target information exists in the cache or not;
b. and if the target information exists, using the target information in the cache.
Preferably, the step b comprises the steps of:
b1. judging whether the target information in the cache needs to be updated or not;
b2. if the target information does not need to be updated, the target information in the cache is used.
Preferably, the step b further comprises the steps of:
b3. if the target information needs to be updated, updating the target information in the cache;
b4. using the target information.
Preferably, the step b1 includes the following steps:
b11. judging whether the time to be updated of the target information in the cache is reached;
b12. and if the time to be updated is up, determining that the target information needs to be updated.
Preferably, the step b11 includes any one of the following steps:
-determining whether an update time of the target information in a cache is greater than or equal to a minimum update time, wherein the minimum update time is a time period for updating the target information-a time period for displaying the target information in advance;
-determining whether a time difference between a timestamp of the target information in the cache and a current timestamp is greater than a first threshold;
-checking whether an interrupt or reminder or process to update the target information is triggered; or
-determining whether a countdown for updating the target information has expired.
Preferably, the step b1 includes the following steps:
b11', judging whether the data source corresponding to the target information is updated;
b12' if the data source is updated, determining that the target information needs to be updated.
Preferably, the following steps are further included after the step a:
c. and if the target information does not exist in the cache, updating the target information in the cache.
Preferably, the step of updating the target information in the cache further comprises the steps of:
i. and updating the timestamp information and/or version number information and/or identification information corresponding to the target information.
Preferably, the target information is a set of information.
According to another aspect of the present invention, there is also provided a control apparatus for processing a dynamic time period information cache, including:
the first judgment device is used for judging whether target information exists in the cache or not; and
and the first processing device is used for using the target information in the cache when the target information exists.
Preferably, the first processing means comprises the following means:
second judging means for judging whether the target information in the cache needs to be updated; and
and the second processing device is used for using the target information in the cache when the target information does not need to be updated.
Preferably, the target information includes information that is any one of the following:
-advertising information;
-weather information; or
-news information.
The invention discloses a control method for caching dynamic time period information, namely a method for caching the dynamic time period information, which can efficiently manage the information stored in a cache and establish the possibility of accurately using the information in the cache by a client, an app and the like, thereby saving network resources and avoiding frequent write-in operation on the cache. The method has simple and clear implementation mode, is convenient for programmers to implement, has good effect, is beneficial to commercial promotion and has higher commercial value.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments with reference to the following drawings:
fig. 1 is a schematic diagram illustrating a detailed flowchart of a control method for dynamic time period information caching according to a first embodiment of the present invention; and
fig. 2 is a schematic flowchart illustrating a method for controlling dynamic time period information caching according to a second embodiment of the present invention.
Detailed Description
In order to better and clearly show the technical scheme of the invention, the invention is further described with reference to the attached drawings.
The technical staff in the field understand that, aiming at the defects of the prior art, the invention discloses a method for caching dynamic time period information, which can effectively manage the pre-stored information in the cache.
Fig. 1 is a schematic flowchart illustrating a method for controlling dynamic time period information caching according to an embodiment of the present invention. Specifically, the process first advances to step S101 to determine whether target information exists in the cache. Those skilled in the art will understand that in the present embodiment, it is preferable to determine whether the required target information exists in the cache by querying information at a specific location in the cache. Furthermore, those skilled in the art understand that, as described in the subsequent steps, when the information in a database is copied to the cache of a client, the target information is managed through a linked list, a queue or a similar data structure, so as to facilitate retrieval, and such variations are within the protection scope of the present invention and are not described herein again.
In yet another variation, when the target information is copied from the database to the cache, a directory is already created, which records the identification of all target information, and by this identification, it can be determined which target information is used for which app or other computer software, so as to facilitate finding the target information. Further, the target information may be various information, and may be various information, not only one type of information, such as news information with different levels and priorities, weather information with different days, advertisement information with different advertisers, different types and different fields, and the like, which may be recorded in the directory. Furthermore, those skilled in the art understand that the directory may preferably further record a location where the target information is finally stored in the cache, for example, record the location through a pointer structure, and these variations are within the scope of the present invention and are not described herein again.
Then, step S102 is performed, and if the target information exists, the target information in the cache is used. Further, those skilled in the art understand that when a weather application (app) needs to display weather information of the second day and the third beijing city, it will preferably determine whether the query cache described in step S101 contains the weather information, and if such target information exists, the weather app directly copies the target information from the cache, and then may directly use the target information to display the needed weather information in the corresponding app.
Further, those skilled in the art understand that the information required by the weather app needs a clear identification, which the weather app can handle. In the invention, the information required by the weather app is acquired and is inquired in the cache correspondingly, so that the aim of the invention can be fulfilled. Furthermore, those skilled in the art understand that from today's perspective, the second piece of weather information may exist in the cache, but from yesterday's perspective, the second day weather information (i.e. the acquired weather information) may not exist in the cache, so the technical solution provided by the present invention can effectively manage these pieces of information, as described in the embodiment shown in fig. 2.
After the step S101, preferably, a step S103 may be further performed, and if the target information does not exist in the cache, the target information in the cache is updated. In one case, the target information is used for the first time, e.g., the mobile terminal is restarted after being powered off, and there is no information in the cache. For another example, if an application is first started, the cache preferably does not have target information corresponding to the application (app), and so on. However, it is also part of the system to be solved by the present invention, so that when there is no target information, the target information, for example, the weather information of the next day, is copied from the database and is adaptively stored in the cache, and as described above, necessary operations such as indexing are performed, thereby facilitating the search for the weather information.
Further, those skilled in the art will appreciate that, with the embodiment shown in fig. 1, an aspect of the present invention is implemented that when an information needs to be used, especially when such information is repeatedly used all the time and does not need to be updated all the time, first, whether such information exists in the cache is searched, and if so, the information is directly used. The method is very suitable for a weather program, a news client and an advertisement column, and part of contents in the application programs are not updated every moment, so that the contents which can be displayed but are not updated at any moment are stored in the cache and are directly called from the cache for use when needed, so that the efficiency of the application programs is improved, network transmission is reduced, and frequent writing operation of the cache is reduced.
In conjunction with the embodiment shown in fig. 1, it is preferable that the step of updating the target information in the cache (step S103) further includes the following steps: i. and updating the timestamp information and/or version number information and/or identification information corresponding to the target information.
Further, those skilled in the art understand that it is necessary to add some attributes to the target information in order to facilitate management of the target information. The attributes that can be applied from the management perspective of the database and the queue can be added to the embodiment, and these changes are within the protection scope of the present invention and will not be described herein. For example, the version number is added to the target information, so that the control device provided by the invention can manage the target information conveniently. For example, in a variation, the weather app sends required information to the control device, and the control device retrieves target information according to the version number information, so as to determine that part of information required by the weather app exists in the cache, and then returns the information to the weather app, thereby achieving the purpose of obtaining the target information from the cache. Similarly, the effect of implementing and managing the object of the present invention can be achieved through the timestamp and the identification information, which are not described herein again.
Fig. 2 is a schematic flowchart illustrating a method for controlling dynamic time period information caching according to a second embodiment of the present invention. First, the process proceeds to step S201, and it is determined whether target information exists in the cache. Specifically, this step can be implemented by referring to step S101 shown in fig. 1, which is not described herein again.
Then, preferably, the process proceeds to step S202, and determines whether the target information in the cache needs to be updated. Further, those skilled in the art understand that in many cases, step S202 needs to be performed, for example, in order to improve the accuracy of target information management, target information in the cache needs to be updated at a fixed time, so as to avoid that a piece of information is already updated at the server, but information before update is still used in the client, because the information comes from the cache of the client. For another example, when an application program is just started, the corresponding cache cannot have the target information corresponding to the application program, so in the control method provided by the present invention, the corresponding target information also needs to be stored in the cache, which is also a way to update the target information in the cache. For another example, in another variation, the target information needs to be updated according to time intervals, for example, at 2.14 days, the weather information in the cache should correspond to weather information between 2.7 and 2.21 days, that is, the first 7 days of weather information and the last 7 days of weather information at the current time point. Then, when the day 2.16 is reached, the weather information of day 2.7 and day 2.8 needs to be deleted, and the weather information of day 2.22 and day 2.23 needs to be added, or new weather information needs to be directly added, etc. Those skilled in the art understand that the update of the target information does not necessarily need to update all the target information, and may also update only part of the target information, and these variations are within the protection scope of the present invention and will not be described herein.
The determination result in the above step S202 is negative, that is, if the target information does not need to be updated, the target information in the cache is used. In such a case, such target information is directly used if it is determined that the target information in the cache can meet the usage requirements of the current app.
The determination result in the above step S202 is negative, that is, if the target information needs to be updated, the target information in the cache is updated. Further, those skilled in the art will appreciate that all of the target information in the cache may be updated, or a portion of the target information may be updated, depending on the content of the information. Further, it will be appreciated by those skilled in the art that in another preferred embodiment, the update operation is preferably to obtain information from a data source and copy it to a cache, such as to copy the necessary information from a database, or to obtain the necessary information from a text file, or to copy the necessary information from a chat log. In another embodiment, the target information may also be a file in various formats, such as a video, which is very common when the advertisement information is a part of the target information, such as a picture, and these variations are within the protection scope of the present invention and will not be described herein.
After the step S203 is executed, the corresponding app uses the target information. Preferably, the target information is information copied from a database directly or information obtained from a server side, and is not required to be obtained from a cache. Further, those skilled in the art understand that when the step S204 is executed, the target information also exists in the cache because it has been updated to the cache.
Referring to the embodiment shown in fig. 2, it is understood by those skilled in the art that the step S202 can be implemented in various ways: and judging whether the target information in the cache needs to be updated or not. For example, in a preferred embodiment, the step S202 includes the following steps: b11. and judging whether the time to be updated of the target information in the cache is reached, and correspondingly, if the time to be updated is reached, determining that the target information needs to be updated. Still further, in such preferred embodiments, the step b11 may be implemented in various ways:
-determining whether an update time of the target information in the cache is greater than or equal to a minimum update time, wherein the minimum update time is a time period for updating the target information-a time period for displaying the target information in advance. In such a variation, the time at which the target information is to be presented is set in advance, and then the target information is updated once in the time before it is presented, so that the target information is the latest version before the presentation, that is, the latest version at present. Therefore, the information to be displayed can be ensured to be the current latest version information by setting the minimum updating time.
For another example, in another variation, the step b11 can be implemented as follows: and judging whether the time difference between the timestamp of the target information in the cache and the current timestamp is greater than a first threshold value. In such a variation, the cache is updated every 10 minutes, or every 24 hours, and the next update is initiated as long as the timestamp of the two timestamps is greater than or equal to the threshold.
For another example, in another variation, the step b11 can be implemented as follows: checking whether an interrupt or a reminder or a process for updating the target information is triggered. In such a variation, after the cache is updated each time, an interrupt or a process is set, and after each clock change, whether the interrupt comes or not is judged, so that the cache can be updated again.
For another example, in another variation, the step b11 can be implemented as follows: and judging whether the countdown for updating the target information expires. In such a variation, a countdown is set after each cache update, and the control device starts the step b11 when the countdown expires, which is not described herein again.
Still further, in another embodiment, the step S202 is implemented by the following steps: b11', judging whether the data source corresponding to the target information is updated, and accordingly, if the data source is updated, determining that the target information needs to be updated. In such variations, before using the target information, query information is first sent to the data source to determine whether the world updated last time is after the target information is updated, and if so, it indicates that the data source is not updated, and it is not necessary to update the target information in the cache.
Referring to the above embodiments shown in fig. 1 and fig. 2, it is understood by those skilled in the art that the target information is preferably a set of information, i.e. a set of multiple types of information, a set of multiple pieces of information, such as advertisement information, news information, weather information, etc., and these variations are within the scope of the present invention and will not be described herein again.
With reference to the embodiment and the variation shown in fig. 1 and fig. 2, it is understood by those skilled in the art that according to another aspect of the present invention, there is also provided a control apparatus for processing dynamic time period information cache, which includes the following apparatus:
the first judgment device is used for judging whether target information exists in the cache or not; and
and the first processing device is used for using the target information in the cache when the target information exists.
Referring to the embodiment and the variation shown in fig. 1 and fig. 2, it is understood by those skilled in the art that the first processing device preferably includes the following devices:
second judging means for judging whether the target information in the cache needs to be updated; and
and the second processing device is used for using the target information in the cache when the target information does not need to be updated.
Referring to the embodiment and the variation shown in fig. 1 and fig. 2, it is understood by those skilled in the art that the target information preferably includes any one of the following information:
-advertising information;
-weather information; or
-news information.
Referring to the embodiment and the variation shown in fig. 1 and fig. 2, those skilled in the art understand that the above steps and the corresponding variation may be combined to implement the above devices, and are not described herein again.
Through the self-variation of the various embodiments provided by the invention, at least the functions can be realized: configuration information in a certain time period is provided, the time interval is dynamically changed according to the current time, repeated calculation is avoided, cache is maximally utilized, and the actual effect of data updating is not influenced. More specifically, the general idea of the invention can be abstracted as follows:
1. acquiring data in a designated range from a database, storing the data in a cache, and recording a timestamp in the cache for judging the updating time of the cache data;
2. calculating the time for updating the data according to the dynamic time for acquiring the data, wherein the minimum updating time is the time period for acquiring the data-the time period for displaying the data in advance;
3. when data is acquired, according to the cache content, there are three situations:
1) when the cache does not exist, acquiring data from the database according to the current time, and acquiring a current timestamp and storing the timestamp into the cache;
2) if the cache exists, if the updating time of the cache is more than or equal to the minimum updating time, acquiring data from the database again, updating the version number, adding 0.01 to the version number of the original cache, acquiring the current timestamp again, and finally updating the current timestamp to the cache together;
3) and a cache is present, the updating time of the cache is less than the minimum updating time, and the cache data is directly used.
4. And when the background updates the configuration information, directly deleting the cache information.
The foregoing description of specific embodiments of the present invention has been presented. It is to be understood that the present invention is not limited to the specific embodiments described above, and that various changes and modifications may be made by one skilled in the art within the scope of the appended claims without departing from the spirit of the invention.

Claims (10)

1. A control method for caching dynamic time period information is characterized by comprising the following steps:
a. judging whether target information exists in the cache or not;
b. and if the target information exists, using the target information in the cache.
2. The control method according to claim 1, wherein the step b includes the steps of:
b1. judging whether the target information in the cache needs to be updated or not;
b2. if the target information does not need to be updated, the target information in the cache is used.
3. The control method according to claim 2, wherein the step b further comprises the steps of:
b3. if the target information needs to be updated, updating the target information in the cache;
b4. using the target information.
4. Control method according to claim 2 or 3, characterized in that said step b1 comprises the following steps:
b11. judging whether the time to be updated of the target information in the cache is reached;
b12. and if the time to be updated is up, determining that the target information needs to be updated.
5. The control method according to claim 4, wherein the step b11 includes any one of the following steps:
-determining whether an update time of the target information in a cache is greater than or equal to a minimum update time, wherein the minimum update time is a time period for updating the target information-a time period for displaying the target information in advance;
-determining whether a time difference between a timestamp of the target information in the cache and a current timestamp is greater than a first threshold;
-checking whether an interrupt or reminder or process to update the target information is triggered; or
-determining whether a countdown for updating the target information has expired.
6. Control method according to claim 2 or 3, characterized in that said step b1 comprises the following steps:
b11', judging whether the data source corresponding to the target information is updated;
b12' if the data source is updated, determining that the target information needs to be updated.
7. The control method according to any one of claims 1 to 6, characterized by further comprising, after the step a, the step of:
c. and if the target information does not exist in the cache, updating the target information in the cache, including updating timestamp information and/or version number information and/or identification information corresponding to the target information.
8. The control method according to any one of claims 1 to 7, wherein the target information is an information set, and the included information is any one of advertisement information and news information.
9. A control device for processing dynamic time period information cache is characterized by comprising the following devices:
the first judgment device is used for judging whether target information exists in the cache or not; and
and the first processing device is used for using the target information in the cache when the target information exists.
10. The control device according to claim 9, wherein the first processing means includes means for:
second judging means for judging whether the target information in the cache needs to be updated; and
and the second processing device is used for using the target information in the cache when the target information does not need to be updated.
CN202011186224.8A 2020-10-30 2020-10-30 Control method and control device for dynamic time period information cache Withdrawn CN112307387A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011186224.8A CN112307387A (en) 2020-10-30 2020-10-30 Control method and control device for dynamic time period information cache

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011186224.8A CN112307387A (en) 2020-10-30 2020-10-30 Control method and control device for dynamic time period information cache

Publications (1)

Publication Number Publication Date
CN112307387A true CN112307387A (en) 2021-02-02

Family

ID=74332272

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011186224.8A Withdrawn CN112307387A (en) 2020-10-30 2020-10-30 Control method and control device for dynamic time period information cache

Country Status (1)

Country Link
CN (1) CN112307387A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101127783A (en) * 2007-09-28 2008-02-20 北京金山软件有限公司 A website buffering method and device
CN107291756A (en) * 2016-04-01 2017-10-24 阿里巴巴集团控股有限公司 The method and device of data buffer storage
CN110866053A (en) * 2019-10-16 2020-03-06 平安普惠企业管理有限公司 Method and device for dynamically configuring cache deadline, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101127783A (en) * 2007-09-28 2008-02-20 北京金山软件有限公司 A website buffering method and device
CN107291756A (en) * 2016-04-01 2017-10-24 阿里巴巴集团控股有限公司 The method and device of data buffer storage
CN110866053A (en) * 2019-10-16 2020-03-06 平安普惠企业管理有限公司 Method and device for dynamically configuring cache deadline, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107133234B (en) Method, device and system for updating cache data
US8370423B2 (en) Data synchronization and sharing relationships
KR101312810B1 (en) Partial item change tracking and synchronization
US8738648B2 (en) System and method for delivery of business information through an electronic address book
US7143160B2 (en) Event-driven information display system and event-driven information display method
CN109657174B (en) Method and device for updating data
CN113486036B (en) Virtual resource management method and device, electronic equipment and storage medium
CN108319619B (en) Data processing method and device
US7039472B2 (en) Schedule execution managing apparatus and method
CN109299352B (en) Method and device for updating website data in search engine and search engine
CN112559913B (en) Data processing method, device, computing equipment and readable storage medium
CN111143662B (en) Content recommendation method, device and computer storage medium
US20110035367A1 (en) Methods And System For Efficient Crawling Of Advertiser Landing Page URLs
CN111459987A (en) Cache updating method and device
CN112307387A (en) Control method and control device for dynamic time period information cache
CN117130697A (en) Method and device for fixing application on taskbar
CN115982148A (en) Database table processing method and device, electronic equipment and storage medium
CN115640280A (en) Data migration method and device
CN113742376A (en) Data synchronization method, first server and data synchronization system
CN113377775A (en) Information processing method and device
CN113014683B (en) Request processing method and device, electronic equipment and storage medium
CN115718787B (en) Data table data synchronization method, query method, electronic device and storage medium
CN113268488B (en) Method and device for data persistence
US20240111711A1 (en) Archiving data using additional auxiliary database
CN116226222B (en) Data segment marking processing method and device based on time sequence database

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210202