JP6343438B2 - コンピュータシステム及びコンピュータシステムのデータ管理方法 - Google Patents
コンピュータシステム及びコンピュータシステムのデータ管理方法 Download PDFInfo
- Publication number
- JP6343438B2 JP6343438B2 JP2013202222A JP2013202222A JP6343438B2 JP 6343438 B2 JP6343438 B2 JP 6343438B2 JP 2013202222 A JP2013202222 A JP 2013202222A JP 2013202222 A JP2013202222 A JP 2013202222A JP 6343438 B2 JP6343438 B2 JP 6343438B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- block
- node
- extent
- data block
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 24
- 238000013523 data management Methods 0.000 title claims description 8
- 238000003860 storage Methods 0.000 claims description 58
- 238000010586 diagram Methods 0.000 description 22
- 239000004065 semiconductor Substances 0.000 description 6
- 239000007787 solid Substances 0.000 description 4
- 238000004140 cleaning Methods 0.000 description 3
- 230000003068 static effect Effects 0.000 description 3
- 101100028951 Homo sapiens PDIA2 gene Proteins 0.000 description 1
- 101000934888 Homo sapiens Succinate dehydrogenase cytochrome b560 subunit, mitochondrial Proteins 0.000 description 1
- 102100036351 Protein disulfide-isomerase A2 Human genes 0.000 description 1
- 102100025393 Succinate dehydrogenase cytochrome b560 subunit, mitochondrial Human genes 0.000 description 1
- 230000003044 adaptive effect Effects 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 238000002507 cathodic stripping potentiometry Methods 0.000 description 1
- 239000000919 ceramic Substances 0.000 description 1
- 239000013256 coordination polymer Substances 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 230000014759 maintenance of location Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000002356 single layer Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/06—Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
本発明が解決しようとする他の技術的課題は、記憶装置内の格納空間を効率的に使用し、読み込み時間を短縮できるコンピュータシステムのデータ管理方法を提供することである。
14 仮想ファイルシステム
16 ファイルシステム
18 装置ドライバ
20 記憶装置
Claims (7)
- 少なくとも一つのデータブロックを介して格納されるファイルデータと、ノードブロックを介して格納されるメタデータとが格納された記憶装置と、
前記記憶装置に格納された前記ファイルデータと前記メタデータとを管理するファイルシステムとを含み、
前記ノードブロックは、前記少なくとも一つのデータブロックを各々指す少なくとも一つのデータポインタと前記少なくとも一つのデータブロックのうち連続な物理アドレスを有するデータブロックをグループとして指すエクステントとを含み、
前記ノードブロックに含まれた前記エクステントの個数は予め定めたN(ここで、Nは前記データポインタの個数より小さい自然数)以下で管理され、
前記Nは、前記データポインタの個数の半分以下であるコンピュータシステム。 - 前記エクステントは、前記ファイルデータ内で前記グループ化したデータブロックを介して格納されるデータのオフセット情報と、前記グループ化したデータブロックを指すブロックポインタと、前記グループ化したデータブロックの長さ情報とを含む請求項1に記載のコンピュータシステム。
- 前記ノードブロックは、前記データブロックを指すダイレクトノードブロックと、前記ダイレクトノードブロックを指すインダイレクトノードブロックと、前記ダイレクトノードブロック及び前記インダイレクトノードブロックを指すiノードブロックとを含み、
前記エクステントは前記iノードブロックまたは前記ダイレクトノードブロックに含まれる請求項1に記載のコンピュータシステム。 - 前記ファイルシステムは、前記記憶装置から前記ファイルデータを読み込む場合、前記データポインタと前記エクステントとのうち前記エクステントを先に参照して前記ファイルデータを読み込みする請求項1に記載のコンピュータシステム。
- ファイルデータを格納する第1データブロックを生成し、
前記第1データブロックと関連するノードブロックに、前記第1データブロックを指すデータポインタと前記第1データブロックと連続な物理アドレスを有するデータブロックをグループとして指すエクステントを生成することを含み、
前記ノードブロックに含まれた前記エクステントの個数は予め定めたN(ここで、Nは前記データポインタの個数より小さい自然数)以下で管理され、
前記エクステントを生成することは、
前記第1データブロックが第2データブロックと不連続な物理アドレスを有し、前記第2データブロックが第3データブロックと連続な物理アドレスを有する場合、前記ノードブロックに含まれて前記第2データブロックを指す第1エクステントと、前記ノードブロックに含まれて前記第3データブロックを指す第2エクステントとをマージし、前記第1データブロックを指すエクステントを新規生成するコンピュータシステムのデータ管理方法。 - ファイルデータを格納する第1データブロックを生成し、
前記第1データブロックと関連するノードブロックに、前記第1データブロックを指すデータポインタと前記第1データブロックと連続な物理アドレスを有するデータブロックをグループとして指すエクステントを生成することを含み、
前記ノードブロックに含まれた前記エクステントの個数は予め定めたN(ここで、Nは前記データポインタの個数より小さい自然数)以下で管理され、
前記エクステントを生成することは、
前記第1データブロックが第2データブロックと不連続な物理アドレスを有し、前記第2データブロックが第3データブロックと不連続な物理アドレスを有する場合、
前記ノードブロックに含まれて前記第2データブロックを指す第1エクステントと、前記ノードブロックに含まれて前記第3データブロックを指す第2エクステントとのうち長さ情報が小さいエクステントを削除し、
前記第1データブロックを指すエクステントを新規生成するコンピュータシステムのデータ管理方法。 - 前記エクステントを生成することは、
前記第1データブロックが前記第2データブロックと連続な物理アドレスを有する場合、
前記ノードブロックに含まれて前記第2データブロックを指すエクステントが前記第1データブロックと前記第2データブロックをグループとして指すようにすることを含む請求項5又は6に記載のコンピュータシステムのデータ管理方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2012-0109162 | 2012-09-28 | ||
KR1020120109162A KR102050725B1 (ko) | 2012-09-28 | 2012-09-28 | 컴퓨팅 시스템 및 컴퓨팅 시스템의 데이터 관리 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014071905A JP2014071905A (ja) | 2014-04-21 |
JP6343438B2 true JP6343438B2 (ja) | 2018-06-13 |
Family
ID=50386227
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013202222A Active JP6343438B2 (ja) | 2012-09-28 | 2013-09-27 | コンピュータシステム及びコンピュータシステムのデータ管理方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US9489388B2 (ja) |
JP (1) | JP6343438B2 (ja) |
KR (1) | KR102050725B1 (ja) |
Families Citing this family (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9763518B2 (en) | 2014-08-29 | 2017-09-19 | Cisco Technology, Inc. | Systems and methods for damping a storage system |
US9846703B2 (en) * | 2014-09-30 | 2017-12-19 | Vivint, Inc. | Page-based metadata system for distributed filesystem |
US9900250B2 (en) | 2015-03-26 | 2018-02-20 | Cisco Technology, Inc. | Scalable handling of BGP route information in VXLAN with EVPN control plane |
US10108344B1 (en) * | 2015-05-06 | 2018-10-23 | American Megatrends, Inc. | Systems, devices and methods using a solid state device as a caching medium with an SSD filtering or SSD pre-fetch algorithm |
US10222986B2 (en) | 2015-05-15 | 2019-03-05 | Cisco Technology, Inc. | Tenant-level sharding of disks with tenant-specific storage modules to enable policies per tenant in a distributed storage system |
US11588783B2 (en) | 2015-06-10 | 2023-02-21 | Cisco Technology, Inc. | Techniques for implementing IPV6-based distributed storage space |
US9892075B2 (en) | 2015-12-10 | 2018-02-13 | Cisco Technology, Inc. | Policy driven storage in a microserver computing environment |
KR102545067B1 (ko) | 2016-03-02 | 2023-06-20 | 한국전자통신연구원 | 로그 구조 파일 시스템의 메타 데이터 저장 방법, 시스템 및 컴퓨터 판독 가능한 기록 매체 |
US20170351639A1 (en) | 2016-06-06 | 2017-12-07 | Cisco Technology, Inc. | Remote memory access using memory mapped addressing among multiple compute nodes |
US11563695B2 (en) | 2016-08-29 | 2023-01-24 | Cisco Technology, Inc. | Queue protection using a shared global memory reserve |
US10545914B2 (en) | 2017-01-17 | 2020-01-28 | Cisco Technology, Inc. | Distributed object storage |
US10243823B1 (en) | 2017-02-24 | 2019-03-26 | Cisco Technology, Inc. | Techniques for using frame deep loopback capabilities for extended link diagnostics in fibre channel storage area networks |
US10713203B2 (en) | 2017-02-28 | 2020-07-14 | Cisco Technology, Inc. | Dynamic partition of PCIe disk arrays based on software configuration / policy distribution |
US10254991B2 (en) | 2017-03-06 | 2019-04-09 | Cisco Technology, Inc. | Storage area network based extended I/O metrics computation for deep insight into application performance |
US10303534B2 (en) | 2017-07-20 | 2019-05-28 | Cisco Technology, Inc. | System and method for self-healing of application centric infrastructure fabric memory |
US10404596B2 (en) | 2017-10-03 | 2019-09-03 | Cisco Technology, Inc. | Dynamic route profile storage in a hardware trie routing table |
US10942666B2 (en) | 2017-10-13 | 2021-03-09 | Cisco Technology, Inc. | Using network device replication in distributed storage clusters |
US11010479B2 (en) * | 2018-10-01 | 2021-05-18 | International Business Machines Corporation | Cyber security for space-switching program calls |
US10915640B2 (en) * | 2018-10-01 | 2021-02-09 | International Business Machines Corporation | Cyber security testing for authorized services |
CN109933570B (zh) * | 2019-03-15 | 2020-02-07 | 中山大学 | 一种元数据管理方法、系统及介质 |
US11336679B2 (en) | 2020-01-28 | 2022-05-17 | International Business Machines Corporation | Combinatorial test design for optimizing parameter list testing |
Family Cites Families (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0520142A (ja) * | 1991-07-15 | 1993-01-29 | Nec Corp | ブロツク管理方式 |
JPH0793192A (ja) | 1993-09-28 | 1995-04-07 | Toshiba Corp | ファイル管理方法 |
JPH07325669A (ja) * | 1994-05-31 | 1995-12-12 | Mitsubishi Electric Corp | ディスク管理方法 |
US5991862A (en) * | 1996-12-30 | 1999-11-23 | Sun Microsystems, Inc. | Modified indirect addressing for file system |
US6505217B1 (en) | 1998-11-25 | 2003-01-07 | Compaq Computer Corporation | Method and apparatus for file placement |
EP1049029A3 (en) * | 1999-04-28 | 2003-07-09 | Emc Corporation | File systems with versatile indirection |
US6895418B1 (en) * | 1999-04-28 | 2005-05-17 | Emc Corporation | Versatile indirection in an extent based file system |
US7054927B2 (en) * | 2001-01-29 | 2006-05-30 | Adaptec, Inc. | File system metadata describing server directory information |
US6578121B1 (en) | 2001-02-05 | 2003-06-10 | Emc Corporation | File mapping system and related techniques |
KR100484942B1 (ko) | 2002-03-14 | 2005-04-25 | 한국전자통신연구원 | 대용량 파일시스템의 디렉토리 관리방법 |
DE10227255B4 (de) | 2002-06-19 | 2008-06-26 | Hyperstone Gmbh | Verfahren zur Wiederherstellung von Verwaltungsdatensätzen eines blockweise löschbaren Speichers |
US7159073B2 (en) | 2003-03-27 | 2007-01-02 | Stmicroelectronics, Inc. | Data storage and caching architecture |
US7814128B2 (en) * | 2003-05-30 | 2010-10-12 | Symantec Operating Corporation | Multi-volume file support |
JP2005135126A (ja) * | 2003-10-30 | 2005-05-26 | Hitachi Ltd | フラグメント防止ファイルシステム |
US7711916B2 (en) | 2005-05-11 | 2010-05-04 | Oracle International Corporation | Storing information on storage devices having different performance capabilities with a storage system |
US7873601B1 (en) * | 2006-06-29 | 2011-01-18 | Emc Corporation | Backup of incremental metadata in block based backup systems |
KR100791325B1 (ko) | 2006-10-27 | 2008-01-03 | 삼성전자주식회사 | 비휘발성 메모리를 관리하는 장치 및 방법 |
US8683228B2 (en) | 2007-01-16 | 2014-03-25 | Terry Lee Stokes | System and method for WORM data storage |
JP4331220B2 (ja) | 2007-03-07 | 2009-09-16 | 株式会社東芝 | 未使用物理領域自律管理機能を持つストレージ装置 |
US8533410B1 (en) * | 2007-03-29 | 2013-09-10 | Netapp, Inc. | Maintaining snapshot and active file system metadata in an on-disk structure of a file system |
US8903772B1 (en) * | 2007-10-25 | 2014-12-02 | Emc Corporation | Direct or indirect mapping policy for data blocks of a file in a file system |
JP2009205591A (ja) * | 2008-02-29 | 2009-09-10 | Panasonic Corp | アクセスモジュール、情報記録モジュール、及び情報記録システム |
JP4691209B2 (ja) * | 2008-04-04 | 2011-06-01 | パナソニック株式会社 | アクセス装置、情報記録装置、情報記録システム、ファイル管理方法、およびプログラム |
KR101086857B1 (ko) * | 2008-07-25 | 2011-11-25 | 주식회사 팍스디스크 | 데이터 머지를 수행하는 반도체 스토리지 시스템의 제어 방법 |
US8554745B2 (en) * | 2009-04-27 | 2013-10-08 | Netapp, Inc. | Nearstore compression of data in a storage system |
US8204871B1 (en) | 2010-09-28 | 2012-06-19 | Emc Corporation | Extended file mapping cache for fast input-output |
US8612382B1 (en) * | 2012-06-29 | 2013-12-17 | Emc Corporation | Recovering files in data storage systems |
US8954383B1 (en) * | 2012-06-29 | 2015-02-10 | Emc Corporation | Analyzing mapping objects of file systems |
-
2012
- 2012-09-28 KR KR1020120109162A patent/KR102050725B1/ko active IP Right Grant
-
2013
- 2013-09-27 JP JP2013202222A patent/JP6343438B2/ja active Active
- 2013-09-27 US US14/038,938 patent/US9489388B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US20140095556A1 (en) | 2014-04-03 |
US9489388B2 (en) | 2016-11-08 |
KR20140042419A (ko) | 2014-04-07 |
JP2014071905A (ja) | 2014-04-21 |
KR102050725B1 (ko) | 2019-12-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6343438B2 (ja) | コンピュータシステム及びコンピュータシステムのデータ管理方法 | |
KR102050732B1 (ko) | 컴퓨팅 시스템 및 컴퓨팅 시스템의 데이터 관리 방법 | |
US11687446B2 (en) | Namespace change propagation in non-volatile memory devices | |
KR102002830B1 (ko) | 세그먼트 클리닝 장치 및 방법 | |
KR102050723B1 (ko) | 컴퓨팅 시스템 및 그 데이터 관리 방법 | |
KR101907059B1 (ko) | 비휘발성 메모리 장치의 블록 관리 방법 및 블록 관리 시스템 | |
KR102007650B1 (ko) | 세그먼트 그룹을 고려하는 세그먼트 클리닝 장치 및 방법 | |
KR101977575B1 (ko) | 디렉토리 엔트리 조회 장치, 그 방법 및 디렉토리 엔트리 조회 프로그램이 기록된 기록 매체 | |
KR101867282B1 (ko) | 비휘발성 메모리 장치의 가비지 컬렉션 방법 | |
US20160162187A1 (en) | Storage System And Method For Processing Writing Data Of Storage System | |
EP2665065A2 (en) | Electronic device employing flash memory | |
US20190043540A1 (en) | Adaptive object buffering and meta-data indexing using persistent memory to improve flash memory durability in tiered storage | |
CN110968253B (zh) | 一种数据存储方法、装置及系统 | |
KR20140050941A (ko) | 비휘발성 메모리 장치의 데이터 관리 방법 | |
KR20120105294A (ko) | 불휘발성 메모리를 제어하는 메모리 컨트롤러 | |
US20160378375A1 (en) | Memory system and method of operating the same | |
KR20210068699A (ko) | 스토리지 장치, 스토리지 시스템 및 스토리지 장치의 동작 방법 | |
US20140095771A1 (en) | Host device, computing system and method for flushing a cache | |
JP6215631B2 (ja) | コンピュータシステム及びそのデータ管理方法 | |
US10671307B2 (en) | Storage system and operating method thereof | |
US20140095558A1 (en) | Computing system and method of managing data thereof | |
CN109002265B (zh) | 一种数据处理的方法以及相关装置 | |
KR20140042520A (ko) | 비트맵을 이용한 세그먼트 클리닝 장치 및 상기 비트맵을 저장하는 스토리지 장치 | |
KR101744401B1 (ko) | 컴퓨팅 장치의 시스템 상태 저장, 복원방법 및 이를 위한 컴퓨팅 장치 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160923 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20161222 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20161228 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170823 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170926 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20171221 |
|
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: 20180515 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180521 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6343438 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |