CN102508618A - Magnetic disk energy consumption optimization method based on request dynamic delay dispatching - Google Patents

Magnetic disk energy consumption optimization method based on request dynamic delay dispatching Download PDF

Info

Publication number
CN102508618A
CN102508618A CN2011103420453A CN201110342045A CN102508618A CN 102508618 A CN102508618 A CN 102508618A CN 2011103420453 A CN2011103420453 A CN 2011103420453A CN 201110342045 A CN201110342045 A CN 201110342045A CN 102508618 A CN102508618 A CN 102508618A
Authority
CN
China
Prior art keywords
request
delay
sequence
time
disk
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.)
Pending
Application number
CN2011103420453A
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.)
National University of Defense Technology
Original Assignee
National University of Defense Technology
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 National University of Defense Technology filed Critical National University of Defense Technology
Priority to CN2011103420453A priority Critical patent/CN102508618A/en
Publication of CN102508618A publication Critical patent/CN102508618A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a magnetic disk energy consumption optimization method based on request dynamic delay dispatching and aims at solving the technical problem to dynamically regulate the magnetic disk dispatching delay time, possibly delay the dispatching moment on the premise of meeting the request average response time requirement and reduce the magnetic disk energy. The method has the technical scheme that a magnetic disk request dispatching system consisting of a queuing system and a submitting system is built, the queuing system receives data reading and writing requests, sequences the requests and submits the sequenced requests to the submitting system, and the submitting system carries out statistics on the request average response time in the dispatching delay time and dynamically regulates the dispatching delay time according to the set request average response time threshold. When the method is adopted, the magnetic disk channel finding distance can be shortened, and the magnetic disk channel finding time is reduced, so the magnetic disk busy time is reduced, the magnetic disk energy consumption is reduced, and in addition, the condition of too long request average response time caused by delay processing request of the magnetic disk is eliminated through dynamically regulating the delay time.

Description

