US20070136539A1 - Data seek technique - Google Patents

Data seek technique Download PDF

Info

Publication number
US20070136539A1
US20070136539A1 US11/548,672 US54867206A US2007136539A1 US 20070136539 A1 US20070136539 A1 US 20070136539A1 US 54867206 A US54867206 A US 54867206A US 2007136539 A1 US2007136539 A1 US 2007136539A1
Authority
US
United States
Prior art keywords
storage device
data
storage
search
storage devices
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.)
Abandoned
Application number
US11/548,672
Inventor
William Sunderland
Ricky Keahey
Dominick Macchione
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US11/548,672 priority Critical patent/US20070136539A1/en
Publication of US20070136539A1 publication Critical patent/US20070136539A1/en
Abandoned 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/951Indexing; Web crawling techniques
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching

Definitions

  • FIG. 3 illustrates operations to manage communications between devices in accordance with embodiments.
  • the server computer 120 includes a Central Processing Unit (CPU) 122 system memory 124 , which may be implemented in volatile and/or non-volatile devices.
  • a data seek controller 132 executes in the system memory 124 .
  • the data seek controller 132 is disk controller hardware and software (e.g., RAID controller hardware with firmware).
  • one or more server applications 160 execute in system memory 124 .
  • the data stores 170 a . . . 170 n may each comprise a storage device or an array of storage devices, such as Direct Access Storage Devices (DASDs), Just a Bunch of Disks (JBOD), Redundant Array of Independent Disks (RAID), virtualization device, etc. Additionally, each data store 170 a . . . 170 n includes one or more storage areas.
  • DSDs Direct Access Storage Devices
  • JBOD Just a Bunch of Disks
  • RAID Redundant Array of Independent Disks
  • virtualization device etc.
  • each data store 170 a . . . 170 n includes one or more storage areas.
  • FIG. 2 illustrates a computer system in accordance with certain other embodiments.
  • a data seek controller 132 is able to access storage areas 200 a . . . 200 n .
  • At least one storage area may be connected (directly or indirectly) to, for example, any bus interface known in the art, such as a Peripheral Component Interconnect (PCI) bus or PCI express bus (PCI Special Interest Group, PCI Local Bus Specification, Rev 2.3, published March 2002).
  • PCI Peripheral Component Interconnect
  • PCI express bus PCI Special Interest Group, PCI Local Bus Specification, Rev 2.3, published March 2002.
  • storage areas 200 a . . . 200 n may be combined in any manner.
  • storage areas 200 a and 200 c may be located on one storage device, while storage area 200 b may be located on another storage device.
  • the identification is done by maintaining a list of identifiers (e.g., file names) in each storage area and receiving a request for data along with an identifier for the data that is used to identify the storage areas storing copies of the data with that identifier.
  • identifiers e.g., file names
  • two storage devices are provided, and these two storage devices mirror data to each other and these two storage devices are identified by default.
  • the data seek controller 132 selects all storage areas that have copies of the data.
  • the number of storage areas that are to be selected is user specified.
  • the storage areas to be searched are selected based on a variety of criteria (e.g., location of storage area relative to data seek controller 132 , data transfer rate between the storage area and the data seek controller 132 or type of transmission medium between the storage area and data seek controller). For example, storage areas closest to the data seek controller 132 may be selected.

Abstract

Provided are techniques for locating data in a storage area. Upon receiving a request for data, a search for the data is simultaneously initiated on at least two storage devices, the search being performed on a first storage device using a top down search and on a second storage device using a bottom up search. In response to receiving an indication from at least one of the storage devices that the data was located, the search is terminated on each of the other storage devices.

