JP2010092463A - 分散型ストレージシステムのファイルアクセス性能を改善する方法と装置 - Google Patents
分散型ストレージシステムのファイルアクセス性能を改善する方法と装置 Download PDFInfo
- Publication number
- JP2010092463A JP2010092463A JP2009199343A JP2009199343A JP2010092463A JP 2010092463 A JP2010092463 A JP 2010092463A JP 2009199343 A JP2009199343 A JP 2009199343A JP 2009199343 A JP2009199343 A JP 2009199343A JP 2010092463 A JP2010092463 A JP 2010092463A
- Authority
- JP
- Japan
- Prior art keywords
- file
- storage node
- access request
- redirect
- node
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/18—File system types
- G06F16/182—Distributed file systems
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1097—Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/563—Data redirection of data network streams
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0638—Organizing or formatting or addressing of data
- G06F3/0643—Management of files
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/067—Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
本発明の実施例はクライアントに単一のネームスペースを提供する分散型ストレージシステムからクライアントへのファイル転送性能を向上するための方法と装置を提供する。
【解決方法】
一つの実施例では、分散型ストレージシステム内のファイルにアクセスを提供するシステムは、ネットワークを経由して接続された複数のストレージノードと少なくとも一式のコンピュータ装置を含む。各ストレージノードは、少なくとも一式のコンピュータ装置の一つからファイルへのファイルアクセス要求をレシーバストレージノードとして受信すると、予め定められたポリシーに従って、ファイルアクセス要求をファイルのオーナーストレージノードにリダイレクトするようにファイルアクセス要求を行っているコンピュータ装置に通知するか否か決定するように構成される。予め定められたポリシーは、ファイルのファイルタイプ又はファイルサイズの少なくとも一方に基づいて、ファイルアクセス要求をリダイレクトするか否かに対する条件を規定する。
【選択図】図1
Description
HTTP/1.1 303 See Other
Location:http://<オーナーノードのIPアドレス>/<ファイルの外部パス>
…
もし適合したポリシーのリダイレクト指示が“No”であるか、又はどのポリシーにも適合しないならば、ストレージシステム制御プログラム4007は、オーナーノードに内部読み出し要求を送信し(ステップ14014)、オーナーノードからファイルを受信する(ステップ14015)。最後に、プログラムはそのファイルをクライアントに送信する(ステップ14016)。
HTTP/1.1 206 Partial Content
Content−Range:bytes 0−49999999/500000000
Content−Length:50000000
X−Number−of−portions:4
X−Portion−Location1:http://<第1のポーションのオーナーノード>/<第1のポーションの外部パス>
X−Portion−Range1:0−49999999
X−Portion−Location2:http://<第2のポーションのオーナーノード>/<第2のポーションの外部パス>
X−Portion−Range2:50000000−99999999
HTTP/1.1 303 See Other
Location:http://<第1のポーションのオーナーノード>/<第1のポーションの外部パス>
X−Number−of−portions:4
X−Portion−Location1:http://<第1のポーションのオーナーノード>/<第1のポーションの外部パス>
X−Portion−Range1:0−49999999
X−Portion−Location2:http://<第2のポーションのオーナーノード>/<第2のポーションの外部パス>
X−Portion−Range2:50000000−99999999
Claims (20)
- 分散型ストレージシステム内のファイルへのアクセスを提供するシステムに於いて、該システムは、ネットワークを経由して接続される複数のストレージノードと少なくとも一式のコンピュータ装置を含み、
各ストレージノードは、前記少なくとも一式のコンピュータ装置の一つからファイルへのファイルアクセス要求をレシーバストレージノードとして受信すると、予め定められたポリシーに従って、該ファイルアクセス要求を該ファイルのオーナーストレージノードにリダイレクトするように前記ファイルアクセス要求を行っている前記コンピュータ装置に通知するか否か決定するように構成され、
前記予め定められたポリシーは、前記ファイルのファイルタイプ又はファイルサイズの少なくとも一方に基づいて、前記ファイルアクセス要求をリダイレクトするか否かの条件を規定する、
ことを特徴とするシステム。 - 前記レシーバストレージノードは、前記ファイルアクセス要求を前記オーナーストレージノードにリダイレクトする際に、前記ファイルをキャッシュに格納する先読み対象に指定する、先読み要求を前記オーナーストレージノードに送信するように構成される、ことを特徴とする請求項1に記載のシステム。
- 前記レシーバストレージノードは、前記ファイルのファイルタイプ又はファイルサイズの少なくとも一方に基づいて前記ファイルアクセス要求をリダイレクトするか否かの前記条件を指定するポリシーテーブルを調べることにより、前記ファイルアクセス要求を前記オーナーストレージノードにリダイレクトするように前記ファイルアクセス要求を行っている前記コンピュータ装置に通知するか否か決定する、ことを特徴とする請求項1に記載のシステム。
- 前記条件は、前記ファイルの前記ファイルタイプと前記ファイルサイズの両者に基づいており、更に前記ファイルを要求する前記コンピュータ装置、前記ファイルの外部パスの少なくとも一方、又は前記ファイルアクセス要求の中で指定される少なくとも一つの要求パラメータに基づいている、ことを特徴とする請求項3に記載のシステム。
- 前記ポリシーテーブルは前記ストレージノード各々の中に保存される、ことを特徴とする請求項3に記載のシステム。
- 前記レシーバストレージノードは、前記ファイルに対するリダイレクトフラグを調べることにより、前記ファイルアクセス要求を前記オーナーストレージノードにリダイレクトするように前記ファイルアクセスを行っている前記コンピュータ装置に通知するか否か決定し、該リダイレクトフラグは、前記ストレージノード内に保存される各ファイルに対して、それに対応するファイルへのファイルアクセス要求をリダイレクトするか否か指定する、ことを特徴とする請求項1に記載のシステム。
- 前記リダイレクトフラグは、ファイルが前記ストレージノードの一つに書き込まれる時点で以下のステップ、即ち、
前記ファイルの前記ファイルタイプ又は前記ファイルサイズの少なくとも一方に基づいて前記予め定められたポリシーに従って、ファイルアクセス要求を前記ファイルのオーナーストレージノードにリダイレクトするか否か決定するステップと、
前記決定するステップに従って、前記リダイレクトフラグをリダイレクトすべく又はリダイレクトしないように設定するステップ、
を実行することにより設定される、ことを特徴とする請求項6に記載のシステム。 - 前記ファイルアクセス要求の前記ファイルは多数のポーションに分割されて複数の前記ストレージノード内に保存され、
各ストレージノードは、前記レシーバストレージノードとして、予め定められたポリシーに従って、前記ファイルアクセス要求を前記ファイルの前記多数のポーションのオーナーストレージノードにリダイレクトするように前記ファイルアクセス要求を行っている前記コンピュータ装置に通知するか否か決定するように構成される、
ことを特徴とする請求項1に記載のシステム。 - 前記レシーバストレージノードは、前記ファイルアクセス要求を前記ファイルの前記多数のポーションの前記オーナーストレージノードにリダイレクトする際に、前記ファイルの前記ポーションをキャッシュに格納する先読み対象に指定する、先読み要求を前記レシーバストレージノード以外の各オーナーストレージノードに送信するように構成される、ことを特徴とする請求項8に記載のシステム。
- 各ストレージノードは、ファイルを送付先ストレージノードに移行するための移行要求を受信すると、該移行対象ファイルの外部パスを抽出し、発生元ストレージノードから前記ファイルを読み出し、前記ファイルと前記ファイルの該外部パスを含む内部書き込み要求を該送付先ストレージノードに送信し、該発生元ストレージノードから前記移行済みのファイルを削除し、前記分散型ストレージシステム内の前記移行済みファイルのロケーション記録を更新する、ように構成される、ことを特徴とする請求項1に記載のシステム。
- 前記レシーバストレージノードは、前記ファイルアクセス要求を前記オーナーストレージノードにリダイレクトしない場合、前記オーナーストレージノードから前記ファイルを読み出し、前記読み出したファイルを前記ファイルアクセス要求を行っている前記コンピュータ装置に送信する、ように構成される、ことを特徴とする請求項1に記載のシステム。
- 前記予め定められたポリシーは、前記ファイルの前記ファイルタイプ、前記ファイルの前記ファイルサイズ、前記ファイルを要求する前記コンピュータ装置、前記ファイルの外部パス、の少なくとも一つ、又は前記ファイルアクセス要求の中で指定される少なくとも一つの要求パラメータ、に基づいて、前記ファイルアクセス要求をリダイレクトするか否かの条件を規定する、ことを特徴とする請求項1に記載のシステム。
- ネットワークを経由して接続される分散型ストレージシステムと少なくとも一式のコンピュータ装置とを有するシステムに於いて、
前記少なくとも一式のコンピュータ装置の一つからファイルへのファイルアクセス要求を受信時、予め定められたポリシーに従って、該ファイルアクセス要求を該ファイルのオーナーストレージノードにリダイレクトするように前記ファイルアクセス要求を行っている前記コンピュータ装置に通知するか否か決定するステップを含み、
前記予め定められたポリシーは、前記ファイルのファイルタイプ又はファイルサイズの少なくとも一方に基づいて、前記ファイルアクセス要求をリダイレクトするか否かの条件を規定する、ことを特徴とする分散型ストレージシステム内の複数のストレージノード内のファイルへのアクセスを提供する方法。 - 前記ファイルアクセス要求を前記オーナーストレージノードにリダイレクトするように決定されたなら、前記ファイルをキャッシュに格納する先読み対象に指定する、先読み要求を前記オーナーストレージノードに送信するステップ、を更に含む、ことを特徴とする請求項13に記載の方法。
- 前記ファイルアクセス要求を前記オーナーストレージノードにリダイレクトするように前記ファイルアクセス要求を行っている前記コンピュータ装置に通知するか否か決定するステップは、前記ファイルのファイルタイプ又はファイルサイズの少なくとも一方に基づいて前記ファイルアクセス要求をリダイレクトするか否かの前記条件を指定するポリシーテーブルを調べるステップを含む、ことを特徴とする請求項13に記載の方法。
- 前記ファイルアクセス要求を前記オーナーストレージノードにリダイレクトするように前記ファイルアクセス要求を行っている前記コンピュータ装置に通知するか否か決定するステップは、前記ファイルに対するリダイレクトフラグを調べるステップを含み、該リダイレクトフラグは前記ストレージノード内に保存される各ファイルに対して、それに対応するファイルへのファイルアクセス要求をリダイレクトするか否か指定する、ことを特徴とする請求項13に記載の方法。
- ファイルが前記ストレージノードの一つに書き込まれる時点で以下のステップ即ち、
前記ファイルの前記ファイルタイプ又は前記ファイルサイズの少なくとも一方に基づいて前記予め定められたポリシーに従って、ファイルアクセス要求を前記ファイルのオーナーストレージノードにリダイレクトするか否か決定するステップと、
前記決定するステップに従って、リダイレクトするか否かに対する前記リダイレクトフラグを設定するステップ、
を実行することにより前記リダイレクトフラグを設定するステップ、を更に含む、ことを特徴とする請求項16に記載の方法。 - 前記ファイルアクセス要求の前記ファイルは多数のポーションに分割されて複数の前記ストレージノード内に保存され、
前記決定するステップは、前記予め定められたポリシーに従って、前記ファイルアクセス要求を前記ファイルの前記多数のポーションのオーナーストレージノードにリダイレクトするように前記ファイルアクセス要求を行っている前記コンピュータ装置に通知するか否か決定するステップを含む、
ことを特徴とする請求項13に記載の方法。 - ファイルを送付先ストレージノードに移行する移行要求を受信時に、
前記移行対象ファイルの外部パスを抽出するステップと、
発生元ストレージノードから前記ファイルを読み出すステップと、
前記ファイルと前記ファイルの前記外部パスを含む内部書き込み要求を前記送付先ストレージノードに送信するステップと、
前記発生元ストレージノードから前記移行済みファイルを削除するステップと、
前記分散型ストレージシステム内の前記移行済みファイルのロケーション記録を更新するステップ、
を更に含む、ことを特徴とする請求項13に記載の方法。 - 前記予め定められたポリシーは、前記ファイルの前記ファイルタイプ、前記ファイルの前記ファイルサイズ、前記ファイルを要求する前記コンピュータ装置、前記ファイルの外部パスの、少なくとも一つ、又は前記ファイルアクセス要求内で指定される少なくとも一つの要求パラメータ、に基づいて、前記ファイルアクセス要求をリダイレクトするか否かに対する条件を規定する、ことを特徴とする請求項13に記載の方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/246,520 | 2008-10-07 | ||
| US12/246,520 US8086634B2 (en) | 2008-10-07 | 2008-10-07 | Method and apparatus for improving file access performance of distributed storage system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2010092463A true JP2010092463A (ja) | 2010-04-22 |
| JP5337633B2 JP5337633B2 (ja) | 2013-11-06 |
Family
ID=41479310
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2009199343A Expired - Fee Related JP5337633B2 (ja) | 2008-10-07 | 2009-08-31 | 分散型ストレージシステムのファイルアクセス性能を改善する方法と装置 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US8086634B2 (ja) |
| EP (1) | EP2175383A1 (ja) |
| JP (1) | JP5337633B2 (ja) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2012190099A (ja) * | 2011-03-09 | 2012-10-04 | Nec Corp | ストレージシステム |
| JP2017201491A (ja) * | 2016-05-06 | 2017-11-09 | コニカミノルタ株式会社 | 印刷システム、印刷管理サーバ、通信中継装置およびプログラム |
Families Citing this family (218)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20100049474A (ko) * | 2008-11-03 | 2010-05-12 | 삼성전자주식회사 | 원격 사용자 인터페이스를 다른 디바이스로 이전하기 위한 장치 및 방법 |
| US12008266B2 (en) | 2010-09-15 | 2024-06-11 | Pure Storage, Inc. | Efficient read by reconstruction |
| US11614893B2 (en) | 2010-09-15 | 2023-03-28 | Pure Storage, Inc. | Optimizing storage device access based on latency |
| US9535621B2 (en) * | 2010-12-27 | 2017-01-03 | Amplidata Nv | Distributed object storage system comprising low power storage nodes |
| US9135037B1 (en) | 2011-01-13 | 2015-09-15 | Google Inc. | Virtual network protocol |
| US8874888B1 (en) | 2011-01-13 | 2014-10-28 | Google Inc. | Managed boot in a cloud system |
| US8745329B2 (en) * | 2011-01-20 | 2014-06-03 | Google Inc. | Storing data across a plurality of storage nodes |
| CN102073741B (zh) * | 2011-01-30 | 2013-08-28 | 宇龙计算机通信科技(深圳)有限公司 | 一种实现文件读取和/或写入的方法以及数据服务器 |
| US9063818B1 (en) | 2011-03-16 | 2015-06-23 | Google Inc. | Automated software updating based on prior activity |
| US9237087B1 (en) | 2011-03-16 | 2016-01-12 | Google Inc. | Virtual machine name resolution |
| US8533796B1 (en) | 2011-03-16 | 2013-09-10 | Google Inc. | Providing application programs with access to secured resources |
| CN102136003A (zh) * | 2011-03-25 | 2011-07-27 | 上海交通大学 | 大规模分布式存储系统 |
| US8589640B2 (en) | 2011-10-14 | 2013-11-19 | Pure Storage, Inc. | Method for maintaining multiple fingerprint tables in a deduplicating storage system |
| US9075979B1 (en) | 2011-08-11 | 2015-07-07 | Google Inc. | Authentication based on proximity to mobile device |
| US8966198B1 (en) | 2011-09-01 | 2015-02-24 | Google Inc. | Providing snapshots of virtual storage devices |
| US9032061B1 (en) * | 2011-12-30 | 2015-05-12 | Emc Corporation | Policy based intelligent data placement |
| US8800009B1 (en) | 2011-12-30 | 2014-08-05 | Google Inc. | Virtual machine service access |
| US9195666B2 (en) * | 2012-01-17 | 2015-11-24 | Apple Inc. | Location independent files |
| US8983860B1 (en) | 2012-01-30 | 2015-03-17 | Google Inc. | Advertising auction system |
| US8677449B1 (en) | 2012-03-19 | 2014-03-18 | Google Inc. | Exposing data to virtual machines |
| US20130339605A1 (en) * | 2012-06-19 | 2013-12-19 | International Business Machines Corporation | Uniform storage collaboration and access |
| CN103491137A (zh) * | 2013-09-02 | 2014-01-01 | 用友软件股份有限公司 | 数据同步系统和数据同步方法 |
| CN103714183B (zh) * | 2014-01-10 | 2017-02-15 | 浪潮(北京)电子信息产业有限公司 | 一种元数据租约期限的动态获取方法和系统 |
| US12137140B2 (en) | 2014-06-04 | 2024-11-05 | Pure Storage, Inc. | Scale out storage platform having active failover |
| US11399063B2 (en) | 2014-06-04 | 2022-07-26 | Pure Storage, Inc. | Network authentication for a storage system |
| US11960371B2 (en) | 2014-06-04 | 2024-04-16 | Pure Storage, Inc. | Message persistence in a zoned system |
| US8850108B1 (en) | 2014-06-04 | 2014-09-30 | Pure Storage, Inc. | Storage cluster |
| US9213485B1 (en) | 2014-06-04 | 2015-12-15 | Pure Storage, Inc. | Storage system architecture |
| US9218244B1 (en) | 2014-06-04 | 2015-12-22 | Pure Storage, Inc. | Rebuilding data across storage nodes |
| US11652884B2 (en) | 2014-06-04 | 2023-05-16 | Pure Storage, Inc. | Customized hash algorithms |
| US9367243B1 (en) | 2014-06-04 | 2016-06-14 | Pure Storage, Inc. | Scalable non-uniform storage sizes |
| US9836234B2 (en) | 2014-06-04 | 2017-12-05 | Pure Storage, Inc. | Storage cluster |
| US9003144B1 (en) | 2014-06-04 | 2015-04-07 | Pure Storage, Inc. | Mechanism for persisting messages in a storage system |
| US11068363B1 (en) | 2014-06-04 | 2021-07-20 | Pure Storage, Inc. | Proactively rebuilding data in a storage cluster |
| US9612952B2 (en) | 2014-06-04 | 2017-04-04 | Pure Storage, Inc. | Automatically reconfiguring a storage memory topology |
| US10574754B1 (en) | 2014-06-04 | 2020-02-25 | Pure Storage, Inc. | Multi-chassis array with multi-level load balancing |
| US12341848B2 (en) | 2014-06-04 | 2025-06-24 | Pure Storage, Inc. | Distributed protocol endpoint services for data storage systems |
| US8868825B1 (en) | 2014-07-02 | 2014-10-21 | Pure Storage, Inc. | Nonrepeating identifiers in an address space of a non-volatile solid-state storage |
| US11604598B2 (en) | 2014-07-02 | 2023-03-14 | Pure Storage, Inc. | Storage cluster with zoned drives |
| US9836245B2 (en) | 2014-07-02 | 2017-12-05 | Pure Storage, Inc. | Non-volatile RAM and flash memory in a non-volatile solid-state storage |
| US11886308B2 (en) | 2014-07-02 | 2024-01-30 | Pure Storage, Inc. | Dual class of service for unified file and object messaging |
| US10114757B2 (en) | 2014-07-02 | 2018-10-30 | Pure Storage, Inc. | Nonrepeating identifiers in an address space of a non-volatile solid-state storage |
| US9021297B1 (en) | 2014-07-02 | 2015-04-28 | Pure Storage, Inc. | Redundant, fault-tolerant, distributed remote procedure call cache in a storage system |
| US9747229B1 (en) | 2014-07-03 | 2017-08-29 | Pure Storage, Inc. | Self-describing data format for DMA in a non-volatile solid-state storage |
| US10853311B1 (en) | 2014-07-03 | 2020-12-01 | Pure Storage, Inc. | Administration through files in a storage system |
| US9811677B2 (en) | 2014-07-03 | 2017-11-07 | Pure Storage, Inc. | Secure data replication in a storage grid |
| US8874836B1 (en) | 2014-07-03 | 2014-10-28 | Pure Storage, Inc. | Scheduling policy for queues in a non-volatile solid-state storage |
| US12182044B2 (en) | 2014-07-03 | 2024-12-31 | Pure Storage, Inc. | Data storage in a zone drive |
| US9237204B1 (en) | 2014-07-30 | 2016-01-12 | Iboss, Inc. | Web redirection for caching |
| US9483346B2 (en) | 2014-08-07 | 2016-11-01 | Pure Storage, Inc. | Data rebuild on feedback from a queue in a non-volatile solid-state storage |
| US9558069B2 (en) | 2014-08-07 | 2017-01-31 | Pure Storage, Inc. | Failure mapping in a storage array |
| US10983859B2 (en) | 2014-08-07 | 2021-04-20 | Pure Storage, Inc. | Adjustable error correction based on memory health in a storage unit |
| US9766972B2 (en) | 2014-08-07 | 2017-09-19 | Pure Storage, Inc. | Masking defective bits in a storage array |
| US9495255B2 (en) | 2014-08-07 | 2016-11-15 | Pure Storage, Inc. | Error recovery in a storage cluster |
| US12158814B2 (en) | 2014-08-07 | 2024-12-03 | Pure Storage, Inc. | Granular voltage tuning |
| US9082512B1 (en) | 2014-08-07 | 2015-07-14 | Pure Storage, Inc. | Die-level monitoring in a storage cluster |
| US10079711B1 (en) | 2014-08-20 | 2018-09-18 | Pure Storage, Inc. | Virtual file server with preserved MAC address |
| KR20160041398A (ko) * | 2014-10-07 | 2016-04-18 | 삼성전자주식회사 | 컨텐츠 처리 장치 및 그의 컨텐츠 처리 방법 |
| US10554749B2 (en) * | 2014-12-12 | 2020-02-04 | International Business Machines Corporation | Clientless software defined grid |
| US10469580B2 (en) * | 2014-12-12 | 2019-11-05 | International Business Machines Corporation | Clientless software defined grid |
| US9596183B2 (en) * | 2014-12-12 | 2017-03-14 | Western Digital Technologies, Inc. | NAS off-loading of network traffic for shared files |
| US10572443B2 (en) | 2015-02-11 | 2020-02-25 | Spectra Logic Corporation | Automated backup of network attached storage |
| US9948615B1 (en) | 2015-03-16 | 2018-04-17 | Pure Storage, Inc. | Increased storage unit encryption based on loss of trust |
| US11294893B2 (en) | 2015-03-20 | 2022-04-05 | Pure Storage, Inc. | Aggregation of queries |
| US9940234B2 (en) | 2015-03-26 | 2018-04-10 | Pure Storage, Inc. | Aggressive data deduplication using lazy garbage collection |
| US10082985B2 (en) | 2015-03-27 | 2018-09-25 | Pure Storage, Inc. | Data striping across storage nodes that are assigned to multiple logical arrays |
| US10178169B2 (en) | 2015-04-09 | 2019-01-08 | Pure Storage, Inc. | Point to point based backend communication layer for storage processing |
| US12379854B2 (en) | 2015-04-10 | 2025-08-05 | Pure Storage, Inc. | Two or more logical arrays having zoned drives |
| US9672125B2 (en) | 2015-04-10 | 2017-06-06 | Pure Storage, Inc. | Ability to partition an array into two or more logical arrays with independently running software |
| US10140149B1 (en) | 2015-05-19 | 2018-11-27 | Pure Storage, Inc. | Transactional commits with hardware assists in remote memory |
| US9817576B2 (en) | 2015-05-27 | 2017-11-14 | Pure Storage, Inc. | Parallel update to NVRAM |
| US10846275B2 (en) | 2015-06-26 | 2020-11-24 | Pure Storage, Inc. | Key management in a storage device |
| US10983732B2 (en) | 2015-07-13 | 2021-04-20 | Pure Storage, Inc. | Method and system for accessing a file |
| US11232079B2 (en) | 2015-07-16 | 2022-01-25 | Pure Storage, Inc. | Efficient distribution of large directories |
| US10108355B2 (en) | 2015-09-01 | 2018-10-23 | Pure Storage, Inc. | Erase block state detection |
| US11341136B2 (en) | 2015-09-04 | 2022-05-24 | Pure Storage, Inc. | Dynamically resizable structures for approximate membership queries |
| US11269884B2 (en) | 2015-09-04 | 2022-03-08 | Pure Storage, Inc. | Dynamically resizable structures for approximate membership queries |
| US10853266B2 (en) | 2015-09-30 | 2020-12-01 | Pure Storage, Inc. | Hardware assisted data lookup methods |
| US10762069B2 (en) | 2015-09-30 | 2020-09-01 | Pure Storage, Inc. | Mechanism for a system where data and metadata are located closely together |
| US12271359B2 (en) | 2015-09-30 | 2025-04-08 | Pure Storage, Inc. | Device host operations in a storage system |
| US9768953B2 (en) | 2015-09-30 | 2017-09-19 | Pure Storage, Inc. | Resharing of a split secret |
| US9843453B2 (en) | 2015-10-23 | 2017-12-12 | Pure Storage, Inc. | Authorizing I/O commands with I/O tokens |
| US10007457B2 (en) | 2015-12-22 | 2018-06-26 | Pure Storage, Inc. | Distributed transactions with token-associated execution |
| US20180275919A1 (en) * | 2015-12-23 | 2018-09-27 | Hewlett Packard Enterprise Development Lp | Prefetching data in a distributed storage system |
| US10133503B1 (en) | 2016-05-02 | 2018-11-20 | Pure Storage, Inc. | Selecting a deduplication process based on a difference between performance metrics |
| US10261690B1 (en) | 2016-05-03 | 2019-04-16 | Pure Storage, Inc. | Systems and methods for operating a storage system |
| US11231858B2 (en) | 2016-05-19 | 2022-01-25 | Pure Storage, Inc. | Dynamically configuring a storage system to facilitate independent scaling of resources |
| US12235743B2 (en) | 2016-06-03 | 2025-02-25 | Pure Storage, Inc. | Efficient partitioning for storage system resiliency groups |
| 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 |
| US12210476B2 (en) | 2016-07-19 | 2025-01-28 | Pure Storage, Inc. | Disaggregated compute resources and storage resources in a storage system |
| US11861188B2 (en) | 2016-07-19 | 2024-01-02 | Pure Storage, Inc. | System having modular accelerators |
| US11706895B2 (en) | 2016-07-19 | 2023-07-18 | Pure Storage, Inc. | Independent scaling of compute resources and storage resources in a storage system |
| US11449232B1 (en) | 2016-07-22 | 2022-09-20 | Pure Storage, Inc. | Optimal scheduling of flash operations |
| US10768819B2 (en) | 2016-07-22 | 2020-09-08 | Pure Storage, Inc. | Hardware support for non-disruptive upgrades |
| US12487884B1 (en) | 2017-10-31 | 2025-12-02 | Pure Storage, Inc. | Writing parity data to a targeted wordline |
| US9672905B1 (en) | 2016-07-22 | 2017-06-06 | Pure Storage, Inc. | Optimize data protection layouts based on distributed flash wear leveling |
| US10216420B1 (en) | 2016-07-24 | 2019-02-26 | Pure Storage, Inc. | Calibration of flash channels in SSD |
| US11080155B2 (en) | 2016-07-24 | 2021-08-03 | Pure Storage, Inc. | Identifying error types among flash memory |
| US11604690B2 (en) | 2016-07-24 | 2023-03-14 | Pure Storage, Inc. | Online failure span determination |
| US11734169B2 (en) | 2016-07-26 | 2023-08-22 | Pure Storage, Inc. | Optimizing spool and memory space management |
| US10203903B2 (en) | 2016-07-26 | 2019-02-12 | Pure Storage, Inc. | Geometry based, space aware shelf/writegroup evacuation |
| US11797212B2 (en) | 2016-07-26 | 2023-10-24 | Pure Storage, Inc. | Data migration for zoned drives |
| US10366004B2 (en) | 2016-07-26 | 2019-07-30 | Pure Storage, Inc. | Storage system with elective garbage collection to reduce flash contention |
| US11886334B2 (en) | 2016-07-26 | 2024-01-30 | Pure Storage, Inc. | Optimizing spool and memory space management |
| US11422719B2 (en) | 2016-09-15 | 2022-08-23 | Pure Storage, Inc. | Distributed file deletion and truncation |
| US9747039B1 (en) | 2016-10-04 | 2017-08-29 | Pure Storage, Inc. | Reservations over multiple paths on NVMe over fabrics |
| US10756816B1 (en) | 2016-10-04 | 2020-08-25 | Pure Storage, Inc. | Optimized fibre channel and non-volatile memory express access |
| US10613974B2 (en) | 2016-10-04 | 2020-04-07 | Pure Storage, Inc. | Peer-to-peer non-volatile random-access memory |
| US12039165B2 (en) | 2016-10-04 | 2024-07-16 | Pure Storage, Inc. | Utilizing allocation shares to improve parallelism in a zoned drive storage system |
| US20180095788A1 (en) | 2016-10-04 | 2018-04-05 | Pure Storage, Inc. | Scheduling operations for a storage device |
| US10481798B2 (en) | 2016-10-28 | 2019-11-19 | Pure Storage, Inc. | Efficient flash management for multiple controllers |
| US10359942B2 (en) | 2016-10-31 | 2019-07-23 | Pure Storage, Inc. | Deduplication aware scalable content placement |
| US11550481B2 (en) | 2016-12-19 | 2023-01-10 | Pure Storage, Inc. | Efficiently writing data in a zoned drive storage system |
| US11307998B2 (en) | 2017-01-09 | 2022-04-19 | Pure Storage, Inc. | Storage efficiency of encrypted host system data |
| US9747158B1 (en) | 2017-01-13 | 2017-08-29 | Pure Storage, Inc. | Intelligent refresh of 3D NAND |
| US11955187B2 (en) | 2017-01-13 | 2024-04-09 | Pure Storage, Inc. | Refresh of differing capacity NAND |
| US10979223B2 (en) | 2017-01-31 | 2021-04-13 | Pure Storage, Inc. | Separate encryption for a solid-state drive |
| US10528488B1 (en) | 2017-03-30 | 2020-01-07 | Pure Storage, Inc. | Efficient name coding |
| US11016667B1 (en) | 2017-04-05 | 2021-05-25 | Pure Storage, Inc. | Efficient mapping for LUNs in storage memory with holes in address space |
| US10516645B1 (en) | 2017-04-27 | 2019-12-24 | Pure Storage, Inc. | Address resolution broadcasting in a networked device |
| US10944671B2 (en) | 2017-04-27 | 2021-03-09 | Pure Storage, Inc. | Efficient data forwarding in a networked device |
| US10141050B1 (en) | 2017-04-27 | 2018-11-27 | Pure Storage, Inc. | Page writes for triple level cell flash memory |
| US11467913B1 (en) | 2017-06-07 | 2022-10-11 | Pure Storage, Inc. | Snapshots with crash consistency in a storage system |
| US11782625B2 (en) | 2017-06-11 | 2023-10-10 | Pure Storage, Inc. | Heterogeneity supportive resiliency groups |
| US11947814B2 (en) | 2017-06-11 | 2024-04-02 | Pure Storage, Inc. | Optimizing resiliency group formation stability |
| US11138103B1 (en) | 2017-06-11 | 2021-10-05 | Pure Storage, Inc. | Resiliency groups |
| US10425473B1 (en) | 2017-07-03 | 2019-09-24 | Pure Storage, Inc. | Stateful connection reset in a storage cluster with a stateless load balancer |
| US10402266B1 (en) | 2017-07-31 | 2019-09-03 | Pure Storage, Inc. | Redundant array of independent disks in a direct-mapped flash storage system |
| US10831935B2 (en) | 2017-08-31 | 2020-11-10 | Pure Storage, Inc. | Encryption management with host-side data reduction |
| US10877827B2 (en) | 2017-09-15 | 2020-12-29 | Pure Storage, Inc. | Read voltage optimization |
| US10210926B1 (en) | 2017-09-15 | 2019-02-19 | Pure Storage, Inc. | Tracking of optimum read voltage thresholds in nand flash devices |
| US10789211B1 (en) | 2017-10-04 | 2020-09-29 | Pure Storage, Inc. | Feature-based deduplication |
| GB2567466B (en) * | 2017-10-12 | 2020-01-22 | Advanced Risc Mach Ltd | Cache stashing in a data processing system |
| US10545687B1 (en) | 2017-10-31 | 2020-01-28 | Pure Storage, Inc. | Data rebuild when changing erase block sizes during drive replacement |
| US12032848B2 (en) | 2021-06-21 | 2024-07-09 | Pure Storage, Inc. | Intelligent block allocation in a heterogeneous storage system |
| US12067274B2 (en) | 2018-09-06 | 2024-08-20 | Pure Storage, Inc. | Writing segments and erase blocks based on ordering |
| US10496330B1 (en) | 2017-10-31 | 2019-12-03 | Pure Storage, Inc. | Using flash storage devices with different sized erase blocks |
| US10884919B2 (en) | 2017-10-31 | 2021-01-05 | Pure Storage, Inc. | Memory management in a storage system |
| US11024390B1 (en) | 2017-10-31 | 2021-06-01 | Pure Storage, Inc. | Overlapping RAID groups |
| US11354058B2 (en) | 2018-09-06 | 2022-06-07 | Pure Storage, Inc. | Local relocation of data stored at a storage device of a storage system |
| US11520514B2 (en) | 2018-09-06 | 2022-12-06 | Pure Storage, Inc. | Optimized relocation of data based on data characteristics |
| US10515701B1 (en) | 2017-10-31 | 2019-12-24 | Pure Storage, Inc. | Overlapping raid groups |
| US10860475B1 (en) | 2017-11-17 | 2020-12-08 | Pure Storage, Inc. | Hybrid flash translation layer |
| US10990566B1 (en) | 2017-11-20 | 2021-04-27 | Pure Storage, Inc. | Persistent file locks in a storage system |
| US10929053B2 (en) | 2017-12-08 | 2021-02-23 | Pure Storage, Inc. | Safe destructive actions on drives |
| US10719265B1 (en) | 2017-12-08 | 2020-07-21 | Pure Storage, Inc. | Centralized, quorum-aware handling of device reservation requests in a storage system |
| US10929031B2 (en) | 2017-12-21 | 2021-02-23 | Pure Storage, Inc. | Maximizing data reduction in a partially encrypted volume |
| WO2019147412A1 (en) * | 2018-01-26 | 2019-08-01 | Tranquil Data, Inc. | System and method for using policy to achieve data segmentation |
| US10976948B1 (en) | 2018-01-31 | 2021-04-13 | Pure Storage, Inc. | Cluster expansion mechanism |
| US10733053B1 (en) | 2018-01-31 | 2020-08-04 | Pure Storage, Inc. | Disaster recovery for high-bandwidth distributed archives |
| US10467527B1 (en) | 2018-01-31 | 2019-11-05 | Pure Storage, Inc. | Method and apparatus for artificial intelligence acceleration |
| US11036596B1 (en) | 2018-02-18 | 2021-06-15 | Pure Storage, Inc. | System for delaying acknowledgements on open NAND locations until durability has been confirmed |
| US11494109B1 (en) | 2018-02-22 | 2022-11-08 | Pure Storage, Inc. | Erase block trimming for heterogenous flash memory storage devices |
| US12393340B2 (en) | 2019-01-16 | 2025-08-19 | Pure Storage, Inc. | Latency reduction of flash-based devices using programming interrupts |
| US11416144B2 (en) | 2019-12-12 | 2022-08-16 | Pure Storage, Inc. | Dynamic use of segment or zone power loss protection in a flash device |
| US11847331B2 (en) | 2019-12-12 | 2023-12-19 | Pure Storage, Inc. | Budgeting open blocks of a storage unit based on power loss prevention |
| US12175124B2 (en) | 2018-04-25 | 2024-12-24 | Pure Storage, Inc. | Enhanced data access using composite data views |
| US12001688B2 (en) | 2019-04-29 | 2024-06-04 | Pure Storage, Inc. | Utilizing data views to optimize secure data access in a storage system |
| US11995336B2 (en) | 2018-04-25 | 2024-05-28 | Pure Storage, Inc. | Bucket views |
| US10931450B1 (en) | 2018-04-27 | 2021-02-23 | Pure Storage, Inc. | Distributed, lock-free 2-phase commit of secret shares using multiple stateless controllers |
| US10853146B1 (en) | 2018-04-27 | 2020-12-01 | Pure Storage, Inc. | Efficient data forwarding in a networked device |
| US11385792B2 (en) | 2018-04-27 | 2022-07-12 | Pure Storage, Inc. | High availability controller pair transitioning |
| US12079494B2 (en) | 2018-04-27 | 2024-09-03 | Pure Storage, Inc. | Optimizing storage system upgrades to preserve resources |
| US11436023B2 (en) | 2018-05-31 | 2022-09-06 | Pure Storage, Inc. | Mechanism for updating host file system and flash translation layer based on underlying NAND technology |
| US11438279B2 (en) | 2018-07-23 | 2022-09-06 | Pure Storage, Inc. | Non-disruptive conversion of a clustered service from single-chassis to multi-chassis |
| US11500570B2 (en) | 2018-09-06 | 2022-11-15 | Pure Storage, Inc. | Efficient relocation of data utilizing different programming modes |
| US11868309B2 (en) | 2018-09-06 | 2024-01-09 | Pure Storage, Inc. | Queue management for data relocation |
| US11093493B1 (en) * | 2018-09-28 | 2021-08-17 | Amazon Technologies, Inc. | Dynamically switching between query and scan for optimizing table reads |
| US10454498B1 (en) | 2018-10-18 | 2019-10-22 | Pure Storage, Inc. | Fully pipelined hardware engine design for fast and efficient inline lossless data compression |
| US10976947B2 (en) | 2018-10-26 | 2021-04-13 | Pure Storage, Inc. | Dynamically selecting segment heights in a heterogeneous RAID group |
| CN111435342B (zh) * | 2019-01-14 | 2023-12-05 | 深圳市茁壮网络股份有限公司 | 海报的更新方法、更新系统以及管理系统 |
| US11194473B1 (en) | 2019-01-23 | 2021-12-07 | Pure Storage, Inc. | Programming frequently read data to low latency portions of a solid-state storage array |
| US11334254B2 (en) | 2019-03-29 | 2022-05-17 | Pure Storage, Inc. | Reliability based flash page sizing |
| US12547317B2 (en) | 2019-03-29 | 2026-02-10 | Pure Storage, Inc. | Managing voltage threshold shifts |
| US11775189B2 (en) | 2019-04-03 | 2023-10-03 | Pure Storage, Inc. | Segment level heterogeneity |
| US12373340B2 (en) | 2019-04-03 | 2025-07-29 | Pure Storage, Inc. | Intelligent subsegment formation in a heterogeneous storage system |
| US12087382B2 (en) | 2019-04-11 | 2024-09-10 | Pure Storage, Inc. | Adaptive threshold for bad flash memory blocks |
| US11099986B2 (en) | 2019-04-12 | 2021-08-24 | Pure Storage, Inc. | Efficient transfer of memory contents |
| US11487665B2 (en) | 2019-06-05 | 2022-11-01 | Pure Storage, Inc. | Tiered caching of data in a storage system |
| US11714572B2 (en) | 2019-06-19 | 2023-08-01 | Pure Storage, Inc. | Optimized data resiliency in a modular storage system |
| US11281394B2 (en) | 2019-06-24 | 2022-03-22 | Pure Storage, Inc. | Replication across partitioning schemes in a distributed storage system |
| US11893126B2 (en) | 2019-10-14 | 2024-02-06 | Pure Storage, Inc. | Data deletion for a multi-tenant environment |
| US12475041B2 (en) | 2019-10-15 | 2025-11-18 | Pure Storage, Inc. | Efficient data storage by grouping similar data within a zone |
| US11157179B2 (en) | 2019-12-03 | 2021-10-26 | Pure Storage, Inc. | Dynamic allocation of blocks of a storage device based on power loss protection |
| US11704192B2 (en) | 2019-12-12 | 2023-07-18 | Pure Storage, Inc. | Budgeting open blocks based on power loss protection |
| US12001684B2 (en) | 2019-12-12 | 2024-06-04 | Pure Storage, Inc. | Optimizing dynamic power loss protection adjustment in a storage system |
| US11188432B2 (en) | 2020-02-28 | 2021-11-30 | Pure Storage, Inc. | Data resiliency by partially deallocating data blocks of a storage device |
| US11507297B2 (en) | 2020-04-15 | 2022-11-22 | Pure Storage, Inc. | Efficient management of optimal read levels for flash storage systems |
| US11256587B2 (en) | 2020-04-17 | 2022-02-22 | Pure Storage, Inc. | Intelligent access to a storage device |
| US11474986B2 (en) | 2020-04-24 | 2022-10-18 | Pure Storage, Inc. | Utilizing machine learning to streamline telemetry processing of storage media |
| US11416338B2 (en) | 2020-04-24 | 2022-08-16 | Pure Storage, Inc. | Resiliency scheme to enhance storage performance |
| US12056365B2 (en) | 2020-04-24 | 2024-08-06 | Pure Storage, Inc. | Resiliency for a storage system |
| US11768763B2 (en) | 2020-07-08 | 2023-09-26 | Pure Storage, Inc. | Flash secure erase |
| CN111913658B (zh) * | 2020-07-13 | 2021-08-03 | 华中科技大学 | 一种提升云对象存储系统中负载性能的方法及系统 |
| US11308986B2 (en) * | 2020-08-11 | 2022-04-19 | International Business Machines Corporation | Event based reconcile operation for hierarchical storage management |
| US11681448B2 (en) | 2020-09-08 | 2023-06-20 | Pure Storage, Inc. | Multiple device IDs in a multi-fabric module storage system |
| US11513974B2 (en) | 2020-09-08 | 2022-11-29 | Pure Storage, Inc. | Using nonce to control erasure of data blocks of a multi-controller storage system |
| US12153818B2 (en) | 2020-09-24 | 2024-11-26 | Pure Storage, Inc. | Bucket versioning snapshots |
| US11487455B2 (en) | 2020-12-17 | 2022-11-01 | Pure Storage, Inc. | Dynamic block allocation to optimize storage system performance |
| US11614880B2 (en) | 2020-12-31 | 2023-03-28 | Pure Storage, Inc. | Storage system with selectable write paths |
| US11847324B2 (en) | 2020-12-31 | 2023-12-19 | Pure Storage, Inc. | Optimizing resiliency groups for data regions of a storage system |
| US12093545B2 (en) | 2020-12-31 | 2024-09-17 | Pure Storage, Inc. | Storage system with selectable write modes |
| US12229437B2 (en) | 2020-12-31 | 2025-02-18 | Pure Storage, Inc. | Dynamic buffer for storage system |
| US12067282B2 (en) | 2020-12-31 | 2024-08-20 | Pure Storage, Inc. | Write path selection |
| US12061814B2 (en) | 2021-01-25 | 2024-08-13 | Pure Storage, Inc. | Using data similarity to select segments for garbage collection |
| JP2022119672A (ja) * | 2021-02-04 | 2022-08-17 | 株式会社日立製作所 | 計算機システム、及び通信管理方法 |
| US11630593B2 (en) | 2021-03-12 | 2023-04-18 | Pure Storage, Inc. | Inline flash memory qualification in a storage system |
| US12099742B2 (en) | 2021-03-15 | 2024-09-24 | Pure Storage, Inc. | Utilizing programming page size granularity to optimize data segment storage in a storage system |
| US11507597B2 (en) | 2021-03-31 | 2022-11-22 | Pure Storage, Inc. | Data replication to meet a recovery point objective |
| US11832410B2 (en) | 2021-09-14 | 2023-11-28 | Pure Storage, Inc. | Mechanical energy absorbing bracket apparatus |
| US11994723B2 (en) | 2021-12-30 | 2024-05-28 | Pure Storage, Inc. | Ribbon cable alignment apparatus |
| US12439544B2 (en) | 2022-04-20 | 2025-10-07 | Pure Storage, Inc. | Retractable pivoting trap door |
| US12314163B2 (en) | 2022-04-21 | 2025-05-27 | Pure Storage, Inc. | Die-aware scheduler |
| US12481442B2 (en) | 2023-02-28 | 2025-11-25 | Pure Storage, Inc. | Data storage system with managed flash |
| US12298908B2 (en) * | 2023-06-08 | 2025-05-13 | Dell Products L.P. | Prefetching by logical address owner in response to peer node mapping request |
| US12204788B1 (en) | 2023-07-21 | 2025-01-21 | Pure Storage, Inc. | Dynamic plane selection in data storage system |
| US12524309B2 (en) | 2024-04-30 | 2026-01-13 | Pure Storage, Inc. | Intelligently forming data stripes including multiple shards in a single failure domain |
| US12487920B2 (en) | 2024-04-30 | 2025-12-02 | Pure Storage, Inc. | Storage system with dynamic data management functions |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0991230A (ja) * | 1995-09-26 | 1997-04-04 | Matsushita Electric Ind Co Ltd | データ転送システム |
| JP2001243142A (ja) * | 2000-02-28 | 2001-09-07 | Nippon Telegr & Teleph Corp <Ntt> | リクエスト振り分け方法、リクエスト振り分けシステムおよびリクエスト振り分け処理プログラムを記録した記録媒体 |
| JP2002334012A (ja) * | 2001-05-10 | 2002-11-22 | Nippon Telegr & Teleph Corp <Ntt> | サービス要求処理方法及びその実施システム並びにその処理プログラムと記録媒体 |
| JP2004127189A (ja) * | 2002-10-07 | 2004-04-22 | Matsushita Electric Ind Co Ltd | ゲートウェイ装置、コンテンツ転送システム及びコンテンツ転送方法 |
| JP2005519351A (ja) * | 2001-06-25 | 2005-06-30 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 分散ピアツーピア共用技術へクライアントを奨励する方法および装置 |
| JP2008515120A (ja) * | 2004-09-30 | 2008-05-08 | ネオパス ネットワークス,インク. | ストレージネットワーク用ストレージポリシーモニタリング |
Family Cites Families (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6108703A (en) * | 1998-07-14 | 2000-08-22 | Massachusetts Institute Of Technology | Global hosting system |
| US6970939B2 (en) * | 2000-10-26 | 2005-11-29 | Intel Corporation | Method and apparatus for large payload distribution in a network |
| US20030046335A1 (en) * | 2001-08-30 | 2003-03-06 | International Business Machines Corporation | Efficiently serving large objects in a distributed computing network |
| US6675279B2 (en) * | 2001-10-16 | 2004-01-06 | International Business Machines Corporation | Behavioral memory enabled fetch prediction mechanism within a data processing system |
| US6961819B2 (en) * | 2002-04-26 | 2005-11-01 | Mips Technologies, Inc. | Method and apparatus for redirection of operations between interfaces |
| US6963959B2 (en) * | 2002-10-31 | 2005-11-08 | International Business Machines Corporation | Storage system and method for reorganizing data to improve prefetch effectiveness and reduce seek distance |
| US7346664B2 (en) * | 2003-04-24 | 2008-03-18 | Neopath Networks, Inc. | Transparent file migration using namespace replication |
| EP1678645B1 (en) * | 2003-10-27 | 2019-10-02 | Hitachi Vantara Corporation | Policy-based management of a redundant array of independent nodes |
| US7599941B2 (en) * | 2005-07-25 | 2009-10-06 | Parascale, Inc. | Transparent redirection and load-balancing in a storage network |
| US8869147B2 (en) * | 2006-05-31 | 2014-10-21 | Qualcomm Incorporated | Multi-threaded processor with deferred thread output control |
| US20080221987A1 (en) * | 2007-03-07 | 2008-09-11 | Ebay Inc. | System and method for contextual advertisement and merchandizing based on an automatically generated user demographic profile |
-
2008
- 2008-10-07 US US12/246,520 patent/US8086634B2/en not_active Expired - Fee Related
-
2009
- 2009-07-10 EP EP09165194A patent/EP2175383A1/en not_active Withdrawn
- 2009-08-31 JP JP2009199343A patent/JP5337633B2/ja not_active Expired - Fee Related
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0991230A (ja) * | 1995-09-26 | 1997-04-04 | Matsushita Electric Ind Co Ltd | データ転送システム |
| JP2001243142A (ja) * | 2000-02-28 | 2001-09-07 | Nippon Telegr & Teleph Corp <Ntt> | リクエスト振り分け方法、リクエスト振り分けシステムおよびリクエスト振り分け処理プログラムを記録した記録媒体 |
| JP2002334012A (ja) * | 2001-05-10 | 2002-11-22 | Nippon Telegr & Teleph Corp <Ntt> | サービス要求処理方法及びその実施システム並びにその処理プログラムと記録媒体 |
| JP2005519351A (ja) * | 2001-06-25 | 2005-06-30 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 分散ピアツーピア共用技術へクライアントを奨励する方法および装置 |
| JP2004127189A (ja) * | 2002-10-07 | 2004-04-22 | Matsushita Electric Ind Co Ltd | ゲートウェイ装置、コンテンツ転送システム及びコンテンツ転送方法 |
| JP2008515120A (ja) * | 2004-09-30 | 2008-05-08 | ネオパス ネットワークス,インク. | ストレージネットワーク用ストレージポリシーモニタリング |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2012190099A (ja) * | 2011-03-09 | 2012-10-04 | Nec Corp | ストレージシステム |
| JP2017201491A (ja) * | 2016-05-06 | 2017-11-09 | コニカミノルタ株式会社 | 印刷システム、印刷管理サーバ、通信中継装置およびプログラム |
| US10474402B2 (en) | 2016-05-06 | 2019-11-12 | Konica Minolta, Inc. | Printing system, print management server, communication relay device, and recording medium |
Also Published As
| Publication number | Publication date |
|---|---|
| EP2175383A1 (en) | 2010-04-14 |
| US20100088335A1 (en) | 2010-04-08 |
| US8086634B2 (en) | 2011-12-27 |
| JP5337633B2 (ja) | 2013-11-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5337633B2 (ja) | 分散型ストレージシステムのファイルアクセス性能を改善する方法と装置 | |
| US7404201B2 (en) | Data distribution server | |
| US7472143B2 (en) | File migration device | |
| JP4278445B2 (ja) | ネットワークシステム及びスイッチ | |
| US10157135B2 (en) | Cache optimization | |
| JP5066415B2 (ja) | ファイルシステム仮想化のための方法および装置 | |
| US6925533B2 (en) | Virtual disk image system with local cache disk for iSCSI communications | |
| US8463867B2 (en) | Distributed storage network | |
| US20010037389A1 (en) | Dynamic proxy server apparatus | |
| JP2005539289A (ja) | 区分アプリケーション・サービスのための透過的な要求の経路指定 | |
| KR20140067881A (ko) | 컨텐츠 중심 네트워크에서 컨텐츠 소유자 및 노드의 패킷 전송 방법 | |
| AU2003291122A1 (en) | Apparatus and method for a scalable network attach storage system | |
| JP2004287477A (ja) | 大容量記憶装置におけるデータの格納・読み出し制御 | |
| US7240150B1 (en) | Methods and apparatus for processing access requests in a content addressable computer system | |
| CN109302448A (zh) | 一种数据处理方法及装置 | |
| US8250176B2 (en) | File sharing method and file sharing system | |
| US10057348B2 (en) | Storage fabric address based data block retrieval | |
| JP2017215745A (ja) | データ処理装置、データ処理方法およびプログラム | |
| US10387043B2 (en) | Writing target file including determination of whether to apply duplication elimination | |
| US20110282923A1 (en) | File management system, method, and recording medium of program | |
| US11444998B2 (en) | Bit rate reduction processing method for data file, and server | |
| US20060206699A1 (en) | Network boot system | |
| US7428611B1 (en) | Methods and apparatus for forwarding access requests in a content addressable computer system | |
| JP2006195702A (ja) | データ処理システム及び方法 | |
| JP2000076152A (ja) | 分散ファイルシステムならびに同システムにおけるファイル共有方法及び同方法がプログラムされ記録される記録媒体 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110708 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130212 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130219 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130408 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130709 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130805 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5337633 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |