WO2005109169A1 - データアクセス方法、およびその方法が実施される装置と記録媒体 - Google Patents

データアクセス方法、およびその方法が実施される装置と記録媒体 Download PDF

Info

Publication number
WO2005109169A1
WO2005109169A1 PCT/JP2005/007996 JP2005007996W WO2005109169A1 WO 2005109169 A1 WO2005109169 A1 WO 2005109169A1 JP 2005007996 W JP2005007996 W JP 2005007996W WO 2005109169 A1 WO2005109169 A1 WO 2005109169A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
recording medium
access device
size
parameter
Prior art date
Application number
PCT/JP2005/007996
Other languages
English (en)
French (fr)
Inventor
Hiroshi Saito
Takeshi Otsuka
Original Assignee
Matsushita Electric Industrial Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co., Ltd. filed Critical Matsushita Electric Industrial Co., Ltd.
Priority to EP05736645.2A priority Critical patent/EP1746491B1/en
Priority to US10/587,239 priority patent/US7631140B2/en
Publication of WO2005109169A1 publication Critical patent/WO2005109169A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • G06F3/0661Format or protocol conversion arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0604Improving or facilitating administration, e.g. storage management
    • G06F3/0607Improving or facilitating administration, e.g. storage management by facilitating the process of upgrading existing storage systems, e.g. for improving compatibility between host and storage device
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • G06F3/0613Improving I/O performance in relation to throughput
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]
    • 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/99932Access augmentation or optimizing

Definitions

  • the present invention relates to a data access method and an apparatus and a recording medium on which the method is implemented.
  • the present invention relates to a technology for guaranteeing access performance to a memory card type recording medium.
  • a memory card type recording medium using a nonvolatile memory is a physical card such as an SD card (registered trademark), a compact flash (registered trademark), and a memory stick (registered trademark). Shapes and interfaces are standardized, and are widely used in many devices, including digital camera recording media.
  • Non-volatile memory has several operating principles. This section describes the recording / reproducing technology for memory cards, taking the current mainstream semiconductor flash memory as an example.
  • a write access unlike a magnetic recording medium such as a hard disk, a semiconductor flash memory cannot overwrite an already written address while erasing data. In order to realize the apparent overwriting, it is necessary to erase the already written data and then write the data again. However, it is inefficient to erase the entire storage area every time a part of the recorded data is rewritten at random and rewrite the data in the entire area again. For this reason, a memory card having a structure in which a storage area of a memory card is divided into a plurality of erase blocks and erasing and writing can be performed in erase block units has been commercialized. In this memory card, it is possible to divide write data of an arbitrary size into the size of an erasure block and fragment it, and to record fragment data for each erasure block.
  • the write delay time indicates the time required from when a write Z read processing command is generated and the processing is completed.
  • FIG. 7A schematically shows the relationship between the write data size for a memory card and the time required for writing (write delay time).
  • the horizontal axis represents the write data size
  • E represents the erase block size.
  • the vertical axis indicates the write delay time.
  • FIG. 7B schematically shows the relationship between the read data size for the memory card and the time required for reading (read delay time).
  • the horizontal axis and vertical axis in FIG. 7B are the same as those in FIG. 7A.
  • FIG. 8 schematically shows a relationship between command processing overhead and write or read access data size.
  • the command processing overhead does not depend on the access data size and requires almost constant processing time. Therefore, the command processing overhead becomes relatively large as the access data size power S is small.
  • a memory card having such recording / Z-reproduction characteristics is designed to write or read data at a data rate that allows for a sufficient margin to satisfy the required access performance. Therefore, with the current memory card read / write Z writing mechanism, the performance of the memory card cannot be used to its fullest extent!
  • Patent Document 1 Japanese Patent Application Laid-Open No. 2003-32629
  • the external specification of the memory card is SD card (trademark), CompactFlash (trademark), and memory stick (trademark), and detailed specifications of the physical shape and interface are standardized and commonly used by the equipment of each company. You can do it.
  • the internal specification of the memory card does not specify the erase block size. Therefore, what kind of internal operation data is recorded on the memory card for an arbitrary write data size varies depending on the memory card, and it can be seen from the data access device side. Absent.
  • Digital still cameras require high-speed recording in order to improve high-speed continuous shooting performance.
  • a temporary buffer memory capable of high-speed processing and having a memory capacity corresponding to the maximum number of continuous shots is provided in the camera.
  • high-speed continuous shooting performance is guaranteed by storing data in a temporary buffer and then copying the data to a memory card.
  • data is copied to the memory card after the shooting operation is completed, so that the memory card cannot be removed for a certain period of time after the shooting operation is completed. If the memory card is removed from the digital still camera after a certain period of time after the shooting operation is completed, the data being transferred (copied) will be damaged.
  • a recording medium in which data is written in data size units that can be increased or decreased stepwise and data transfer efficiency when data is written varies according to the data size
  • the data access device and method for reading and writing data by the data access device will be configured as follows.
  • a parameter indicating data transfer efficiency when data is written to the recording medium in each of the data sizes is recorded on the recording medium in advance. Then, when reading and writing data, the data access device first transmits a parameter acquisition command to the recording medium. Next, the recording medium receiving the parameter acquisition command transmits the parameter to the data access device. Further, the data access device receiving the parameter compares the parameter with the data transfer efficiency required for the data to be read / written by the data access device, so that the optimum data size at the time of data writing is obtained. Set. Then, the data access device reads and writes data from and to the recording medium at the set optimal data size.
  • the present invention it is possible to realize optimum recording / reproducing access performance according to the characteristics of each recording medium. Furthermore, it is possible to guarantee the recording / reproducing access performance to future recording media without the need to upgrade the software on the device side.
  • FIG. 1 is a configuration diagram of a memory card and a data access device according to a first embodiment.
  • FIG. 2 is a diagram of a user area and a system area in a memory card.
  • FIG. 3 is a correspondence table of a write data size to be recorded in a system area and a delay time.
  • FIG. 4 is a processing flow of the memory card and the data access device according to the first embodiment.
  • FIG. 5 is a configuration diagram of a memory card and a data access device according to a second embodiment.
  • FIG. 6 is a processing flow of the memory card and the data access device according to the second embodiment.
  • FIG. 7A is a schematic diagram illustrating a relationship between a write data size and a write delay time.
  • FIG. 7B is a schematic diagram showing a relationship between a write data size and a write delay time.
  • FIG. 8 is a relationship diagram between command processing overhead and access data size. Explanation of symbols
  • FIG. 1 shows the relationship between a memory card-type recording medium (hereinafter referred to as a memory card) and a data access device.
  • the memory card 101 as a recording medium is a small force that can be detachably mounted on the data access device 105.
  • This is a disk-type recording medium, and has a command analysis unit 102, a delay parameter 103, and a delay nomometer reading unit 104.
  • Each means 102, 103, 104 is composed of a software card installed in the memory card 101 in advance.
  • means for reading parameters from the delay parameter reading means 104 and transmitting the parameters to the data access device 105 is configured.
  • the data access device 105 includes a delay parameter read command issuing unit 106, a data reproducing unit 107 based on a designated data size, a data recording unit 108 based on a designated data size, and an optimum data size selecting unit 109.
  • the delay parameter read command issuing means 106 constitutes "means for issuing a parameter acquisition command”
  • the optimum data size selecting means 109 constitutes "means for selecting a data size at the time of data writing”
  • the data reproducing means constitutes "means for reading and writing data”.
  • These units include, for example, a software unit which is also installed in advance in the data access device 105 and at least a part of the data reproducing unit 107 and the data recording unit 108 are constituted by hardware units.
  • the storage area 202 of the memory card 101 has a user area 203 and a system area 204 as shown in FIG.
  • the system area 204 is an area where initial data is recorded when the memory card 201 is manufactured, and is an area where the user cannot rewrite data.
  • the delay parameter 103 is stored in the system area 204 in advance.
  • the system area 204 constitutes a parameter storage unit.
  • FIG. 3 is an example of a table (correspondence table) showing a relationship between a write data size and a write delay time for a memory card (specifically, a semiconductor flash memory mounted therein).
  • a parameter S (referred to as delay parameter 103 in the present embodiment) indicating the data transfer efficiency when data is written in each data size is configured.
  • the average data rate is shown. Tarates are not included in the table.
  • Figure 3 shows that this parameter uniquely determines the average data rate.
  • the average data rate is information indicating how much data can be transferred every second (M Byte / sec), and is an example of information indicating data transfer efficiency.
  • the write delay time indicates the time required to generate a write Z read processing command and complete the processing. As shown in Fig. 3, the write delay time varies according to the data size. As the data size increases, the delay time increases. The information on the time required to read and write data is configured from the write delay time.
  • the write data size recorded as the delay parameter 103 is an integer multiple of the erase block size (E) of the memory card 101 (semiconductor flash memory). It is sized.
  • the memory card 101 has a delay parameter read command for reading the delay parameter 103.
  • the delay parameter 103 is stored in the memory card 101 in advance. After performing the above preprocessing, the memory card 101 is loaded into the data access device 105.
  • the data access device 105 that records digital video data of the DV format in real time issues a delay parameter read command to the memory card 101 before the point in time when real time data recording is required (S401). .
  • the command analysis means 102 extracts the delay parameter read command, reads the delay parameter 103 from the system area 204 according to the extracted command, and sends it to the data access device 105 (S402).
  • the optimum data size selection means 109 uses a write data server capable of achieving 3.125 MByteZ seconds from the received delay parameter 103. Is selected. For example, assuming that the value of the delay parameter 103 is as shown in FIG. 3, the data access device 105 needs to write data with a data size (block) of 128 KB to guarantee the recording data rate of the DV system. After judging that it is good, the data size is selected as the optimum data size (S403).
  • the data access device 105 (specifically, the optimum data size selection means 109) issues a write command so that the data recording means 108 is accessed at 128 KB. (S404).
  • the data recording unit 108 executes a data write process with a write data size of 128 KB on the memory card 101 (S405).
  • the digital video data of the DV system is always recorded on the memory card 101 with a write data size of 128 KB.
  • the memory card 101 has different internal detailed specifications, it is possible to optimally select a write data size that satisfies the required performance, and guarantee the recording access performance. can do.
  • the present invention is not limited to the recording of digital video data in the DV format.
  • the reading is exactly the same up to the selection of the optimum data size, and only the portion for setting the optimum data size selected in the data reproducing means 107 and performing reproduction access is different.
  • FIG. 5 shows the relationship between the memory card and the data access device.
  • the memory card 601 includes a command analyzing unit 602, a delay parameter 603, a delay parameter reading unit 604, and an optimum data size selecting unit 605.
  • Each means 602, 604, 605 is constituted by software installed in the memory card 600 in advance.
  • the data access device 606 has an optimum data size read command issuing unit 607, a data reproducing unit 608 according to a specified data size, and a data recording unit 609 according to a specified data size.
  • These means 606 to 609 also comprise, for example, software to be installed in the data access device 606 in advance. At least a part of the data reproducing unit 608 and the data recording unit 609 is constituted by hardware.
  • the optimum data size read command issuing means 607 constitutes "means for transmitting information indicating a required data transfer efficiency required for data to be read / written by the data access device to a recording medium". Further, the data reproducing means 608 and the data recording means 609 are configured to set the data size at the time of data writing based on the information indicating the optimum data size transmitted by the recording medium that has received the information indicating the required data transfer efficiency. Means for reading and writing data from and to the recording medium in a data size. " The optimum data size read command constitutes "information indicating the required data transfer efficiency".
  • the delay parameter reading means 104 selects "the optimum data size at the time of data writing by receiving information indicating the required data transfer efficiency transmitted by the data access device and collating it with the parameters stored in the storage unit.
  • Means "and” means for transmitting information indicating the selected optimum data size to the data access device ".
  • an optimum data size read command having a desired delay time as an argument is created and stored in the memory card 601 in advance.
  • the memory card 601 is provided with an optimum data size selecting means 605 which is a means for selecting the optimum data, which is different from the first embodiment in these points.
  • the delay parameter 103 is stored in the memory card 601 in advance. After performing the above preprocessing, the memory card 601 is loaded into the data access device 606.
  • the data access device 606 that records digital video data of the DV system in real time issues an optimum data size read command using the desired average data rate as an argument to the memory card 601 (S 601). .
  • the optimum data size read command constitutes information indicating the required data transfer efficiency as described above. This command specifically indicates the data transfer efficiency required for the method of data transferred to and from the memory card 601.
  • the optimum data size read command issuing means 607 generates and issues an optimum data size read command indicating the data size that is optimal for the data transfer, such as the information method of the data transferred to and from the memory card 601.
  • the memory card 601 reads the optimum data size read command based on the command analysis of the command analysis means 602.
  • the delay parameter reading means 604 reads the delay parameter 603 recorded in the system area 204 according to the read command thus read (S602).
  • the optimum data size selection means 605 calculates an average data rate value based on the read delay parameter 603.
  • the delay parameter 603 includes, for example, a table (target table) indicating a relationship between a settable write data size and a delay time in each of the write data sizes, as in the first embodiment.
  • the optimum data size selecting means 605 transmits information indicating the selected optimum data size to the data access device 606.
  • the data access device 606 includes, as a return value of the optimum data size read command issued by the optimum data size read command issuing unit 607, a write data size (128 KB in the above example) that guarantees writing at a desired data rate. ) Is received from the memory card 601 and acquired.
  • the data access device 606 generates a write command for accessing the data recording means 609 and the data reproducing means 608 at 128 KB (S604), and the data recording means 609 receiving the write command always writes the 128 KB.
  • the digital video data of the DV format in the data size is recorded and accessed in the memory card 601 (S605).
  • an example of recording DV digital video data is taken as an example.
  • the present invention is not limited to the recording of DV digital video data.
  • the reading is exactly the same up to the point of selecting the optimum data size, and only the portion for setting the optimum data size selected in the data reproducing means 608 according to the specified data size and performing the reproduction access is different.
  • the present invention can be used in an application that needs to guarantee the access performance of recording and reproduction by using a memory card in which a non-volatile memory is mounted as a recording medium.

Abstract

【課題】メモリカードの性能にかかわらずデータ転送レートを保証する。 【解決手段】段階的に増減可能なデータサイズ単位でデータが書き込まれ、データ転送効率がデータサイズに応じて変動する記録媒体101に予めデータ転送効率を示すパラメータが記録される。次に、データクセス装置105が、記録媒体101にパラメータ取得コマンドを発行する。パラメータ取得コマンドを受信した記録媒体101が前記パラメータを送信する。データアクセス装置105は、受信したパラメータを、読み書き対象とするデータで必要となるデータ転送効率に照合することで最適データサイズを選択する。そして、データアクセス装置105は、選択した最適データサイズで記録媒体101との間でデータの読み書きを行う。

Description

データアクセス方法、およびその方法が実施される装置と記録媒体 技術分野
[0001] 本発明は、メモリカード型記録媒体に対するアクセス性能を保証する技術に関する 背景技術
[0002] 不揮発性メモリを利用したメモリカード型記録媒体 (以下、メモリカードという)は、 S Dカード (登録商標)やコンパクトフラッシュ (登録商標)、メモリスティック (登録商標)と いったように、物理形状やインターフェースがそれぞれ規格化されており、デジタル力 メラの記録媒体をはじめとして多くの機器で広く利用されて ヽる。
[0003] 高速、大容量のメモリカードが実用化されるにしたがって、近年では静止画像の連 写や、動画像と音声とをメモリカードに記録する携帯機器も商品化されている (例え ば、特許文献 1参照)。不揮発性メモリにはいくつかの動作原理がある。ここでは現在 の主流である半導体フラッシュメモリを例にメモリカードの記録'再生技術について説 明する。
[0004] まず、書き込みアクセスに関して、半導体フラッシュメモリはハードディスクなどの磁 気記録メディアと異なり、すでに書き込み済みのアドレスに対してデータを消去しなが ら上書きすることができない。見かけ上の上書きを実現するためには、すでに書き込 まれているデータをー且消去してから、改めてデータを書き込む必要がある。しかし ながら、記録済みデータの一部をランダムに書き換えるたびに記憶領域の全域を消 去して再度全領域にデータを書き直すことは非効率である。そのため、メモリカードの 記憶領域を複数の消去ブロックに分割して、消去ブロック単位に消去と書き込みとを 実施可能な構造を有するメモリカードが商品化されている。このメモリカードでは、任 意サイズの書き込みデータを消去ブロックのサイズに分割して断片化し、消去ブロッ ク毎に断片データを記録して 、くことを可能にして 、る。
[0005] 消去ブロックサイズよりも小さ!/、断片データを半導体フラッシュメモリに書き込む場 合には、 •書き込むべきアドレスを含む消去ブロックのデータを一時バッファに読み出す。 •その後に消去ブロックを消去する。
•一時バッファ上で書き込むべき断片データを上書きする。
'一時バッファ上のデータを消去ブロックに書き戻す。
[0006] という手順、すなわち、いわゆるリード'モディファイ.ライト(Read Modify Write)動作 が必要になる。
[0007] それゆえ、たとえ断片データが消去ブロックサイズよりも小さくても、消去ブロックサ ィズ分のデータを書き込むのと同等以上の書き込み遅延時間が発生する。書き込み 遅延時間とは、書き込み Z読み出し処理コマンドを発生させて力 その処理が終了 するまでに要する時間を示す。
[0008] 図 7Aはメモリカードに対する書き込みデータサイズと書き込みに要する時間(書き 込み遅延時間)との関係を模式的に表す。図 7Aにおいて、横軸は書き込みデータ サイズであって、 Eは、消去ブロックサイズを示す。縦軸は書き込み遅延時間を示す。
[0009] この図より明らかなように、メモリカードのインターフェースを切り口にしてメモリカー ドにおけるデータの読み書き動作を見たとき、あるデータサイズで 1つの書き込みコマ ンドをメモリカードに与えて、データサイズ分のデータが全て書き込まれるまでの書き 込み遅延時間(すなわち、書き込み処理時間)は、コマンド処理のオーバーヘッドに カロえて、書き込みを行った消去ブロック (E)の数に比例する。したがって、書き込み データサイズの増加に対する書き込み遅延時間は、図 7Aに示すように、ほぼ階段状 に増加する物理的な特性を有する。
[0010] 一方、読み出しアクセスに関しては、書き込みアクセスのように半導体フラッシュメモ リにおける消去ブロックのような物理的な特性による制限はない。図 7Bはメモリカード に対する読み出しデータサイズと読み出しに要する時間(読み出し遅延時間)との関 係を模式的に表す。図 7Bの横軸,縦軸は図 7Aと同様である。
[0011] メモリカードのインターフェースを切り口にしてメモリカードにおけるデータの読み書 き動作を見たとき、あるデータサイズで 1つの読み出しコマンドをメモリカードに与えて 、データサイズ分のデータがすべて読み出されるまでの読み出し遅延時間は、コマン ド処理のオーバーヘッドと読み出したデータサイズとに比例した転送時間の和となる [0012] 図 7Bより明らかなように、 1つのコマンドで読み出すデータサイズが小さい場合には 、コマンド処理のオーバーヘッドが無視できなくなり、読み出しアクセスに一定以上の 高速性が要求されるメモリカードのアプリケーションにおいてその影響が出る。
[0013] 図 8はコマンド処理のオーバーヘッドと書き込みもしくは読み出しのアクセスデータ サイズの関係を模式的に示す。コマンド処理のオーバーヘッドはアクセスデータサイ ズに依存せずほぼ一定の処理時間が必要である。そのため、アクセスデータサイズ 力 S小さいほどコマンド処理のオーバーヘッドが相対的に大きくなる。
[0014] このような記録 Z再生特性を有するメモリカードでは、要求されるアクセス性能を満 足するのに十分な余裕を見込んだデータレートで書き込みあるいは読み出しするよう に設計されている。そのため、現状のメモリカードの読み Z書き機構では、メモリカー ドの性能を限界一杯まで使 、切ることができな!/、。
特許文献 1:特開 2003 - 32629号公報
発明の開示
発明が解決しょうとする課題
[0015] 昨今の映像技術の向上と映像装置の小型化の促進とに伴い、動画像をより高画質 の状態でメモリカードに記録させて再生させたい、という要望が起きている。このような 要望に応えるため、メモリカードの記録 Z再生のデータレートは増大する傾向にある 。し力しながら、消去ブロックサイズはメモリカード(半導体フラッシュメモリ)によって様 々であり、統一された規格が存在していない。
[0016] メモリカードの外部仕様は SDカード (商標)やコンパクトフラッシュ(商標)、メモリス ティック (商標)と 、つた物理形状やインターフェースの詳細な仕様が規格化され、各 社の機器で共通に使用できるようになつている。し力しながら、メモリカードの内部仕 様では、消去ブロックサイズが規定されていない。それゆえ、任意の書き込みデータ サイズに対してどのような内部動作を介してメモリカードにデータの記録が行われる かはメモリカード毎にまちまちであって、データアクセス装置側力 窺い知ることはで きない。
[0017] このことが高速記録を必要とする高画質の動画像記録においてしばしば問題を引 き起こしており、同じ規格のメモリカードであっても、高速記録が可能なカードと不可 能なカードが巿場で乱立して 、る。
[0018] このことが例えば、次のような不都合を生じさせる。デジタルスチルカメラでは、高速 連写性能を高めるためには高速記録が必要となる。このような特性を有するデジタル スチルカメラでは、高速な処理が可能でかつ最大連写枚数に応じたメモリ容量を有 する一時バッファメモリをカメラに設ける。連写する際には一時バッファにデータを蓄 積した後にメモリカードにデータコピーを行うことで高速連写性能を保証している。し 力しながら、この構造では、撮影操作が完了した後からメモリカードにデータをコピー するため、撮影操作完了後、一定時間はメモリカードを取り出すことができない。もし 、撮影操作完了後、一定時間が経過する前にメモリカードをデジタルスチルカメラか ら取り出せば、転送 (コピー)途中のデータは破損してしまう。
[0019] このようなメモリカードの取り出し上の問題は一時バッファメモリを使用せず、直接メ モリカードに記録を行うことができれば解決される。しかしながら、メモリカードの現在 の規格にぉ 、て最低アクセス性能を保証することは困難である。最低アクセス性能を 現在の規格において保証するには、読み書き速度に関するメモリカードの性能を高 めればよいが、要求される最低アクセス性能はアプリケーションによって異なり、ァク セス性能として必要以上のものをメモリカードに設ければ、オーバースペックに起因 するメモリカードのコスト増につながる。
[0020] オーバースペックに起因するメモリカードのコスト増を招くことなぐアプリケーション が要求する記録 ·再生データレートを実現し、メモリカードへのアクセス性能を保証す るためには、メモリカードの内部仕様情報に基づいて、メモリカード毎にアクセスする データサイズを最適に制御する必要がある。
[0021] し力しながら、そのようにしてデータサイズを最適に制御したとしても、今日のメモリ カードに最適化して設計されたデータアクセス装置は、性能向上が予測される将来 のメモリカードに対して最適な記録ができる保証はない。したがって、メモリカードの 内部仕様が変われば、データアクセス装置側のソフトウェアをバージョンアップするな どの処置が必要になる。
[0022] 以上のように、メモリカードの性能を最大限に引き出した高速記録を必要とするアブ リケーシヨンに対して、現状では対応する技術が確立されて!、な!/、。
課題を解決するための手段
[0023] 上記課題を解決するために、本発明では、段階的に増減可能なデータサイズ単位 でデータが書き込まれるとともにデータが書き込まれる際におけるデータ転送効率が 前記データサイズに応じて変動する記録媒体に、データアクセス装置がデータを読 み書きするデータアクセス装置や方法を次のように構成する。
[0024] すなわち、本発明では、
予め、前記記録媒体に、当該記録媒体に前記データサイズそれぞれでデータが書 き込まれる際におけるデータ転送効率を示すパラメータを記録する。そして、 データ の読み書きに際して前記データアクセス装置が、まず、前記記録媒体にパラメータ取 得コマンドを送信する。次に、前記パラメータ取得コマンドを受信した前記記録媒体 力 前記パラメータを前記データアクセス装置に送信する。さらには、前記パラメータ を受信した前記データアクセス装置が、当該データアクセス装置で読み書き対象とす るデータで必要となるデータ転送効率に前記パラメータを照合することで、データ書 き込み時における最適データサイズを設定する。そして、設定した前記最適データサ ィズで前記データアクセス装置が前記記録媒体との間でデータの読み書きを行う。 発明の効果
[0025] 本発明によれば、個々の記録媒体の特性に合わせた最適な記録'再生アクセス性 能を実現することが可能になる。さらには、機器側のソフトウェアのバージョンアップを 必要とすることなく将来の記録媒体に対して記録 ·再生アクセス性能を保証すること ができる。
図面の簡単な説明
[0026] [図 1]実施の形態 1によるメモリカードとデータアクセス装置との構成図である。
[図 2]メモリカードにおけるユーザ領域とシステム領域の図である。
[図 3]システム領域に記録する書き込みデータサイズと遅延時間の対応表である。
[図 4]実施の形態 1におけるメモリカードおよびデータアクセス装置の処理フローであ る。
[図 5]実施の形態 2におけるメモリカードとデータアクセス装置との構成図である。 [図 6]実施の形態 2におけるメモリカードおよびデータアクセス装置の処理フローであ る。
圆 7A]書き込みデータサイズと書き込み遅延時間との関係を示す模式図である。
[図 7B]書き込みデータサイズと書き込み遅延時間との関係を示す模式図である。
[図 8]コマンド処理のオーバーヘッドとアクセスデータサイズとの関係図である。 符号の説明
101 メモリカード
102 コマンド解析手段
103 遅延パラメータ
104 遅延パラメータ読み出し手段
105 データアクセス装置
106 遅延パラメータ読み出しコマン 'ド発行手段
107 データ再生手段
108 データ記録手段
109 最適データサイズ選択手段
202 記憶領域
203 ユーザ領域
204 システム領域
601 メモリカード
602 コマンド解析手段
603 遅延パラメータ
604 遅延パラメータ読み出し手段
605 最適データサイズ選択手段
607 最適データサイズ読み出しコ ンド発行手段
608 データ再生手段
609 データ記録手段
発明を実施するための最良の形態
(実施の形態 1) 図 1〜図 5を参照して DV方式のデジタルビデオデータを実時間記録するシステム 構成を例にした本発明の実施の形態 1を説明する。図 1はメモリカード型記録媒体( 以下、メモリカードという)とデータアクセス装置の関係を示しており、記録媒体である メモリカード 101は、データアクセス装置 105に対して着脱自在に装着される小型力 ード型記録媒体であって、コマンド解析手段 102、遅延パラメータ 103、および遅延 ノ ラメータ読み出し手段 104を有する。各手段 102、 103、 104は、メモリカード 101 に予めインストールされたソフトウェアカゝら構成される。本実施形態では、遅延パラメ ータ読み出し手段 104から、ノ ラメータを読み出してデータアクセス装置 105に送信 する手段が構成される。
[0029] データアクセス装置 105は、遅延パラメータ読み出しコマンド発行手段 106、指定 データサイズによるデータ再生手段 107、指定データサイズによるデータ記録手段 1 08、および最適データサイズ選択手段 109を有する。遅延パラメータ読み出しコマン ド発行手段 106は、 "パラメータ取得コマンドを発行する手段"を構成し、最適データ サイズ選択手段 109は、 "データ書き込み時におけるデータサイズを選択する手段" を構成し、データ再生手段 107とデータ記録手段 108とは、 "データの読み書きを行 う手段"を構成する。これら手段は、例えば、データアクセス装置 105に予めインスト ールされるソフトウェア力も構成される力 データ再生手段 107やデータ記録手段 10 8の少なくとも一部は、ハードウェア力ら構成される。
[0030] メモリカード 101の記憶領域 202は、図 2に示すように、ユーザ領域 203とシステム 領域 204とを有する。システム領域 204はメモリカード 201の製造時に初期データを 記録する領域であって、ユーザがデータを書き換えることができない領域である。遅 延パラメータ 103はシステム領域 204に予め格納されている。本実施形態では、シス テム領域 204からパラメータの記憶部が構成される。
[0031] 図 3はメモリカード (具体的にはその内部に実装される半導体フラッシュメモリ)に対 する書き込みデータサイズと書き込み遅延時間との関係を示すテーブル (対応表)の 例である。このテーブルから、データサイズそれぞれでデータが書き込まれる際にお けるデータ転送効率を示すパラメータ (本実施形態では、遅延パラメータ 103と称す る)力 S構成される。図 3においては、平均データレートが記載されているが、平均デー タレートはテーブルに含まれない。図 3は、このパラメータによって平均データレート が一義的に求められることを示している。平均データレートとは、毎秒毎にどれだけの データを転送できるか (M Byte/sec)を示す情報であって、データ転送効率を示す情 報の一例である。
[0032] 書き込み遅延時間とは、前述したように、書き込み Z読み出し処理コマンドを発生さ せて力 その処理が終了するまでに要する時間を示す。図 3に示すように、書き込み 遅延時間はデータサイズに応じて変動する。データサイズが大きくなれば、遅延時間 は長くなる。この書き込み遅延時間からデータを読み書きするのに要する時間に関 する情報を構成する。
[0033] 遅延パラメータ 103として記録される書き込みデータサイズは、図 7A,図 7Bに示す 特性から明らかなように、メモリカード 101 (半導体フラッシュメモリ)の消去ブロックサ ィズ (E)の整数倍の大きさになっている。メモリカード 101には遅延パラメータ 103を 読み出すための遅延パラメータ読み出しコマンドが用意されている。
[0034] 以下、図 4のフローチャートを参照して実施の形態 1の動作およびデータアクセス方 法を説明する。まず、メモリカード 101には、予め、遅延パラメータ 103が記憶される。 以上の前処理を行ったうえで、メモリカード 101がデータアクセス装置 105に装填さ れる。
[0035] DV方式は多くの家庭用デジタルムービーに採用されて 、る圧縮記録方式であつ て、データは 25MbitZ秒 =3. 125MByteZ秒のデータレートで転送される。この データを実時間でコマ落ちなくメモリカード 101に記録するためには、 1秒間に 3. 12 5MByteの割合で途切れることなくデータを書き込む転送効率が必要となる。 DV方 式のデジタルビデオデータを実時間で記録するデータアクセス装置 105は、実時間 データ記録が必要になる時点より時間的に前において、遅延パラメータ読み出しコマ ンドをメモリカード 101に発行する(S401)。メモリカード 101では、コマンド解析手段 102が遅延パラメータ読み出しコマンドを抽出し、抽出したコマンドに従って、システ ム領域 204から遅延パラメータ 103を読み出してデータアクセス装置 105に送信する (S402)。データアクセス装置 105では、最適データサイズ選択手段 109において、 受信した遅延パラメータ 103から 3. 125MByteZ秒を達成できる書き込みデータサ ィズが選び出される。例えば、図 3に示すような遅延パラメータ 103の値であつたと仮 定すると、データアクセス装置 105は、 DV方式の記録データレートを保証するには 1 28KBのデータサイズ (ブロック)で書き込み処理すればよいことを判断して、そのデ ータサイズを最適データサイズとして選択する(S403)。
[0036] 具体的には、最適データサイズ選択手段 109は、遅延パラメータを構成する書き込 みデータサイズを書き込み遅延時間で除算することで平均データレート値を算定す る(平均データレート値 =書き込みデータサイズ Z書き込み遅延時間)。さらに最適 データサイズ選択手段 109は、転送するデータの方式等において規定される所望の 平均データレートを達成できる最小の書き込みデータサイズを最適データサイズとし て選択する。所望の平均データレートが 3. 125MByteZ秒である上記例では、最 適データサイズ選択手段 109は、この平均データレートを上回るものの最小の平均 データレート(この場合は 3. 61MByteZ秒)となる書き込みデータサイズ 128KBを 最適データサイズとして選択する。
[0037] このようなデータサイズの選択処理に基づいてデータアクセス装置 105 (具体的に は、最適データサイズ選択手段 109)は、データ記録手段 108を 128KBでアクセス を行うように書き込みコマンドを発行する(S404)。書き込みコマンドを受けたデータ 記録手段 108は、書き込みデータサイズ 128KBでのデータ書き込み処理をメモリ力 ード 101に実行する(S405)。これにより、 DV方式のデジタルビデオデータ力 常に 128KBの書き込みデータサイズでメモリカード 101に記録される。
[0038] このように実施の形態 1では、内部の詳細仕様が異なるメモリカード 101であっても 、要求性能を満足する書き込みデータサイズを最適に選択することが可能となり、記 録アクセス性能を保証することができる。
[0039] なお、実施の形態 1にお 、ては DV方式のデジタルビデオデータの記録を例にした 1S 本発明は DV方式のデジタルビデオデータの記録に限定されるものではない。読 み出しに関しても最適データサイズを選択するところまでは全く同様であり、データ再 生手段 107に選択された最適データサイズを設定して再生アクセスする部分のみが 異なる。
[0040] (実施の形態 2) 図 5,図 6を参照して、本発明の実施の形態 2を説明する。なお、実施の形態 2の基 本構成は、図 1〜図 4に示す実施の形態 1と同様であるため、それらの構成について の説明を省略する。
[0041] 図 5はメモリカードとデータアクセス装置との関係を示す。メモリカード 601は、コマ ンド解析手段 602、遅延パラメータ 603、遅延パラメータ読み出し手段 604、および 最適データサイズ選択手段 605を有する。各手段 602、 604、 605は、メモリカード 6 01に予めインストールされたソフトウェア力 構成される。データアクセス装置 606は 最適データサイズ読み出しコマンド発行手段 607、指定データサイズによるデータ再 生手段 608、および指定データサイズによるデータ記録手段 609を有する。これら手 段 606〜609は、例えば、データアクセス装置 606に予めインストールされるソフトゥ エア力も構成される。データ再生手段 608やデータ記録手段 609の少なくとも一部は 、ハードウェア力ら構成される。
[0042] 最適データサイズ読み出しコマンド発行手段 607は、 "データアクセス装置で読み 書き対象とするデータで必要となる必要データ転送効率を示す情報を記録媒体に送 信する手段"を構成する。また、データ再生手段 608とデータ記録手段 609とは、 "必 要データ転送効率を示す情報を受信した記録媒体が送信する最適データサイズを 示す情報に基づいてデータ書き込み時におけるデータサイズを設定しそのデータサ ィズで前記記録媒体との間でデータの読み書きを行う手段"を構成する。また、最適 データサイズ読み出しコマンドは、 "必要データ転送効率を示す情報"を構成する。
[0043] 遅延パラメータ読み出し手段 104は、 "データアクセス装置が送信する必要データ 転送効率を示す情報を受けて記憶部に記憶されたパラメータに照合することでデー タ書き込み時における最適データサイズを選択する手段"と、 "選択した最適データ サイズを示す情報をデータアクセス装置に送信する手段"とを構成する。
[0044] 実施の形態 2では、実施の形態 1における遅延パラメータ読み出しコマンドの代わり に、所望の遅延時間を引数とする最適データサイズ読み出しコマンドを作成してメモ リカード 601に予め記憶させており、さらには最適データの選択を行う手段である最 適データサイズ選択手段 605を、メモリカード 601に設けており、これらの点において 実施の形態 1と異なる。 [0045] 以下、図 6のフローチャートを参照して実施の形態 2の動作およびデータアクセス方 法を説明する。まず、メモリカード 601には、予め、遅延パラメータ 103が記憶される。 以上の前処理を行ったうえで、メモリカード 601がデータアクセス装置 606に装填さ れる。
[0046] 次に、 DV方式のデジタルビデオデータを実時間で記録するデータアクセス装置 6 06は、メモリカード 601に、所望の平均データレートを引数とする最適データサイズ 読み出しコマンドを発行する(S601)。最適データサイズ読み出しコマンドは、上述し たように、必要データ転送効率を示す情報を構成している。このコマンドは、具体的 には、メモリカード 601との間で転送するデータの方式にとって必要となるデータ転 送効率を示す。最適データサイズ読み出しコマンド発行手段 607は、メモリカード 60 1との間で転送するデータの方式等の情報力 そのデータ転送に最適となるデータ サイズを表す最適データサイズ読み出しコマンドを生成して発行する。
[0047] メモリカード 601では、コマンド解析手段 602のコマンド解析に基づいて最適データ サイズ読み出しコマンドを読み出す。遅延パラメータ読み出し手段 604は、読み出し た読み出しコマンドに従って、システム領域 204に記録されている遅延パラメータ 60 3を読み出す (S602)。最適データサイズ選択手段 605は、読み出した遅延パラメ一 タ 603に基づいて平均データレート値を計算する。遅延パラメータ 603は、実施の形 態 1と同様、例えば、設定可能な書き込みデータサイズとそれらの書き込みデータサ ィズそれぞれにおける遅延時間との関係を示すテーブル (対象表)から構成される。
[0048] 最適データサイズ選択手段 605は、書き込みデータサイズを遅延時間で除算する ことで平均データレート値を算定する(平均データレート値 =書き込みデータサイズ Z遅延時間)。さらに最適データサイズ選択手段 605は、最適データサイズ読み出し コマンドにおける引数で指定される所望の平均データレートを達成できる最小の書き 込みデータサイズを最適データサイズとして選択する(S603)。例えば、前記引数で 指定される所望の平均データレートが 3. 125MByteZ秒である場合、最適データ サイズ選択手段 605は、この平均データレートを上回るものの最小の平均データレー ト(この場合は 3. 61MByteZ秒)となる書き込みデータサイズ 128KBを最適データ サイズとして選択する。 [0049] 最適データサイズ選択手段 605は、選択した最適データサイズを示す情報をデー タアクセス装置 606に送信する。データアクセス装置 606は、最適データサイズ読み 出しコマンド発行手段 607により発行された最適データサイズ読み出しコマンドの戻 り値として、所望のデータレートでの書き込みを保証する書き込みデータサイズ (上述 した例では、 128KB)を示す情報をメモリカード 601から受信して取得する。これによ り、データアクセス装置 606はデータ記録手段 609やデータ再生手段 608に 128KB でのアクセスを行う書き込みコマンドを発生させ(S604)、書き込みコマンドを受けた データ記録手段 609は、常に 128KBの書き込みデータサイズで DV方式のデジタル ビデオデータをメモリカード 601に記録アクセスする(S605)。
[0050] このように本発明によれば内部の詳細仕様が異なるメモリカードにおいても、要求 性能を満足する書き込みデータサイズを最適に選択することが可能となり、記録ァク セス性能を保証することができる。
[0051] なお、実施の形態 2にお 、ては DV方式のデジタルビデオデータの記録を例にした 1S 本発明は DV方式のデジタルビデオデータの記録に限定されるものではない。読 み出しに関しても最適データサイズを選択するところまでは全く同様であり、指定デ ータサイズによるデータ再生手段 608に選択された最適データサイズを設定して再 生アクセスする部分のみが異なる。
産業上の利用可能性
[0052] 本発明は不揮発性メモリを内部に実装するメモリカードを記録メディアとし、記録' 再生のアクセス性能を保証が必要となるアプリケーションで利用が可能である。

