WO2014180348A1 - Method and device for processing versioned file duplicate removal - Google Patents

Method and device for processing versioned file duplicate removal Download PDF

Info

Publication number
WO2014180348A1
WO2014180348A1 PCT/CN2014/077168 CN2014077168W WO2014180348A1 WO 2014180348 A1 WO2014180348 A1 WO 2014180348A1 CN 2014077168 W CN2014077168 W CN 2014077168W WO 2014180348 A1 WO2014180348 A1 WO 2014180348A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
version
version file
deduplication
download
Prior art date
Application number
PCT/CN2014/077168
Other languages
French (fr)
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 WO2014180348A1 publication Critical patent/WO2014180348A1/en

Links

Classifications

    • 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/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1748De-duplication implemented within the file system, e.g. based on file segments

Definitions

  • the present invention relates to the field of communications, and in particular to a version file deduplication processing method and apparatus.
  • An object storage system is an infrastructure of cloud storage services in the field of cloud computing, and has continued to grow at a relatively high rate in recent years.
  • deduplication is a core technology that saves storage space and directly affects hardware costs.
  • Objects in the object store are saved as files in the storage system.
  • each vendor object storage supports file deduplication and block deduplication functions.
  • File deduplication and block deduplication are for files or blocks with the same signature, and only one copy of the same file or file block for the signature is achieved. Save storage space.
  • the file is deduplicated in file units and requires the contents of the two files to be identical.
  • the block deduplication is in the file block unit. Therefore, in the two blocks that cannot be deduplicated, the different places may be only a part of the block, and other identical parts in the block cannot be deduplicated. Therefore, in the related art, file deduplication or block deduplication processing cannot effectively achieve storage space savings.
  • the present invention provides a method and apparatus for deduplicating a version file to at least solve the problem that the processing of file deduplication or block deduplication in the related art cannot effectively realize the saving of the storage space.
  • a method for deduplicating a version file including: obtaining a first temporary complete file corresponding to a current version file; comparing a difference portion between the uploaded version file and the first temporary complete file; The difference is updated to a new version file.
  • the obtaining the first temporary complete file corresponding to the current version file includes: determining whether a parent file of the current version file exists; and if the determination result is yes, the current version file and All previous version files are merged into the first temporary complete file.
  • the method further includes: receiving version file download information, where the version file download information includes a download version of the version file; acquiring a second corresponding to the download version Temporary complete file; download the second temporary complete file.
  • the obtaining the second temporary complete file corresponding to the downloaded version comprises: determining whether a parent file corresponding to the downloaded version exists; and if the determination result is yes, downloading the downloaded version and all previous The version files are merged into the second temporary complete file.
  • the method before acquiring the first temporary complete file corresponding to the current version file, the method further includes: determining an enabled version policy and/or a version file deduplication function.
  • a version file deduplication device including: a first obtaining module, configured to acquire a first temporary complete file corresponding to a current version file; and a comparison module configured to compare an uploaded version file a difference portion with the first temporary complete file; an update module configured to update the difference portion to a new version file.
  • the first obtaining module includes: a first determining unit, configured to determine whether a parent file of the current version file exists; and a first merging unit configured to determine that the result of the first determining unit is yes In the case, the current version file and all previous version files thereof are merged into the first temporary complete file.
  • the device further includes: a receiving module, configured to receive the version file downloading information, where the version file downloading information includes a download version of the version file; and the second obtaining module is configured to obtain the first corresponding to the downloaded version Second temporary complete file; download module, set to download the second temporary complete file.
  • the second obtaining module includes: a second determining unit, configured to determine whether a parent file corresponding to the downloaded version exists; and a second merging unit configured to determine that the second determining unit is yes In the case, the downloaded version and all previous version files are merged into the second temporary complete file.
  • the apparatus further comprises: a determining module configured to determine an enable version policy and/or a version file deduplication function.
  • the first temporary complete file corresponding to the current version file is obtained; the difference portion between the uploaded version file and the first temporary complete file is compared; and the difference portion is updated to the new version file, and the related technology is solved.
  • the process of deduplication or block deduplication in the middle of the file does not effectively realize the problem of saving the storage space, thereby achieving the effect of storing only the modified part and greatly saving storage space.
  • FIG. 1 is a flowchart of a method for deduplicating a version file according to an embodiment of the present invention
  • FIG. 2 is a block diagram showing a structure of a deduplication processing device for a version file according to an embodiment of the present invention
  • FIG. 3 is a version file according to an embodiment of the present invention.
  • FIG. 4 is a block diagram showing a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention
  • FIG. 5 is a block diagram deduplication processing apparatus according to an embodiment of the present invention
  • FIG. 6 is a block diagram showing a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention
  • FIG. 7 is a schematic structural diagram of a version file deduplication system according to an embodiment of the present invention
  • FIG. 9 is a flowchart of an upload control process according to an embodiment of the present invention
  • FIG. 10 is a flowchart of a version file deduplication request process according to an embodiment of the present invention
  • FIG. 10 is a flowchart of a version file deduplication request process according to an embodiment of the present invention.
  • FIG. 12 is a diagram of a version file deduplication system for uploading according to an embodiment of the present invention
  • FIG. 13 is a flowchart of deduplication processing of an uploaded modified partial version file by a version file deduplication system according to an embodiment of the present invention
  • FIG. 14 is a user according to an embodiment of the present invention
  • FIG. 15 is a flowchart of processing a version file download when a version policy is opened according to an embodiment of the present invention
  • FIG. 16 is a flowchart of a version file assembly and merge process according to an embodiment of the present invention
  • 17 is a flowchart of assembling and merging version files according to an embodiment of the present invention
  • FIG. 18 is a flowchart of processing a user uploading a full version file of a specified object in the case of version deduplication according to an embodiment of the present invention
  • 19 is a flow diagram of processing a user to download a specified version of a specified object in the case of version deduplication in accordance with a preferred embodiment of the present invention.
  • Step S102 Obtaining a first temporary complete file corresponding to the current version file
  • Step S104 comparing a difference portion between the uploaded version file and the first temporary complete file
  • Step S106 updating the difference portion to a new version file.
  • the first temporary complete file corresponding to the current version file When the first temporary complete file corresponding to the current version file is obtained, all the files before the current version file are merged to form a complete file. For example, the following processing may be used to determine whether the parent file of the current version file exists; If the result of the determination is yes, the current version file and all the previous version files are merged into the first temporary complete file. It should be noted that the parent file may still exist in the parent file, and therefore, the stored version file is continuously For example, you can add the parent file to the merge list, and then loop through the parent files until the initial version is added to the list, and then merge to form a first temporary complete file in the order from old to new (Vl ⁇ Vn).
  • the stored version file may also be downloaded according to the version file stored in the version, for example, the version file download information is received first, where the version file download information includes the download version of the version file; Download the second temporary complete file corresponding to the version; download the second temporary complete file. Similar to the uploading process of the version file, when downloading, obtaining the second temporary complete file corresponding to the downloaded version may also adopt a similar process, that is, first determining whether the parent file corresponding to the downloaded version exists; if the judgment result is yes, Combine the downloaded version and all previous version files into a second temporary complete file. That is, both the version file upload and download processing involve the merge processing of the version file.
  • the method further includes: determining an enabled version policy and/or a version file deduplication function, and determining that the version and/or version file deduplication function is enabled Then, the deduplication processing of the version file is performed, which can effectively improve the processing efficiency of the file.
  • a version file deduplication device is also provided, which is used to implement the above-mentioned embodiments and preferred embodiments, and has not been described again.
  • the term "module" may implement a combination of software and/or hardware of a predetermined function.
  • FIG. 2 is a structural block diagram of a version file deduplication processing apparatus according to an embodiment of the present invention.
  • the apparatus includes a first obtaining module 22, a comparing module 24, and an updating module 26.
  • the apparatus will be described below.
  • the first obtaining module 22 is configured to obtain the first temporary complete file corresponding to the current version file;
  • the comparing module 24 is connected to the first obtaining module 22, and is configured to compare the difference between the uploaded version file and the first temporary complete file;
  • the update module 26, coupled to the comparison module 24 described above, is arranged to update the difference portion to a new version file.
  • FIG. 3 is a structural block diagram of a first obtaining module 22 in a version file deduplication processing apparatus according to an embodiment of the present invention.
  • the first obtaining module 22 includes a first determining unit 32 and a first combining unit 34.
  • the first acquisition module 22 will be described below.
  • the first determining unit 32 is configured to determine whether the parent file of the current version file exists;
  • the first merging unit 34 is connected to the first determining unit 32, and is set to be, if the judgment result of the first determining unit is yes, The current version file and all previous version files are merged into the first temporary complete file.
  • 4 is a block diagram of a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG.
  • the apparatus includes a receiving module 42 and a second acquiring module, in addition to all the modules shown in FIG. 44 and the download module 46, the version file deduplication device will be described below.
  • the receiving module 42 is connected to the update module 26, and is configured to receive the version file download information, where the version file download information includes a download version of the version file
  • the second obtaining module 44 is connected to the receiving module 42 and configured to acquire and download.
  • the second temporary complete file corresponding to the version; the downloading module 46, connected to the second obtaining module 44, is configured to download the second temporary complete file.
  • FIG. 5 is a structural block diagram of a second obtaining module 44 in a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG.
  • the second obtaining module 44 includes a second determining unit 52 and a second combining unit 54, The second acquisition module 44 will be described below.
  • the second determining unit 52 is configured to determine whether the parent file corresponding to the downloaded version exists;
  • the second merging unit 54 is connected to the second determining unit 52, and is configured to, if the determination result of the second determining unit is YES, The download version and all previous version files are merged into a second temporary complete file.
  • 6 is a block diagram of a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG. 6, the apparatus includes a determination module 62 in addition to all the modules shown in FIG. The determination module 62 is described.
  • the determining module 62 is connected to the first obtaining module 22, and is configured to determine an enabled version policy and/or a version file deduplication function.
  • the version file refers to the different historical versions of the same object after the object storage has opened the file version function. Different historical versions reflect the user's modification of the file. Generally, the amount of modification is not too large each time, that is, the difference between two adjacent historical versions is not too large, but even if one byte is modified, the file deduplication function is not applicable.
  • the block deduplication function has the previous problem. That is to say, in the version file, there is also a problem that the above file is deduplicated and the block is deduplicated.
  • a method and system for deduplicating a version file in object storage includes: a process in which the object storage system applies a version policy to a new version of a user-uploaded object and deduplicates the version file.
  • the process includes the steps of the object storage system determining whether to use the version policy for the target object, creating a version file, deduplicating the version file, and assembling the deduplicated version file when the user downloads according to the steps set by the system and the user.
  • the version file deduplication system which is part of the object storage system, is used to set the system version policy for the system and the user and to create a deduplicated version file.
  • the system includes: a version policy setting module 70 (corresponding to the function of the determining module 62), and a request processing module 72 (with the above)
  • the receiving module 42 functions equivalently, the version file processing module 74 (corresponding to the comparison module 24, the first obtaining module 22, and the second obtaining module 44), and the file reading and writing module 76 (corresponding to the function of the download module 46 described above), Explain the system in the face.
  • the version policy setting module 70 provides an operation interface for the administrator and is set to set the version policy.
  • the version file deduplication system does not perform version file processing when the version policy setting module 70 does not enable the version policy, and performs version file processing but does not perform version file processing when the version policy setting module 70 enables the version policy but does not set the version deduplication policy. Go heavy.
  • the request processing module 72 receives the upload/download request of the user, and calls the version file processing module 74 to process the response to the user. For the upload operation, the request processing module 72 receives the file uploaded by the user and returns the result of the operation. For the download operation, the request processing module 72 transmits the file requested by the user to the user.
  • the version file processing module 74 performs version file processing according to the requirements of the request processing module 72, and mainly performs two functions of version file merging and version file creation.
  • the file reading and writing module 76 completes the reading and writing operations of the file on the file system according to the requirements of the version file processing module 74.
  • the version file is assembled, so that each version file only needs to save the modified part except the original original version, and the user-specified version file is generated by orderly merging;
  • the creation of the version file allows the object storage system to save the entire version file when the user uploads a new version of the object, and only needs to save the new version with the current version, which greatly saves storage space.
  • FIG. 8 is a schematic diagram of a file merging method according to an embodiment of the present invention. As shown in FIG.
  • the file used in the de-duplication processing has a special file header, and the file header includes a parent file pointer, that is, path information of the parent file.
  • a parent file pointer that is, path information of the parent file.
  • the parent file pointer is empty.
  • the parent file can be added to the merge list first, and the parent file is looped through until the initial version is added to the list, and then merged in order from old to new (Vl ⁇ Vn), and finally a the complete document.
  • the operation of the file by the user mainly includes two parts of uploading and downloading.
  • FIG. 9 is a flowchart of an upload control process according to an embodiment of the present invention. As shown in FIG. 9, the process includes the following steps: Step S902: determining whether a version policy is set in the current system, if not, proceeding to step S904, if If it is set, go to step S906; Step S904, if the version policy is not set, the version processing is not required, and the file can be directly saved, if the original file with the same name exists, the direct coverage is performed; Step S906, if the version policy is set, the uploaded file is required. If the version file is processed, it will enter the version file processing.
  • Step S902 determining whether a version policy is set in the current system, if not, proceeding to step S904, if If it is set, go to step S906; Step S904, if the version policy is not set, the version processing is not required, and the file can be directly saved, if the original file with the same name exists, the direct coverage is performed; Step S906, if the version
  • step S1002 the object storage system determines whether the version file is deduplicated. If not, the process goes to step S1004. Otherwise, the process goes to step S1006.
  • step S1004 when the version file is not set, the uploaded version file is saved. Re-processing, setting the newly uploaded file as the current version of the object, and the original current version file becomes the historical version; Step S1006, setting the version file to be de-duplicated when the version file is deduplicated, then performing the version file de-duplication processing.
  • FIG. 11 is a flowchart of a deduplication process of a version file according to an embodiment of the present invention. As shown in FIG. 11, the process includes the following steps: Step S1102: Determine whether an uploaded version file is a complete file or only a modified part of a file segment. If it is a complete file, go to step S1104, otherwise go to step S1106; step S1104, perform deduplication processing of full version file uploading; step S1106: perform deduplication processing for modifying partial version file upload.
  • FIG. 12 is a flowchart of deduplication processing of a full version file uploaded by a version file deduplication system according to an embodiment of the present invention. As shown in FIG.
  • Step S1202 assembling and merging the current version file , obtaining a complete current version file
  • Step S1204 comparing the difference between the uploaded version file and the current version file of the object, and saving the modified part as a new version file
  • Step S1208, the new version file is set as the current version of the object, and the previous current version file becomes the historical version of the object.
  • FIG. 13 is a flowchart of a deduplication process performed by a version file deduplication system on a modified partial version file according to an embodiment of the present invention. As shown in FIG.
  • Step S1302 Uploading a modified partial file Save as a new version of the object
  • Step S1304 designate the parent file of the new version file as the current version file
  • step S1306 the new version file is set as the current version file, and the previous current version file becomes the historical version of the object.
  • the download file is taken as an example to describe the deduplication of the version file.
  • FIG. 14 is a flowchart of a user downloading a version file request process according to an embodiment of the present invention. As shown in FIG.
  • Step S1402 determining whether a version policy is set in the current system, and if not, proceeding to the step S1404, if it is set, go to step S1406; Step S1404, when the version policy is not set, the version processing is not required, and the user specified object is directly downloaded.
  • Step S1406 If the version policy is set to indicate the uploaded file, the version file processing is performed.
  • FIG. 15 is a flowchart of processing a version file download when a version policy is enabled according to an embodiment of the present invention. As shown in FIG. 15, the process includes the following steps: Step S1502: The object storage system determines whether a version file is set to be de-duplicated.
  • Step S1504 when it is not set, go to step S1504, otherwise go to step S1506; Step S1504, when the version file is not deduplicated, do not need to do assembly and merge processing, directly download the specified version of the user-specified object; Step S1506, set the version file to de-weight When the version file is assembled and merged.
  • 16 is a flowchart of a version file assembly and merge process according to an embodiment of the present invention. As shown in FIG. 16, the process includes the following steps: Step S1602: Obtain a complete current version file by assembling and merging the current version of the object; S1604: Download the specified version of the assembled user-specified object.
  • FIG. 17 is a flowchart of assembling and merging a version file according to an embodiment of the present invention.
  • Step S1702 Obtain a specified version file of a user-specified object and join a to-be-combined list, and query the file.
  • Parent file information if the parent file information that is queried does not exist, go to step S1706, otherwise go to step S1708;
  • Step S1706 sequentially merging the files in the to-be-combined list, generating a complete version file, and ending the merging;
  • Step S1708 adding the parent file to the to-be-combined list, and querying the parent file information of the parent file.
  • FIG. 18 is a flowchart of processing a user uploading a full version file of a specified object in the case of version deduplication according to an embodiment of the present invention. As shown in FIG. 18, when a user uploads a Vn version complete file, the version file deduplication system performs a version file.
  • the reprocessing includes the following steps: Step S1802: determining that the current system has enabled the version policy; Step S1804, determining that the current system has set the version deduplication; Step S1806, determining that the specified object of the uploaded version is Vn is a complete file; Step S1808, Querying the current version of the object, which is Vn-1; Step S1810, obtaining the parent file information Vn-2...
  • step S1812 combining Vl ⁇ Vn-1 into the temporary of Vn-1
  • step S1814 comparing the uploaded file Vn with the temporary complete file Vn- ⁇ , saving the difference portion as the modified partial file Vn
  • step S1816 setting the current version of the object to Vn, Vn- 1 becomes the historical version
  • step S1818 the version file is de-duplicated successfully.
  • Preferred Embodiment 2 It should be noted that the application is applied to an object storage system as an example.
  • the initial conditions of this embodiment include:
  • FIG. 19 is a flowchart of processing the user to download the specified version of the specified object in the case of version deduplication according to a preferred embodiment of the present invention.
  • the version file deduplication system performs the version file merging process including the following steps:
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
  • the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software.
  • a version file deduplication processing method and apparatus provided by an embodiment of the present invention have the following The beneficial effects: solving the problem that the file deduplication or the block deduplication in the related art can not effectively realize the saving of the storage space, thereby achieving the effect of only storing the modified part and greatly saving the storage space. .

