CN103078933A - Method and device for determining data migration time - Google Patents

Method and device for determining data migration time Download PDF

Info

Publication number
CN103078933A
CN103078933A CN2012105901715A CN201210590171A CN103078933A CN 103078933 A CN103078933 A CN 103078933A CN 2012105901715 A CN2012105901715 A CN 2012105901715A CN 201210590171 A CN201210590171 A CN 201210590171A CN 103078933 A CN103078933 A CN 103078933A
Authority
CN
China
Prior art keywords
data migration
period
data
migration
module
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
CN2012105901715A
Other languages
Chinese (zh)
Other versions
CN103078933B (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.)
China Southern Power Grid Internet Service Co ltd
Ourchem Information Consulting Co ltd
Original Assignee
Shenzhen Institute of Advanced Technology of CAS
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 Institute of Advanced Technology of CAS filed Critical Shenzhen Institute of Advanced Technology of CAS
Priority to CN201210590171.5A priority Critical patent/CN103078933B/en
Publication of CN103078933A publication Critical patent/CN103078933A/en
Application granted granted Critical
Publication of CN103078933B publication Critical patent/CN103078933B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a method for determining the data migration time and is applicable to the field of Internet communication. The method comprises the following steps that double threads are started, and the primary storage space use rate and the data migration period in a hierarchical storage system are respectively monitored; the double threads regularly judge whether the data migration conditions are met, if not, the judgment is carried out after the same time is waited until the data migration conditions are met, and if so, the data migration is executed. The migration period can be regulated according to different migration conditions, and the dynamic change of loads in the cluster can be met, so the primary storage space in the hierarchical storage system can be fully utilized, a system is also enabled to regulate the data position in time, and the visit performance of the system reaches the optimum.

Description