Description

    RELATED APPLICATION
  • This application is a continuation of U.S. patent application Ser. No. 10/813,244, filed on Mar. 29, 2004, which is incorporated herein by reference in its entirety.
  • BACKGROUND
  • Conventional systems may include storage configurations with two Redundant Array of Independent Disks (RAID) devices, which may be referred to as RAID devices Level 1. Disk mirroring refers to a technique in which data is written to two duplicate disks simultaneously so that if one of the disk drives controlling one of the disks fails, another disk drive controlling the other disk may access a copy of the data. Thus, one of the RAID devices mirrors (i.e., stores copies of) the data of the other RAID device.
  • A software interface to a disk controller will tell the disk controller which track and sector to read from. To perform the read, the disk controller has to move a read/write head in or out to an appropriate track. The time that it takes to do this is called the seek time. Once the head is correctly positioned, the controller has to wait for the desired sector to spin around so it is under the head. This time is called the rotational delay.
  • Since the disk drive may receive many requests for reads and writes, the requests are queued. Then, there are several strategies for scheduling I/O events on a disk. For example, one strategy may be referred to as “Shortest Seek Time First”, in which case when a new request arrives, seek distance of the new request from the current request being processed is calculated and the new request is placed into the queue accordingly. Then, the next closest access is serviced when the current request has been serviced. Another strategy may be referred to as “first come first served”, in which case requests are processed in the order that they are received. Yet another strategy may be referred to as an “elevator algorithm,” in which case requests come in to go to a particular track on a more or less random basis, and the read/write head goes in one direction as long as there are requests in that direction, and then goes in the other direction as long as there are requests in the other direction. At any given instant, the read/write head is either moving in toward the center of the disk or out toward the outside. If the read/write head can satisfy a new request by moving in the same direction, the read/write head does so, but if the read/write head has to switch directions and there are additional requests that could be satisfied without changing direction, the read/write head will not satisfy the new request until the read/write head turns around.
  • In order to locate data today, conventional systems implement a strategy for scheduling an I/O event on a disk on one of the RAID devices, while ignoring the other one of the RAID devices.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Referring now to the drawings in which like reference numbers represent corresponding parts throughout:
  • FIG. 1 illustrates computer system in accordance with certain embodiments;
  • FIG. 2 illustrates computer system in accordance with certain other embodiments; and
  • FIG. 3 illustrates operations to manage communications between devices in accordance with embodiments.
  • DETAILED DESCRIPTION
  • In the following description, reference is made to the accompanying drawings which form a part hereof and which illustrate several embodiments. It is understood that other embodiments may be utilized and structural and operational changes may be made.
  • FIG. 1 illustrates a computing environment in accordance with embodiments. A client computer 100 is connected via a network 190 to a server computer 120. The client computer 100 may comprise any computing device known in the art, such as a server, mainframe, workstation, personal computer, hand held computer, laptop telephony device, network appliance, etc. The network 190 may comprise any type of network, such as, for example, a Storage Area Network (SAN), a Local Area Network (LAN), Wide Area Network (WAN), the Internet, an Intranet, etc. The client computer 100 includes a Central Processing Unit (CPU) 102 and a system memory 104, which may be implemented in volatile and/or non-volatile devices. One or more client applications 110 may execute in the system memory 104.
  • The server computer 120 includes a Central Processing Unit (CPU) 122 system memory 124, which may be implemented in volatile and/or non-volatile devices. A data seek controller 132 executes in the system memory 124. In certain embodiments, the data seek controller 132 is disk controller hardware and software (e.g., RAID controller hardware with firmware). Additionally, one or more server applications 160 execute in system memory 124.
  • The server computer 120 provides the client computer 100 with access to data in a data stores 170 a . . . 170 n (where a, n, and the ellipses indicate that that are two or more data stores). Although data stores 170 a . . . 170 n are illustrated for ease of understanding, any number of data stores may be connected directly or indirectly (e.g., connected to another computer that is connected to server computer 120) to server computer 120.
  • The data stores 170 a . . . 170 n may each comprise a storage device or an array of storage devices, such as Direct Access Storage Devices (DASDs), Just a Bunch of Disks (JBOD), Redundant Array of Independent Disks (RAID), virtualization device, etc. Additionally, each data store 170 a . . . 170 n includes one or more storage areas.
  • FIG. 2 illustrates a computer system in accordance with certain other embodiments. In FIG. 2, a data seek controller 132 is able to access storage areas 200 a . . . 200 n. At least one storage area may be connected (directly or indirectly) to, for example, any bus interface known in the art, such as a Peripheral Component Interconnect (PCI) bus or PCI express bus (PCI Special Interest Group, PCI Local Bus Specification, Rev 2.3, published March 2002). Although illustrated as separate components, storage areas 200 a . . . 200 n may be combined in any manner. For example, storage areas 200 a and 200 c may be located on one storage device, while storage area 200 b may be located on another storage device. Also, the storage areas 200 a . . . 200 n may be attached to one or more computers (e.g., servers). The data seek controller 132 may be located at the same or different computer to which one or more storage areas 200 a . . . 200 n is attached.
  • FIG. 3 illustrates operations to locate data in accordance with embodiments. Control begins at block 300 with receipt by the data seek controller 132 of a request for data. In certain embodiments, the request is a read request that provides a file name, a folder name, or other identifier for the requested data. In block 302, the data seek controller 132 identifies at least two storage areas storing copies of the requested data. In certain embodiments, the storage areas are storage devices (e.g., 170 a and 170 b). In certain embodiments, the identification is done by maintaining a list of identifiers (e.g., file names) in each storage area and receiving a request for data along with an identifier for the data that is used to identify the storage areas storing copies of the data with that identifier. In certain embodiments, two storage devices are provided, and these two storage devices mirror data to each other and these two storage devices are identified by default. In certain embodiments, the data seek controller 132 selects all storage areas that have copies of the data. In certain embodiments, the number of storage areas that are to be selected is user specified. There may be many copies of data in different storage areas at different locations, and, in certain embodiments, the storage areas to be searched are selected based on a variety of criteria (e.g., location of storage area relative to data seek controller 132, data transfer rate between the storage area and the data seek controller 132 or type of transmission medium between the storage area and data seek controller). For example, storage areas closest to the data seek controller 132 may be selected.
  • In block 304, the data seek controller 132 simultaneously initiates a search for the requested data on at least two of the storage areas using a different search technique on each storage area. In alternative embodiments, a different search technique is used for each storage area in varying storage environments made up of one or more storage areas (e.g., different SANs, JBODs, NAS devices, etc.), but a same search technique may be used in more than one storage environment. In certain embodiments, the data seek controller 132 selects the particular search technique to be applied based on, for example, a round robin technique. In certain embodiments, the particular search techniques to be used are user specified. In certain embodiments, at least two storage areas reside on two RAID Level 1 (also referred to as “RAID 1) storage devices accessible by the data seek controller 132, and a top down search is performed on one RAID 1 device while a bottom up search is performed on the other RAID 1 device.
  • In block 306, the data seek controller 132 receives an indication from at least one of the storage areas that the data was located. In block 308, the data seek controller 132 terminates the searches for the data on the other storage areas. In block 310, the data seek controller 132 returns the requested data.
  • In certain embodiments, a client application 110 sends a request for data to CPU 122 via CPU 102. The CPU 122 invokes the data seek controller 132 to retrieve the data. The data seek controller 132 retrieves and returns the data to the CPU 122, which returns the data to the client application 110 via CPU 102.
  • Thus, embodiments reduce seek time for storage configurations in which multiple copies of data are stored in different storage areas (e.g., in storage configurations that use RAID1 devices). Embodiments allow the search for data to occur simultaneously on multiple storage areas using different search techniques. For example, with two RAID1 devices, a bottom-up search is performed on one RAID1 device and a top-down search is performed on the other RAID1 device, which results in decreasing seek time by 50% on average.
  • Additional Embodiment Details
  • The described embodiments may be implemented as a method, apparatus or article of manufacture using programming and/or engineering techniques to produce software, firmware, hardware, or any combination thereof. The term “article of manufacture” and “circuitry” as used herein refers to a state machine, code or logic implemented in hardware logic (e.g., an integrated circuit chip, Programmable Gate Array (PGA), Application Specific Integrated Circuit (ASIC), etc.) or a computer readable medium, such as magnetic storage medium (e.g., hard disk drives, floppy disks,, tape, etc.), optical storage (CD-ROMs, optical disks, etc.), volatile and non-volatile memory devices (e.g., EEPROMs, ROMs, PROMs, RAMs, DRAMs, SRAMs, firmware, programmable logic, etc.). Code in the computer readable medium is accessed and executed by a processor. When the code or logic is executed by a processor, the circuitry may include the medium including the code or logic as well as the processor that executes the code loaded from the medium. The code in which preferred embodiments are implemented may further be accessible through a transmission media or from a file server over a network. In such cases, the article of manufacture in which the code is implemented may comprise a transmission media, such as a network transmission line, wireless transmission media, signals propagating through space, radio waves, infrared signals, etc. Thus, the “article of manufacture” may comprise the medium in which the code is embodied. Additionally, the “article of manufacture” may comprise a combination of hardware and software components in which the code is embodied, processed, and executed. Of course, those skilled in the art will recognize that many modifications may be made to this configuration, and that the article of manufacture may comprise any information bearing medium known in the art. Additionally, the devices, adaptors, etc., may be implemented in one or more integrated circuits on the adaptor or on the motherboard.
  • The illustrated operations of FIG. 3 show certain events occurring in a certain order. In alternative embodiments, certain operations may be performed in a different order, modified or removed. Moreover, operations may be added to the above described logic and still conform to the described embodiments. Further, operations described herein may occur sequentially or certain operations may be processed in parallel. Yet further, operations may be performed by a single processing unit or by distributed processing units.
  • The foregoing description of various embodiments has been presented for the purposes of illustration and description. It is not intended to be exhaustive or limiting. Many modifications and variations are possible in light of the above teachings.