A kind of magnetic disk energy consumption optimization method based on request dynamic delay dispatching
Technical field
The present invention relates to the energy consumption optimization method of disk scheduling, the method that disk energy consumption optimization is espespecially carried out by the dynamic adjustment dispatch delay time.
Background technology
Disk is the critical piece for constituting storage system, mainly by parts such as magnetic head, head arm, drive motor, discs.Data in disk are stored on the disc inside disk.Data carry out tissue on disc in the way of cylinder/magnetic track/sector.Each disc is divided into multiple magnetic tracks, and each magnetic track is the concentric circles on disc.The magnetic track of same position constitutes a cylinder on multiple different discs.Each magnetic track is divided into multiple different sectors, and sector is the base unit that disk carries out reading and writing data.The process being written and read to request data, that is, magnetic head is to the access process of sector.The structure chart of disk is as shown in Figure 1.
The magnetic track of some disc, sector in the request of data address correspondence disk of application program.Disk asks user writable the processing of (hereinafter, read-write requests are referred to as request) to include tracking, rotation and three processes of reading and writing data.
1) magnetic track where first, magnetic head is moved to target data along disc radius, referred to as seeks process;
2) magnetic head then, is kept in the track location, the sector that disc is rotated to where data, referred to as rotary course;
3) the read-write process of log-on data, until the data manipulation asked is completed.
During above-mentioned 3, two processes of tracking and rotation constitute data position fixing process altogether.The time of three processes uses t respectivelyseek、trotationAnd ttransRepresent, the processing time t of requestrequestFor three's sum, that is, there is trequest=tseek+trotation+ttrans.When no request needs processing, magnetic head is no longer moved, but disc keeps rotation, after being reached so as to new request, can be responded as early as possible.During tracking, the track number that magnetic head is moved through is referred to as seeking distance, and tracking distance is bigger, then seeks the time longer.
When disk processing is asked, it is active.Under active state, disk is in one during above-mentioned 3.Now magnetic head either performs tracking operation or performs data read-write operation, and disc rotates at a high speed.When no request processing, disk is in idle condition.Power consumption under active state is high, uses pactiveRepresent, idle condition it is low in energy consumption, use pidleRepresent, then have pactive> pidle.It is assumed that in the t times, the time that disk is active is tactive, the time of idle condition is tidle, then energy consumption E of the disk within the time be:
E=pactive×tactive+pidle×tidle       (1)
The time that the active state time of disk is consumed by disk processing request.It is assumed that within the t times, disk coprocessing n is asked, then tactiveFor n request processing time sum.
Disk influences the energy consumption of disk to the execution sequence of request.It is not continuous that the request of disk, which is submitted to, the location of on disk.Different requests are distributed on the different magnetic track of disk.If the order that disk is reached according to request, that is prerequisite variable (First Come First Service, FCFS) it is handled, magnetic head is then caused to frequently execute tracking operation on disc, so that tracking operation span when request is handled every time is larger, and magnetic head moving direction frequently changes so that tracking distance and tracking time are longer.In the processing procedure that disk is carried out to request, it is adjusted by the processing sequence to request, it is possible to reduce the tracking distance of magnetic head, the tracking time is reduced, so as to reduce the time of disk in ambulatory situations, it is possible to achieve the purpose of reduction disk energy expenditure.This adjustment process is referred to as disk requests scheduling.One specific scheduling is referred to as a disk requests dispatching method.Fig. 2 and Fig. 3 illustrates validity of the request scheduling for the reduction tracking time using a simply example.It is assumed that request sequence includes 5 requests, x1, x2, x3, x4, x5, the magnetic track of access is respectively:5,20,12,8,22.It is assumed that magnetic head initial position is on 0 magnetic track.Under default condition, using frist come,frist serve, this sequence is performed, the tracking distance of magnetic head is 5+15+8+4+14=46, as shown in Figure 2.By asking scheduling to be ranked up 5 requests according to the magnetic track of access, the execution sequence of request is adjusted, the execution sequence after adjustment is:5,8,12,20,22.On this condition, the tracking distance of magnetic head is 22, as shown in Figure 3.After being adjusted, the tracking distance of magnetic head is greatly reduced, and according to tracking distance and the relation between the tracking time, the tracking time also greatly reduces.According to formula (1), the energy consumption of disk is reduced.
Disk energy consumption is the chief component of storage system power consumption, in the environment of current data storage requirement increasingly increases, and how to reduce disk energy consumption turns into one of key issue that " green is calculated " urgent need overcomes.How Mobile state adjustment is entered to scheduling time delay, avoid because delay dispatching makes the response time called request excessive, ensure that disk energy consumption saving is the technical problem that those skilled in the art extremely pay close attention to, and there is no the open report of the disk energy optimizing method technology based on request dynamic delay dispatching at present again simultaneously.
The content of the invention
The technical problem to be solved in the present invention is how to dynamically adjust disk scheduling time delay, under the premise of request average response time requirement is met, as far as possible delay dispatching opportunity, reduces disk energy.The disk energy optimizing method basic thought based on request dynamic delay dispatching of the invention is:After request is reached, postpone to submit to disk, the request reached in the dispatch delay time is ranked up, the request after sequence is submitted disk processing by the position where track location and magnetic head that sort by accesses for these requests.The request that disk is reached when handling request, submits disk processing after next minor sort.By being sorted to request, tracking time during disk processing request is reduced, energy expenditure reduction.The dispatch delay time points to the time interval that disk submits request.
Delay dispatching has postponed the time that request is submitted to disk, and the sequence to request reduces tracking time when disk processing is asked.The dispatch delay time is longer, and the request for participating in sequence is more, and the tracking time of disk is shorter in the case of identical disk access data volume.After delay dispatching, dispatch delay overlong time can increase the response time of request.In addition, under fixed dispatch delay time conditions, the response time of request is related to the arrival feature of request.The dispatch delay time is fixed, and the request reached in the unit interval is more, then the response time asked is longer.Thus, the dispatch delay time can not immobilize, it is necessary to be adjusted according to specific request arrival situation.
The technical scheme is that:Using request dispatch delay time adjustable strategies, for the request reached in the dispatch delay time, it is ranked up according to current head position, and after the dispatch delay time is reached, submits to disk and handled;Count in the dispatch delay time, the average response time of request, according to the request average response time threshold value of setting, the dynamic adjustment dispatch delay time, realize and save disk energy expenditure, it is ensured that the purpose of request response.
Concrete technical scheme comprises the following steps:
The first step, builds disk requests scheduling system, and the system is by request queue subsystem (abbreviation queuing system), and subsystem (abbreviation submission system) composition is submitted in request.Queuing system is a software, is responsible for receiving the reading and writing data request that application program is submitted, request is put into the first request sequence σ, every tdelayTime will be sent to submission system after the request sequence in σ.
Submission system is a software, is responsible for every tdelayTime receives the request sequence after the queuing that queuing system is submitted, and request sequence is added into the second request sequence σsub.Submission system is by the second request sequence σsubRequest submit to disk execution, and count the average response time of request, the time interval t of request submitted according to average response time and average response time threshold value amendment queuing systemdelay.First request sequence σ and the second request sequence σsubThe dynamic link table in committed memory space, its reading and writing data number of request for being submitted with application program of memory space taken and change.
Second step, sets initial guess, including:
2.1 set request average response time threshold value tres, by tresIt is set as the historical statistics value of requirement or request average response time of the user program to request response time;
2.2 set dispatch delay time tdelayInitial value be tres
2.3 set the position h of magnetic head as 0 magnetic track;
3rd step, queuing system receives reading and writing data request, and request is ranked up, the request after sequence is submitted into submission system.The request sequence that queuing system is submitted is added to the second request sequence σ by submission systemsubIn, and by σsubIn request submit to disk in order.
3.1 queuing systems receive the reading and writing data request x that application program is submittedi, record request arrival timeAnd x will be askediIt is put into the first request sequence σ, the numbering that i reaches for request, i is integer;
3.2 every time tdelay, to the request sequence being stored in σ<x1, x2..., xi..., xn>It is ranked up, n is tdelayThe sum of request is reached in period, n is integer, and the request sequence after sequence is represented with σ '.Sort method is:
If 3.2.1
Figure BDA0000104888060000042
Then n request is ranked up according to track address is ascending, l represents the minimum track address for asking to access in σ, r represents maximum track address;
If 3.2.2
Figure BDA0000104888060000043
Then n request is ranked up according to track address is descending;
3.3 according to the sequences of the middle requests of σ ', and it is the residing magnetic track of last request after sequence to update the track address h residing for magnetic head;
Request sequence σ ' after sequence is sent to submission system by 3.4 queuing systems, and queuing system empties the first request sequence σ;
3.5 submission systems receive the σ ' that queuing system is submitted, and σ ' is added into the second request sequence σsub
3.6 submission systems take out σ successivelysubIn be located at the request of sequence header, disk processing is submitted to, and in σsubMiddle deletion request;
4th step, submission system statistics disk processing σsubThe average response time of middle request, and according to average response time and average response time threshold value, to the dispatch delay time t of queuing systemdelayIt is adjusted.
4.1 disks have performed σsubIn request xjAfterwards, numberings of the j for request in σ ', 1≤j≤n, submission system records its deadline
Figure BDA0000104888060000044
Calculate xjResponse time be
Figure BDA0000104888060000045
Figure BDA0000104888060000046
It is xjArrival time;
4.2 submission systems count dispatch delay time tdelayInterior, disk completes the average response time of all requestsM is the number of request that disk is completed in the dispatch delay time.Will
Figure BDA0000104888060000052
With request response time threshold value tresContrast, the adjustment queuing system new dispatch delay time is tdelay', method is as follows:
If 4.2.1 t res &OverBar; > t res , The two difference of order t diff = t res &OverBar; - t res , Then t delay &prime; = t delay - 1 2 &times; t diff ;
If 4.2.2 t res &OverBar; < t res , t diff = t res - t res &OverBar; , Then t delay &prime; = t delay + 1 2 &times; t diff ;
4.3 submission systems are by the t after adjustmentdelay' it is sent to queuing system;
4.4 queuing systems adjust dispatch delay time tdelayFor tdelay=tdelay', turn the 3rd step.
In step 4.2, disk completes the average response time of request in the submission system statistics dispatch delay time.Within the dispatch delay time, the number of request that disk is completed is m.When the number of request of arrival is more, in fact it could happen that all processing is completed for the request that m < n situation, i.e. disk reached the upper dispatch delay time not within the dispatch delay time.In this case, during the submission system statistical average response time, the second request sequence σsubIn still include untreated request.But, according to following 2 points, σsubIn request will not unrestrictedly increase:1) data access of application program will not be constantly in high request frequency state;2) request that submission system is received is derived from operating system, and the request control function of operating system limits total number of request of whole system.Step 4.4 shows that the present invention is an endless loop, as long as not shut down because actual conditions are exactly computer, and disk requests scheduling system constantly receives the reading and writing data request of application program submission, and constantly request is handled.Unless computer shutdown or power-off, the present invention just force to shut down, the giant computer of HLRS does not shut down usually in actual state, therefore energy optimization need to continue to carry out.
Following effect can be reached using the present invention:
1) 3.2 step of the invention submits disk processing after being ranked up to the request reached in scheduling time delay, has reached that shortening disk seeks distance, has reduced the tracking time, so as to reduce disk busy time, reduces the purpose of disk energy expenditure.
2) present invention 4.2 is according to the average response time, request response time threshold value asked in the dispatch delay time, and the size of dynamic adjustment time delay is eliminated because disk delay disposal asks the excessive situation of triggered request average response time.
Brief description of the drawings
Fig. 1 is the structural representation of disk.
Fig. 2 is to move schematic diagram using prerequisite variable scheduling mode magnetic head.
Fig. 3 is to be ranked up rear magnetic head to request using the present invention to move schematic diagram.
Fig. 4 is general flow chart of the present invention.
Fig. 5 is second step of the present invention, and queuing system receives request, and the request after sequence is submitted into submission system, and the flow chart for submitting disk to handle.
Embodiment
Fig. 1 is the structural representation of disk.The figure illustrates the institutional framework of magnetic head and disc.Disc is divided into several different magnetic tracks, and magnetic track is divided into sector again, and sector is the base unit of reading and writing data.Magnetic head is moved between different magnetic tracks, and the data in sector are written and read.
Fig. 2 is that when using prerequisite variable scheduling mode, disk performs 5 request x in example1, x2, x3, x4, x5When, magnetic head movement schematic diagram.The order that magnetic head is reached according to request, the magnetic track being moved to where request.When performing second request, magnetic head is moved to magnetic track 20.When performing the 3rd request, magnetic head needs to be moved to magnetic track 12 in the opposite direction.5 requests are performed, magnetic head moving direction needs to change twice.
Fig. 3 is that after being ranked up using the present invention to request, disk performs 5 request x in example1, x2, x3, x4, x5When, magnetic head movement schematic diagram.After being ranked up to 5 requests according to residing magnetic track, magnetic head is moved respectively to magnetic track 5,8,12,20,22.5 requests are performed, magnetic head moving direction does not change.
Fig. 4 is the general flow chart of the present invention, is specifically included:
The first step, builds disk requests scheduling system, including queuing system and Request System.
Second step, sets initial guess.
3rd step, queuing system receives reading and writing data request, and request is ranked up, the request after sequence is submitted into submission system, the request sequence that queuing system is submitted is added to the second request sequence σ by submission systemsubIn, and by σsubIn request submit to disk in order.
4th step, submission system statistics disk processing σsubThe average response time of middle request, and according to average response time and average response time threshold value, to the dispatch delay time t of queuing systemdelayIt is adjusted, turns the 3rd step.
Fig. 5 describes the flow of the 3rd step of the invention, specifically includes:
3.1 queuing systems receive the reading and writing data request that application program is submitted, and will ask xiIt is put into request sequence;
3.2 every time tdelay, the request being stored in request sequence is ranked up, sort method is:
If 3.2.1
Figure BDA0000104888060000071
Then n request is ranked up according to track address is ascending, l represents the minimum track address for asking to access in σ, r represents maximum track address;
If 3.2.2
Figure BDA0000104888060000072
Then n request is ranked up according to track address is descending;
3.3 update the track address h residing for magnetic head for the residing magnetic track of last request after sorting;
Request sequence after sequence is sent to submission system by 3.4 queuing systems, and queuing system empties request sequence;
3.5 submission systems receive the request sequence that queuing system is submitted;
3.6 submission systems take out the request of sequence header successively, submit to disk processing, and delete the request in the sequence.

