CN107273378B - File storage method and device - Google Patents

File storage method and device Download PDF

Info

Publication number
CN107273378B
CN107273378B CN201610214009.1A CN201610214009A CN107273378B CN 107273378 B CN107273378 B CN 107273378B CN 201610214009 A CN201610214009 A CN 201610214009A CN 107273378 B CN107273378 B CN 107273378B
Authority
CN
China
Prior art keywords
task
file
oss
nas
files
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610214009.1A
Other languages
Chinese (zh)
Other versions
CN107273378A (en
Inventor
乐文雍
王啸
许鑫
周竞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ant Hangzhou Fund Sales Co ltd
Original Assignee
Advanced New Technologies Co Ltd
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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201610214009.1A priority Critical patent/CN107273378B/en
Publication of CN107273378A publication Critical patent/CN107273378A/en
Application granted granted Critical
Publication of CN107273378B publication Critical patent/CN107273378B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • 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/13File access structures, e.g. distributed indices

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

The application provides a file storage method and device. Wherein, the method comprises the following steps: copying each task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel; comparing whether each task file stored in the NAS is completely consistent with each task file stored in the OSS; and if the comparison results are completely consistent within the specified time length, writing the subsequent task files into the OSS. According to the file storage method and device, the traditional NAS is omitted, and the OSS is selected as the storage system of the task file, so that the file reading and writing performance is greatly improved, and meanwhile, the reliability of the storage system is improved. According to the method and the device, the OSS is used for storing the task file, the execution rate can be greatly improved, and the performance can be guaranteed under the concurrent condition. For the safe smooth transition from the NAS to the OSS, the method adopts the modes of task double-writing and file comparison to ensure the reliability and the correctness of the output files under two sets of storage environments.

Description

File storage method and device
Technical Field
The application belongs to the technical field of internet, and particularly relates to a file storage method and device.
Background
A Network Attached Storage (NAS) is a dedicated data Storage server, and a Storage device is completely separated from the server by taking data as a center, so as to centrally manage the data, thereby releasing bandwidth and improving performance.
NAS mainly has several disadvantages:
(1) limited by hardware reliability and prone to problems. Once a bad track occurs on the disk, irreversible data loss is easy to occur. The manual data recovery is difficult, and time and labor are consumed;
(2) the price is high, the safety mechanism needs to be realized independently, and the development and maintenance cost is high;
(3) when the concurrent access amount is large, the read-write performance is sharply reduced.
With the development of internet financing services such as balance treasures, the service volume and the user volume are larger and larger, the NAS is used as a storage server based on a unix system to bear larger and larger data access and write-in, so that the concurrency during the execution of task files is serious, the efficiency is low, some unpredictable abnormal conditions can be frequently met, and the stability of the file output is influenced. The time for processing the file of the balance bank becomes longer and longer, which greatly affects some more effective services, such as the issuing of the income of the balance bank.
In view of the above-mentioned shortcomings of NAS in data storage performance, no effective solution has been proposed at present.
Disclosure of Invention
The application aims to provide a file storage method and device, which can smoothly transfer data on an NAS to an OSS, thereby improving the file execution speed, reducing the cost and effectively ensuring the file read-write performance under the concurrent condition.
The application provides a file storage method and a file storage device, which are realized as follows:
a method of file storage, the method comprising: copying each task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel; comparing whether each task file stored in the NAS is completely consistent with each task file stored in the OSS; and if the comparison results are completely consistent within the specified time length, writing the subsequent task files into the OSS.
A file storage apparatus, the apparatus comprising: the parallel writing unit is used for copying each task file into two task files and respectively writing the two task files into the NAS and the OSS in parallel; the comparison unit is used for comparing whether each task file stored in the NAS is completely consistent with each task file stored in the OSS; and the storage unit is used for writing the subsequent task files into the OSS under the condition that the comparison results are completely consistent within the specified duration.
According to the file storage method and device, the traditional NAS is omitted, and the OSS is selected as the storage system of the task file, so that the file reading and writing performance is greatly improved, and meanwhile, the reliability of the storage system is improved. OSS (Object Storage Service) belongs to a massive, secure and highly reliable cloud Storage Service, and its flexible expansion of Storage capacity and processing power allows clients to focus on core services. Can also be matched with other cloud products for use. The OSS is widely applied to various service scenes such as mass data storage and backup, data processing and processing, content accelerated distribution, service data mining and analysis and the like. According to the method and the device, the OSS is used for storing the task file, the execution rate can be greatly improved, and the performance can be guaranteed under the concurrent condition. For the safe smooth transition from the NAS to the OSS, the method adopts the modes of task double-writing and file comparison to ensure the reliability and the correctness of the output files under two sets of storage environments.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
FIG. 1 is a method flow diagram of one embodiment of a file storage method as set forth herein;
FIG. 2 is a schematic diagram of the NAS and OSS concurrent write operation proposed herein;
FIG. 3 is a detailed schematic diagram of the NAS and OSS concurrent write operation proposed herein;
FIG. 4 is a diagram illustrating a write operation of an input class file proposed in the present application;
FIG. 5 is a diagram illustrating an output class file write operation proposed in the present application;
FIG. 6 is a schematic structural diagram of an embodiment of a file storage device according to the present application;
FIG. 7 is a schematic diagram of a copy cell structure of an embodiment of a file storage apparatus according to the present application;
FIG. 8 is a diagram illustrating a parallel write unit according to an embodiment of the file storage apparatus of the present application;
FIG. 9 is a diagram illustrating another structure of a parallel write unit according to an embodiment of the file storage apparatus.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The following describes the document storage method and apparatus in detail with reference to the accompanying drawings. Fig. 1 is a flowchart of a method of an embodiment of a file storage method proposed in the present application. Although the present application provides method operational steps or apparatus configurations as illustrated in the following examples or figures, more or fewer operational steps or module configurations may be included in the method or apparatus based on conventional or non-inventive efforts. In the case of steps or structures where there is no logically necessary cause-and-effect relationship, the execution order of the steps or the block structure of the apparatus is not limited to the execution order or the block structure provided in the embodiments of the present application. When the described method or module structure is implemented in an actual device or end product, it can be executed sequentially or executed in parallel (e.g., in the context of parallel processors or multi-threaded processing) according to the embodiments or the method or module structure shown in the figures.
The file storage scheme can be used for carrying out specific description of the scheme by taking file storage as an example, and certainly, the file storage scheme can be used for large file storage migration of internet financing business and can also be suitable for file storage migration in other application scenes. Specifically, as shown in fig. 1, an embodiment of a file storage method provided by the present application may include:
and step S102, copying each task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel.
Specifically, this can be achieved by: two sets of task instances (task instances) are defined according to one task file, the data content of the two sets of task instances is identical to that of the task file, two task files (such as task1 and task2) are generated according to the two sets of task instances, one of the task files is written into the NAS, and the other task file is written into the OSS at the same time. The two parallel write operations run independently and do not interfere with each other.
And step S104, comparing whether each task file stored in the NAS is completely consistent with each task file stored in the OSS.
And step S106, if the comparison results are completely consistent within the specified duration, writing the subsequent task files into the OSS.
Before the comparison operation is executed, multiple task files are written in both the NAS and the OSS, the execution period of the comparison operation may be referred to as a transition period, and the duration of the transition period (i.e., the specified duration) may be set according to the requirement. And sequentially comparing whether each task file stored in the NAS is completely consistent with each task file stored in the OSS, if all comparison results are completely consistent in the transition period, the fact that the storage of the task files can be changed from the NAS to the OSS at the moment is indicated, all the subsequent task files are written into the OSS, and the writing operation of the NAS is stopped.
In the embodiment, the traditional NAS is omitted, and the OSS is selected as the storage system of the task file, so that the file reading and writing performance is greatly improved, and the reliability of the storage system is improved.
In one embodiment, how to determine which task file is written in the NAS and which task file is written in the OSS can be determined by setting task parameters. Namely, task parameters (task Param) of the two sets of task instances are respectively set, and the task parameters are used for indicating that the task file is written into the NAS or the OSS.
Table 1 shows a table structure of task instances, which is a task Instance table for recording task instances.
TABLE 1
Figure BDA0000959849780000031
Figure BDA0000959849780000041
Table 2 shows a table structure of task params, where the task Param table is used to record parameters of task instances, and 1 task Instance record corresponds to multiple task Param records.
TABLE 2
Name Type Default Storage Comments
ID VARchar2(32) Main key
GMT_CREATE DATE sysdate Creation time
GMT_MODIFIED DATE sysdate Modifying time
TASK_INSTANCE_ID VARchar2(32) Task instance id
PARAM_KEY VARchar2(128) Parameter key
PARAM_VALUE VARchar2(256) Parameter value
Fig. 2 is a schematic diagram of a parallel write operation of the NAS and the OSS proposed in the present application, and as shown in fig. 2, in order to not affect the correct operation of the original service, an IO layer in an original task file is encapsulated, so that two task files generated later can determine whether a storage layer is written into the OSS or the NAS according to their own configuration (i.e., task parameters). And if the storage layer decision determines that the task file is written into the OSS for storage, the storage controller calls the OSS Client to perform read-write operation on the OSS or the local part, otherwise, the storage controller calls the Java IO to operate the NAS so as to adapt to the original logic.
Fig. 3 is a specific schematic diagram of a NAS and OSS parallel write operation proposed in the present application, and as shown in fig. 3, if it is determined that the NAS needs to be written according to Task parameters of a first Task file, the first Task file Task1 is written into the NAS; and determining that the second Task file needs to be written into the OSS according to the Task parameters of the second Task file, writing the second Task file 2 into the local, and uploading the second Task file to the OSS. The parallel write operation of the NAS and the OSS can be independently operated without mutual interference. In addition, the OSS is used as a task file storage, and the task file is written in a mode of local execution of the server and then uploading, so that the execution efficiency of the file is greatly improved.
In this embodiment, the task files are mainly classified into the following two types: input class files and output class files. The writing operation is also different for different types of task files. Fig. 4 is a schematic diagram of an input class File write operation proposed in the present application, and as shown in fig. 4, for an input class File, firstly, a task File from a client mechanism (mainly including a bank, a securities dealer, a fund company, etc.) is received via SFTP (Secure File Transfer Protocol), then the task File is copied into two task files, and then one of the task files is written into NAS based on a File exchange system, and the other task File is written into OSS. After that, the file batch processing system will process the files in the OSS and NAS simultaneously, and stop the NAS writing after the OSS stabilizes.
Fig. 5 is a schematic diagram of an output class file writing operation proposed in the present application, and as shown in fig. 5, for an output class file, first, a task file is read from a DB (Database), then the task file is copied into two task files, and then one of the task files is written into an NAS based on a file batch processing system, and the other task file is written into an OSS. And stopping the writing of the NAS after the OSS is stabilized.
Based on the same inventive concept as the above-described file storage method, the present application provides a file storage apparatus, as described in the following embodiments. Because the principle of solving the problems of the file storage device is similar to the file storage method, the implementation of the file storage device can refer to the implementation of the file storage method, and repeated parts are not described again.
FIG. 6 is a schematic structural diagram of an embodiment of a file storage apparatus according to the present application, and as shown in FIG. 6, the apparatus may include:
and the copying unit 10 is used for copying each task file into two task files. The copying unit 10 is a part of the file storage device that copies the task file, and may be software, hardware, or a combination of both, and may be, for example, an interface, a processing chip, or other components that perform a file generation function.
And the parallel writing unit 20 is connected to the copying unit 10 and is used for writing the two task files into the NAS and the OSS respectively in parallel. The parallel writing unit 20 is a part of the file storage device for writing the task file, and may be software, hardware, or a combination of the two, and may be, for example, an interface, a processing chip, or other components for performing a file writing function.
And the comparison unit 30 is connected to the parallel writing unit 20 and is used for comparing whether each task file stored in the NAS and the OSS are completely consistent. The comparison unit 30 is a part for comparing the task files in the NAS and the OSS in the file storage device, and may be software, hardware, or a combination of the two, for example, may be an interface, a processing chip, or other components that perform a data comparison function.
And the storage unit 40 is connected to the comparison unit 30 and is used for writing the subsequent task files into the OSS under the condition that the comparison results are completely consistent within the specified time length. The storage unit 40 is a part of the file storage device that stores the task file, and may be software, hardware, or a combination of the two, and may be, for example, an interface, a processing chip, or other components that perform a file storage function.
Fig. 7 is a schematic structural diagram of a copy unit according to an embodiment of the document storage apparatus described in this application, and as shown in fig. 7, the copy unit 10 may include: an example generating module 12, configured to define two groups of task instances according to a task file; and the file generating module 14 is configured to generate two task files according to the two groups of task instances. Therefore, complete replication of the task files is realized, and the two replicated task files are ensured to be completely the same as the original task files in data.
Fig. 8 is a schematic structural diagram of a parallel write unit according to an embodiment of the file storage apparatus described in the present application, and as shown in fig. 8, the parallel write unit 20 may include: a first writing module 22, configured to receive a task file from a client mechanism via a secure file transfer protocol SFTP when the task file is an input-class file, copy the task file into two task files, and respectively write the two task files in parallel to the NAS and the OSS based on a file exchange system; and a second writing module 24, configured to, when the task file is an output-type file, read the task file from the database, copy the task file into two task files, and write the two task files into the NAS and the OSS in parallel based on the file batch processing system. In this embodiment, the client mechanism mainly includes: banks, security dealers, fund companies, etc.
Fig. 9 is another structural diagram of a parallel write unit according to an embodiment of the file storage apparatus described in this application, and as shown in fig. 9, the parallel write unit 20 may include: a parameter setting module 21, configured to set task parameters of the two task files respectively; the task parameters are used for indicating the task file to be written into the NAS or the OSS; the NAS writing module 23 is configured to invoke Java IO to write a task file into an NAS; and the OSS write-in module 25 is configured to invoke an OSS Client to write another task file into the local first, and then upload the task file to the OSS. The parallel write operation of the NAS and the OSS can be independently operated without mutual interference. In addition, the OSS is used as a task file storage, and the task file is written in a mode of local execution of the server and then uploading, so that the execution efficiency of the file is greatly improved.
The embodiment is mainly applied to the Internet financing service, the traditional NAS is omitted, and the OSS is selected as the storage system of the task file, so that the file reading and writing performance is greatly improved, and the reliability of the storage system is improved.
From the above description, the present application is mainly applicable to large file heterogeneous storage services, such as financial management, continental gold, etc., and has a certain versatility. The application is designed based on JAVA language, and can also be realized by using other high-level languages. As the NAS bears a large number of important services (including a balance treasure profit file, a bedding file and the like), in order to not influence the normal operation of the old services, the application adopts a double-write mode of the NAS and an OSS storage system during the transition from the NAS to the OSS. The smooth migration mode is not sensitive to the service and is convenient to switch back. In order to ensure the correctness and integrity of the file output after the task file is migrated to the OSS, the files in the heterogeneous storage system need to be compared. OSS is superior to NAS in reliability and safety, the execution rate can be greatly improved, the performance can be guaranteed under the concurrent condition, and the cost is lower.
Although the present application provides method steps as described in an embodiment or flowchart, additional or fewer steps may be included based on conventional or non-inventive efforts. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When an actual apparatus or client product executes, it may execute sequentially or in parallel (e.g., in the context of parallel processors or multi-threaded processing) according to the embodiments or methods shown in the figures.
The apparatuses or modules illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. The functionality of the modules may be implemented in the same one or more software and/or hardware implementations of the present application. Of course, a module that implements a certain function may be implemented by a plurality of sub-modules or sub-units in combination.
The methods, apparatus or modules described herein may be implemented in computer readable program code to a controller implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer readable medium storing computer readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, Application Specific Integrated Circuits (ASICs), programmable logic controllers and embedded microcontrollers, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may therefore be considered as a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
Some of the modules in the apparatus described herein may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, classes, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary hardware. Based on such understanding, the technical solutions of the present application may be embodied in the form of software products or in the implementation process of data migration, which essentially or partially contributes to the prior art. The computer software product may be stored in a storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, mobile terminal, server, or network device, etc.) to perform the methods described in the various embodiments or portions of the embodiments of the present application.
The embodiments in the present specification are described in a progressive manner, and the same or similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. All or portions of the present application are operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, mobile communication terminals, multiprocessor systems, microprocessor-based systems, programmable electronic devices, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
While the present application has been described with examples, those of ordinary skill in the art will appreciate that there are numerous variations and permutations of the present application without departing from the spirit of the application, and it is intended that the appended claims encompass such variations and permutations without departing from the spirit of the application.

