WO2017206754A1 - Procédé de mémorisation et dispositif de mémorisation pour un système de fichier distribué - Google Patents

Procédé de mémorisation et dispositif de mémorisation pour un système de fichier distribué Download PDF

Info

Publication number
WO2017206754A1
WO2017206754A1 PCT/CN2017/085338 CN2017085338W WO2017206754A1 WO 2017206754 A1 WO2017206754 A1 WO 2017206754A1 CN 2017085338 W CN2017085338 W CN 2017085338W WO 2017206754 A1 WO2017206754 A1 WO 2017206754A1
Authority
WO
WIPO (PCT)
Prior art keywords
distributed file
file system
data
distributed
file data
Prior art date
Application number
PCT/CN2017/085338
Other languages
English (en)
Chinese (zh)
Inventor
郑跃杰
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017206754A1 publication Critical patent/WO2017206754A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/184Distributed file systems implemented as replicated file system
    • G06F16/1844Management specifically adapted to replicated file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database

Definitions

  • the present disclosure relates to the field of communication technologies, for example, to a storage method and storage device of a distributed file system.
  • Network storage devices are used in products such as CRBT and Wireless Application Protocol (WAP) gateways.
  • WAP Wireless Application Protocol
  • the price of network storage devices has also increased exponentially, and the cost of these devices in the entire system often exceeds 50%.
  • Google's Google File System (GFS) is its own file storage technology, and GFS has reduced the cost of the system.
  • Distributed File System is a general-purpose storage software platform that runs on general-purpose hardware and provides storage platform support for products that need storage services. It provides massive data services (such as multimedia content storage and services) generated by storage, query retrieval and management products. Data storage, etc.). Building a distributed file system on a cheap general-purpose hardware platform has become an inevitable trend in the development of various storage-type businesses.
  • the distributed file system in the distributed file system platform adopts a distributed asymmetric software architecture.
  • the distributed file system implements the separation of functions and features, and is used to complete data access, access and management functions.
  • the distributed file system platform has clear modules and clear interfaces, making it easy to develop or use other products and projects based on this platform.
  • IOPS Input/Output Operation Per Second
  • a storage method and storage device for a distributed file system can uniformly manage a distributed file system, fully utilize the storage performance of the distributed file system, improve storage utilization, and improve user experience.
  • a storage method for a distributed file system, applied to a server comprising:
  • the configuration information including a policy attribute of storing file data, a mount point path of the distributed file system, and an interface of the distributed file system to communicate with the server;
  • the aggregating configuration information of all distributed file systems includes:
  • the policy attributes of the distributed file system, the mount point path of the distributed file system, and the interface of the distributed file system are included, the distributed file system including the existing distributed file System and new distributed file system;
  • the configuration information of all distributed systems is aggregated.
  • the method further includes:
  • the interface of the distributed file system corresponding to the file data is invoked according to the mapping relationship between the path of the file data and the mount point path of the distributed file system, and The interface reads the file data in the corresponding distributed file system.
  • the method further includes: when receiving the write request of the file data, encrypting the file data that needs to be written;
  • the method also includes decrypting the encrypted file data that needs to be read when a read request for the file data is received.
  • the method further includes:
  • the interface of the other distributed file system is invoked to remotely back up file data written to the corresponding distributed file system to the other distributed file system.
  • the method further includes:
  • the interface of the distributed file system corresponding to the file data is invoked according to the mapping relationship between the path of the file data and the mount point path of the distributed file system, from the corresponding The file data is deleted from the distributed file system;
  • the file data has a remote backup in the other distributed system, the file data is deleted from the other distributed file system of the remote backup.
  • a storage device for a distributed file system, deployed on a server comprising:
  • a system extensibility module configured to aggregate configuration information of all distributed file systems, where the configuration information includes a policy attribute for storing file data, a mount point path of the distributed file system, and an interface for the distributed file system to communicate with the server;
  • a policy selector configured to: when receiving a write request for file data, find a policy attribute that matches the file data according to a preset storage policy;
  • a data distribution module configured to invoke an interface of a distributed file system corresponding to a policy attribute matched by the file data, by using the interface to write the file data into the corresponding distributed file system, and recording file data The mapping between the path and the mount point path of the distributed file system.
  • system extensibility module is set to:
  • the policy attributes of the distributed file system, the mount point path of the distributed file system, and the interface of the distributed file system are included, the distributed file system including the existing distributed file System and new distributed file system;
  • the configuration information of all distributed systems is aggregated.
  • the data distribution module is further configured to:
  • the device further includes:
  • a data encryption and decryption module configured to encrypt file data to be written when a write request for file data is received; and to perform encrypted read file data to be read when receiving a read request for file data Decrypt.
  • the data distribution module is further configured to:
  • the interface of the other distributed file system is invoked to remotely back up file data written to the corresponding distributed file system to the other distributed file system.
  • the data distribution module is further configured to:
  • the interface of the distributed file system corresponding to the file data is invoked according to the mapping relationship between the path of the file data and the mount point path of the distributed file system, from the corresponding The file data is deleted from the distributed file system;
  • the file data has a remote backup in the other distributed system, the file data is deleted from the other distributed file system of the remote backup.
  • a computer readable storage medium storing computer executable instructions arranged to perform the above method.
  • a server that includes:
  • At least one processor At least one processor
  • the memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to cause the at least one processor to perform the method described above.
  • the distributed file system storage method and the storage device perform unified operation on different distributed file systems by performing aggregation operation on the configuration information of the distributed file system, and perform file data writing, reading, and deleting; pre-configured storage
  • the policy and the writing of the file data according to the storage policy improve the communication storage utilization of the storage server; the file data can be encrypted, so that the file data stored in the distributed file system is invisible to the underlying system, thereby ensuring the file data. safety; You can remotely back up file data to implement remote backup and disaster recovery and ensure the reliability of important file data. Therefore, the distributed file system storage method and storage device fully utilize the distributed file system read and write performance and improve the user experience.
  • FIG. 1 is a schematic structural diagram of a storage device of a distributed file system in an embodiment
  • FIG. 2 is a schematic flowchart of a method for storing a distributed file system in an embodiment
  • FIG. 3 is a schematic diagram showing the steps of a distributed file system storage method in an embodiment
  • FIG. 4 is a schematic diagram showing the hardware structure of a server in an embodiment.
  • FIG. 1 is a schematic structural diagram of a storage device of a distributed file system in the embodiment.
  • the device can be deployed on a server.
  • the file storage is implemented by uniformly scheduling at least two distributed file systems, at least two storage domains, and at least two namespace file systems, so as to achieve high scalability and high availability between at least two distributed file systems.
  • the storage device of the distributed file system of this embodiment may include: a system extensibility module, a policy selector, and a data distribution module.
  • the system extensibility module is configured to aggregate configuration information of all distributed file systems, the configuration information including policy attributes for storing file data, a mount point path of the distributed file system, and an interface for the distributed file system to communicate with the server.
  • the policy attributes of the stored file data may include distribution of large files and small files, cold data and Storage strategy such as distribution of hot data and number of copies.
  • the large file may be a file with a file capacity greater than 1 MB, and the small file may be a file with a file capacity less than or equal to 1 MB; the hot data may be data frequently used by the user, and the cold data may be data with a low frequency of use by the user.
  • the system extensibility module is configured to configure a policy attribute of the distributed file system, a mount point path of the distributed file system, and an interface of the distributed file system when the distributed file system is detected, the distribution File system includes the existing distributed file system and the new distributed file system; and after the configuration of the distributed file system is completed, the configuration information of all distributed systems is aggregated, and the data distribution module is notified for data distribution.
  • the module is uniformly scheduled.
  • the policy selector is configured to, when receiving a write request of the file data, find a policy attribute that matches the file data according to a preset storage policy.
  • the preset storage policy may be selecting a distributed file system according to the size of the file data or the type of the file data.
  • small file data is stored in a distributed file system with high IOPS
  • large file data is stored in a distributed file system with high bandwidth, thereby fully utilizing the storage performance of the storage system.
  • temporary file data can be stored in a single-copy distributed file system, reducing the impact of temporary file data on file system storage performance; important file data can be stored in multiple copies of a distributed file system, or Remote backup and disaster recovery through data distribution modules ensures the reliability of important file data.
  • the data distribution module is configured to invoke a policy attribute matching the file data corresponding to an interface of the distributed file system, by using the interface to write the file data into the corresponding distributed file system, and recording path information of the file data and The mapping relationship of the mount point path information of the distributed file system, thereby facilitating subsequent file data distribution.
  • the interface that communicates with the data distribution module follows a unified Portable Operating System Interface (POSIX), which defines an interface standard provided by the operating system for the application.
  • POSIX Portable Operating System Interface
  • the data distribution module can call at least two interfaces of the distributed file system to read and write file data, record the path information of the file data, and mount the distributed file system. Point mapping of path information to facilitate subsequent file data segmentation hair.
  • the data distribution module can also back up important file data to other distributed file systems synchronously or asynchronously, thereby realizing remote backup of important file data.
  • the data distribution module may be further configured to: when receiving the deletion request of the file data, deleting the mapping from the corresponding distributed file system according to the mapping relationship between the path of the file data and the mount point path of the distributed file system File data; and if the file data has a remote backup in the other distributed system, the file data is deleted from the remotely backed up distributed file system.
  • the storage device of the distributed file system includes a data encryption and decryption module, and the data encryption and decryption module is configured to encrypt the file data to be written when receiving the write request of the file data; and when the file is received When the data is read, the encrypted file data that needs to be read is decrypted.
  • the data encryption and decryption module provides an encryption and decryption algorithm, and when receiving the write request of the file data, encrypts the file data that needs to be written, and when receiving the read request of the file data, the pair needs to read out
  • the encrypted file data is decrypted, so that the file data stored in the distributed file system is invisible to the underlying system, thereby ensuring the security of the file data.
  • the basic configuration of the hardware may be as follows: a central processing unit (CPU) and a solid state drive (SSD).
  • the CPU is an Intel E5-2620, which includes 6 cores, 12 threads, and a CPU clocked at 2500 MHz or higher.
  • the mapping relationship between the path information of the SSD record file data and the mount point path information of the distributed file system, the memory of the SSD is greater than 96 Gbytes (Byte).
  • this embodiment provides a storage method of a distributed file system.
  • step 210 configuration information of all distributed file systems is aggregated, the configuration information including policy attributes for storing file data, a mount point path of the distributed file system, and an interface for the distributed file system to communicate with the server.
  • step 220 when a write request for file data is received, a policy attribute matching the file data is searched according to a preset storage policy.
  • step 230 the interface of the distributed file system corresponding to the policy attribute matched with the received file data is invoked, and the received file data is written into the corresponding distributed file through the interface.
  • the mapping relationship between the path of the file data and the mount point path of the distributed file system is recorded.
  • this embodiment provides a distributed file system storage method.
  • the system extensibility module aggregates configuration information of all distributed file systems, the configuration information including policy attributes for storing file data, a mount point path of the distributed file system, and an interface for the distributed file system to communicate with the server. .
  • the system extensibility module can configure each distributed file system, including configuring the mount point path, policy attributes, and interfaces for each distributed file system.
  • the system extensibility module aggregates configuration information of all distributed file systems. When a new distributed file system is found, the configuration information of the newly added distributed file system can be aggregated, and multiple distributed file systems can be configured. There are multiple replica redundancy policies, and the distributed distributed file system can satisfy the POSIX semantic specification.
  • the data distribution module is notified after the configuration is completed, so that it is uniformly scheduled by the data distribution module.
  • step 320 when a write request for file data is received, the file data to be written is encrypted.
  • step 320 when the user process receives the write request of the file data, the data encryption and decryption module determines whether the file data needs to be encrypted, for example, the file data is private data, and the data encryption and decryption module can The data is encrypted.
  • step 330 a policy attribute matching the file data is searched according to a preset storage policy.
  • the pre-set storage policy may be to select a distributed file system according to file data size or file data type or the like.
  • the policy selector can select a corresponding distributed file system for the file data according to a preset storage policy.
  • step 340 the interface of the distributed file system corresponding to the file data is called, and the file data is read and written through the interface.
  • the data distribution module may call an interface of the distributed file system corresponding to the policy attribute matched by the file data, and write the file data into the corresponding distributed file system, for example, write the file data.
  • the data distribution module may call an interface of the distributed file system corresponding to the policy attribute matched by the file data, and write the file data into the corresponding distributed file system, for example, write the file data.
  • the distributed file system 1.
  • step 350 the file data is remotely backed up to other distributed file systems.
  • the data distribution module can asynchronously distribute the file data to other distributed file systems, such as remote backup to the distributed file system 2, to ensure important file data, as needed, for example, the file data is an important file. reliability.
  • File data is backed up remotely to other distributed file systems.
  • step 360 a mapping relationship between the path of the file data and the mount point path of the distributed file system is recorded.
  • the data distribution module may also record the mapping relationship between the path of the file data and the mount point path of the distributed file system to facilitate subsequent file data distribution.
  • step 370 when receiving the read request of the file data, according to the mapping relationship between the path of the file data and the mount point path of the distributed file system, the interface of the distributed file system corresponding to the file data is invoked, and File data is read from the corresponding distributed file system through the interface.
  • step 370 when the user process receives the read request of the file data, the data distribution module searches for the mapping relationship between the path of the previously recorded file data and the mount point path of the distributed file system, and determines the corresponding distributed file system. And reading file data from the corresponding distributed file system.
  • step 380 the file data that needs to be read is decrypted.
  • step 380 if the file data to be read is encrypted data, the data encryption and decryption module decrypts the file data.
  • step 390 the file data is read.
  • step 390 the file data that needs to be read is returned to the user process.
  • the distributed file system storage method may further include:
  • the data distribution module searches for the mapping relationship between the path of the previously recorded file data and the mount point path of the distributed file system, and determines the corresponding distributed file system, the call and the file. An interface of the distributed file system corresponding to the data, the file data is deleted from the corresponding distributed file system;
  • the data distribution module needs to Determining, according to configuration information of all distributed file systems of the aggregation, other distributed file systems other than the corresponding distributed file system written by the file data; calling the interfaces of the other distributed file systems, and remotely backing up The file data is deleted in other distributed file systems.
  • the storage method and the storage device of the distributed file system of the embodiment perform unified operation on at least two distributed file systems by performing aggregation operation on the configuration information of the distributed file system, and perform file data writing and reading.
  • Delete pre-configure the storage policy and write the file data according to the storage policy, which improves the storage utilization of the server;
  • the file data can be encrypted, so that the file data stored in the distributed file system is invisible to the underlying system, thereby Ensure the security of file data; remotely back up file data to achieve remote backup and disaster recovery, and ensure the reliability of important file data.
  • the storage method and the storage device of the distributed file system of the embodiment fully utilize the read and write performance of the distributed file system, thereby improving the user experience.
  • the present embodiment provides a computer readable storage medium storing computer executable instructions arranged to perform the method of any of the above embodiments.
  • the server includes:
  • At least one processor 40 which is exemplified by a processor 40 in FIG. 4; and a memory 41, may further include a communication interface 42 and a bus 43.
  • the processor 40, the memory 41, and the communication interface 42 can complete communication with each other through the bus 43.
  • Communication interface 42 can transmit information.
  • Processor 40 may invoke logic instructions in memory 41 to perform the methods of the above-described embodiments.
  • logic instructions in the memory 41 described above may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium.
  • the memory 41 is a computer readable storage medium and can be used to store a software program, a computer executable program, such as a program instruction or a module corresponding to the method in the above embodiment.
  • the processor 40 executes the functional application and the data processing by executing a software program, an instruction or a module stored in the memory 41, that is, implementing the method in the above method embodiment.
  • the memory 41 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store data created according to use of the terminal device, and the like.
  • the memory 41 may include a high speed random access memory, and may also include Non-volatile memory.
  • the above embodiments can be implemented by means of software plus a general hardware platform.
  • the above technical solution can be embodied in the form of a software product, which can be stored in a storage medium, such as a read-only memory (ROM), a random access memory (RAM), A disk, an optical disk, etc., comprising one or more instructions for causing a computer device (which may be a personal computer, server communication, or network device, etc.) to perform the methods described in the preceding embodiments or embodiments.
  • ROM read-only memory
  • RAM random access memory
  • a disk an optical disk, etc.
  • the distributed file system storage method and storage device can uniformly manage the distributed file system, improve storage utilization, and improve user experience.