Claims (3)

1. a kind of magnetic disk energy consumption optimization method based on request dynamic delay dispatching, it is characterised in that comprise the following steps:
The first step, structure disk requests scheduling system, the system are made up of queuing system, submission system, and queuing system is a software, is responsible for receiving the reading and writing data request of application program submission, request is put into the first request sequence σ, every tdelayTime will be sent to submission system after the request sequence in σ;Submission system is a software, is responsible for every tdelayTime receives the request sequence after the queuing that queuing system is submitted, and request sequence is added into the second request sequence σsub, and by σsubRequest submit to disk execution, and count the average response time of request, the time interval t of request submitted according to average response time and average response time threshold value amendment queuing systemdelay
Second step, sets initial guess, including:
2.1 set request average response time threshold value tres, by tresIt is set as the historical statistics value of requirement or request average response time of the user program to request response time;
2.2 set dispatch delay time tdelayInitial value be tres
2.3 set the position h of magnetic head as 0 magnetic track;
3rd step, queuing system receives reading and writing data request, and request is ranked up, the request after sequence is submitted into submission system, the request sequence that queuing system is submitted is added to the second request sequence σ by submission systemsubIn, and by σsubIn request submit to disk in order, specific method is:
3.1 queuing systems receive the reading and writing data request x that application program is submittedi, record request arrival time
Figure FDA0000104888050000011
And x will be askediIt is put into the first request sequence σ, the numbering that i reaches for request, i is integer;
3.2 every time tdelay, to the request sequence being stored in σ<x1, x2..., xi..., xn>It is ranked up, n is tdelayThe sum of request is reached in period, n is integer, and the request sequence after sequence is represented with σ ';
3.3 according to the sequences of the middle requests of σ ', and it is the residing magnetic track of last request after sequence to update the track address h residing for magnetic head;
Request sequence σ ' after sequence is sent to submission system by 3.4 queuing systems, and queuing system empties the first request sequence σ;
3.5 submission systems receive the σ ' that queuing system is submitted, and σ ' is added into the second request sequence σsub
3.6 submission systems take out σ successivelysubIn be located at the request of sequence header, disk processing is submitted to, and in σsubMiddle deletion request;
4th step, submission system statistics disk processing σsubThe average response time of middle request, and according to average response time and average response time threshold value, to the dispatch delay time t of queuing systemdelayIt is adjusted, method is:
4.1 disks have performed σsubIn request xjAfterwards, numberings of the j for request in σ ', 1≤j≤n, submission system records its deadline
Figure FDA0000104888050000021
Calculate xjResponse time be
Figure FDA0000104888050000022
Figure FDA0000104888050000023
It is xjArrival time;
4.2 submission systems count dispatch delay time tdelayInterior, disk completes the average response time of all requests
Figure FDA0000104888050000024
M is the number of request that disk is completed in the dispatch delay time;Will
Figure FDA0000104888050000025
With request response time threshold value tresContrast, the adjustment queuing system new dispatch delay time is tdelay′;
4.3 submission systems are by the t after adjustmentdelay' it is sent to queuing system;
4.4 queuing systems adjust dispatch delay time tdelayFor tdelay=tdelay', turn the 3rd step.
2. a kind of magnetic disk energy consumption optimization method based on request dynamic delay dispatching as claimed in claim 1, it is characterised in that to the request sequence being stored in σ<x1, x2..., xi..., xn>The method being ranked up is:
If 3.2.1
Figure FDA0000104888050000026
Then n request is ranked up according to track address is ascending, l represents the minimum track address for asking to access in σ, r represents maximum track address;
If 3.2.2
Figure FDA0000104888050000027
Then n request is ranked up according to track address is descending.
3. a kind of magnetic disk energy consumption optimization method based on request dynamic delay dispatching as claimed in claim 1, it is characterised in that the adjustment queuing system new dispatch delay time is tdelay' method be:
If 4.2.1 t res &OverBar; > t res , The two difference of order t diff = t res &OverBar; - t res , Then t delay &prime; = t delay - 1 2 &times; t diff ;
If 4.2.2 t res &OverBar; < t res , t diff = t res - t res &OverBar; , Then t delay &prime; = t delay + 1 2 &times; t diff .
CN2011103420453A 2011-11-02 2011-11-02 Magnetic disk energy consumption optimization method based on request dynamic delay dispatching Pending CN102508618A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103420453A CN102508618A (en) 2011-11-02 2011-11-02 Magnetic disk energy consumption optimization method based on request dynamic delay dispatching

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103420453A CN102508618A (en) 2011-11-02 2011-11-02 Magnetic disk energy consumption optimization method based on request dynamic delay dispatching

Publications (1)

Publication Number Publication Date
CN102508618A true CN102508618A (en) 2012-06-20

Family

ID=46220713

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103420453A Pending CN102508618A (en) 2011-11-02 2011-11-02 Magnetic disk energy consumption optimization method based on request dynamic delay dispatching

Country Status (1)

Country Link
CN (1) CN102508618A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516677A (en) * 2013-09-26 2015-04-15 北大方正集团有限公司 Disk data read and write method and disk memory device
CN107465743A (en) * 2017-08-03 2017-12-12 郑州云海信息技术有限公司 A kind of method and apparatus for handling request
CN113656847A (en) * 2021-08-20 2021-11-16 湖北央中巨石信息技术有限公司 Disk data destruction method and device and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1739154A (en) * 2003-01-17 2006-02-22 皇家飞利浦电子股份有限公司 Power efficient scheduling for disc accesses
US20080168452A1 (en) * 2007-01-04 2008-07-10 Hitachi Global Storage Technologies Netherlands, B.V. Adaptive Command Scheduling
CN101625629A (en) * 2008-07-08 2010-01-13 日立环球储存科技荷兰有限公司 Techniques for scheduling requests for accessing storage devices using sliding windows

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1739154A (en) * 2003-01-17 2006-02-22 皇家飞利浦电子股份有限公司 Power efficient scheduling for disc accesses
US20080168452A1 (en) * 2007-01-04 2008-07-10 Hitachi Global Storage Technologies Netherlands, B.V. Adaptive Command Scheduling
CN101625629A (en) * 2008-07-08 2010-01-13 日立环球储存科技荷兰有限公司 Techniques for scheduling requests for accessing storage devices using sliding windows

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516677A (en) * 2013-09-26 2015-04-15 北大方正集团有限公司 Disk data read and write method and disk memory device
CN104516677B (en) * 2013-09-26 2018-05-04 北大方正集团有限公司 Data in magnetic disk reading/writing method and disk storage device
CN107465743A (en) * 2017-08-03 2017-12-12 郑州云海信息技术有限公司 A kind of method and apparatus for handling request
CN107465743B (en) * 2017-08-03 2020-10-16 苏州浪潮智能科技有限公司 Method and device for processing request
CN113656847A (en) * 2021-08-20 2021-11-16 湖北央中巨石信息技术有限公司 Disk data destruction method and device and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN101788995B (en) Hotspot data identification method and device
Bostoen et al. Power-reduction techniques for data-center storage systems
US9141176B1 (en) Power management for data storage device
US8078901B1 (en) Method for increasing a processor operating frequency when other subsystem demands are low
JP6955142B2 (en) Information processing device, storage control method and storage control program
CN101520689B (en) Computer memory device control method, computer memory device controller and memory device
JP2003308176A (en) Data storage device, reordering method for command queue, data processing method and program
US6925539B2 (en) Data transfer performance through resource allocation
CN109598156A (en) Engine snapshot stream method is redirected when one kind is write
CN102508618A (en) Magnetic disk energy consumption optimization method based on request dynamic delay dispatching
CN109491616A (en) The storage method and equipment of data
CN104063184A (en) Disk Recording Method, Nonvolatile Storage Medium Thereof And Electronic Device
US20170177444A1 (en) Database batch update method, data redo/undo log producing method and memory storage apparatus
US9286932B2 (en) Hard disk drive having regions corresponding to different speeds at which storage surface rotates
US20220094738A1 (en) Data stream management method and device
JP2007310569A (en) Evaluation method and evaluation program for method of determining information arrangement
Iritani et al. Effects on performance and energy reduction by file relocation based on file-access correlations
CN112306404A (en) Tile recording disk data layout method, system and related equipment
US20170371554A1 (en) Internal Data Transfer Management in a Hybrid Data Storage Device
CN107678692A (en) A kind of IO flow rate control methods and system
Niu et al. Analytical modeling of smr drive under different workload environments
JPH11317008A (en) Disk storage device and segment cache control method for the same
JPWO2008129616A1 (en) Storage device, storage device control device, and storage device control method
CN116931845B (en) Data layout method and device and electronic equipment
Venkataraman et al. Scheduling algorithms for handling updates in shingled magnetic recording

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120620