WO2018090585A1 - Procédé et appareil de mémorisation pour virtualisation de données, serveur et support d'informations - Google Patents

Procédé et appareil de mémorisation pour virtualisation de données, serveur et support d'informations Download PDF

Info

Publication number
WO2018090585A1
WO2018090585A1 PCT/CN2017/084519 CN2017084519W WO2018090585A1 WO 2018090585 A1 WO2018090585 A1 WO 2018090585A1 CN 2017084519 W CN2017084519 W CN 2017084519W WO 2018090585 A1 WO2018090585 A1 WO 2018090585A1
Authority
WO
WIPO (PCT)
Prior art keywords
distributed
storage
data
instruction
virtual
Prior art date
Application number
PCT/CN2017/084519
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 WO2018090585A1 publication Critical patent/WO2018090585A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0629Configuration or reconfiguration of storage systems
    • G06F3/0635Configuration or reconfiguration of storage systems by changing the path, e.g. traffic rerouting, path reconfiguration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0662Virtualisation aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/067Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]

Definitions

  • the present invention relates to the field of storage virtualization technologies, and in particular, to a data virtualization storage method, apparatus, server, and storage medium.
  • the local storage device may be insufficient. In this case, the local storage device needs to be expanded. However, the expansion of the local storage device not only increases the management cost of the user, but also requires more resources to manage the local storage device, which is likely to cause waste of resources.
  • a data virtualization storage method, apparatus, server, and storage medium are provided.
  • a data virtualization storage method includes:
  • a data virtualization storage device comprising:
  • a storage request obtaining module configured to acquire a storage request sent by the terminal
  • a data acquisition module configured to acquire data to be stored according to the storage request, and extract a virtual storage path and a virtual storage instruction in the storage request;
  • a storage instruction search module configured to search for a distributed storage path corresponding to the virtual storage path, and search for a distributed storage instruction corresponding to the virtual storage instruction in the distributed instruction library;
  • a data storage module configured to store the to-be-stored data to the distributed storage device according to the distributed storage path and the distributed storage instruction.
  • a server comprising a memory and a processor, the memory storing computer executable instructions, the computer executable instructions being executed by the processor, such that the processor performs the following steps:
  • One or more non-volatile storage media storing computer-executable instructions, when executed by one or more processors, cause the one or more processors to perform the following steps:
  • FIG. 1 is an application environment diagram of a data virtualization storage system in an embodiment
  • FIG. 2 is a functional block diagram of a distributed server in a data virtualization storage system in an embodiment
  • FIG. 3 is a schematic flow chart of a data virtualization storage method in an embodiment
  • 5 is a flow chart showing the steps of searching for distributed storage instructions in an embodiment
  • FIG. 6 is a schematic flow chart of a data storage step in an embodiment
  • FIG. 8 is a functional block diagram of a data virtualization storage device in an embodiment
  • FIG. 9 is a functional block diagram of a data virtualization storage device in another embodiment.
  • FIG. 10 is a functional block diagram of a storage instruction lookup module in an embodiment
  • FIG. 11 is a functional block diagram of a data storage module in an embodiment
  • Figure 12 is a functional block diagram of a data virtualization storage device in still another embodiment.
  • FIG. 1 is an application environment diagram of a data virtualization storage system, and the data virtualization storage system specifically includes a terminal 110 and a distributed server 120.
  • the terminal 110 is connected to the distributed server 120 through a network, and the distributed server 120 virtualizes the distributed storage device to obtain a virtual storage device, and provides the virtual storage device to the terminal 110.
  • the terminal 110 can access the distributed server 120 through the network.
  • the distributed server 120 may specifically be a server cluster, and the distributed server 120 provides a distributed storage service for the terminal 110.
  • the distributed server 120 includes a processor, a non-volatile storage medium, an internal memory, and a network interface connected by a bus.
  • the processor is used to provide computing and control capabilities to support the operation of the entire distributed server 120.
  • the non-volatile storage medium of the distributed server 120 stores operating system and computer executable instructions.
  • the computer executable instructions are executable by a processor to implement a data virtualization storage method provided by the following embodiments.
  • the internal memory in the distributed server 120 provides a cached operating environment for the operating system and computer executable instructions of the non-volatile storage medium.
  • the network interface is used for network communication with the terminal 110. It can be understood that the distributed server 120 can be implemented by a separate server or a server cluster composed of multiple servers.
  • FIG. 2 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the server to which the solution of the present application is applied.
  • the specific server may include a ratio. More or fewer components are shown in Figure 2, or some components are combined, or have different component arrangements.
  • a data virtualization storage method is provided. This embodiment is exemplified by the method specifically applied to the distributed server 120 of the data virtualization storage system of FIG.
  • a data virtualization storage program is installed in the distributed server 120, and the data virtualization storage program is used to implement a data virtualization storage method, and the method specifically includes the following contents:
  • the terminal 110 transmits a storage request to the distributed server 120.
  • the storage request includes a local cache address, a virtual storage path, and a virtual storage instruction.
  • the virtual storage instruction corresponds to the operating system type of the virtual machine on the terminal 110 or the terminal 110.
  • the operating system type of the terminal 110 is a Windows operating system
  • the virtual storage instruction is a virtual storage instruction recognizable by the Windows operating system.
  • the operating system type can be Windows or Linux.
  • the virtual storage path is the address or identifier of the virtual storage device provided by the distributed server 120 in the terminal 110 for the terminal 110.
  • the virtual desktop is displayed as a virtual disk identifier in the virtual desktop of the virtual machine on the terminal 110, and the virtual desktop is displayed as a C disk and a D disk. And at least one of the E disks.
  • the distributed server 120 parses the storage request, and extracts the local cache address, the virtual storage path, and the virtual storage instruction in the storage request by parsing. After extracting the local cache address in the storage request, the distributed server 120 generates a data acquisition request for the data to be stored according to the local cache address. After receiving the data acquisition request, the terminal 110 searches for the data to be stored according to the local cache address in the data acquisition request, and sends the found data to be stored to the distributed server 120.
  • the distributed server 120 stores a correspondence between the virtual storage path and the distributed storage path. After the distributed server 120 extracts the virtual storage path and the virtual storage instruction, the distributed server 120 searches for the extracted virtual storage path according to the corresponding relationship between the stored virtual storage path and the distributed storage path, and searches for and extracts the virtual storage.
  • the distributed storage instructions are storage instructions recognizable by the distributed storage program in the distributed server 120.
  • the distributed server 120 is provided with a distributed instruction library, and the distributed instruction library stores the correspondence between the distributed instructions and the virtual instructions, wherein each distributed instruction has a corresponding virtual instruction. After extracting the virtual storage instruction, the distributed server 120 searches for a distributed storage instruction corresponding to the virtual storage instruction in the distributed instruction library.
  • the distributed server 120 finds a distributed storage path corresponding to the virtual storage path and a distributed storage instruction corresponding to the virtual storage instruction.
  • the distributed server 120 searches for the distributed storage device corresponding to the virtual storage path, and stores the data to be stored in the found distributed storage device according to the distributed storage instruction.
  • the data to be stored is obtained according to the storage request, and the virtual storage path and the virtual storage instruction in the storage request are extracted, and the distributed storage path corresponding to the virtual storage path is searched for, and A distributed storage instruction corresponding to the virtual storage instruction is looked up in the distributed instruction library.
  • the data to be stored is stored according to the distributed storage instruction to the distributed storage device corresponding to the distributed storage path.
  • the terminal can be connected to the distributed storage device through the virtual storage path and the virtual storage instruction, and the distributed storage function is provided to the terminal, and the storage data sent by the terminal is stored in the distributed storage device. Data can be stored to a distributed storage device without expanding the local storage device, which avoids wasting too many resources to manage the local storage device and improves data storage efficiency.
  • the step S306 further includes the step of scheduling an available distributed storage device, where the step specifically includes the following:
  • the distributed storage server 120 extracts the virtual storage path, the storage device remaining capacity corresponding to the virtual storage path is acquired.
  • the distributed server 120 performs statistics on the data capacity of the stored data, and obtains the data capacity of the data to be stored by statistics.
  • the distributed server 120 extracts the data capacity of the data to be stored from the storage request.
  • the distributed server 120 compares the data capacity of the data to be stored with the remaining capacity of the storage device, and compares and determines the data to be stored by comparing. Whether the data capacity is greater than the remaining capacity of the storage device.
  • the distributed server 120 looks up the available distributed storage devices when it is determined that the data capacity of the data to be stored is greater than the remaining capacity of the storage device. After the distributed storage device is found, the distributed storage server 120 extracts the distributed storage path of the discovered distributed storage device, and stores the extracted distributed storage path and the virtual storage path.
  • the distributed server 120 extracts the distributed storage path of the discovered distributed storage device, and stores the extracted distributed storage path and the virtual storage path correspondingly. Correspondence in the relationship table.
  • the available distributed storage device may be scheduled, and the distributed storage path corresponding to the scheduled distributed storage device is stored corresponding to the virtual storage path, thereby improving The scalability of the storage device corresponding to the virtual storage path improves the utilization of the distributed storage device.
  • S306 specifically includes the step of searching for a distributed storage instruction, and the step specifically includes the following:
  • the distributed server 120 parses the virtual storage instruction to determine an interface protocol corresponding to the virtual storage instruction.
  • the interface protocol specifically includes the FC protocol (Fiber). Channel, Fibre Channel), ISCSI (Internet Small Computer System) Interface, Internet Small Computer Interface) Protocol.
  • Fibre Channel can use copper shaft cable and optical fiber as the connection device;
  • ISCSI is a SCSI instruction set for hardware devices that can run on the upper layer of IP protocol. This instruction set can realize small computer interface on IP network. Protocols that enable it to route on high-speed Gigabit Ethernet.
  • iSCSI combines existing small computer interfaces with Ethernet technology to enable servers to exchange data with storage devices that use IP networks.
  • a plurality of different distributed instruction libraries are disposed in the distributed server 120, and different interface protocols correspond to different distributed instruction libraries.
  • the distributed server 120 After determining the interface protocol corresponding to the virtual storage instruction, the distributed server 120 searches for the corresponding distributed instruction library according to the determined interface protocol.
  • the distributed server 120 searches for the distributed storage instruction corresponding to the virtual storage instruction in the found distributed instruction library.
  • the distributed instruction library is searched according to the interface protocol corresponding to the virtual storage instruction, and the distributed storage instruction corresponding to the virtual storage instruction is searched in the found distributed instruction library.
  • S308 specifically includes a data storage step, and the step specifically includes the following content:
  • S602. Perform data encryption and compression processing on the data to be stored according to the distributed storage instruction.
  • the distributed server 120 encrypts the stored data according to the distributed storage instruction, and compresses the encrypted data to be stored. It also compresses the stored data and encrypts the compressed data to be stored.
  • encrypting the stored data may be to encrypt the stored data using a symmetric encryption algorithm and an asymmetric encryption algorithm.
  • Compressing the stored data may be filtering the redundant data in the stored data.
  • the distributed server 120 determines the available distributed storage device according to the found distributed storage path.
  • the distributed server 120 stores the data to be stored subjected to the encryption and compression processing into the found distributed storage device.
  • the data to be stored is encrypted and compressed, and the encrypted and compressed data to be stored is stored in the distributed storage device.
  • the security of the data to be stored can be improved; compressing the stored data reduces the data capacity of the data to be stored, improves the storage speed of the data to be stored, and saves the distributed storage device.
  • the method further includes the step of reading data in the distributed storage device, where the step specifically includes the following steps:
  • the terminal 110 when the terminal 110 needs to read data in the distributed storage device, the terminal 110 sends a data read request to the distributed server 120.
  • the data read request includes a virtual read path and a virtual read command, and the virtual read command corresponds to an operating system type of the terminal 110 or an operating system type of the virtual machine running on the terminal 110.
  • the distributed server 120 parses the data read request and parses the virtual read path and the virtual read command extracted into the data read request.
  • the distributed server 120 is provided with a path mapping table, where the mapping relationship between the virtual path and the distributed path is stored. After extracting the virtual read path, the distributed server 120 searches for a distributed read path corresponding to the virtual read path in the path map. The distributed server 120 looks up a distributed read instruction corresponding to the virtual read command in the distributed instruction library.
  • the distributed server 120 searches for the distributed storage device corresponding to the distributed read path search, and searches for the storage device according to the distributed read command. Read the data.
  • the distributed server 120 After the distributed server 120 reads the data according to the found distributed read instruction and the distributed read path, the distributed server 120 returns the read data to the terminal 110 according to the virtual read path.
  • the terminal 110 displays the read data on the display, which can be displayed on the virtual desktop of the virtual machine.
  • the terminal after acquiring the data read request sent by the terminal, extracting the virtual read path and the virtual read command in the data read request, and searching for the distributed read path corresponding to the virtual read path, in the distributed
  • the distributed read instruction corresponding to the virtual read instruction is searched in the instruction library, and the data is read from the distributed storage device corresponding to the distributed read path according to the distributed read command, and the read data is returned to the terminal and displayed.
  • the terminal can directly access the data stored in the distributed storage device, thereby improving the reading efficiency of the data stored in the distributed storage device.
  • a data virtualization storage device 800 is provided.
  • the device specifically includes a storage request obtaining module 802 , a data obtaining module 804 , a storage instruction searching module 806 , and a data storage module 810 .
  • the storage request obtaining module 802 is configured to acquire a storage request sent by the terminal.
  • the data obtaining module 804 is configured to acquire data to be stored according to the storage request, and extract a virtual storage path and a virtual storage instruction in the storage request.
  • the storage instruction lookup module 806 is configured to search for a distributed storage path corresponding to the virtual storage path, and search for a distributed storage instruction corresponding to the virtual storage instruction in the distributed instruction library.
  • the data storage module 808 is configured to store the data to be stored to the distributed storage device according to the distributed storage path and the distributed storage instruction.
  • the data to be stored is obtained according to the storage request, and the virtual storage path and the virtual storage instruction in the storage request are extracted, and the distributed storage path corresponding to the virtual storage path is searched for, and A distributed storage instruction corresponding to the virtual storage instruction is looked up in the distributed instruction library.
  • the data to be stored is stored according to the distributed storage instruction to the distributed storage device corresponding to the distributed storage path.
  • the terminal can be connected to the distributed storage device through the virtual storage path and the virtual storage instruction, and the distributed storage function is provided to the terminal, and the storage data sent by the terminal is stored in the distributed storage device.
  • Data can be stored to distributed storage devices without the need to expand local storage devices, and wasteful resources can be managed to manage local storage devices, improving data storage efficiency.
  • the data virtualization storage device 800 specifically includes a capacity acquisition request 810 , a capacity determination module 812 , and a storage device scheduling module 814 .
  • the capacity acquisition request 810 is configured to acquire a remaining capacity of the storage device corresponding to the virtual storage path and a data capacity of the data to be stored.
  • the capacity judging module 812 is configured to determine whether the data capacity of the data to be stored is greater than the remaining capacity of the storage device.
  • the storage device scheduling module 814 is configured to: when the data capacity of the data to be stored is greater than the remaining capacity of the storage device, schedule the idle distributed storage device, and store the distributed storage path corresponding to the scheduled distributed storage device and the virtual storage path. .
  • the idle distributed storage device when it is determined that the data capacity of the data to be stored is greater than the remaining capacity of the storage device, the idle distributed storage device may be scheduled, and the distributed storage path corresponding to the scheduled distributed storage device is stored corresponding to the virtual storage path, thereby improving The scalability of the storage device corresponding to the virtual storage path improves the utilization of the distributed storage device.
  • the store instruction lookup module 806 specifically includes an interface protocol determination module 806a, an instruction library lookup module 806b, and a distributed instruction lookup module 806c.
  • the interface protocol determining module 806a is configured to determine an interface protocol corresponding to the virtual storage instruction.
  • the instruction library search module 806b is configured to search for a distributed instruction library corresponding to the interface protocol.
  • the distributed instruction lookup module 806c is configured to search for a distributed storage instruction corresponding to the virtual storage instruction in the found distributed instruction library.
  • the distributed instruction library is searched according to the interface protocol corresponding to the virtual storage instruction, and the distributed storage instruction corresponding to the virtual storage instruction is searched in the found distributed instruction library.
  • the data storage module 808 specifically includes: a data encryption compression module 808a, a storage device lookup module 808b, and a data write module 808c.
  • the data encryption compression module 808a is configured to perform encryption and compression processing on the data to be stored according to the distributed storage instruction.
  • the storage device searching module 808b is configured to search for a distributed storage device corresponding to the distributed storage path.
  • the data writing module 808c is configured to write the processed data to be stored into the discovered distributed storage device.
  • the data to be stored is encrypted and compressed, and the encrypted and compressed data to be stored is stored in the distributed storage device.
  • the security of the data to be stored can be improved; compressing the stored data reduces the data capacity of the data to be stored, improves the storage speed of the data to be stored, and saves the distributed storage device.
  • the data virtualization storage device 800 specifically includes: a read request receiving module 816, a read request parsing module 818, a read command lookup module 820, a data reading module 822, and data. Return to module 824.
  • the read request receiving module 816 is configured to receive a data read request sent by the terminal.
  • the read request parsing module 818 is configured to extract a virtual read path and a virtual read instruction in the data read request.
  • the read instruction lookup module 820 is configured to find a distributed read path corresponding to the virtual read path, and find a distributed read instruction corresponding to the virtual read instruction in the distributed instruction library.
  • the data reading module 822 is configured to read data from the distributed storage device corresponding to the distributed read path according to the distributed read instruction.
  • the data returning module 824 is configured to return the read data to the terminal and display it.
  • the terminal after acquiring the data read request sent by the terminal, extracting the virtual read path and the virtual read command in the data read request, and searching for the distributed read path corresponding to the virtual read path, in the distributed
  • the distributed read instruction corresponding to the virtual read instruction is searched in the instruction library, and the data is read from the distributed storage device corresponding to the distributed read path according to the distributed read command, and the read data is returned to the terminal and displayed.
  • the terminal can directly access the data stored in the distributed storage device, thereby improving the reading efficiency of the data stored in the distributed storage device.
  • the various modules in the above data interface test apparatus may be implemented in whole or in part by software, hardware, and combinations thereof.
  • the network interface may be an Ethernet or a wireless network card.
  • Each of the above modules may be embedded in a hardware form or independent of a processor in the server, or may be stored in a memory of the server in a software form, so that the processor calls to perform operations corresponding to the above modules.
  • the processor can be a central processing unit (CPU), a microprocessor, a microcontroller, or the like.
  • the storage medium may be a magnetic disk, an optical disk, or a read-only storage memory (Read-Only) Memory, ROM) or Random Access Memory (RAM).

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