Claims (10)

1. A method of file storage, the method comprising:
copying each task file into two task files, and respectively writing the two task files into a network storage NAS and an object storage OSS in parallel;
comparing whether each task file stored in the NAS is completely consistent with each task file stored in the OSS;
if the comparison results are completely consistent within the specified duration, writing the subsequent task files into the OSS;
copying each task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel, wherein the steps of:
if the task file is an input type file, receiving the task file from a client mechanism through a Secure File Transfer Protocol (SFTP), copying the task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel based on a file exchange system;
and if the task file is an output type file, reading the task file from a database, copying the task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel based on a file batch processing system.
2. The method of claim 1, wherein copying each task file into two task files comprises:
defining two groups of task Instance task instances according to one task file;
and generating two task files according to the two groups of task instances.
3. The method of claim 2, wherein writing two task files in parallel to the NAS and the OSS, respectively, comprises:
respectively setting task parameters of the two groups of task instances; wherein the task parameter is used for indicating that a task file is written into the NAS or the OSS;
calling Java IO to write a task file into the NAS;
and calling the OSS Client to write another task file into the local, and then uploading the other task file to the OSS.
4. The method of claim 1, wherein the client mechanism comprises at least one of: banks, security dealer, fund company.
5. The method of claim 1, wherein the method is applied to an internet financial service.
6. A file storage apparatus, the apparatus comprising:
the copying unit is used for copying each task file into two task files;
the parallel writing unit is used for respectively writing the two task files into the network storage NAS and the object storage OSS in parallel;
the comparison unit is used for comparing whether each task file stored in the NAS is completely consistent with each task file stored in the OSS;
the storage unit is used for writing the subsequent task files into the OSS under the condition that the comparison results are completely consistent within the specified duration;
the parallel write unit includes:
the first writing module is used for receiving the task file from a client mechanism through a Secure File Transfer Protocol (SFTP) when the task file is an input file, copying the task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel based on a file exchange system;
and the second writing module is used for reading the task file from the database when the task file is the output type file, copying the task file into two task files, and respectively writing the two task files into the NAS and the OSS in parallel based on a file batch processing system.
7. The apparatus of claim 6, wherein the copying unit comprises:
the Instance generation module is used for defining two groups of task Instance instances according to one task file;
and the file generation module is used for generating two task files according to the two groups of task instances.
8. The apparatus of claim 7, wherein the parallel write unit comprises:
the parameter setting module is used for respectively setting task parameters of the two groups of task instances; wherein the task parameter is used for indicating that a task file is written into the NAS or the OSS;
the NAS writing module is used for calling Java IO to write a task file into the NAS;
and the OSS writing module is used for calling the OSS Client to write the other task file into the local and then uploading the other task file to the OSS.
9. The apparatus of claim 6, wherein the client mechanism comprises at least one of: banks, security dealer, fund company.
10. The apparatus of claim 6, wherein the apparatus is applied to an internet financial service.
CN201610214009.1A 2016-04-07 2016-04-07 File storage method and device Active CN107273378B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610214009.1A CN107273378B (en) 2016-04-07 2016-04-07 File storage method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610214009.1A CN107273378B (en) 2016-04-07 2016-04-07 File storage method and device