Method and device for determining data migration time
Technical Field
The invention belongs to the field of internet communication, and particularly relates to a method and a device for determining a data migration opportunity.
Background
As data grows explosively, clusters that store large amounts of data come into existence. Because the amount of data stored in the cluster is large, some have reached PB levels, and there may be a large number of data accesses at the same time. Therefore, whether the storage location of the data is reasonable directly affects the access delay of the data.
Data migration refers to the movement of data between different storage media. To complete the data migration, the system needs to consume certain resources (including hardware resources, bandwidth, etc.).
In a cluster for storing mass data, the situation of data migration is needed, such as upgrading and updating of a system, backup/recovery of data, dynamic adjustment of data in a hierarchical storage system, and the like. Wherein the upgrading of the system is large-scale and disposable; the backup/restore of data is based on security considerations; typically, these two types of migration occur only infrequently and, in many cases, must be completed at a given time.
The data in the hierarchical storage system is dynamically adjusted for the purpose of rationalizing the location of the data. Hierarchical storage is based on the 'two eight principle' of data liveness: i.e. 20% of the data is active and 80% of the data is inactive, the server is divided into different storage levels according to the hardware performance, and the higher the storage level is, the better the performance is. The hierarchical storage system aims to store active data on a high-level storage, but the activity of the data changes along with the change of time, so even if data configuration at a certain time is reasonable, the configuration is untimely due to the change of the activity of the data after a period of time, and therefore, data migration is needed to achieve the aim of reasonable configuration of the data.
However, the migration needs to consume resources, if the number of times of migration is too small, the advantage of the hierarchical storage system cannot be fully exerted, and if the number of times of migration is too large, the system will have too many resources for internal consumption, which may reduce the quality of service of the system to other services. Therefore, the timing of migration is important to ensure that the advantages of the hierarchical storage system are exerted and that excessive resources are not used for internal consumption.
Currently, there are two methods for determining migration timing. One is a fixed period method, namely, the hierarchical storage system performs data migration after a certain time, and does not consider other situations; the other method is a residual space monitoring method, namely, the residual space of the primary storage is monitored, and if the residual space is insufficient, the migration is started.
However, both of these methods have disadvantages: if the period set by the fixed period method is too long, the advantage of hierarchical storage is difficult to exert; if it is too short, the system resources are frequently used for internal consumption. The load of the cluster is in dynamic change, different applications have different data access conditions, and a reasonable period which is suitable for all application scenes does not exist, that is, the fixed period method is difficult to adapt to the dynamic change of the system load.
The residual space monitoring method can work under the condition that a large amount of data are written in the cluster, but in many cases, the cluster does not have data writing any more and has frequent data reading, but the activity of the data changes continuously. In this case, the hierarchical storage system cannot perform data migration, cannot perform reasonable data configuration, and cannot perform its intended function.
Therefore, a method for determining a migration time needs to be rationalized, on one hand, the method can adapt to dynamic changes of system loads, and on the other hand, data can be stored in a proper node, so that the efficiency of the system in processing active data is improved, the access performance of the data is finally improved, and the overall access delay is reduced.
Disclosure of Invention
The embodiment of the invention provides a method and a device for determining a data migration time, aiming at solving the problem that the proper data migration time cannot be dynamically selected currently, so that the advantages of a hierarchical storage system can be ensured to be exerted, and excessive resources cannot be used for internal consumption.
Therefore, the embodiment of the invention provides the following technical scheme:
an apparatus for determining data migration opportunities, comprising:
the monitoring module is connected with the judging module and used for starting double threads and respectively monitoring the space utilization rate and the data migration period of primary storage in the hierarchical storage system;
the judging module is respectively connected with the monitoring module and the data migration module and is used for periodically judging whether the data migration condition is met or not through the double threads;
a data migration module for performing the data migration;
and the adjusting module is connected with the data migration module and used for adjusting the data migration period.
The embodiment of the invention also provides a method for determining the data migration opportunity, which comprises the following steps:
a: starting double threads, and respectively monitoring the space utilization rate and the data migration period of primary storage in the hierarchical storage system;
b: the double threads periodically judge whether the data migration condition is met, if not, the double threads wait for the same time and then judge until the data migration condition is met, and if yes, the step C is executed;
c: performing the data migration;
d: adjusting the data migration period according to the migration condition;
e: after the data migration period is adjusted, the double-thread reads parameters again and continues to monitor the next round.
Compared with the prior art, the embodiment of the invention has the following advantages:
the embodiment of the invention respectively monitors the space utilization rate and the data migration period of primary storage in the hierarchical storage system by starting double threads, regularly judges whether the data migration condition is met, and adjusts the data migration period according to the reason of meeting the migration condition. The selected data migration opportunity is ensured, so that not only can the space of primary storage in the hierarchical storage system be fully utilized, but also the data position can be timely adjusted by the system, and the access performance of the system can be optimal.
Drawings
FIG. 1 is a flowchart of a method for determining a data migration time according to a first embodiment of the present invention;
fig. 2 is a block diagram of an apparatus for determining a data migration timing according to a second embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It is to be understood that the present invention has been described in connection with only some embodiments thereof, and not all embodiments thereof. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
Fig. 1 is a flowchart of a method for determining a data migration opportunity according to a first embodiment of the present invention, and for convenience of description, only the portions related to the embodiment of the present invention are shown.
As shown in fig. 1, the method comprises the steps of:
step 101, starting double threads, and respectively monitoring the space utilization rate and the data migration period of primary storage in the hierarchical storage system.
And 102, periodically judging whether the data migration condition is met by the double threads, if not, waiting for the same time and then judging until the data migration condition is met, and if so, executing a step 103.
Specifically, the data migration condition includes that the space utilization rate of the primary storage in the hierarchical storage system exceeds a set threshold or a data migration period arrives.
Specifically, when the utilization rate of the space of the primary storage in the hierarchical storage system is judged not to exceed the set threshold value and the data migration period is not reached, the data migration is not triggered, and the judgment is performed after the same time interval. And triggering migration when the space utilization rate of the primary storage in the hierarchical storage system is judged to exceed a set threshold value or a data migration period is reached.
Step 103, executing the data migration.
Preferably, if migration is triggered, the system records which background thread triggered migration is triggered, and selects a good migration object to complete migration.
And 104, adjusting the data migration period according to the migration condition.
Specifically, when the reason for triggering migration is that the space utilization rate of the primary storage in the hierarchical storage system exceeds a set threshold, that is: migration caused by insufficient primary storage residual space shows that a large amount of data are written at this time, the data position needs to be adjusted in time, and the data migration period is shortened to serve as a new data migration period.
Specifically, migration is initiated when the migration period time is consumed, but no actual data movement occurs, which indicates that the system has no significant read-write operation in the period, and the migration period is extended to serve as a new data migration period.
Specifically, if there is a normal data movement due to migration caused by depletion of a migration period, the original migration period is not changed.
Preferably, an upper limit value and a lower limit value are set for the data migration period. And when the result of shortening the data migration period is lower than the lower limit value, taking the lower limit value as a new data migration period, or when the result of prolonging the data migration period is higher than the upper limit value, taking the upper limit value as a new data migration period.
And 105, after the data migration period is adjusted, re-reading the parameters by the double threads, and continuing to monitor the next round.
Preferably, after the data migration period is adjusted, the double-thread rereads the updated data migration period parameter, and rerun whether the data migration condition is reached.
Based on the same concept, the second embodiment of the present invention further provides an apparatus for determining a data migration opportunity, as shown in fig. 2, the apparatus includes a monitoring module 201, a determining module 202, a data migration module 203, and an adjusting module 204.
The monitoring module 201 is connected to the determining module 202, and is configured to start a dual thread, and monitor a space utilization rate and a data migration period of a primary storage in the hierarchical storage system, respectively.
The determining module 202 is connected to the monitoring module 201 and the data migration module 203, respectively, and is configured to periodically determine whether the data migration condition is met through the dual threads.
Specifically, the data migration condition includes that the space utilization rate of the primary storage in the hierarchical storage system exceeds a set threshold or a data migration period arrives.
Specifically, when the utilization rate of the space of the primary storage in the hierarchical storage system is judged not to exceed the set threshold value and the data migration period is not reached, the data migration is not triggered, and the judgment is performed after the same time interval. And triggering migration when the space utilization rate of the primary storage in the hierarchical storage system is judged to exceed a set threshold value or a data migration period is reached.
The data migration module 203 is configured to perform the data migration.
Preferably, if migration is triggered, the system records which background thread triggered migration is triggered, and selects a good migration object to complete migration.
The adjusting module 204 is connected to the data migration module 203, and is configured to adjust the data migration period.
Specifically, when the reason for triggering migration is that the space utilization rate of the primary storage in the hierarchical storage system exceeds a set threshold, that is: migration caused by insufficient primary storage residual space shows that a large amount of data are written at this time, the data position needs to be adjusted in time, and the data migration period is shortened to serve as a new data migration period.
Specifically, migration is initiated when the migration period time is consumed, but no actual data movement occurs, which indicates that the system has no significant read-write operation in the period, and the migration period is extended to serve as a new data migration period.
Specifically, if there is a normal data movement due to migration caused by depletion of a migration period, the original migration period is not changed.
Preferably, an upper limit value and a lower limit value are set for the data migration period. And when the result of shortening the data migration period is lower than the lower limit value, taking the lower limit value as a new data migration period, or when the result of prolonging the data migration period is higher than the upper limit value, taking the upper limit value as a new data migration period.
Preferably, the adjusting module 204 is connected to the monitoring module 201, and is configured to, after the parameter is re-read by the dual threads, start the dual threads to monitor the space utilization and the data migration period of any level of storage in the hierarchical storage system, respectively, that is, return to step 101 in the first embodiment.
Preferably, after the data migration period is adjusted, the double-thread rereads the updated data migration period parameter, and rerun whether the data migration condition is reached.
The embodiment of the invention provides a method and a device for determining data migration time, aiming at solving the problem that the proper data migration time cannot be dynamically selected at present, not only ensuring that the advantages of a hierarchical storage system can be exerted, but also not causing the problem of excessive resource consumption, not only fully utilizing the space of primary storage in the hierarchical storage system, but also ensuring that the system can timely adjust the data position, and ensuring that the access performance of the system is optimal.
Those skilled in the art will appreciate that the modules in the devices in the embodiments may be distributed in the devices in the embodiments according to the description of the embodiments, and may be correspondingly changed in one or more devices different from the embodiments. The modules of the above embodiments may be combined into one module, or further split into multiple sub-modules.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention may be implemented by software plus a necessary general hardware platform, and certainly may also be implemented by hardware, but in many cases, the former is a better embodiment. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for enabling a terminal device (which may be a mobile phone, a personal computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements should also be considered within the scope of the present invention.

Claims (6)

1. A method for determining data migration timing, comprising the steps of:
a: starting double threads, and respectively monitoring the space utilization rate and the data migration period of primary storage in the hierarchical storage system;
b: the double threads periodically judge whether the data migration condition is met, if not, the double threads wait for the same time and then judge until the data migration condition is met, and if yes, the step C is executed;
c: performing the data migration;
d: adjusting the data migration period according to the migration condition;
e: after the data migration period is adjusted, the double-thread reads parameters again and continues to monitor the next round.
2. The method for determining the data migration timing according to claim 1, wherein said periodically determining whether the data migration condition is satisfied in step B comprises:
b1: periodically judging whether the space utilization rate of primary storage in the hierarchical storage system exceeds a set threshold value or not;
and,
b2: and periodically judging whether the data migration period is reached.
3. The method of claim 2, wherein step D comprises:
d1: b1, shortening the data migration period as a new data migration period;
or,
d2: b2, if no actual data movement occurs, the data migration period is extended, and as a new data migration period, if normal data movement occurs, the original migration period is not changed.
4. The method for determining the data migration opportunity according to claim 3, wherein the step D further comprises:
d3: setting an upper limit value and a lower limit value for the data migration period;
d4: and when the result of shortening the data migration period is lower than the lower limit value, taking the lower limit value as a new data migration period, or when the result of prolonging the data migration period is higher than the upper limit value, taking the upper limit value as a new data migration period.
5. An apparatus for determining data migration opportunities, comprising:
the monitoring module is connected with the judging module and used for starting double threads and respectively monitoring the space utilization rate and the data migration period of primary storage in the hierarchical storage system;
the judging module is respectively connected with the monitoring module and the data migration module and is used for periodically judging whether the data migration condition is met or not through the double threads;
a data migration module for performing the data migration;
and the adjusting module is connected with the data migration module and used for adjusting the data migration period according to the migration condition.
6. The apparatus for determining a data migration opportunity according to claim 5, wherein the adjusting module is connected to the monitoring module, and configured to re-read the parameters for the dual thread after the adjustment of the data migration period, and continue the next round of monitoring.
CN201210590171.5A 2012-12-29 2012-12-29 A kind of method and apparatus determining data migration time Active CN103078933B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210590171.5A CN103078933B (en) 2012-12-29 2012-12-29 A kind of method and apparatus determining data migration time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210590171.5A CN103078933B (en) 2012-12-29 2012-12-29 A kind of method and apparatus determining data migration time

Publications (2)

Publication Number Publication Date
CN103078933A true CN103078933A (en) 2013-05-01
CN103078933B CN103078933B (en) 2015-12-02

Family

ID=48155335

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210590171.5A Active CN103078933B (en) 2012-12-29 2012-12-29 A kind of method and apparatus determining data migration time

Country Status (1)

Country Link
CN (1) CN103078933B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103744623A (en) * 2014-01-10 2014-04-23 浪潮电子信息产业股份有限公司 Method for realizing intelligent degradation of data cached in SSD (Solid State Disk) of storage system
WO2014183514A1 (en) * 2013-11-19 2014-11-20 中兴通讯股份有限公司 Method, device, and computer storage medium for hierarchical storage
CN104573020A (en) * 2015-01-12 2015-04-29 浪潮电子信息产业股份有限公司 Automatic data migration optimization method in hierarchical storage system
WO2016165441A1 (en) * 2015-09-06 2016-10-20 中兴通讯股份有限公司 Migration policy adjustment method, capacity-change suggestion method and device
CN106502578A (en) * 2015-09-06 2017-03-15 中兴通讯股份有限公司 Capacity change suggesting method and device
CN106598500A (en) * 2016-12-16 2017-04-26 郑州云海信息技术有限公司 Hierarchical storage dynamic migration method
CN107239457A (en) * 2016-03-28 2017-10-10 阿里巴巴集团控股有限公司 Data archiving method and device
CN107291752A (en) * 2016-04-01 2017-10-24 中国电信股份有限公司 Data Migration control method and system based on service-aware
CN108897707A (en) * 2018-06-26 2018-11-27 郑州云海信息技术有限公司 A kind of capacity statistical method, device and the equipment of multi-controller
CN111385328A (en) * 2018-12-29 2020-07-07 北京奇虎科技有限公司 Service request processing method and system and electronic equipment
CN112860188A (en) * 2021-02-09 2021-05-28 山东英信计算机技术有限公司 Data migration method, system, device and medium
CN113741819A (en) * 2021-09-15 2021-12-03 第四范式(北京)技术有限公司 Method and device for hierarchical storage of data
CN114579535A (en) * 2020-11-30 2022-06-03 广东亿迅科技有限公司 Distributed data online migration method, device, terminal and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1751307A (en) * 2002-01-18 2006-03-22 伊迪蒂克公司 A design for storage and retrieval of arbitrary content and application data
US20060136525A1 (en) * 2004-12-21 2006-06-22 Jens-Peter Akelbein Method, computer program product and mass storage device for dynamically managing a mass storage device
CN102136003A (en) * 2011-03-25 2011-07-27 上海交通大学 Large-scale distributed storage system
CN102291450A (en) * 2011-08-08 2011-12-21 浪潮电子信息产业股份有限公司 Data online hierarchical storage method in cluster storage system
CN102456049A (en) * 2010-10-28 2012-05-16 无锡江南计算技术研究所 Data migration method and device, and object-oriented distributed file system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1751307A (en) * 2002-01-18 2006-03-22 伊迪蒂克公司 A design for storage and retrieval of arbitrary content and application data
US20060136525A1 (en) * 2004-12-21 2006-06-22 Jens-Peter Akelbein Method, computer program product and mass storage device for dynamically managing a mass storage device
CN102456049A (en) * 2010-10-28 2012-05-16 无锡江南计算技术研究所 Data migration method and device, and object-oriented distributed file system
CN102136003A (en) * 2011-03-25 2011-07-27 上海交通大学 Large-scale distributed storage system
CN102291450A (en) * 2011-08-08 2011-12-21 浪潮电子信息产业股份有限公司 Data online hierarchical storage method in cluster storage system

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014183514A1 (en) * 2013-11-19 2014-11-20 中兴通讯股份有限公司 Method, device, and computer storage medium for hierarchical storage
CN104657286A (en) * 2013-11-19 2015-05-27 中兴通讯股份有限公司 Hierarchical storage method and device
CN104657286B (en) * 2013-11-19 2019-05-10 中兴通讯股份有限公司 A kind of classification storage method and device
CN103744623A (en) * 2014-01-10 2014-04-23 浪潮电子信息产业股份有限公司 Method for realizing intelligent degradation of data cached in SSD (Solid State Disk) of storage system
CN104573020B (en) * 2015-01-12 2017-11-10 浪潮电子信息产业股份有限公司 Automatic data migration optimization method in hierarchical storage system
CN104573020A (en) * 2015-01-12 2015-04-29 浪潮电子信息产业股份有限公司 Automatic data migration optimization method in hierarchical storage system
CN106502578A (en) * 2015-09-06 2017-03-15 中兴通讯股份有限公司 Capacity change suggesting method and device
CN106502578B (en) * 2015-09-06 2019-06-11 中兴通讯股份有限公司 Capacity changes suggesting method and device
CN106502576B (en) * 2015-09-06 2020-06-23 中兴通讯股份有限公司 Migration strategy adjusting method and device
WO2016165441A1 (en) * 2015-09-06 2016-10-20 中兴通讯股份有限公司 Migration policy adjustment method, capacity-change suggestion method and device
CN106502576A (en) * 2015-09-06 2017-03-15 中兴通讯股份有限公司 Migration strategy method of adjustment, capacity change suggesting method and device
CN107239457A (en) * 2016-03-28 2017-10-10 阿里巴巴集团控股有限公司 Data archiving method and device
CN107291752A (en) * 2016-04-01 2017-10-24 中国电信股份有限公司 Data Migration control method and system based on service-aware
CN106598500A (en) * 2016-12-16 2017-04-26 郑州云海信息技术有限公司 Hierarchical storage dynamic migration method
CN108897707A (en) * 2018-06-26 2018-11-27 郑州云海信息技术有限公司 A kind of capacity statistical method, device and the equipment of multi-controller
CN111385328A (en) * 2018-12-29 2020-07-07 北京奇虎科技有限公司 Service request processing method and system and electronic equipment
CN111385328B (en) * 2018-12-29 2024-04-05 三六零科技集团有限公司 Service request processing method, system and electronic equipment
CN114579535A (en) * 2020-11-30 2022-06-03 广东亿迅科技有限公司 Distributed data online migration method, device, terminal and storage medium
CN112860188A (en) * 2021-02-09 2021-05-28 山东英信计算机技术有限公司 Data migration method, system, device and medium
CN113741819A (en) * 2021-09-15 2021-12-03 第四范式(北京)技术有限公司 Method and device for hierarchical storage of data

Also Published As

Publication number Publication date
CN103078933B (en) 2015-12-02

Similar Documents

Publication Publication Date Title
CN103078933B (en) A kind of method and apparatus determining data migration time
US20230013506A1 (en) Systems and methods for collecting, tracking, and storing system performance and event data for computing devices
CN106502576B (en) Migration strategy adjusting method and device
WO2020224658A1 (en) Standby optimization method and apparatus, and computer device and storage medium
CN109271435B (en) Data extraction method and system supporting breakpoint continuous transmission
US9104413B2 (en) System and method for dynamic memory power management
EP3680787B1 (en) Method for synchronization between primary database and standby database, database system and device
EP2696285A1 (en) Method and device for allocating resource
US8862824B2 (en) Techniques for managing power and performance of multi-socket processors
EP3185148B1 (en) Resource coordination method, device, and system for database cluster
CN102495857A (en) Load balancing method for distributed database
CN103037109B (en) Multicore equipment energy consumption management method and device
CN104239153A (en) Method and device for balancing multi-core CPU load
JP2019159802A (en) Power control method of storage device and storage device
US20120331235A1 (en) Memory management apparatus, memory management method, control program, and recording medium
CN112597202A (en) Data query method and device, computer equipment and storage medium
CN110347546B (en) Dynamic adjustment method, device, medium and electronic equipment for monitoring task
US20150006738A1 (en) Managing Capacity in a Data Center by Suspending Tenants
CN109299045A (en) A kind of log storing method, device, equipment and readable storage medium storing program for executing
CN102143206A (en) Storage pool regulation method, device and system for cluster storage system
CN107872480B (en) Big data cluster data balancing method and device
US20190369882A1 (en) Techniques for preserving an expected lifespan of a non-volatile memory
CN109582460B (en) Redis memory data elimination method and device
CN109669814A (en) A kind of restoration methods of Metadata Service, device, equipment and readable storage medium storing program for executing
CN101635636B (en) Method and device for controlling server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230103

Address after: Room 301, No. 235, Kexue Avenue, Huangpu District, Guangzhou, Guangdong 510000

Patentee after: OURCHEM INFORMATION CONSULTING CO.,LTD.

Address before: 1068 No. 518055 Guangdong city in Shenzhen Province, Nanshan District City Xili University School Avenue

Patentee before: SHENZHEN INSTITUTES OF ADVANCED TECHNOLOGY

Effective date of registration: 20230103

Address after: 510000 room 606-609, compound office complex building, No. 757, Dongfeng East Road, Yuexiu District, Guangzhou City, Guangdong Province (not for plant use)

Patentee after: China Southern Power Grid Internet Service Co.,Ltd.

Address before: Room 301, No. 235, Kexue Avenue, Huangpu District, Guangzhou, Guangdong 510000

Patentee before: OURCHEM INFORMATION CONSULTING CO.,LTD.

TR01 Transfer of patent right