Claims (32)

1. A method comprising:
upon receiving a request for data, simultaneously initiating a search for the data on at least two storage devices, the search being performed on a first storage device using a top down search and on a second storage device using a bottom up search; and
in response to receiving an indication from at least one of the storage devices that the data was located, terminating the search on each of the other storage devices.
2. The method of claim 1, wherein the storage devices comprise storage arrays.
3. The method of claim 1, wherein the first storage device and the second storage device each comprise a Redundant Array of Independent Disks (RAID) Level 1 storage device.
4. The method of claim 1, wherein the first storage device and the second storage device are each part of a Redundant Array of Independent Disks (RAID) Level 1 volume.
5. The method of claim 1, further comprising:
identifying the at least two storage devices storing copies of the requested data.
6. The method of claim 5, further comprising:
identifying the at least two storage devices to be searched based on at least one of a location of the storage devices relative to a data seek controller, data transfer rate between the storage devices and the data seek controller, and type of transmission medium between the storage device and the data seek controller.
7. The method of claim 1, wherein the number of storage devices to be searched is user specified.
8. The method of claim 1, further comprising:
returning the data in response to the request.
9. A system, comprising:
a first storage device;
a second storage device;
circuitry operable to:
upon receiving a request for data, simultaneously initiate a search for the data on the first storage device and the second storage device, the search being performed on the first storage device using a top down search and on the second storage device using a bottom up search; and
in response to receiving an indication from one of the storage devices that the data was located, terminate the search on the other storage device.
10. The system of claim 9, wherein the first and second storage devices comprise storage arrays.
11. The system of claim 9, wherein the first storage device and the second storage device each comprise a Redundant Array of Independent Disks (RAID) Level 1 storage device.
12. The system of claim 9, wherein the first storage device and the second storage device are each part of a Redundant Array of Independent Disks (RAID) Level 1 volume.
13. The system of claim 9, wherein the circuitry is operable to:
identify the first storage device and the second storage device storing copies of the requested data.
14. The system of claim 13, wherein the circuitry is operable to:
identify the first storage device and the second storage device to be searched based on at least one of a location of the storage devices relative to the circuitry, data transfer rate between the storage devices and the circuitry, and type of transmission medium between the storage device and the circuitry.
15. The system of claim 9, wherein the number of storage devices to be searched is user specified.
16. The system of claim 9, wherein the circuitry is operable to:
return the data in response to the request.
17. An apparatus comprising:
a data seek controller, the data seek controller to simultaneously initiate a search for the data on at least two storage devices upon receiving a request for data, the search to be performed on a first storage device using a top down search and on a second storage device using a bottom up search and, in response to receiving an indication from at least one of the storage devices that the data was located, to terminate the search on each of the other storage devices.
18. The apparatus of claim 17, wherein the first and second storage devices comprise storage arrays.
19. The apparatus of claim 17, wherein the first storage device and the second storage device each comprise a Redundant Array of Independent Disks (RAID) Level 1 storage device.
20. The apparatus of claim 17, wherein the first storage device and the second storage device are each part of a Redundant Array of Independent Disks (RAID) Level 1 volume.
21. The apparatus of claim 17, comprising:
data seek controller to identify the first storage device and the second storage device storing copies of the requested data.
22. The apparatus of claim 21, comprising:
the data seek controller to identify the first storage device and the second storage device to be searched based on at least one of a location of the storage devices relative to the circuitry, data transfer rate between the storage devices and the circuitry, and type of transmission medium between the storage device and the circuitry.
23. The apparatus of claim 17, wherein the number of storage devices to be searched is user specified.
24. The apparatus of claim 17, comprising:
the data seek controller to return the data in response to the request.
25. An article of manufacture embodied as one of hardware logic and a computer readable medium for locating data in a storage device, wherein the article of manufacture is operable to:
upon receiving a request for data, simultaneously initiate a search for the data on at least two storage devices, the search being performed on a first storage device using a top down search and on a second storage device using a bottom up search; and
in response to receiving an indication from at least one of the storage devices that the data was located, terminate the search on each of the other storage devices.
26. The article of manufacture of claim 25, wherein the storage devices comprise storage arrays.
27. The article of manufacture of claim 25, wherein the first storage device and the second storage device each comprise a Redundant Array of Independent Disks (RAID) Level 1 storage device.
28. The article of manufacture of claim 25, wherein the first storage device and the second storage device are each part of a Redundant Array of Independent Disks (RAID) Level 1 volume.
29. The article of manufacture of claim 25, wherein the article of manufacture is operable to:
identify the at least two storage devices storing copies of the requested data.
30. The article of manufacture of claim 29, wherein the article of manufacture is operable to:
identify the at least two storage devices to be searched based on at least one of a location of the storage devices relative to a data seek controller, data transfer rate between the storage devices and the data seek controller, and type of transmission medium between the storage device and the data seek controller.
31. The article of manufacture of claim 25, wherein the number of storage devices to be searched is user specified.
32. The article of manufacture of claim 25, wherein the article of manufacture is operable to:
return the data in response to the request.
US11/548,672 2004-03-29 2006-10-11 Data seek technique Abandoned US20070136539A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/548,672 US20070136539A1 (en) 2004-03-29 2006-10-11 Data seek technique

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/813,244 US7143233B2 (en) 2004-03-29 2004-03-29 Data seek technique
US11/548,672 US20070136539A1 (en) 2004-03-29 2006-10-11 Data seek technique

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/813,244 Continuation US7143233B2 (en) 2004-03-29 2004-03-29 Data seek technique