L'invention concerne un procédé de mémorisation pour virtualisation de données, comprenant les étapes consistant : à acquérir une demande de mémorisation envoyée par un terminal (302) ; à acquérir des données à mémoriser en fonction de la demande de mémorisation, et à extraire de la demande de mémorisation un chemin de mémoire virtuelle et une instruction de mémorisation virtuelle (304) ; à rechercher, dans une bibliothèque d'instructions distribuée, un chemin de mémoire distribuée correspondant au chemin de mémoire virtuelle, et à rechercher une instruction de mémorisation distribuée correspondant à l'instruction de mémoire virtuelle (306) ; et à mémoriser les données à mémoriser dans un dispositif de mémorisation distribuée selon le chemin de mémorisation distribuée et l'instruction de mémorisation distribuée (308).
PCT/CN2017/084519 2016-11-21 2017-05-16 Procédé et appareil de mémorisation pour virtualisation de données, serveur et support d'informations WO2018090585A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611026488.0 2016-11-21
CN201611026488.0A CN106708428B (zh) 2016-11-21 2016-11-21 数据虚拟化存储方法和装置

Publications (1)

Publication Number Publication Date
WO2018090585A1 true WO2018090585A1 (fr) 2018-05-24

Family

ID=58940163

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/084519 WO2018090585A1 (fr) 2016-11-21 2017-05-16 Procédé et appareil de mémorisation pour virtualisation de données, serveur et support d'informations