Publications (2)

Publication Number Publication Date
CN107273378A CN107273378A (en) 2017-10-20
CN107273378B true CN107273378B (en) 2021-01-01

Family

ID=60052005

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610214009.1A Active CN107273378B (en) 2016-04-07 2016-04-07 File storage method and device

Country Status (1)

Country Link
CN (1) CN107273378B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109327526B (en) * 2018-10-29 2021-10-22 杭州电子科技大学 Portable storage device based on cloud storage
CN109302499B (en) * 2018-11-30 2021-08-03 成都华栖云科技有限公司 Storage gateway capable of compatibly accessing nas storage and oss storage
CN110602163B (en) * 2019-08-07 2022-02-01 创新先进技术有限公司 File uploading method and device
CN111491037B (en) * 2020-06-28 2020-10-27 四川新网银行股份有限公司 Communication method with object storage server through SFTP data stream
CN113485855B (en) * 2021-08-02 2024-05-10 安徽文香科技股份有限公司 Memory sharing method and device, electronic equipment and readable storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8140188B2 (en) * 2008-02-18 2012-03-20 Toyota Motor Engineering & Manufacturing North America, Inc. Robotic system and method for observing, learning, and supporting human activities
EP2754027B1 (en) * 2011-09-14 2017-08-23 Hitachi, Ltd. Method for creating clone file, and file system adopting the same
CN103634171A (en) * 2012-08-24 2014-03-12 中兴通讯股份有限公司 Dynamic configuration method, device and system
CN104036029B (en) * 2014-06-27 2016-04-13 深圳市腾讯计算机系统有限公司 Large data consistency control methods and system
CN105447046A (en) * 2014-09-02 2016-03-30 阿里巴巴集团控股有限公司 Distributed system data consistency processing method, device and system