Claims

請求の範囲
[1] 段階的に増減可能なデータサイズ単位でデータが書き込まれるとともにデータが書 き込まれる際におけるデータ転送効率が前記データサイズに応じて変動しかつ前記 データサイズそれぞれでデータが書き込まれる際におけるデータ転送効率を示すパ ラメータが記録された記録媒体に、データを読み書きするデータアクセス装置であつ て、
前記記録媒体にパラメータ取得コマンドを発行する手段と、
前記パラメータ取得コマンドを受信した前記記録媒体が送信する前記パラメータを 、当該データアクセス装置で読み書き対象とするデータで必要となるデータ転送効 率に照合することで、データ書き込み時における最適データサイズを選択する手段と 選択した最適データサイズで前記記録媒体との間でデータの読み書きを行う手段 と、
を有するデータアクセス装置。
[2] 請求項 1に記載のデータアクセス装置によって、段階的に増減可能なデータサイズ 単位でデータが読み書きされる記録媒体であって、
前記パラメータが記録された記憶部と、
前記データアクセス装置が送信する前記パラメータ取得コマンドを受けて、前記記 憶部に記憶している前記パラメータを読み出して前記データアクセス装置に送信す る手段と、
を有する記録媒体。
[3] 前記パラメータは、前記データサイズと、当該データサイズでデータを前記記録媒体 に読み書きするのに要する時間に関する情報とを互いに対応させたテーブルである 請求項 1に記載のデータアクセス装置。
[4] 前記記録媒体は半導体メモリであり、
前記データサイズは、前記記録媒体の消去ブロックサイズの整数倍の大きさである 請求項 1に記載のデータアクセス装置。
[5] 前記記録媒体は、データアクセス装置に対して着脱自在に装着されるカード型記録 媒体である、
請求項 1に記載のデータアクセス装置。
[6] 段階的に増減可能なデータサイズ単位でデータが書き込まれるとともにデータが書 き込まれる際におけるデータ転送効率が前記データサイズに応じて変動しかつ前記 データサイズそれぞれでデータが書き込まれる際におけるデータ転送効率を示すパ ラメータが記録された記録媒体に、データを読み書きするデータアクセス装置であつ て、
当該データアクセス装置で読み書き対象とするデータで必要となる必要データ転 送効率を示す情報を、前記記録媒体に送信する手段と、
前記必要データ転送効率を示す情報を受信した前記記録媒体が送信する最適デ ータサイズを示す情報に基づいてデータ書き込み時におけるデータサイズを設定し 、そのデータサイズで前記記録媒体との間でデータの読み書きを行う手段と、 を有するデータアクセス装置。
[7] 請求項 6に記載のデータアクセス装置によって、段階的に増減可能なデータサイズ 単位でデータが読み書きされる記録媒体であって、
前記パラメータが記録された記憶部と、
前記データアクセス装置が送信する前記必要データ転送効率を示す情報を受けて 、当該必要データ転送効率を示す情報を前記記憶部に記憶されたパラメータに照合 することで、データ書き込み時における最適データサイズを選択する手段と、 選択した最適データサイズを示す情報を、前記データアクセス装置に送信する手 段と、
を有する記録媒体。
[8] 前記パラメータは、前記データサイズと、当該データサイズでデータを前記記録媒体 に読み書きするのに要する時間に関する情報とを互いに対応させたテーブルである 請求項 6に記載のデータアクセス装置。
[9] 前記記録媒体は半導体メモリであり、
前記データサイズは、前記記録媒体の消去ブロックサイズの整数倍の大きさである 請求項 6に記載のデータアクセス装置。
[10] 前記記録媒体は、データアクセス装置に対して着脱自在に装着されるカード型記録 媒体である、
請求項 6に記載のデータアクセス装置。
[11] 段階的に増減可能なデータサイズ単位でデータが書き込まれるとともにデータが書 き込まれる際におけるデータ転送効率が前記データサイズに応じて変動する記録媒 体に、データアクセス装置がデータを読み書きするデータアクセス方法であって、 予め、前記記録媒体に、当該記録媒体に前記データサイズそれぞれでデータが書 き込まれる際におけるデータ転送効率を示すパラメータを記録するステップと、 データの読み書きに際して前記データアクセス装置が、前記記録媒体にパラメータ 取得コマンドを送信するステップと、
前記パラメータ取得コマンドを受信した前記記録媒体が、前記パラメータを前記デ ータアクセス装置に送信するステップと、
前記パラメータを受信した前記データアクセス装置が、当該データアクセス装置で 読み書き対象とするデータで必要となるデータ転送効率に前記パラメータを照合す ることで、データ書き込み時における最適データサイズを設定するステップと、 前記データアクセス装置が、設定した前記最適データサイズで前記記録媒体との 間でデータの読み書きを行うステップと、
を含むデータアクセス方法。
[12] 前記パラメータは、前記データサイズと、当該データサイズでデータを前記記録媒体 に対して読み書きするのに要する時間に関する情報とを互いに対応させたテーブル である、
請求項 11に記載のデータアクセス方法。
[13] 前記記録媒体は半導体メモリであり、
前記データサイズは、前記記録媒体の消去ブロックサイズの整数倍の大きさである 請求項 11に記載のデータアクセス方法。
[14] 前記記録媒体は、データアクセス装置に対して着脱自在に装着されるカード型記録 媒体である、
請求項 11に記載のデータアクセス方法。
[15] 段階的に増減可能なデータサイズ単位でデータが書き込まれるとともにデータが書 き込まれる際におけるデータ転送効率が前記データサイズに応じて変動する記録媒 体に、データアクセス装置がデータを読み書きするデータアクセス方法であって、 予め、前記記録媒体に、当該記録媒体に前記データサイズそれぞれでデータが書 き込まれる際におけるデータ転送効率を示すパラメータを記録するステップと、 データの読み書きに際して前記データアクセス装置が、当該データアクセス装置で 読み書き対象とするデータで必要となる必要データ転送効率を示す情報を、前記記 録媒体に送信するステップと、
前記必要データ転送効率を示す情報を受信した前記記録媒体が、当該必要デー タ転送効率を示す情報を前記パラメータに照合することで、データ書き込み時におけ る最適データサイズを選択するステップと、
前記記録媒体が、選択した前記最適データサイズを示す情報を前記データァクセ ス装置に送信するステップと、
前記最適データサイズを示す情報を受信した前記データアクセス装置が、当該最 適データサイズを示す情報に基づいてデータ書き込み時におけるデータサイズを設 定して前記記録媒体との間でデータの読み書きを行うステップと、
を含むデータアクセス方法。
[16] 前記パラメータは、前記データサイズと、当該データサイズでデータを前記記録媒体 に読み書きするのに要する時間に関する情報とを互いに対応させたテーブルである 請求項 15に記載のデータアクセス方法。
[17] 前記記録媒体は半導体メモリであり、
前記データサイズは、前記記録媒体の消去ブロックサイズの整数倍の大きさである 請求項 15に記載のデータアクセス方法。
前記記録媒体は、データアクセス装置に対して着脱自在に装着されるカード型記録 媒体である、
請求項 15に記載のデータアクセス方法。
PCT/JP2005/007996 2004-05-07 2005-04-27 データアクセス方法、およびその方法が実施される装置と記録媒体 WO2005109169A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP05736645.2A EP1746491B1 (en) 2004-05-07 2005-04-27 Method for accessing data, apparatus and recording medium for performing that method
US10/587,239 US7631140B2 (en) 2004-05-07 2005-04-27 Data accessing method, device in which the data accessing method is executed and recording medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004138614A JP4392601B2 (ja) 2004-05-07 2004-05-07 データアクセス装置および記録媒体
JP2004-138614 2004-05-07

Publications (1)

Publication Number Publication Date
WO2005109169A1 true WO2005109169A1 (ja) 2005-11-17

Family

ID=35320375

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2005/007996 WO2005109169A1 (ja) 2004-05-07 2005-04-27 データアクセス方法、およびその方法が実施される装置と記録媒体

Country Status (5)

Country Link
US (1) US7631140B2 (ja)
EP (1) EP1746491B1 (ja)
JP (1) JP4392601B2 (ja)
CN (1) CN100468308C (ja)
WO (1) WO2005109169A1 (ja)

Families Citing this family (215)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7644239B2 (en) 2004-05-03 2010-01-05 Microsoft Corporation Non-volatile memory cache performance improvement
US7490197B2 (en) 2004-10-21 2009-02-10 Microsoft Corporation Using external memory devices to improve system performance
US7778959B2 (en) * 2005-12-09 2010-08-17 Microsoft Corporation Protecting storages volumes with mock replication
US8914557B2 (en) 2005-12-16 2014-12-16 Microsoft Corporation Optimizing write and wear performance for a memory
EP2045762B1 (en) * 2006-07-26 2011-11-02 Panasonic Corporation Nonvolatile storage device, access device, and nonvolatile storage system
KR100904758B1 (ko) * 2007-02-08 2009-06-29 삼성전자주식회사 버퍼 메모리를 포함하는 플래쉬 메모리 장치 및 시스템,플래쉬 메모리 장치의 데이터 업데이트 방법
US20080222733A1 (en) * 2007-03-08 2008-09-11 Ddtic Corporation, Ltd. Anti-pirate memory card
US8566695B2 (en) * 2007-03-30 2013-10-22 Sandisk Technologies Inc. Controlling access to digital content
US8631203B2 (en) 2007-12-10 2014-01-14 Microsoft Corporation Management of external memory functioning as virtual cache
JP4471007B2 (ja) * 2008-02-05 2010-06-02 ソニー株式会社 記録装置、記録装置の制御方法、記録装置の制御方法のプログラム及び記録装置の制御方法のプログラムを記録した記録媒体
JP2010026592A (ja) * 2008-07-15 2010-02-04 Panasonic Corp メモリデバイスおよびメモリデバイス制御装置
US9032151B2 (en) 2008-09-15 2015-05-12 Microsoft Technology Licensing, Llc Method and system for ensuring reliability of cache data and metadata subsequent to a reboot
US8032707B2 (en) 2008-09-15 2011-10-04 Microsoft Corporation Managing cache data and metadata
US7953774B2 (en) 2008-09-19 2011-05-31 Microsoft Corporation Aggregation of write traffic to a data store
JP4769853B2 (ja) * 2008-09-19 2011-09-07 株式会社日立製作所 記憶制御装置及び記憶装置のデータ消去方法
JP4682353B2 (ja) * 2009-08-25 2011-05-11 株式会社ソニー・コンピュータエンタテインメント 情報処理装置および情報処理方法
JP2012252485A (ja) * 2011-06-02 2012-12-20 Nec Corp 記憶制御装置、及び、記憶制御方法
US11249652B1 (en) 2013-01-28 2022-02-15 Radian Memory Systems, Inc. Maintenance of nonvolatile memory on host selected namespaces by a common memory controller
US9652376B2 (en) 2013-01-28 2017-05-16 Radian Memory Systems, Inc. Cooperative flash memory control
US10445229B1 (en) * 2013-01-28 2019-10-15 Radian Memory Systems, Inc. Memory controller with at least one address segment defined for which data is striped across flash memory dies, with a common address offset being used to obtain physical addresses for the data in each of the dies
US11630585B1 (en) 2016-08-25 2023-04-18 Pure Storage, Inc. Processing evacuation events in a storage array that includes a plurality of storage devices
JP6373002B2 (ja) * 2013-12-26 2018-08-15 キヤノン株式会社 記録装置及びその制御方法
US9542118B1 (en) 2014-09-09 2017-01-10 Radian Memory Systems, Inc. Expositive flash memory control
US10545987B2 (en) 2014-12-19 2020-01-28 Pure Storage, Inc. Replication to the cloud
US11102298B1 (en) 2015-05-26 2021-08-24 Pure Storage, Inc. Locally providing cloud storage services for fleet management
US9716755B2 (en) 2015-05-26 2017-07-25 Pure Storage, Inc. Providing cloud storage array services by a local storage array in a data center
US9594678B1 (en) 2015-05-27 2017-03-14 Pure Storage, Inc. Preventing duplicate entries of identical data in a storage device
US10021170B2 (en) 2015-05-29 2018-07-10 Pure Storage, Inc. Managing a storage array using client-side services
US9300660B1 (en) 2015-05-29 2016-03-29 Pure Storage, Inc. Providing authorization and authentication in a cloud for a user of a storage array
US11503031B1 (en) 2015-05-29 2022-11-15 Pure Storage, Inc. Storage array access control from cloud-based user authorization and authentication
US9444822B1 (en) 2015-05-29 2016-09-13 Pure Storage, Inc. Storage array access control from cloud-based user authorization and authentication
US9588691B2 (en) 2015-06-10 2017-03-07 Pure Storage, Inc. Dynamically managing control information in a storage device
US9594512B1 (en) 2015-06-19 2017-03-14 Pure Storage, Inc. Attributing consumed storage capacity among entities storing data in a storage array
EP3314389B1 (en) * 2015-06-23 2023-06-21 Pure Storage, Inc. Aligning memory access operations to a geometry of a storage device
US10296236B2 (en) 2015-07-01 2019-05-21 Pure Storage, Inc. Offloading device management responsibilities from a storage device in an array of storage devices
US9892071B2 (en) 2015-08-03 2018-02-13 Pure Storage, Inc. Emulating a remote direct memory access (‘RDMA’) link between controllers in a storage array
US9851762B1 (en) 2015-08-06 2017-12-26 Pure Storage, Inc. Compliant printed circuit board (‘PCB’) within an enclosure
US10198194B2 (en) 2015-08-24 2019-02-05 Pure Storage, Inc. Placing data within a storage device of a flash array
US11294588B1 (en) 2015-08-24 2022-04-05 Pure Storage, Inc. Placing data within a storage device
US11625181B1 (en) 2015-08-24 2023-04-11 Pure Storage, Inc. Data tiering using snapshots
US11360844B1 (en) 2015-10-23 2022-06-14 Pure Storage, Inc. Recovery of a container storage provider
US10514978B1 (en) 2015-10-23 2019-12-24 Pure Storage, Inc. Automatic deployment of corrective measures for storage arrays
US9384082B1 (en) 2015-10-23 2016-07-05 Pure Storage, Inc. Proactively providing corrective measures for storage arrays
US10284232B2 (en) 2015-10-28 2019-05-07 Pure Storage, Inc. Dynamic error processing in a storage device
US9740414B2 (en) 2015-10-29 2017-08-22 Pure Storage, Inc. Optimizing copy operations
US10374868B2 (en) 2015-10-29 2019-08-06 Pure Storage, Inc. Distributed command processing in a flash storage system
US10353777B2 (en) 2015-10-30 2019-07-16 Pure Storage, Inc. Ensuring crash-safe forward progress of a system configuration update
US9760479B2 (en) 2015-12-02 2017-09-12 Pure Storage, Inc. Writing data in a storage system that includes a first type of storage device and a second type of storage device
US11762764B1 (en) 2015-12-02 2023-09-19 Pure Storage, Inc. Writing data in a storage system that includes a first type of storage device and a second type of storage device
US11616834B2 (en) 2015-12-08 2023-03-28 Pure Storage, Inc. Efficient replication of a dataset to the cloud
US10326836B2 (en) 2015-12-08 2019-06-18 Pure Storage, Inc. Partially replicating a snapshot between storage systems
US11347697B1 (en) 2015-12-15 2022-05-31 Pure Storage, Inc. Proactively optimizing a storage system
US10162835B2 (en) 2015-12-15 2018-12-25 Pure Storage, Inc. Proactive management of a plurality of storage arrays in a multi-array system
US10346043B2 (en) 2015-12-28 2019-07-09 Pure Storage, Inc. Adaptive computing for data compression
US9886314B2 (en) 2016-01-28 2018-02-06 Pure Storage, Inc. Placing workloads in a multi-array system
US10572460B2 (en) 2016-02-11 2020-02-25 Pure Storage, Inc. Compressing data in dependence upon characteristics of a storage system
US9760297B2 (en) 2016-02-12 2017-09-12 Pure Storage, Inc. Managing input/output (‘I/O’) queues in a data storage system
US9959043B2 (en) 2016-03-16 2018-05-01 Pure Storage, Inc. Performing a non-disruptive upgrade of data in a storage system
US11809727B1 (en) 2016-04-27 2023-11-07 Pure Storage, Inc. Predicting failures in a storage system that includes a plurality of storage devices
US11112990B1 (en) 2016-04-27 2021-09-07 Pure Storage, Inc. Managing storage device evacuation
US9841921B2 (en) 2016-04-27 2017-12-12 Pure Storage, Inc. Migrating data in a storage array that includes a plurality of storage devices
US9811264B1 (en) 2016-04-28 2017-11-07 Pure Storage, Inc. Deploying client-specific applications in a storage system utilizing redundant system resources
US10303390B1 (en) 2016-05-02 2019-05-28 Pure Storage, Inc. Resolving fingerprint collisions in flash storage system
US11231858B2 (en) 2016-05-19 2022-01-25 Pure Storage, Inc. Dynamically configuring a storage system to facilitate independent scaling of resources
US9507532B1 (en) 2016-05-20 2016-11-29 Pure Storage, Inc. Migrating data in a storage array that includes a plurality of storage devices and a plurality of write buffer devices
US10691567B2 (en) 2016-06-03 2020-06-23 Pure Storage, Inc. Dynamically forming a failure domain in a storage system that includes a plurality of blades
US11706895B2 (en) 2016-07-19 2023-07-18 Pure Storage, Inc. Independent scaling of compute resources and storage resources in a storage system
US10459652B2 (en) 2016-07-27 2019-10-29 Pure Storage, Inc. Evacuating blades in a storage array that includes a plurality of blades
US10474363B1 (en) 2016-07-29 2019-11-12 Pure Storage, Inc. Space reporting in a storage system
US11960348B2 (en) 2016-09-07 2024-04-16 Pure Storage, Inc. Cloud-based monitoring of hardware components in a fleet of storage systems
US11531577B1 (en) 2016-09-07 2022-12-20 Pure Storage, Inc. Temporarily limiting access to a storage device
US10331588B2 (en) 2016-09-07 2019-06-25 Pure Storage, Inc. Ensuring the appropriate utilization of system resources using weighted workload based, time-independent scheduling
US11886922B2 (en) 2016-09-07 2024-01-30 Pure Storage, Inc. Scheduling input/output operations for a storage system
US10235229B1 (en) 2016-09-07 2019-03-19 Pure Storage, Inc. Rehabilitating storage devices in a storage array that includes a plurality of storage devices
US11481261B1 (en) 2016-09-07 2022-10-25 Pure Storage, Inc. Preventing extended latency in a storage system
US10671439B1 (en) 2016-09-07 2020-06-02 Pure Storage, Inc. Workload planning with quality-of-service (‘QOS’) integration
US10146585B2 (en) 2016-09-07 2018-12-04 Pure Storage, Inc. Ensuring the fair utilization of system resources using workload based, time-independent scheduling
US10908966B1 (en) 2016-09-07 2021-02-02 Pure Storage, Inc. Adapting target service times in a storage system
US10007459B2 (en) 2016-10-20 2018-06-26 Pure Storage, Inc. Performance tuning in a storage system that includes one or more storage devices
US11379132B1 (en) 2016-10-20 2022-07-05 Pure Storage, Inc. Correlating medical sensor data
US10162566B2 (en) 2016-11-22 2018-12-25 Pure Storage, Inc. Accumulating application-level statistics in a storage system
US11620075B2 (en) 2016-11-22 2023-04-04 Pure Storage, Inc. Providing application aware storage
US10198205B1 (en) 2016-12-19 2019-02-05 Pure Storage, Inc. Dynamically adjusting a number of storage devices utilized to simultaneously service write operations
US11461273B1 (en) 2016-12-20 2022-10-04 Pure Storage, Inc. Modifying storage distribution in a storage system that includes one or more storage devices
US10489307B2 (en) 2017-01-05 2019-11-26 Pure Storage, Inc. Periodically re-encrypting user data stored on a storage device
US11307998B2 (en) 2017-01-09 2022-04-19 Pure Storage, Inc. Storage efficiency of encrypted host system data
US11340800B1 (en) 2017-01-19 2022-05-24 Pure Storage, Inc. Content masking in a storage system
US10503700B1 (en) 2017-01-19 2019-12-10 Pure Storage, Inc. On-demand content filtering of snapshots within a storage system
US11163624B2 (en) 2017-01-27 2021-11-02 Pure Storage, Inc. Dynamically adjusting an amount of log data generated for a storage system
US11675520B2 (en) 2017-03-10 2023-06-13 Pure Storage, Inc. Application replication among storage systems synchronously replicating a dataset
US11803453B1 (en) 2017-03-10 2023-10-31 Pure Storage, Inc. Using host connectivity states to avoid queuing I/O requests
US10454810B1 (en) 2017-03-10 2019-10-22 Pure Storage, Inc. Managing host definitions across a plurality of storage systems
US11941279B2 (en) 2017-03-10 2024-03-26 Pure Storage, Inc. Data path virtualization
US10503427B2 (en) 2017-03-10 2019-12-10 Pure Storage, Inc. Synchronously replicating datasets and other managed objects to cloud-based storage systems
US11089105B1 (en) 2017-12-14 2021-08-10 Pure Storage, Inc. Synchronously replicating datasets in cloud-based storage systems
US11169727B1 (en) 2017-03-10 2021-11-09 Pure Storage, Inc. Synchronous replication between storage systems with virtualized storage
US10521344B1 (en) 2017-03-10 2019-12-31 Pure Storage, Inc. Servicing input/output (‘I/O’) operations directed to a dataset that is synchronized across a plurality of storage systems
US11442825B2 (en) 2017-03-10 2022-09-13 Pure Storage, Inc. Establishing a synchronous replication relationship between two or more storage systems
US10459664B1 (en) 2017-04-10 2019-10-29 Pure Storage, Inc. Virtualized copy-by-reference
US9910618B1 (en) 2017-04-10 2018-03-06 Pure Storage, Inc. Migrating applications executing on a storage system
US11868629B1 (en) 2017-05-05 2024-01-09 Pure Storage, Inc. Storage system sizing service
EP3612922A1 (en) 2017-06-12 2020-02-26 Pure Storage, Inc. Accessible fast durable storage integrated into a bulk storage device
US10613791B2 (en) 2017-06-12 2020-04-07 Pure Storage, Inc. Portable snapshot replication between storage systems
US11609718B1 (en) 2017-06-12 2023-03-21 Pure Storage, Inc. Identifying valid data after a storage system recovery
US11210133B1 (en) 2017-06-12 2021-12-28 Pure Storage, Inc. Workload mobility between disparate execution environments
US11442669B1 (en) 2018-03-15 2022-09-13 Pure Storage, Inc. Orchestrating a virtual storage system
US11593036B2 (en) 2017-06-12 2023-02-28 Pure Storage, Inc. Staging data within a unified storage element
US10417092B2 (en) 2017-09-07 2019-09-17 Pure Storage, Inc. Incremental RAID stripe update parity calculation
US11340939B1 (en) 2017-06-12 2022-05-24 Pure Storage, Inc. Application-aware analytics for storage systems
US11422731B1 (en) 2017-06-12 2022-08-23 Pure Storage, Inc. Metadata-based replication of a dataset
US10853148B1 (en) 2017-06-12 2020-12-01 Pure Storage, Inc. Migrating workloads between a plurality of execution environments
US11016824B1 (en) 2017-06-12 2021-05-25 Pure Storage, Inc. Event identification with out-of-order reporting in a cloud-based environment
US11592991B2 (en) 2017-09-07 2023-02-28 Pure Storage, Inc. Converting raid data between persistent storage types
US10884636B1 (en) 2017-06-12 2021-01-05 Pure Storage, Inc. Presenting workload performance in a storage system
US10552090B2 (en) 2017-09-07 2020-02-04 Pure Storage, Inc. Solid state drives with multiple types of addressable memory
US10976962B2 (en) 2018-03-15 2021-04-13 Pure Storage, Inc. Servicing I/O operations in a cloud-based storage system
US11561714B1 (en) 2017-07-05 2023-01-24 Pure Storage, Inc. Storage efficiency driven migration
US11477280B1 (en) 2017-07-26 2022-10-18 Pure Storage, Inc. Integrating cloud storage services
US10831935B2 (en) 2017-08-31 2020-11-10 Pure Storage, Inc. Encryption management with host-side data reduction
US11455168B1 (en) 2017-10-19 2022-09-27 Pure Storage, Inc. Batch building for deep learning training workloads
US10452444B1 (en) 2017-10-19 2019-10-22 Pure Storage, Inc. Storage system with compute resources and shared storage resources
US10360214B2 (en) 2017-10-19 2019-07-23 Pure Storage, Inc. Ensuring reproducibility in an artificial intelligence infrastructure
US11861423B1 (en) 2017-10-19 2024-01-02 Pure Storage, Inc. Accelerating artificial intelligence (‘AI’) workflows
US10671435B1 (en) 2017-10-19 2020-06-02 Pure Storage, Inc. Data transformation caching in an artificial intelligence infrastructure
US11494692B1 (en) 2018-03-26 2022-11-08 Pure Storage, Inc. Hyperscale artificial intelligence and machine learning infrastructure
US10467107B1 (en) 2017-11-01 2019-11-05 Pure Storage, Inc. Maintaining metadata resiliency among storage device failures
US10671494B1 (en) 2017-11-01 2020-06-02 Pure Storage, Inc. Consistent selection of replicated datasets during storage system recovery
US10817392B1 (en) 2017-11-01 2020-10-27 Pure Storage, Inc. Ensuring resiliency to storage device failures in a storage system that includes a plurality of storage devices
US10509581B1 (en) 2017-11-01 2019-12-17 Pure Storage, Inc. Maintaining write consistency in a multi-threaded storage system
US10484174B1 (en) 2017-11-01 2019-11-19 Pure Storage, Inc. Protecting an encryption key for data stored in a storage system that includes a plurality of storage devices
US10929226B1 (en) 2017-11-21 2021-02-23 Pure Storage, Inc. Providing for increased flexibility for large scale parity
US10936238B2 (en) 2017-11-28 2021-03-02 Pure Storage, Inc. Hybrid data tiering
US10990282B1 (en) 2017-11-28 2021-04-27 Pure Storage, Inc. Hybrid data tiering with cloud storage
US10795598B1 (en) 2017-12-07 2020-10-06 Pure Storage, Inc. Volume migration for storage systems synchronously replicating a dataset
US11036677B1 (en) 2017-12-14 2021-06-15 Pure Storage, Inc. Replicated data integrity
US10929031B2 (en) 2017-12-21 2021-02-23 Pure Storage, Inc. Maximizing data reduction in a partially encrypted volume
US10992533B1 (en) 2018-01-30 2021-04-27 Pure Storage, Inc. Policy based path management
US10521151B1 (en) 2018-03-05 2019-12-31 Pure Storage, Inc. Determining effective space utilization in a storage system
US11150834B1 (en) 2018-03-05 2021-10-19 Pure Storage, Inc. Determining storage consumption in a storage system
US11861170B2 (en) 2018-03-05 2024-01-02 Pure Storage, Inc. Sizing resources for a replication target
US10942650B1 (en) 2018-03-05 2021-03-09 Pure Storage, Inc. Reporting capacity utilization in a storage system
US11972134B2 (en) 2018-03-05 2024-04-30 Pure Storage, Inc. Resource utilization using normalized input/output (‘I/O’) operations
US10296258B1 (en) 2018-03-09 2019-05-21 Pure Storage, Inc. Offloading data storage to a decentralized storage network
US11048590B1 (en) 2018-03-15 2021-06-29 Pure Storage, Inc. Data consistency during recovery in a cloud-based storage system
US10917471B1 (en) 2018-03-15 2021-02-09 Pure Storage, Inc. Active membership in a cloud-based storage system
US10924548B1 (en) 2018-03-15 2021-02-16 Pure Storage, Inc. Symmetric storage using a cloud-based storage system
US11288138B1 (en) 2018-03-15 2022-03-29 Pure Storage, Inc. Recovery from a system fault in a cloud-based storage system
US11210009B1 (en) 2018-03-15 2021-12-28 Pure Storage, Inc. Staging data in a cloud-based storage system
US11095706B1 (en) 2018-03-21 2021-08-17 Pure Storage, Inc. Secure cloud-based storage system management
US11171950B1 (en) 2018-03-21 2021-11-09 Pure Storage, Inc. Secure cloud-based storage system management
US10838833B1 (en) 2018-03-26 2020-11-17 Pure Storage, Inc. Providing for high availability in a data analytics pipeline without replicas
US11436344B1 (en) 2018-04-24 2022-09-06 Pure Storage, Inc. Secure encryption in deduplication cluster
US11392553B1 (en) 2018-04-24 2022-07-19 Pure Storage, Inc. Remote data management
US11128578B2 (en) 2018-05-21 2021-09-21 Pure Storage, Inc. Switching between mediator services for a storage system
US11455409B2 (en) 2018-05-21 2022-09-27 Pure Storage, Inc. Storage layer data obfuscation
US11675503B1 (en) 2018-05-21 2023-06-13 Pure Storage, Inc. Role-based data access
US11954220B2 (en) 2018-05-21 2024-04-09 Pure Storage, Inc. Data protection for container storage
US10871922B2 (en) 2018-05-22 2020-12-22 Pure Storage, Inc. Integrated storage management between storage systems and container orchestrators
US11403000B1 (en) 2018-07-20 2022-08-02 Pure Storage, Inc. Resiliency in a cloud-based storage system
US11416298B1 (en) 2018-07-20 2022-08-16 Pure Storage, Inc. Providing application-specific storage by a storage system
US11954238B1 (en) 2018-07-24 2024-04-09 Pure Storage, Inc. Role-based access control for a storage system
US11146564B1 (en) 2018-07-24 2021-10-12 Pure Storage, Inc. Login authentication in a cloud storage platform
US11632360B1 (en) 2018-07-24 2023-04-18 Pure Storage, Inc. Remote access to a storage device
US11860820B1 (en) 2018-09-11 2024-01-02 Pure Storage, Inc. Processing data through a storage system in a data pipeline
US10671302B1 (en) 2018-10-26 2020-06-02 Pure Storage, Inc. Applying a rate limit across a plurality of storage systems
US11340837B1 (en) 2018-11-18 2022-05-24 Pure Storage, Inc. Storage system management via a remote console
US10963189B1 (en) 2018-11-18 2021-03-30 Pure Storage, Inc. Coalescing write operations in a cloud-based storage system
US11379254B1 (en) 2018-11-18 2022-07-05 Pure Storage, Inc. Dynamic configuration of a cloud-based storage system
US11526405B1 (en) 2018-11-18 2022-12-13 Pure Storage, Inc. Cloud-based disaster recovery
US11650749B1 (en) 2018-12-17 2023-05-16 Pure Storage, Inc. Controlling access to sensitive data in a shared dataset
US11003369B1 (en) 2019-01-14 2021-05-11 Pure Storage, Inc. Performing a tune-up procedure on a storage device during a boot process
US11042452B1 (en) 2019-03-20 2021-06-22 Pure Storage, Inc. Storage system data recovery using data recovery as a service
US11221778B1 (en) 2019-04-02 2022-01-11 Pure Storage, Inc. Preparing data for deduplication
US11068162B1 (en) 2019-04-09 2021-07-20 Pure Storage, Inc. Storage management in a cloud data store
US11327676B1 (en) 2019-07-18 2022-05-10 Pure Storage, Inc. Predictive data streaming in a virtual storage system
US11853266B2 (en) 2019-05-15 2023-12-26 Pure Storage, Inc. Providing a file system in a cloud environment
US11392555B2 (en) 2019-05-15 2022-07-19 Pure Storage, Inc. Cloud-based file services
US11126364B2 (en) 2019-07-18 2021-09-21 Pure Storage, Inc. Virtual storage system architecture
US11487715B1 (en) 2019-07-18 2022-11-01 Pure Storage, Inc. Resiliency in a cloud-based storage system
US11861221B1 (en) 2019-07-18 2024-01-02 Pure Storage, Inc. Providing scalable and reliable container-based storage services
US11093139B1 (en) 2019-07-18 2021-08-17 Pure Storage, Inc. Durably storing data within a virtual storage system
US11526408B2 (en) 2019-07-18 2022-12-13 Pure Storage, Inc. Data recovery in a virtual storage system
US11797197B1 (en) 2019-07-18 2023-10-24 Pure Storage, Inc. Dynamic scaling of a virtual storage system
US11086553B1 (en) 2019-08-28 2021-08-10 Pure Storage, Inc. Tiering duplicated objects in a cloud-based object store
US11693713B1 (en) 2019-09-04 2023-07-04 Pure Storage, Inc. Self-tuning clusters for resilient microservices
US11360689B1 (en) 2019-09-13 2022-06-14 Pure Storage, Inc. Cloning a tracking copy of replica data
US11797569B2 (en) 2019-09-13 2023-10-24 Pure Storage, Inc. Configurable data replication
US11573864B1 (en) 2019-09-16 2023-02-07 Pure Storage, Inc. Automating database management in a storage system
US11669386B1 (en) 2019-10-08 2023-06-06 Pure Storage, Inc. Managing an application's resource stack
US11943293B1 (en) 2019-12-06 2024-03-26 Pure Storage, Inc. Restoring a storage system from a replication target
US11733901B1 (en) 2020-01-13 2023-08-22 Pure Storage, Inc. Providing persistent storage to transient cloud computing services
US11720497B1 (en) 2020-01-13 2023-08-08 Pure Storage, Inc. Inferred nonsequential prefetch based on data access patterns
US11709636B1 (en) 2020-01-13 2023-07-25 Pure Storage, Inc. Non-sequential readahead for deep learning training
US11868622B2 (en) 2020-02-25 2024-01-09 Pure Storage, Inc. Application recovery across storage systems
US11637896B1 (en) 2020-02-25 2023-04-25 Pure Storage, Inc. Migrating applications to a cloud-computing environment
US11321006B1 (en) 2020-03-25 2022-05-03 Pure Storage, Inc. Data loss prevention during transitions from a replication source
US11379151B2 (en) * 2020-03-31 2022-07-05 Western Digital Technologies, Inc. Flow control of large sequential host read commands based on a queue threshold
US11630598B1 (en) 2020-04-06 2023-04-18 Pure Storage, Inc. Scheduling data replication operations
US11301152B1 (en) 2020-04-06 2022-04-12 Pure Storage, Inc. Intelligently moving data between storage systems
US11494267B2 (en) 2020-04-14 2022-11-08 Pure Storage, Inc. Continuous value data redundancy
US11921670B1 (en) 2020-04-20 2024-03-05 Pure Storage, Inc. Multivariate data backup retention policies
US11431488B1 (en) 2020-06-08 2022-08-30 Pure Storage, Inc. Protecting local key generation using a remote key management service
US11349917B2 (en) 2020-07-23 2022-05-31 Pure Storage, Inc. Replication handling among distinct networks
US11442652B1 (en) 2020-07-23 2022-09-13 Pure Storage, Inc. Replication handling during storage system transportation
US11397545B1 (en) 2021-01-20 2022-07-26 Pure Storage, Inc. Emulating persistent reservations in a cloud-based storage system
US11853285B1 (en) 2021-01-22 2023-12-26 Pure Storage, Inc. Blockchain logging of volume-level events in a storage system
US20220365827A1 (en) 2021-05-12 2022-11-17 Pure Storage, Inc. Rebalancing In A Fleet Of Storage Systems Using Data Science
US11816129B2 (en) 2021-06-22 2023-11-14 Pure Storage, Inc. Generating datasets using approximate baselines
US11714723B2 (en) 2021-10-29 2023-08-01 Pure Storage, Inc. Coordinated snapshots for data stored across distinct storage environments
US11914867B2 (en) 2021-10-29 2024-02-27 Pure Storage, Inc. Coordinated snapshots among storage systems implementing a promotion/demotion model
US11893263B2 (en) 2021-10-29 2024-02-06 Pure Storage, Inc. Coordinated checkpoints among storage systems implementing checkpoint-based replication
US11922052B2 (en) 2021-12-15 2024-03-05 Pure Storage, Inc. Managing links between storage objects
US11847071B2 (en) 2021-12-30 2023-12-19 Pure Storage, Inc. Enabling communication between a single-port device and multiple storage system controllers
US11860780B2 (en) 2022-01-28 2024-01-02 Pure Storage, Inc. Storage cache management
US11886295B2 (en) 2022-01-31 2024-01-30 Pure Storage, Inc. Intra-block error correction

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01149352A (ja) * 1987-12-04 1989-06-12 Toppan Printing Co Ltd ビームプロファイラ
JPH06350907A (ja) * 1993-06-07 1994-12-22 Fuji Photo Film Co Ltd 電子スチルカメラ
US6279069B1 (en) 1996-12-26 2001-08-21 Intel Corporation Interface for flash EEPROM memory arrays
WO2003088043A1 (fr) 2002-04-15 2003-10-23 Sony Corporation Appareil de stockage de donnees

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10207641A (ja) 1997-01-28 1998-08-07 Matsushita Electric Ind Co Ltd パラメータ設定装置,及びブロックサイズ変更装置
JPH11149352A (ja) 1997-11-17 1999-06-02 Hitachi Ltd データ転送制御装置および録画装置
JPH11250672A (ja) 1998-03-05 1999-09-17 Oki Electric Ind Co Ltd 不揮発性半導体記憶装置
JP3490368B2 (ja) 2000-02-07 2004-01-26 インターナショナル・ビジネス・マシーンズ・コーポレーション 信号出力装置、ドライバ回路、信号伝送システム、および信号伝送方法
US7054790B1 (en) * 2000-05-18 2006-05-30 Maxtor Corporation Method and apparatus for storage device performance measurement
JP4665299B2 (ja) * 2000-08-29 2011-04-06 株式会社ニコン 電子カメラ
JP4387072B2 (ja) 2001-07-12 2009-12-16 三菱電機株式会社 携帯型映像記録装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01149352A (ja) * 1987-12-04 1989-06-12 Toppan Printing Co Ltd ビームプロファイラ
JPH06350907A (ja) * 1993-06-07 1994-12-22 Fuji Photo Film Co Ltd 電子スチルカメラ
US6279069B1 (en) 1996-12-26 2001-08-21 Intel Corporation Interface for flash EEPROM memory arrays
WO2003088043A1 (fr) 2002-04-15 2003-10-23 Sony Corporation Appareil de stockage de donnees