Landscapes

  • Engineering & Computer Science (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)

Abstract

A method and device for processing versioned file duplicate removal. The method comprises: acquiring a first temporary full file corresponding to a current version file; comparing a distinguishing part of an uploaded version file with the first temporary full file; and, updating the distinguishing part as a new version file. The present invention solves the problem in the relevant art that document duplicate removal or block duplicate removal processing cannot effectively and fundamentally implement storage space conservation, thus achieving the effect of greatly conserved storage space by storing only a modified part.

Description

版本文件去重处理方法及装置 技术领域 本发明涉及通信领域, 具体而言, 涉及一种版本文件去重处理方法及装置。 背景技术 对象存储系统是云计算领域中的云存储业务的基础架构, 近年来持续以较高的比 率迅猛增长。 在对象存储中, 去重是一项节约存储空间的核心技术, 直接影响着硬件 成本。 对象存储中对象以文件的形式保存在存储系统中。 目前各厂商对象存储都支持 文件去重和块去重功能, 文件去重和块去重针对的是有相同特征码的文件或块, 对特 征码相同文件或者文件块只保留一份, 从而达到节约存储空间的目的。 文件去重以文件为单位, 要求两个文件的内容完全相同。 而块去重以文件块为单 位, 因此在无法去重的两个块中, 相异的地方可能只是块的一部分, 而块中其它相同 的部分并不能实现去重。 因此, 在相关技术中文件去重或是块去重的处理并不能有效地从根本上实现存储 空间的节约。 发明内容 本发明提供了一种版本文件去重处理方法及装置, 以至少解决在相关技术中文件 去重或是块去重的处理并不能有效地从根本上实现存储空间的节约的问题。 根据本发明的一个方面, 提供了一种版本文件去重处理方法, 包括: 获取当前版 本文件所对应的第一临时完整文件; 比较上传版本文件与所述第一临时完整文件的差 异部分; 将所述差异部分更新为新版本文件。 优选地, 获取所述当前版本文件所对应的所述第一临时完整文件包括: 判断所述 当前版本文件的父文件是否存在; 在判断结果为是的情况下, 将所述当前版本文件及 其之前所有版本文件合并为所述第一临时完整文件。 优选地, 在将所述差异部分更新为新版本文件之后, 还包括: 接收版本文件下载 信息, 其中, 所述版本文件下载信息包括版本文件的下载版本; 获取与所述下载版本 对应的第二临时完整文件; 下载所述第二临时完整文件。 优选地, 获取与所述下载版本对应的所述第二临时完整文件包括: 判断所述下载 版本对应的父文件是否存在; 在判断结果为是的情况下, 将所述下载版本及其之前所 有版本文件合并为所述第二临时完整文件。 优选地,在获取所述当前版本文件所对应的所述第一临时完整文件之前,还包括: 确定启用版本策略和 /或版本文件去重处理功能。 根据本发明的另一方面, 提供了一种版本文件去重处理装置, 包括: 第一获取模 块, 设置为获取当前版本文件所对应的第一临时完整文件; 比较模块, 设置为比较上 传版本文件与所述第一临时完整文件的差异部分; 更新模块, 设置为将所述差异部分 更新为新版本文件。 优选地, 所述第一获取模块包括: 第一判断单元, 设置为判断所述当前版本文件 的父文件是否存在; 第一合并单元, 设置为在所述第一判断单元的判断结果为是的情 况下, 将所述当前版本文件及其之前所有版本文件合并为所述第一临时完整文件。 优选地, 该装置还包括: 接收模块, 设置为接收版本文件下载信息, 其中, 所述 版本文件下载信息包括版本文件的下载版本; 第二获取模块, 设置为获取与所述下载 版本对应的第二临时完整文件; 下载模块, 设置为下载所述第二临时完整文件。 优选地, 所述第二获取模块包括: 第二判断单元, 设置为判断所述下载版本对应 的父文件是否存在; 第二合并单元, 设置为在所述第二判断单元的判断结果为是的情 况下, 将所述下载版本及其之前所有版本文件合并为所述第二临时完整文件。 优选地, 该装置还包括: 确定模块, 设置为确定启用版本策略和 /或版本文件去重 处理功能。 通过本发明, 采用获取当前版本文件所对应的第一临时完整文件; 比较上传版本 文件与所述第一临时完整文件的差异部分; 将所述差异部分更新为新版本文件, 解决 了在相关技术中文件去重或是块去重的处理并不能有效地从根本上实现存储空间的节 约的问题, 进而达到了只对修改部分进行存储, 大大节约存储空间的效果。 附图说明 此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部分, 本发 明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的不当限定。 在附图 中: 图 1是根据本发明实施例的版本文件去重处理方法的流程图; 图 2是根据本发明实施例的版本文件去重处理装置的结构框图; 图 3是根据本发明实施例的版本文件去重处理装置中第一获取模块 22的结构框 图; 图 4是根据本发明实施例的版本文件去重处理装置的优选结构框图一; 图 5是根据本发明实施例的版本文件去重处理装置中第二获取模块 44的结构框 图; 图 6是根据本发明实施例的版本文件去重处理装置的优选结构框图二; 图 7是根据本发明实施例的版本文件去重系统的结构示意图; 图 8是根据本发明实施例的文件合并方法示意图; 图 9是根据本发明实施例的上传控制处理的流程图; 图 10是根据本发明实施例的版本文件去重请求处理的流程图; 图 11是根据本发明实施例的版本文件去重处理的流程图; 图 12 是根据本发明实施例的版本文件去重系统对上传的完整版本文件进行去重 处理的流程图; 图 13 是根据本发明实施例的版本文件去重系统对上传的修改部分版本文件进行 去重处理的流程图; 图 14是根据本发明实施例的用户下载版本文件请求处理的流程图; 图 15是根据本发明实施例的开启了版本策略时处理版本文件下载的流程图; 图 16是根据本发明实施例的版本文件组装合并处理的流程图; 图 17是根据本发明实施例的版本文件组装合并的流程图; 图 18 是根据本发明实施例的在版本去重情况下处理用户上传指定对象完整版本 文件的流程图; 图 19 是根据本发明优选实施方式的版本去重情况下处理用户下载指定对象的指 定版本的流程图。 具体实施方式 下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在不冲突的 情况下, 本申请中的实施例及实施例中的特征可以相互组合。 在本实施例中提供了一种版本文件去重处理方法, 图 1是根据本发明实施例的版 本文件去重处理方法的流程图, 如图 1所示, 该流程包括如下步骤: 步骤 S102, 获取当前版本文件所对应的第一临时完整文件; 步骤 S104, 比较上传版本文件与该第一临时完整文件的差异部分; 步骤 S106, 将差异部分更新为新版本文件。 通过上述步骤, 只对有修改的部分 (即差异部分) 进行更新存储, 相对于在相关 技术中文件去重或是块去重的处理并不能有效地从根本上实现存储空间的节约的问 题, 不仅解决了相关技术中存储浪费的问题, 而且只对修改部分进行存储, 大大节约 存储空间的效果。 获取当前版本文件所对应的第一临时完整文件时, 即将当前版本文件之前的所有 文件进行合并处理, 形成一个完整文件, 例如, 可以采用以下处理, 判断该当前版本 文件的父文件是否存在; 在判断结果为是的情况下, 将当前版本文件及其之前所有版 本文件合并为该第一临时完整文件, 需要说明的是, 父文件可能还存在父文件, 因此, 对存储的版本文件进行持续有序的合并, 例如, 可以先将父文件加入合并列表, 循环 查询父文件, 直到将最初版本加入列表后, 再依照从旧到新 (Vl~Vn)的顺序合并形成 一个第一临时完整文件。 在将差异部分更新为新版本文件之后, 还可以依据版本存储的版本文件下载存储 的版本文件, 例如, 先接收版本文件下载信息, 其中, 该版本文件下载信息包括版本 文件的下载版本; 获取与下载版本对应的第二临时完整文件; 下载该第二临时完整文 件。 与版本文件的上传处理类似, 下载时, 获取与下载版本对应的第二临时完整文件 也可以采用类似的处理, 即先判断下载版本对应的父文件是否存在; 在判断结果为是 的情况下, 将该下载版本及其之前所有版本文件合并为第二临时完整文件。 即对版本 文件上传和下载处理时均涉及版本文件的合并处理。 优选地, 在获取当前版本文件所对应的第一临时完整文件之前, 还包括: 确定启 用版本策略和 /或版本文件去重处理功能,在确定启用版本和 /或版本文件去重处理功能 的情况下, 才执行版本文件的去重处理, 可以有效提高文件的处理效率。 在本实施例中还提供了一种版本文件去重处理装置, 该装置用于实现上述实施例 及优选实施方式, 已经进行过说明的不再赘述。 如以下所使用的, 术语 "模块"可以 实现预定功能的软件和 /或硬件的组合。尽管以下实施例所描述的装置较佳地以软件来 实现, 但是硬件, 或者软件和硬件的组合的实现也是可能并被构想的。 图 2是根据本发明实施例的版本文件去重处理装置的结构框图, 如图 2所示, 该 装置包括第一获取模块 22、 比较模块 24和更新模块 26, 下面对该装置进行说明。 第一获取模块 22, 设置为获取当前版本文件所对应的第一临时完整文件; 比较模 块 24,连接至上述第一获取模块 22,设置为比较上传版本文件与第一临时完整文件的 差异部分; 更新模块 26, 连接至上述比较模块 24, 设置为将差异部分更新为新版本文 件。 图 3是根据本发明实施例的版本文件去重处理装置中第一获取模块 22的结构框 图, 如图 3所示, 该第一获取模块 22包括第一判断单元 32、 第一合并单元 34, 下面 对该第一获取模块 22进行说明。 第一判断单元 32,设置为判断当前版本文件的父文件是否存在;第一合并单元 34, 连接至上述第一判断单元 32, 设置为在第一判断单元的判断结果为是的情况下, 将当 前版本文件及其之前所有版本文件合并为第一临时完整文件。 图 4是根据本发明实施例的版本文件去重处理装置的优选结构框图一, 如图 4所 示, 该装置除包括图 2所示的所有模块外, 还包括接收模块 42、 第二获取模块 44和 下载模块 46, 下面对该版本文件去重处理装置进行说明。 接收模块 42, 连接至上述更新模块 26, 设置为接收版本文件下载信息, 其中, 版 本文件下载信息包括版本文件的下载版本;第二获取模块 44,连接至上述接收模块 42, 设置为获取与下载版本对应的第二临时完整文件; 下载模块 46, 连接至上述第二获取 模块 44, 设置为下载第二临时完整文件。 图 5是根据本发明实施例的版本文件去重处理装置中第二获取模块 44的结构框 图, 如图 5所示, 该第二获取模块 44包括第二判断单元 52和第二合并单元 54, 下面 对该第二获取模块 44进行说明。 第二判断单元 52,设置为判断下载版本对应的父文件是否存在;第二合并单元 54, 连接至上述第二判断单元 52, 设置为在第二判断单元的判断结果为是的情况下, 将下 载版本及其之前所有版本文件合并为第二临时完整文件。 图 6是根据本发明实施例的版本文件去重处理装置的优选结构框图二, 如图 6所 示, 该装置除包括图 2所示的所有模块外, 还包括确定模块 62, 下面对该确定模块 62 进行说明。 确定模块 62, 连接至上述第一获取模块 22, 设置为确定启用版本策略和 /或版本 文件去重处理功能。 版本文件是指对象存储开启了文件版本功能后, 同一对象的不同历史版本。 不同 历史版本体现了用户对文件的修改, 一般每次修改量不会太大, 即相邻两个历史版本 的差异不会太大, 但即使修改一个字节, 文件去重功能就不适用, 而块去重功能存在 着之前的问题。 即在版本文件中同样存在上述文件去重与块去重的问题。 基于上述问题, 在本实施例中, 提供了一种在对象存储中进行版本文件去重的方 法和系统。 该方法包括: 对象存储系统对用户上传的对象的新版本应用版本策略以及 版本文件去重的过程。 该过程包括对象存储系统根据系统和用户设置的步骤判断是否 对目标对象使用版本策略、 创建版本文件并实现版本文件去重、 用户下载时将经过去 重的版本文件进行组装等步骤。 版本文件去重系统, 该系统属于对象存储系统的一部分, 用于设置系统和用户的 文件版本策略并创建经过去重处理后的版本文件。 图 7是根据本发明实施例的版本文 件去重系统的结构示意图, 如图 7所示, 该系统包括: 版本策略设置模块 70 (与上述 确定模块 62功能相当)、 请求处理模块 72 (与上述接收模块 42功能相当)、 版本文件 处理模块 74 (与上述比较模块 24、 第一获取模块 22、 第二获取模块 44功能相当)、 文件读写模块 76 (与上述下载模块 46功能相当), 下面对该系统进行说明。 版本策略设置模块 70, 为管理员提供操作接口, 设置为设置版本策略。 版本文件 去重系统在版本策略设置模块 70未启用版本策略时不进行版本文件处理,在版本策略 设置模块 70 启用了版本策略但未设置版本去重策略时进行版本文件处理但不进行版 本文件的去重。 请求处理模块 72, 接收用户的上传 /下载请求, 调用版本文件处理模块 74处理后 将结果响应给用户。针对上传操作,请求处理模块 72接收用户上传的文件并返回操作 结果。 针对下载操作, 请求处理模块 72将用户请求的文件传送给用户。 版本文件处理模块 74, 根据请求处理模块 72的要求进行版本文件处理, 主要完 成版本文件合并和版本文件创建两个功能。 文件读写模块 76, 根据版本文件处理模块 74的要求完成文件在文件系统上的读 写操作。 通过上述版本文件去重处理方法及系统, 实现了版本文件的组装, 使得除了最初 的原始版本之外每个版本文件只需要保存修改的部分, 通过有序地合并生成用户指定 的版本文件; 实现了版本文件的创建, 使得用户上传对象的新版本时对象存储系统无 需保存整个版本文件, 只需要保存新版本与当前版本相异的部分, 大大节约了存储空 间。 图 8是根据本发明实施例的文件合并方法示意图, 如图 8所示, 该版本去重处理 使用的文件具有特殊的文件头, 文件头里包含了父文件指针即父文件的路径信息。 当 访问某个文件时, 需要将其与其父文件进行合并才能得到完整的文件, 同时, 父文件 可能又存在父文件, 所以需要有序地持续合并, 直到最后一个父文件不存在父文件, 即其父文件指针为空为止, 例如, 可以先将父文件加入合并列表, 循环查询父文件, 直到将最初版本加入列表后, 再依照从旧到新 (Vl~Vn)的顺序合并, 最后形成一个完 整的文件。 用户对文件的操作主要包括上传和下载两部分, 在启用了版本文件去重时, 两部 分都需要版本文件去重系统进行处理。 图 9是根据本发明实施例的上传控制处理的流程图, 如图 9所示, 该流程包括如 下步骤: 步骤 S902, 判断当前系统是否设置了版本策略, 若未设置则转到步骤 S904, 若 已设置则转到步骤 S906; 步骤 S904, 未设置版本策略时不需要进行版本处理, 直接保存文件即可, 若存在 同名原文件则直接覆盖; 步骤 S906, 若设置了版本策略表示上传的文件需要进行版本文件处理, 则进入版 本文件处理。 图 10是根据本发明实施例的版本文件去重请求处理的流程图, 如图 10所示, 在 开启了版本策略时处理版本文件上传时, 该流程包括如下步骤: 步骤 S1002, 对象存储系统判断是否设置了版本文件去重, 若未设置则转到步骤 S1004, 否则转到步骤 S1006; 步骤 S1004, 未设置版本文件去重时, 保存上传的版本文件, 不进行去重处理, 将新上传文件设置为对象的当前版本, 同时原当前版本文件成为历史版本; 步骤 S1006, 设置了版本文件去重时需要进行版本文件去重处理, 则进行版本文 件去重处理。 图 11是根据本发明实施例的版本文件去重处理的流程图, 如图 11所示, 该流程 包括如下步骤: 步骤 S1102, 判断上传的版本文件是完整文件还是只包含修改部分的文件片段, 若是完整文件则转到步骤 S1104, 否则转到步骤 S1106; 步骤 S1104, 进行完整版本文件上传的去重处理; 步骤 S1106: 进行修改部分版本文件上传的去重处理。 图 12 是根据本发明实施例的版本文件去重系统对上传的完整版本文件进行去重 处理的流程图, 如图 12所示, 该流程包括如下步骤: 步骤 S1202, 将当前版本文件进行组装合并, 得到完整的当前版本文件; 步骤 S1204, 比较对象的上传版本文件和当前版本文件的差异, 将修改的部分保 存为新的版本文件; 步骤 S1206, 将新版本文件的父文件指定为当前版本文件; 步骤 S1208, 将新版本文件设定为对象的当前版本, 同时之前的当前版本文件成 为对象的历史版本。 图 13 是根据本发明实施例的版本文件去重系统对上传的修改部分版本文件进行 去重处理的流程图, 如图 13所示, 该流程包括如下步骤: 步骤 S1302, 将上传的修改部分文件保存为对象的新版本; 步骤 S1304, 将新版本文件的父文件指定为当前版本文件; 步骤 S1306, 将新版本文件设定为当前版本文件, 同时之前的当前版本文件成为 对象的历史版本。 下面以下载文件为例,对版本文件去重处理进行说明。图 14是根据本发明实施例 的用户下载版本文件请求处理的流程图, 如图 14所示, 该流程包括如下步骤: 步骤 S1402, 判断当前系统是否设置了版本策略, 若未设置则转到步骤 S1404, 若已设置则转到步骤 S1406; 步骤 S1404, 未设置版本策略时不需要进行版本处理, 直接下载用户指定对象; 步骤 S1406, 若设置了版本策略表示上传的文件, 则进行版本文件处理。 图 15是根据本发明实施例的开启了版本策略时处理版本文件下载的流程图,如图 15所示, 该流程包括如下步骤: 步骤 S1502, 对象存储系统判断是否设置了版本文件去重, 若未设置则转到步骤 S1504, 否则转到步骤 S1506; 步骤 S1504, 未设置版本文件去重时, 不需要做组装合并处理, 直接下载用户指 定对象的指定版本; 步骤 S1506, 设置了版本文件去重时, 进行版本文件组装合并处理。 图 16是根据本发明实施例的版本文件组装合并处理的流程图, 如图 16所示, 该 流程包括以下步骤: 步骤 S1602, 通过对对象当前版本的组装合并, 得到完整的当前版本文件; 步骤 S1604: 下载组装后的用户指定对象的指定版本。 图 17是根据本发明实施例的版本文件组装合并的流程图, 如图 17所示, 该流程 包括以下步骤: 步骤 S1702, 获取用户指定对象的指定版本文件并加入待合并列表, 查询该文件 的父文件信息; 步骤 S1704, 若所查询的父文件信息不存在, 则转到步骤 S1706, 否则转到步骤 S1708; 步骤 S1706, 依次合并待合并列表中的文件, 生成完整的版本文件, 结束合并; 步骤 S1708, 将父文件添加到待合并列表, 查询父文件的父文件信息。 下面结合本发明优选实施方式进行说明。 优选实施方式 1 需要说明的是, 以下以应用于对象存储系统为例进行说明。 本实施例的初始条件 包括: The present invention relates to the field of communications, and in particular to a version file deduplication processing method and apparatus. BACKGROUND OF THE INVENTION An object storage system is an infrastructure of cloud storage services in the field of cloud computing, and has continued to grow at a relatively high rate in recent years. In object storage, deduplication is a core technology that saves storage space and directly affects hardware costs. Objects in the object store are saved as files in the storage system. At present, each vendor object storage supports file deduplication and block deduplication functions. File deduplication and block deduplication are for files or blocks with the same signature, and only one copy of the same file or file block for the signature is achieved. Save storage space. The file is deduplicated in file units and requires the contents of the two files to be identical. The block deduplication is in the file block unit. Therefore, in the two blocks that cannot be deduplicated, the different places may be only a part of the block, and other identical parts in the block cannot be deduplicated. Therefore, in the related art, file deduplication or block deduplication processing cannot effectively achieve storage space savings. SUMMARY OF THE INVENTION The present invention provides a method and apparatus for deduplicating a version file to at least solve the problem that the processing of file deduplication or block deduplication in the related art cannot effectively realize the saving of the storage space. According to an aspect of the present invention, a method for deduplicating a version file is provided, including: obtaining a first temporary complete file corresponding to a current version file; comparing a difference portion between the uploaded version file and the first temporary complete file; The difference is updated to a new version file. Preferably, the obtaining the first temporary complete file corresponding to the current version file includes: determining whether a parent file of the current version file exists; and if the determination result is yes, the current version file and All previous version files are merged into the first temporary complete file. Preferably, after updating the difference part to a new version file, the method further includes: receiving version file download information, where the version file download information includes a download version of the version file; acquiring a second corresponding to the download version Temporary complete file; download the second temporary complete file. Preferably, the obtaining the second temporary complete file corresponding to the downloaded version comprises: determining whether a parent file corresponding to the downloaded version exists; and if the determination result is yes, downloading the downloaded version and all previous The version files are merged into the second temporary complete file. Preferably, before acquiring the first temporary complete file corresponding to the current version file, the method further includes: determining an enabled version policy and/or a version file deduplication function. According to another aspect of the present invention, a version file deduplication device is provided, including: a first obtaining module, configured to acquire a first temporary complete file corresponding to a current version file; and a comparison module configured to compare an uploaded version file a difference portion with the first temporary complete file; an update module configured to update the difference portion to a new version file. Preferably, the first obtaining module includes: a first determining unit, configured to determine whether a parent file of the current version file exists; and a first merging unit configured to determine that the result of the first determining unit is yes In the case, the current version file and all previous version files thereof are merged into the first temporary complete file. Preferably, the device further includes: a receiving module, configured to receive the version file downloading information, where the version file downloading information includes a download version of the version file; and the second obtaining module is configured to obtain the first corresponding to the downloaded version Second temporary complete file; download module, set to download the second temporary complete file. Preferably, the second obtaining module includes: a second determining unit, configured to determine whether a parent file corresponding to the downloaded version exists; and a second merging unit configured to determine that the second determining unit is yes In the case, the downloaded version and all previous version files are merged into the second temporary complete file. Preferably, the apparatus further comprises: a determining module configured to determine an enable version policy and/or a version file deduplication function. According to the present invention, the first temporary complete file corresponding to the current version file is obtained; the difference portion between the uploaded version file and the first temporary complete file is compared; and the difference portion is updated to the new version file, and the related technology is solved. The process of deduplication or block deduplication in the middle of the file does not effectively realize the problem of saving the storage space, thereby achieving the effect of storing only the modified part and greatly saving storage space. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, In the drawing: 1 is a flowchart of a method for deduplicating a version file according to an embodiment of the present invention; FIG. 2 is a block diagram showing a structure of a deduplication processing device for a version file according to an embodiment of the present invention; FIG. 3 is a version file according to an embodiment of the present invention. FIG. 4 is a block diagram showing a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention; FIG. 5 is a block diagram deduplication processing apparatus according to an embodiment of the present invention; FIG. 6 is a block diagram showing a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention; FIG. 7 is a schematic structural diagram of a version file deduplication system according to an embodiment of the present invention; FIG. 9 is a flowchart of an upload control process according to an embodiment of the present invention; FIG. 10 is a flowchart of a version file deduplication request process according to an embodiment of the present invention; Flowchart of deduplication processing of version file according to an embodiment of the present invention; FIG. 12 is a diagram of a version file deduplication system for uploading according to an embodiment of the present invention; FIG. 13 is a flowchart of deduplication processing of an uploaded modified partial version file by a version file deduplication system according to an embodiment of the present invention; FIG. 14 is a user according to an embodiment of the present invention; FIG. 15 is a flowchart of processing a version file download when a version policy is opened according to an embodiment of the present invention; FIG. 16 is a flowchart of a version file assembly and merge process according to an embodiment of the present invention; 17 is a flowchart of assembling and merging version files according to an embodiment of the present invention; FIG. 18 is a flowchart of processing a user uploading a full version file of a specified object in the case of version deduplication according to an embodiment of the present invention; 19 is a flow diagram of processing a user to download a specified version of a specified object in the case of version deduplication in accordance with a preferred embodiment of the present invention. BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. In this embodiment, a method for deduplicating a version file is provided. FIG. 1 is a flowchart of a method for deduplicating a version file according to an embodiment of the present invention. As shown in FIG. 1, the process includes the following steps: Step S102, Obtaining a first temporary complete file corresponding to the current version file; Step S104, comparing a difference portion between the uploaded version file and the first temporary complete file; Step S106, updating the difference portion to a new version file. Through the above steps, only the modified part (ie, the difference part) is updated and stored, and the processing of file deduplication or block deduplication in the related art cannot effectively realize the problem of saving the storage space. It not only solves the problem of storage waste in related technologies, but also stores only the modified part, which greatly saves the effect of storage space. When the first temporary complete file corresponding to the current version file is obtained, all the files before the current version file are merged to form a complete file. For example, the following processing may be used to determine whether the parent file of the current version file exists; If the result of the determination is yes, the current version file and all the previous version files are merged into the first temporary complete file. It should be noted that the parent file may still exist in the parent file, and therefore, the stored version file is continuously For example, you can add the parent file to the merge list, and then loop through the parent files until the initial version is added to the list, and then merge to form a first temporary complete file in the order from old to new (Vl~Vn). After the difference portion is updated to the new version file, the stored version file may also be downloaded according to the version file stored in the version, for example, the version file download information is received first, where the version file download information includes the download version of the version file; Download the second temporary complete file corresponding to the version; download the second temporary complete file. Similar to the uploading process of the version file, when downloading, obtaining the second temporary complete file corresponding to the downloaded version may also adopt a similar process, that is, first determining whether the parent file corresponding to the downloaded version exists; if the judgment result is yes, Combine the downloaded version and all previous version files into a second temporary complete file. That is, both the version file upload and download processing involve the merge processing of the version file. Preferably, before obtaining the first temporary complete file corresponding to the current version file, the method further includes: determining an enabled version policy and/or a version file deduplication function, and determining that the version and/or version file deduplication function is enabled Then, the deduplication processing of the version file is performed, which can effectively improve the processing efficiency of the file. In this embodiment, a version file deduplication device is also provided, which is used to implement the above-mentioned embodiments and preferred embodiments, and has not been described again. As used hereinafter, the term "module" may implement a combination of software and/or hardware of a predetermined function. Although the apparatus described in the following embodiments is preferably implemented in software, hardware, or a combination of software and hardware, is also possible and conceivable. 2 is a structural block diagram of a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG. 2, the apparatus includes a first obtaining module 22, a comparing module 24, and an updating module 26. The apparatus will be described below. The first obtaining module 22 is configured to obtain the first temporary complete file corresponding to the current version file; the comparing module 24 is connected to the first obtaining module 22, and is configured to compare the difference between the uploaded version file and the first temporary complete file; The update module 26, coupled to the comparison module 24 described above, is arranged to update the difference portion to a new version file. FIG. 3 is a structural block diagram of a first obtaining module 22 in a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG. 3, the first obtaining module 22 includes a first determining unit 32 and a first combining unit 34. The first acquisition module 22 will be described below. The first determining unit 32 is configured to determine whether the parent file of the current version file exists; the first merging unit 34 is connected to the first determining unit 32, and is set to be, if the judgment result of the first determining unit is yes, The current version file and all previous version files are merged into the first temporary complete file. 4 is a block diagram of a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG. 4, the apparatus includes a receiving module 42 and a second acquiring module, in addition to all the modules shown in FIG. 44 and the download module 46, the version file deduplication device will be described below. The receiving module 42 is connected to the update module 26, and is configured to receive the version file download information, where the version file download information includes a download version of the version file, and the second obtaining module 44 is connected to the receiving module 42 and configured to acquire and download. The second temporary complete file corresponding to the version; the downloading module 46, connected to the second obtaining module 44, is configured to download the second temporary complete file. FIG. 5 is a structural block diagram of a second obtaining module 44 in a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG. 5, the second obtaining module 44 includes a second determining unit 52 and a second combining unit 54, The second acquisition module 44 will be described below. The second determining unit 52 is configured to determine whether the parent file corresponding to the downloaded version exists; the second merging unit 54 is connected to the second determining unit 52, and is configured to, if the determination result of the second determining unit is YES, The download version and all previous version files are merged into a second temporary complete file. 6 is a block diagram of a preferred structure of a version file deduplication processing apparatus according to an embodiment of the present invention. As shown in FIG. 6, the apparatus includes a determination module 62 in addition to all the modules shown in FIG. The determination module 62 is described. The determining module 62 is connected to the first obtaining module 22, and is configured to determine an enabled version policy and/or a version file deduplication function. The version file refers to the different historical versions of the same object after the object storage has opened the file version function. Different historical versions reflect the user's modification of the file. Generally, the amount of modification is not too large each time, that is, the difference between two adjacent historical versions is not too large, but even if one byte is modified, the file deduplication function is not applicable. The block deduplication function has the previous problem. That is to say, in the version file, there is also a problem that the above file is deduplicated and the block is deduplicated. Based on the above problem, in the present embodiment, a method and system for deduplicating a version file in object storage is provided. The method includes: a process in which the object storage system applies a version policy to a new version of a user-uploaded object and deduplicates the version file. The process includes the steps of the object storage system determining whether to use the version policy for the target object, creating a version file, deduplicating the version file, and assembling the deduplicated version file when the user downloads according to the steps set by the system and the user. The version file deduplication system, which is part of the object storage system, is used to set the system version policy for the system and the user and to create a deduplicated version file. 7 is a schematic structural diagram of a version file deduplication system according to an embodiment of the present invention. As shown in FIG. 7, the system includes: a version policy setting module 70 (corresponding to the function of the determining module 62), and a request processing module 72 (with the above) The receiving module 42 functions equivalently, the version file processing module 74 (corresponding to the comparison module 24, the first obtaining module 22, and the second obtaining module 44), and the file reading and writing module 76 (corresponding to the function of the download module 46 described above), Explain the system in the face. The version policy setting module 70 provides an operation interface for the administrator and is set to set the version policy. The version file deduplication system does not perform version file processing when the version policy setting module 70 does not enable the version policy, and performs version file processing but does not perform version file processing when the version policy setting module 70 enables the version policy but does not set the version deduplication policy. Go heavy. The request processing module 72 receives the upload/download request of the user, and calls the version file processing module 74 to process the response to the user. For the upload operation, the request processing module 72 receives the file uploaded by the user and returns the result of the operation. For the download operation, the request processing module 72 transmits the file requested by the user to the user. The version file processing module 74 performs version file processing according to the requirements of the request processing module 72, and mainly performs two functions of version file merging and version file creation. The file reading and writing module 76 completes the reading and writing operations of the file on the file system according to the requirements of the version file processing module 74. Through the above-mentioned version file de-duplication processing method and system, the version file is assembled, so that each version file only needs to save the modified part except the original original version, and the user-specified version file is generated by orderly merging; The creation of the version file allows the object storage system to save the entire version file when the user uploads a new version of the object, and only needs to save the new version with the current version, which greatly saves storage space. FIG. 8 is a schematic diagram of a file merging method according to an embodiment of the present invention. As shown in FIG. 8, the file used in the de-duplication processing has a special file header, and the file header includes a parent file pointer, that is, path information of the parent file. When accessing a file, you need to merge it with its parent file to get the complete file. At the same time, the parent file may have a parent file again, so you need to continue the merge in an orderly manner until the last parent file does not have a parent file. The parent file pointer is empty. For example, the parent file can be added to the merge list first, and the parent file is looped through until the initial version is added to the list, and then merged in order from old to new (Vl~Vn), and finally a the complete document. The operation of the file by the user mainly includes two parts of uploading and downloading. When the version file is deduplicated, both parts need the version file to be processed by the system. FIG. 9 is a flowchart of an upload control process according to an embodiment of the present invention. As shown in FIG. 9, the process includes the following steps: Step S902: determining whether a version policy is set in the current system, if not, proceeding to step S904, if If it is set, go to step S906; Step S904, if the version policy is not set, the version processing is not required, and the file can be directly saved, if the original file with the same name exists, the direct coverage is performed; Step S906, if the version policy is set, the uploaded file is required. If the version file is processed, it will enter the version file processing. FIG. 10 is a flowchart of a version file de-requesting process according to an embodiment of the present invention. As shown in FIG. 10, when a version file upload is processed when a version policy is enabled, the process includes the following steps: In step S1002, the object storage system determines whether the version file is deduplicated. If not, the process goes to step S1004. Otherwise, the process goes to step S1006. In step S1004, when the version file is not set, the uploaded version file is saved. Re-processing, setting the newly uploaded file as the current version of the object, and the original current version file becomes the historical version; Step S1006, setting the version file to be de-duplicated when the version file is deduplicated, then performing the version file de-duplication processing. FIG. 11 is a flowchart of a deduplication process of a version file according to an embodiment of the present invention. As shown in FIG. 11, the process includes the following steps: Step S1102: Determine whether an uploaded version file is a complete file or only a modified part of a file segment. If it is a complete file, go to step S1104, otherwise go to step S1106; step S1104, perform deduplication processing of full version file uploading; step S1106: perform deduplication processing for modifying partial version file upload. FIG. 12 is a flowchart of deduplication processing of a full version file uploaded by a version file deduplication system according to an embodiment of the present invention. As shown in FIG. 12, the process includes the following steps: Step S1202: assembling and merging the current version file , obtaining a complete current version file; Step S1204, comparing the difference between the uploaded version file and the current version file of the object, and saving the modified part as a new version file; Step S1206, designating the parent file of the new version file as the current version file Step S1208, the new version file is set as the current version of the object, and the previous current version file becomes the historical version of the object. FIG. 13 is a flowchart of a deduplication process performed by a version file deduplication system on a modified partial version file according to an embodiment of the present invention. As shown in FIG. 13, the process includes the following steps: Step S1302: Uploading a modified partial file Save as a new version of the object; Step S1304, designate the parent file of the new version file as the current version file; In step S1306, the new version file is set as the current version file, and the previous current version file becomes the historical version of the object. The download file is taken as an example to describe the deduplication of the version file. FIG. 14 is a flowchart of a user downloading a version file request process according to an embodiment of the present invention. As shown in FIG. 14, the process includes the following steps: Step S1402: determining whether a version policy is set in the current system, and if not, proceeding to the step S1404, if it is set, go to step S1406; Step S1404, when the version policy is not set, the version processing is not required, and the user specified object is directly downloaded. Step S1406: If the version policy is set to indicate the uploaded file, the version file processing is performed. FIG. 15 is a flowchart of processing a version file download when a version policy is enabled according to an embodiment of the present invention. As shown in FIG. 15, the process includes the following steps: Step S1502: The object storage system determines whether a version file is set to be de-duplicated. If it is not set, go to step S1504, otherwise go to step S1506; Step S1504, when the version file is not deduplicated, do not need to do assembly and merge processing, directly download the specified version of the user-specified object; Step S1506, set the version file to de-weight When the version file is assembled and merged. 16 is a flowchart of a version file assembly and merge process according to an embodiment of the present invention. As shown in FIG. 16, the process includes the following steps: Step S1602: Obtain a complete current version file by assembling and merging the current version of the object; S1604: Download the specified version of the assembled user-specified object. FIG. 17 is a flowchart of assembling and merging a version file according to an embodiment of the present invention. As shown in FIG. 17, the process includes the following steps: Step S1702: Obtain a specified version file of a user-specified object and join a to-be-combined list, and query the file. Parent file information; Step S1704, if the parent file information that is queried does not exist, go to step S1706, otherwise go to step S1708; Step S1706, sequentially merging the files in the to-be-combined list, generating a complete version file, and ending the merging; Step S1708, adding the parent file to the to-be-combined list, and querying the parent file information of the parent file. DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the preferred embodiments of the present invention will be described. Preferred Embodiment 1 It should be noted that the following is applied to an object storage system as an example. The initial conditions of this embodiment include:
( 1 ) 系统已开启版本策略, 并设置了版本文件去重; (1) The version policy is enabled, and the version file is set to be de-duplicated;
(2) 用户上传了一个文件的最新版本 Vn, 并且上传的是完整文件; (2) The user uploaded the latest version of a file, Vn, and uploaded the full file;
(3 )该文件已经存在历史版本, 分别为版本 Vl~Vn-l, 其中 VI为第一个原始版 本, 是完整文件, V2~Vn-l是分别在前一个版本基础上的修改部分版本文件。 图 18 是根据本发明实施例的在版本去重情况下处理用户上传指定对象完整版本 文件的流程图, 如图 18所示, 用户上传 Vn版本完整文件时, 版本文件去重系统进行 版本文件去重处理包括如下步骤: 步骤 S1802, 判断当前系统已经启用了版本策略; 步骤 S1804, 判断当前系统已经设置了版本去重; 步骤 S1806, 判断上传的版本为 Vn的指定对象为完整文件; 步骤 S1808, 查询该对象的当前版本, 为 Vn-1 ; 步骤 S1810, 获取版本文件 Vn-1的父文件信息 Vn-2...直至 VI; 步骤 S1812, 将 Vl~Vn-l合并为 Vn-1的临时的完整版本文件 Vn-Γ ; 步骤 S1814, 将上传的文件 Vn和临时完整文件 Vn-Γ对比, 将差异部分保存为修 改部分文件 Vn; 步骤 S1816, 将该对象的当前版本设置为 Vn, Vn-1成为历史版本; 步骤 S1818, 版本文件去重成功。 优选实施方式 2 需要说明的是, 以应用于对象存储系统为例。 本实施例的初始条件包括: (3) The file already has a historical version, which is version Vl~Vn-l, where VI is the first original version, which is a complete file, and V2~Vn-l is a modified partial version file based on the previous version. . FIG. 18 is a flowchart of processing a user uploading a full version file of a specified object in the case of version deduplication according to an embodiment of the present invention. As shown in FIG. 18, when a user uploads a Vn version complete file, the version file deduplication system performs a version file. The reprocessing includes the following steps: Step S1802: determining that the current system has enabled the version policy; Step S1804, determining that the current system has set the version deduplication; Step S1806, determining that the specified object of the uploaded version is Vn is a complete file; Step S1808, Querying the current version of the object, which is Vn-1; Step S1810, obtaining the parent file information Vn-2... of the version file Vn-1 until VI; Step S1812, combining Vl~Vn-1 into the temporary of Vn-1 The complete version file Vn-Γ; step S1814, comparing the uploaded file Vn with the temporary complete file Vn-Γ, saving the difference portion as the modified partial file Vn; Step S1816, setting the current version of the object to Vn, Vn- 1 becomes the historical version; in step S1818, the version file is de-duplicated successfully. Preferred Embodiment 2 It should be noted that the application is applied to an object storage system as an example. The initial conditions of this embodiment include:
( 1 ) 系统已开启版本策略, 并设置了版本文件去重; (1) The version policy is enabled, and the version file is set to be de-duplicated;
(2) 用户下载对象的当前版本为 Vm, 用户指定下载其 Vn版本, 其中 m>=n; 图 19 是根据本发明优选实施方式的版本去重情况下处理用户下载指定对象的指 定版本的流程图, 如图 19所示, 用户下载 Vn版本文件时, 版本文件去重系统进行版 本文件合并处理包括如下步骤: (2) The current version of the user download object is Vm, and the user specifies to download the Vn version thereof, where m>=n; FIG. 19 is a flowchart of processing the user to download the specified version of the specified object in the case of version deduplication according to a preferred embodiment of the present invention. As shown in FIG. 19, when the user downloads the Vn version file, the version file deduplication system performs the version file merging process including the following steps:
牛鹏  Niu Peng
少 S1902, 判断当前系统已经启用了版本策略; 牛鹏  Less S1902, judge that the current system has enabled the version policy; Niu Peng
少 S1904, 判断当前系统已经设置了版本去重; 牛鹏  Less S1904, judge that the current system has set the version to de-weight; Niu Peng
少 S1906, 判断下载目标是对象的 Vn版本; 牛鹏  Less S1906, judge the download target is the Vn version of the object; Niu Peng
少 S1908, 获取版本 Vn的父文件信息, Vn-1...直到 VI;  Less S1908, get the parent file information of version Vn, Vn-1... until VI;
牛鹏  Niu Peng
少 S1910, 将 Vl〜Vn合并为 Vn的临时完整文件 Vn,;  Less S1910, merge Vl~Vn into a temporary complete file Vn of Vn,;
牛鹏  Niu Peng
少 S1912, 下载文件 Vn'。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可以用通用 的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布在多个计算装置所 组成的网络上, 可选地, 它们可以用计算装置可执行的程序代码来实现, 从而, 可以 将它们存储在存储装置中由计算装置来执行, 并且在某些情况下, 可以以不同于此处 的顺序执行所示出或描述的步骤, 或者将它们分别制作成各个集成电路模块, 或者将 它们中的多个模块或步骤制作成单个集成电路模块来实现。 这样, 本发明不限制于任 何特定的硬件和软件结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本领域的技 术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精神和原则之内, 所作的 任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。 工业实用性 如上所述, 本发明实施例提供的一种版本文件去重处理方法及装置具有以下 有益效果: 解决了在相关技术中文件去重或是块去重的处理并不能有效地从根本上 实现存储空间的节约的问题, 进而达到了只对修改部分进行存储, 大大节约存储空 间的效果。 Less S1912, download the file Vn'. Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention. INDUSTRIAL APPLICABILITY As described above, a version file deduplication processing method and apparatus provided by an embodiment of the present invention have the following The beneficial effects: solving the problem that the file deduplication or the block deduplication in the related art can not effectively realize the saving of the storage space, thereby achieving the effect of only storing the modified part and greatly saving the storage space. .