Abstract

L'invention concerne un procédé de mémorisation et un dispositif de mémorisation pour un système de fichier distribué. Le procédé consiste : à agréger des informations de configuration concernant tous les systèmes de fichier distribués, les informations de configuration comprenant un attribut de politique servant à la mémorisation de données de fichier, un chemin de point de support du système de fichier distribué et une interface par le biais de laquelle le système de fichier distribué communique avec un serveur; lorsqu'une demande d'écriture pour les données de fichier est reçue, à rechercher l'attribut de politique correspondant aux données de fichier conformément à une politique de mémorisation prédéfinie; et à appeler l'interface du système de fichier distribué correspondant à l'attribut de politique correspondant aux données de fichier, à écrire les données de fichier dans le système de fichier distribué correspondant par le biais de l'interface et à enregistrer une relation de mise en correspondance entre le chemin des données de fichier et le chemin de point de support du système de fichier distribué.
PCT/CN2017/085338 2016-05-30 2017-05-22 Procédé de mémorisation et dispositif de mémorisation pour un système de fichier distribué WO2017206754A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610371376.2 2016-05-30
CN201610371376.2A CN107451138A (zh) 2016-05-30 2016-05-30 一种分布式文件系统存储方法和系统

Publications (1)

Publication Number Publication Date
WO2017206754A1 true WO2017206754A1 (fr) 2017-12-07