Also Published As

Publication number Publication date
EP1746491B1 (en) 2015-10-28
US20070168321A1 (en) 2007-07-19
CN100468308C (zh) 2009-03-11
EP1746491A1 (en) 2007-01-24
CN1950793A (zh) 2007-04-18
JP2005321952A (ja) 2005-11-17
JP4392601B2 (ja) 2010-01-06
US7631140B2 (en) 2009-12-08
EP1746491A4 (en) 2009-05-06

Similar Documents

Publication Publication Date Title
JP4392601B2 (ja) データアクセス装置および記録媒体
JP4758518B2 (ja) 不揮発性記憶装置、アクセス装置、不揮発性記憶システム及びメモリコントローラ
JP3825465B2 (ja) メモリカード及びメモリカードシステム
US7631142B2 (en) Method and apparatus for selectively storing data into cache or nonvolatile memory
US7747144B2 (en) Information processing apparatus, information processing method, recording medium, control
EP1619583A1 (en) Data recording apparatus
US20070168603A1 (en) Information recording apparatus and control method thereof
US8572307B2 (en) Memory controller, memory card, and nonvolatile memory system
JP4608434B2 (ja) 情報記録媒体のデータ処理装置及びデータ記録方法
US7613892B2 (en) Recording device, recording method, recording medium, and program
US8112583B2 (en) Data recording for a hard drive in response to commands
JP5459102B2 (ja) ストレージ制御装置、ストレージシステム及びストレージ制御方法
JP2000267904A (ja) データ記録装置及び方法
US7062682B2 (en) Data recorder and data recording method avoiding data loss due to data transfer error
US20070250661A1 (en) Data recording apparatus and method of controlling the same
KR100775885B1 (ko) 데이터 액세스 방법 및 그 방법이 실시되는 장치와 기록매체
JP5178355B2 (ja) 記録装置
JP4211563B2 (ja) 再生記録装置
US6496311B1 (en) Data recording/reproducing unit, data recording method, data reproducing method, data recording/reproducing method, hard disk controller, and AV-data recording/reproducing method
JP2006127401A (ja) 媒体記憶装置、媒体記憶装置のキャッシュセグメント切り替え方法、及び媒体記憶システム
JP2004171670A (ja) 記録再生装置及び記録再生方法
JP2005209119A (ja) データ記憶装置及び方法、並びに記録再生システム
JP4474742B2 (ja) データ記録再生装置およびデータ再記録処理方法
JP2008027248A (ja) 情報処理装置、情報処理装置の制御方法及び制御プログラム
JP4219299B2 (ja) 記録デバイスのキャッシュ方法及びデータ記録装置

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1020067014160

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2005736645

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2007168321

Country of ref document: US

Ref document number: 10587239

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 200580014645.X

Country of ref document: CN

NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWP Wipo information: published in national office

Ref document number: 2005736645

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020067014160

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 10587239

Country of ref document: US