Country Status (3)

Country Link
CN (1) CN106708428B (fr)
TW (1) TWI680404B (fr)
WO (1) WO2018090585A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116204136A (zh) * 2023-05-04 2023-06-02 山东浪潮科学研究院有限公司 一种数据存储、查询方法、装置、设备及存储介质

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107423301B (zh) * 2016-05-24 2021-02-23 华为技术有限公司 一种数据处理的方法、相关设备及存储系统
CN109445692A (zh) * 2018-10-18 2019-03-08 深圳市硅格半导体有限公司 基于网络的数据存储方法、终端、服务器和系统
CN109309590A (zh) * 2018-10-29 2019-02-05 武汉世捷通网络信息技术有限公司 虚拟化数据中心的可扩缩多租户网络架构信息采集方法
CN109783494A (zh) * 2018-12-29 2019-05-21 深圳云天励飞技术有限公司 数据存储方法及相关装置
CN112199050A (zh) * 2020-10-22 2021-01-08 Tcl通讯(宁波)有限公司 存储方法、装置、存储介质及终端设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7533389B2 (en) * 2003-06-20 2009-05-12 Sun Microsystems, Inc. Dynamic loading of remote classes
CN101587480A (zh) * 2008-05-21 2009-11-25 鸿富锦精密工业(深圳)有限公司 Notes文件分布式存储系统及方法
CN101662811A (zh) * 2009-08-17 2010-03-03 北京航空航天大学 基于可靠路径的分布式路由协议
CN103095832A (zh) * 2013-01-15 2013-05-08 北京邮电大学 一种基于通信可靠性的分布式存储方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102917005B (zh) * 2012-08-28 2016-10-26 大唐软件技术股份有限公司 一种支持事务的海量存储访问方法及装置
CN103257941B (zh) * 2013-04-17 2015-09-23 浪潮(北京)电子信息产业有限公司 多协议存储控制器和系统
CN103513940B (zh) * 2013-10-21 2016-09-07 北京华胜天成科技股份有限公司 虚拟机在线扩展磁盘容量的方法和虚拟系统控制台
CN104020961B (zh) * 2014-05-15 2017-07-25 深信服科技股份有限公司 分布式数据存储方法、装置及系统
CN104484130A (zh) * 2014-12-04 2015-04-01 北京同有飞骥科技股份有限公司 一种横向扩展存储系统的构建方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7533389B2 (en) * 2003-06-20 2009-05-12 Sun Microsystems, Inc. Dynamic loading of remote classes
CN101587480A (zh) * 2008-05-21 2009-11-25 鸿富锦精密工业(深圳)有限公司 Notes文件分布式存储系统及方法
CN101662811A (zh) * 2009-08-17 2010-03-03 北京航空航天大学 基于可靠路径的分布式路由协议
CN103095832A (zh) * 2013-01-15 2013-05-08 北京邮电大学 一种基于通信可靠性的分布式存储方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116204136A (zh) * 2023-05-04 2023-06-02 山东浪潮科学研究院有限公司 一种数据存储、查询方法、装置、设备及存储介质
CN116204136B (zh) * 2023-05-04 2023-08-15 山东浪潮科学研究院有限公司 一种数据存储、查询方法、装置、设备及存储介质