Claims

权 利 要 求 书 Claim
1. 一种版本文件去重处理方法, 包括: 1. A version file deduplication method, including:
获取当前版本文件所对应的第一临时完整文件;  Obtaining the first temporary complete file corresponding to the current version file;
比较上传版本文件与所述第一临时完整文件的差异部分;  Comparing the difference between the uploaded version file and the first temporary complete file;
将所述差异部分更新为新版本文件。  Update the difference portion to a new version file.
2. 根据权利要求 1所述的方法, 其中, 获取所述当前版本文件所对应的所述第一 临时完整文件包括: 2. The method according to claim 1, wherein the obtaining the first temporary complete file corresponding to the current version file comprises:
判断所述当前版本文件的父文件是否存在;  Determining whether a parent file of the current version file exists;
在判断结果为是的情况下, 将所述当前版本文件及其之前所有版本文件合 并为所述第一临时完整文件。  In the case where the judgment result is YES, the current version file and all previous version files thereof are merged into the first temporary complete file.
3. 根据权利要求 1所述的方法,其中,在将所述差异部分更新为新版本文件之后, 还包括: 3. The method according to claim 1, wherein after updating the difference portion to a new version file, the method further comprises:
接收版本文件下载信息, 其中, 所述版本文件下载信息包括版本文件的下 载版本;  Receiving version file download information, where the version file download information includes a download version of the version file;
获取与所述下载版本对应的第二临时完整文件;  Obtaining a second temporary complete file corresponding to the downloaded version;
下载所述第二临时完整文件。  Download the second temporary complete file.
4. 根据权利要求 3所述的方法, 其中, 获取与所述下载版本对应的所述第二临时 完整文件包括: 4. The method according to claim 3, wherein obtaining the second temporary complete file corresponding to the downloaded version comprises:
判断所述下载版本对应的父文件是否存在;  Determining whether a parent file corresponding to the downloaded version exists;
在判断结果为是的情况下, 将所述下载版本及其之前所有版本文件合并为 所述第二临时完整文件。  In the case where the judgment result is YES, the downloaded version and all of the previous version files are merged into the second temporary complete file.
5. 根据权利要求 1至 4中任一项所述的方法, 其中, 在获取所述当前版本文件所 对应的所述第一临时完整文件之前, 还包括: The method according to any one of claims 1 to 4, further comprising: before acquiring the first temporary complete file corresponding to the current version file,
确定启用版本策略和 /或版本文件去重处理功能。  Be sure to enable versioning policy and/or version file deduplication.
6. 一种版本文件去重处理装置, 包括: 6. A version file deduplication device, comprising:
第一获取模块, 设置为获取当前版本文件所对应的第一临时完 ½ 你- 比较模块,设置为比较上传版本文件与所述第一临时完整文件的差异部分; 更新模块, 设置为将所述差异部分更新为新版本文件。 根据权利要求 6所述的装置, 其中, 所述第一获取模块包括: The first obtaining module is set to obtain the first temporary end corresponding to the current version file. And a comparison module configured to compare a difference portion between the uploaded version file and the first temporary complete file; and an update module configured to update the difference portion to a new version file. The device according to claim 6, wherein the first obtaining module comprises:
第一判断单元, 设置为判断所述当前版本文件的父文件是否存在; 第一合并单元, 设置为在所述第一判断单元的判断结果为是的情况下, 将 所述当前版本文件及其之前所有版本文件合并为所述第一临时完整文件。 根据权利要求 6所述的装置, 其中, 还包括:  a first determining unit, configured to determine whether a parent file of the current version file exists; the first merging unit is configured to: when the determination result of the first determining unit is yes, the current version file and All previous version files are merged into the first temporary complete file. The device according to claim 6, further comprising:
接收模块, 设置为接收版本文件下载信息, 其中, 所述版本文件下载信息 包括版本文件的下载版本;  a receiving module, configured to receive version file download information, where the version file download information includes a download version of the version file;
第二获取模块, 设置为获取与所述下载版本对应的第二临时完整文件; 下载模块, 设置为下载所述第二临时完整文件。 根据权利要求 8所述的装置, 其中, 所述第二获取模块包括: 第二判断单元, 设置为判断所述下载版本对应的父文件是否存在; 第二合并单元, 设置为在所述第二判断单元的判断结果为是的情况下, 将 所述下载版本及其之前所有版本文件合并为所述第二临时完整文件。 根据权利要求 6至 9中任一项所述的装置, 其中, 还包括: 确定模块, 设置为确定启用版本策略和 /或版本文件去重处理功能。  The second obtaining module is configured to obtain a second temporary complete file corresponding to the downloaded version; and the downloading module is configured to download the second temporary complete file. The device according to claim 8, wherein the second obtaining module comprises: a second determining unit, configured to determine whether a parent file corresponding to the downloaded version exists; and a second merging unit, configured to be in the second If the judgment result of the judgment unit is YES, the download version and all previous version files are merged into the second temporary complete file. The apparatus according to any one of claims 6 to 9, further comprising: a determination module configured to determine an enable version policy and/or a version file deduplication function.
PCT/CN2014/077168 2013-11-22 2014-05-09 Method and device for processing versioned file duplicate removal WO2014180348A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310596739.9A CN104657386A (en) 2013-11-22 2013-11-22 Method and device for deduplication processing on version files
CN201310596739.9 2013-11-22

Publications (1)

Publication Number Publication Date
WO2014180348A1 true WO2014180348A1 (en) 2014-11-13

Family

ID=51866738

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/077168 WO2014180348A1 (en) 2013-11-22 2014-05-09 Method and device for processing versioned file duplicate removal

Country Status (2)

Country Link
CN (1) CN104657386A (en)
WO (1) WO2014180348A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110019053B (en) * 2017-11-02 2022-04-01 福建天晴数码有限公司 Method and terminal for detecting redundant data of Unity3D resource packet
CN112287658A (en) * 2020-11-03 2021-01-29 深圳壹账通智能科技有限公司 Business data processing method and device, electronic equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101320372A (en) * 2008-05-22 2008-12-10 上海爱数软件有限公司 Compression method for repeated data
CN101359293A (en) * 2008-09-04 2009-02-04 腾讯科技(深圳)有限公司 Method and apparatus for making part update pack
CN101751474A (en) * 2010-01-19 2010-06-23 山东高效能服务器和存储研究院 Continuous data protection method based on centralized storage
CN102231881A (en) * 2011-07-05 2011-11-02 广州市动景计算机科技有限公司 Method, server and system for processing user data of mobile terminal
CN103049283A (en) * 2012-11-28 2013-04-17 镇江为天下信息服务有限公司 Automatic updating method for setting version numbers for every software file

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6084917A (en) * 1997-12-16 2000-07-04 Integrated Telecom Express Circuit for configuring and dynamically adapting data and energy parameters in a multi-channel communications system
CN101174294B (en) * 2007-11-19 2010-07-28 南京大学 Software protection method based on version incremental backup
CN102316131A (en) * 2010-07-02 2012-01-11 戴元顺 Intelligent backing up of cloud platform system
CN102053853A (en) * 2010-12-30 2011-05-11 北京像素软件科技股份有限公司 Version updating method of online game

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101320372A (en) * 2008-05-22 2008-12-10 上海爱数软件有限公司 Compression method for repeated data
CN101359293A (en) * 2008-09-04 2009-02-04 腾讯科技(深圳)有限公司 Method and apparatus for making part update pack
CN101751474A (en) * 2010-01-19 2010-06-23 山东高效能服务器和存储研究院 Continuous data protection method based on centralized storage
CN102231881A (en) * 2011-07-05 2011-11-02 广州市动景计算机科技有限公司 Method, server and system for processing user data of mobile terminal
CN103049283A (en) * 2012-11-28 2013-04-17 镇江为天下信息服务有限公司 Automatic updating method for setting version numbers for every software file

Also Published As

Publication number Publication date
CN104657386A (en) 2015-05-27

Similar Documents

Publication Publication Date Title
US9460111B2 (en) Method and apparatus for virtualization of a file system, data storage system for virtualization of a file system, and file server for use in a data storage system
JP6236533B2 (en) Method and apparatus for creating differential update package, system differential update method and apparatus
Uppoor et al. Cloud-based synchronization of distributed file system hierarchies
US20160239387A1 (en) Operation synchronization method, device and storage medium
CN109189852B (en) Data synchronization method and device for data synchronization
CN108259562B (en) Data synchronization method and device based on multiple endpoints
CN105205143B (en) A kind of storage of file and processing method, equipment and system
US9690796B2 (en) Non-transitory computer-readable media storing file management program, file management apparatus, and file management method
CN109564529A (en) Placeholder based on Symbolic Links
CN102799445A (en) Application upgrading method based on Android platform and system
KR20140100504A (en) Data transmission and reception system
CN103037005B (en) The file synchronisation method of online storage service and device
US20150154211A1 (en) File storage service system and method for the same
CN104935668A (en) Distributed file system and data synchronization method therefor
WO2015157904A1 (en) File synchronization method, server, and terminal
CN100459500C (en) Method for loading functional extension file of customer end soft ware
US10452304B2 (en) Efficient repository migration and storage
US20160092131A1 (en) Storage system, storage system control method, and recording medium storing virtual tape device control program
CN109508319A (en) A kind of cross-platform resource management system of 3D and method
US9037539B2 (en) Data synchronization
CN103257971A (en) Terminal and file management method
WO2014180348A1 (en) Method and device for processing versioned file duplicate removal
US20130179398A1 (en) Device for synchronously sharing files and method for synchronously sharing files
CN102541593A (en) Rapid comparison method of versions of remote files
CN103124295A (en) Large attachment uploading and managing method based on cloud computing

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

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

Country of ref document: EP

Kind code of ref document: A1