Family

ID=60478475

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/085338 WO2017206754A1 (fr) 2016-05-30 2017-05-22 Procédé de mémorisation et dispositif de mémorisation pour un système de fichier distribué

Country Status (2)

Country Link
CN (1) CN107451138A (fr)
WO (1) WO2017206754A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109408270A (zh) * 2018-10-18 2019-03-01 郑州云海信息技术有限公司 一种读写操作的处理方法及装置
CN111444157A (zh) * 2019-01-16 2020-07-24 阿里巴巴集团控股有限公司 分布式文件系统及数据访问方法
CN112506434A (zh) * 2020-12-11 2021-03-16 杭州安恒信息技术股份有限公司 一种web微服务集群中数据的读写方法及相关装置

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108875035B (zh) * 2018-06-25 2022-02-18 郑州云海信息技术有限公司 分布式文件系统的数据存储方法及相关设备
CN109033869A (zh) * 2018-07-04 2018-12-18 深圳虚觅者科技有限公司 加密文件系统挂载方法及装置
CN110795386B (zh) * 2018-07-31 2022-07-01 杭州海康威视系统技术有限公司 一种数据写入方法和服务端
CN111142777A (zh) * 2018-11-03 2020-05-12 广州市明领信息科技有限公司 一种大数据存储系统
CN110221990B (zh) * 2019-04-26 2021-10-08 奇安信科技集团股份有限公司 数据的存储方法及装置、存储介质、计算机设备
CN112733189A (zh) * 2021-01-14 2021-04-30 浪潮云信息技术股份公司 一种实现文件存储服务端加密的系统与方法

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101800655A (zh) * 2009-02-05 2010-08-11 李冰 一种为大规模互联网应用贡献资源的对等服务系统建立方法
CN102546664A (zh) * 2012-02-27 2012-07-04 中国科学院计算技术研究所 用于分布式文件系统的用户与权限管理方法及系统
US20140304299A1 (en) * 2013-03-15 2014-10-09 Emc Corporation Data management in a multi-tenant distributive environment
CN104113597A (zh) * 2014-07-18 2014-10-22 西安交通大学 一种多数据中心的hdfs数据读写系统及方法
CN104281506A (zh) * 2014-07-10 2015-01-14 中国科学院计算技术研究所 一种文件系统的数据维护方法及系统
CN105095294A (zh) * 2014-05-15 2015-11-25 中兴通讯股份有限公司 一种分布式存储系统中管理异构副本的方法及装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6883029B2 (en) * 2001-02-14 2005-04-19 Hewlett-Packard Development Company, L.P. Separate read and write servers in a distributed file system
US7222231B2 (en) * 2001-04-19 2007-05-22 Hewlett-Packard Development Company, L.P. Data security for distributed file systems
US7280956B2 (en) * 2003-10-24 2007-10-09 Microsoft Corporation System, method, and computer program product for file encryption, decryption and transfer
US8667273B1 (en) * 2006-05-30 2014-03-04 Leif Olov Billstrom Intelligent file encryption and secure backup system
US20090222509A1 (en) * 2008-02-29 2009-09-03 Chao King System and Method for Sharing Storage Devices over a Network

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101800655A (zh) * 2009-02-05 2010-08-11 李冰 一种为大规模互联网应用贡献资源的对等服务系统建立方法
CN102546664A (zh) * 2012-02-27 2012-07-04 中国科学院计算技术研究所 用于分布式文件系统的用户与权限管理方法及系统
US20140304299A1 (en) * 2013-03-15 2014-10-09 Emc Corporation Data management in a multi-tenant distributive environment
CN105095294A (zh) * 2014-05-15 2015-11-25 中兴通讯股份有限公司 一种分布式存储系统中管理异构副本的方法及装置
CN104281506A (zh) * 2014-07-10 2015-01-14 中国科学院计算技术研究所 一种文件系统的数据维护方法及系统
CN104113597A (zh) * 2014-07-18 2014-10-22 西安交通大学 一种多数据中心的hdfs数据读写系统及方法

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109408270A (zh) * 2018-10-18 2019-03-01 郑州云海信息技术有限公司 一种读写操作的处理方法及装置
CN109408270B (zh) * 2018-10-18 2021-12-03 郑州云海信息技术有限公司 一种读写操作的处理方法及装置
CN111444157A (zh) * 2019-01-16 2020-07-24 阿里巴巴集团控股有限公司 分布式文件系统及数据访问方法
CN111444157B (zh) * 2019-01-16 2023-06-20 阿里巴巴集团控股有限公司 分布式文件系统及数据访问方法
CN112506434A (zh) * 2020-12-11 2021-03-16 杭州安恒信息技术股份有限公司 一种web微服务集群中数据的读写方法及相关装置