Also Published As

Publication number Publication date
CN107273378A (en) 2017-10-20

Similar Documents

Publication Publication Date Title
CN107273378B (en) File storage method and device
US20210160307A1 (en) Probability-distribution-based log-file analysis
US10608994B2 (en) System for managing communication ports between servers
US10592372B2 (en) Confidence-controlled sampling methods and systems to analyze high-frequency monitoring data and event messages of a distributed computing system
US20170212781A1 (en) Parallel execution of blockchain transactions
US10785320B2 (en) Managing operation of instances
US20150372855A1 (en) Method and system for clustering event messages
US9459980B1 (en) Varying cluster sizes in a predictive test load while testing a productive system
US20070043786A1 (en) Conformance authority reconciliation
CN106371953B (en) Compact binary event log generation method and system
US9971563B2 (en) Systems and methods for low interference logging and diagnostics
Chinnaiah et al. Fault tolerant software systems using software configurations for cloud computing
US11093290B1 (en) Backup server resource-aware discovery of client application resources
US20170147704A1 (en) Processing large xml files by splitting and hierarchical ordering
US20220019625A1 (en) Systems and methods for improved transactional mainframes
WO2021174882A1 (en) Data fragment verification method, apparatus, computer device, and readable storage medium
US20130239123A1 (en) Milestone manager
US11256713B2 (en) Virtual transaction queues for database replication
Purbo et al. Benchmark and comparison between hyperledger and MySQL
CN114218303B (en) Transaction data processing system, processing method, medium and equipment
US11341159B2 (en) In-stream data load in a replication environment
CN111461864A (en) Transaction processing method and device
Roskladka et al. Cloud Based Architecture of the Core Banking System.
US20230362459A1 (en) System and method of data receiver framework
Luu et al. Spark Streaming

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20200925

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200925

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: Greater Cayman, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20220421

Address after: Room 602, No. 618 Wai Road, Huangpu District, Shanghai

Patentee after: Ant fortune (Shanghai) Financial Information Service Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman ky1-9008

Patentee before: Innovative advanced technology Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20220608

Address after: 310023 room 599, floor 5, building 3, No. 969, Wenyi West Road, Wuchang Street, Yuhang District, Hangzhou City, Zhejiang Province

Patentee after: Ant (Hangzhou) fund sales Co.,Ltd.

Address before: Room 602, No. 618, Wai Road, Huangpu District, Shanghai 200010

Patentee before: Ant fortune (Shanghai) Financial Information Service Co.,Ltd.

TR01 Transfer of patent right