Publications (1)

Publication Number Publication Date
US20070136539A1 true US20070136539A1 (en) 2007-06-14

Family

ID=34991510

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/813,244 Expired - Fee Related US7143233B2 (en) 2004-03-29 2004-03-29 Data seek technique
US11/548,672 Abandoned US20070136539A1 (en) 2004-03-29 2006-10-11 Data seek technique

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/813,244 Expired - Fee Related US7143233B2 (en) 2004-03-29 2004-03-29 Data seek technique

Country Status (1)

Country Link
US (2) US7143233B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7548824B2 (en) * 2006-06-27 2009-06-16 Intel Corporation Automated analysis system for semiconductor manufacturing fabrication

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5819310A (en) * 1996-05-24 1998-10-06 Emc Corporation Method and apparatus for reading data from mirrored logical volumes on physical disk drives
US5845329A (en) * 1993-01-29 1998-12-01 Sanyo Electric Co., Ltd. Parallel computer
US20030140207A1 (en) * 2002-01-21 2003-07-24 Hitachi. Ltd. Hierarchical storage apparatus and control apparatus thereof
US20030204426A1 (en) * 1999-06-18 2003-10-30 American Management Systems, Inc. Decision management system which searches for strategy components
US6745324B1 (en) * 2000-11-16 2004-06-01 International Business Machines Corporation Dynamic firmware image creation from an object file stored in a reserved area of a data storage device of a redundant array of independent disks (RAID) system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5317749A (en) * 1992-09-25 1994-05-31 International Business Machines Corporation Method and apparatus for controlling access by a plurality of processors to a shared resource
EP1440379A4 (en) * 2001-10-31 2008-11-05 Thomson Licensing Admission control system for home video servers

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5845329A (en) * 1993-01-29 1998-12-01 Sanyo Electric Co., Ltd. Parallel computer
US5819310A (en) * 1996-05-24 1998-10-06 Emc Corporation Method and apparatus for reading data from mirrored logical volumes on physical disk drives
US20030204426A1 (en) * 1999-06-18 2003-10-30 American Management Systems, Inc. Decision management system which searches for strategy components
US6745324B1 (en) * 2000-11-16 2004-06-01 International Business Machines Corporation Dynamic firmware image creation from an object file stored in a reserved area of a data storage device of a redundant array of independent disks (RAID) system
US20030140207A1 (en) * 2002-01-21 2003-07-24 Hitachi. Ltd. Hierarchical storage apparatus and control apparatus thereof