Also Published As

Publication number Publication date
CN107451138A (zh) 2017-12-08

Similar Documents

Publication Publication Date Title
WO2017206754A1 (fr) Procédé de mémorisation et dispositif de mémorisation pour un système de fichier distribué
JP6336675B2 (ja) 複数の異種データ管理システムからの情報資産メタデータを集約するためのシステム及び方法
US10158483B1 (en) Systems and methods for efficiently and securely storing data in a distributed data storage system
US8495392B1 (en) Systems and methods for securely deduplicating data owned by multiple entities
US10102242B2 (en) Bulk initial download of mobile databases
US8745416B2 (en) Systems and methods for secure third-party data storage
US10509701B2 (en) Performing data backups using snapshots
US11194920B2 (en) File system metadata protection
US11068446B2 (en) Multi-cloud bi-directional storage replication system and techniques
US8429364B1 (en) Systems and methods for identifying the presence of sensitive data in backups
US9749132B1 (en) System and method for secure deletion of data
US8595493B2 (en) Multi-phase storage volume transformation
CN108763401A (zh) 一种文件的读写方法及设备
CN114036538A (zh) 一种基于虚拟块设备的数据库透明加解密实现方法及系统
US10628073B1 (en) Compression and encryption aware optimized data moving across a network
JP2009064055A (ja) 計算機システム及びセキュリティ管理方法
WO2019214071A1 (fr) Procédé de communication pour des utilisateurs sur une chaîne de blocs, dispositif, dispositif terminal et support d'informations
CN104268489A (zh) 一种基于device mapper的加密卡性能优化的方法
TW201234289A (en) Autonomous intelligent content items
US10354062B2 (en) System and method for simultaneous forensic, acquisition, examination and analysis of a computer readable medium at wire speed
US10277565B2 (en) Enterprise service bus logging
CN109660604B (zh) 数据存取方法及设备
EP4350557A1 (fr) Procédé et appareil de stockage de données, dispositif et support de stockage lisible
WO2024098862A1 (fr) Procédé et appareil de traitement de données à base de chaîne de blocs, dispositif et support
CN116094775A (zh) 一种ceph分布式文件系统服务端加密系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17805699

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17805699

Country of ref document: EP

Kind code of ref document: A1