Also Published As

Publication number Publication date
CN106708428B (zh) 2018-06-29
TWI680404B (zh) 2019-12-21
TW201820126A (zh) 2018-06-01
CN106708428A (zh) 2017-05-24

Similar Documents

Publication Publication Date Title
WO2018090585A1 (fr) Procédé et appareil de mémorisation pour virtualisation de données, serveur et support d'informations
WO2015020471A1 (fr) Procédé et appareil de distribution de données dans un environnement en nuage hybride
WO2014032262A1 (fr) Procédé et système d'implémentation pour migration d'application entre des plateformes
WO2016023148A1 (fr) Procédé de régulation de paquets, commutateur et contrôleur
WO2017142293A1 (fr) Dispositif électronique et procédé d'affichage de données d'application associé
WO2017088664A1 (fr) Procédé et appareil de traitement de données destinés à un système de fichiers en grappes
WO2018205376A1 (fr) Procédé d'interrogation d'informations d'association, terminal, système de gestion de serveur et support de stockage lisible par ordinateur
WO2021060609A1 (fr) Système informatique distribué comprenant une pluralité de périphéries et un nuage et procédé de fourniture de modèle pour l'utilisation d'intelligence adaptative de celui-ci
CN104247376A (zh) 云存储的文件上传方法、客户端、应用服务器及云存储系统
WO2018076889A1 (fr) Procédé de sauvegarde de données, dispositif, système, support de stockage et serveur
WO2016171401A1 (fr) Procédé et dispositif pour le partage d'un document à édition coopérative
WO2018014567A1 (fr) Procédé servant à améliorer les performances d'une machine virtuelle, et terminal, dispositif et support de stockage lisible par ordinateur
WO2018090823A1 (fr) Procédé et système de protection de données de clé de partition de système et terminal
WO2018040421A1 (fr) Procédé, appareil et système de partage de ressources
WO2018076864A1 (fr) Procédé, appareil, support de stockage et dispositif électronique de synchronisation de données
WO2015106497A1 (fr) Procédé dynamique de mappage équilibré d'interruption en fonction d'un état de programmation de vcpu en cours
WO2014126335A1 (fr) Procédé de gestion de données basé sur l'informatique en nuage, et système et appareil associés
WO2020235797A1 (fr) Appareil de traitement d'opération de multiplication modulaire et procédés associés
WO2018028128A1 (fr) Procédé pour renvoyer des informations de données de liaison montante et appareil associé
WO2018233370A1 (fr) Procédé, système, dispositif et support de stockage lisible par ordinateur de synchronisation d'une image
WO2018233369A1 (fr) Procédé d'écriture basé sur la copie sur écriture et dispositif de disque virtuel, et support de stockage
WO2013075613A1 (fr) Procédé et dispositif de fourniture d'un service de réseau
WO2016010319A2 (fr) Système de service de diffusion en continu en nuage, procédé de compression de données permettant d'éviter l'engorgement d'une mémoire et dispositif associé
WO2018076811A1 (fr) Dispositif électronique, support d'informations, système, dispositif et procédé de partage de données
WO2019056733A1 (fr) Procédé de limitation de volume concurrent, serveur d'application, système, et support de stockage

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: 17871621

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 04.09.2019)

122 Ep: pct application non-entry in european phase

Ref document number: 17871621

Country of ref document: EP

Kind code of ref document: A1