Also Published As

Publication number Publication date
US7143233B2 (en) 2006-11-28
US20050216662A1 (en) 2005-09-29

Similar Documents

Publication Publication Date Title
US7721022B2 (en) Storage device with instructions for performing methods of processing I/O requests
US6978325B2 (en) Transferring data in virtual tape server, involves determining availability of small chain of data, if large chain is not available while transferring data to physical volumes in peak mode
US7743206B2 (en) Dynamic loading of virtual volume data in a virtual tape server
US7788453B2 (en) Redirection of storage access requests based on determining whether write caching is enabled
US6055603A (en) Method and apparatus for performing pre-request operations in a cached disk array storage system
US7249218B2 (en) Method, system, and program for managing an out of available space condition
US7657671B2 (en) Adaptive resilvering I/O scheduling
US7839788B2 (en) Systems and methods for load balancing storage system requests in a multi-path environment based on transfer speed of the multiple paths
US7188166B2 (en) Storage system, storage control device, and control method for storage system
US7032069B2 (en) RAID apparatus and access control method therefor which balances the use of the disk units
US7774571B2 (en) Resource allocation unit queue
US6981117B2 (en) Method, system, and program for transferring data
US6904508B2 (en) Recovery of dynamic maps and data managed thereby
US7330930B1 (en) Method and apparatus for balanced disk access load distribution
US7395283B1 (en) Method and apparatus for making independent data copies in a data processing system
WO2005031577A1 (en) Logical partitioning in redundantstorage systems
US7143233B2 (en) Data seek technique
US7743180B2 (en) Method, system, and program for managing path groups to an input/output (I/O) device
US7146485B1 (en) Rebuilding of dynamic maps and data managed thereby
US6950905B2 (en) Write posting memory interface with block-based read-ahead mechanism
US7669007B2 (en) Mirrored redundant array of independent disks (RAID) random access performance enhancement
US10120616B1 (en) Storage management system and method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION