CN112506434A - Method and related device for reading and writing data in web micro-service cluster - Google Patents

Method and related device for reading and writing data in web micro-service cluster Download PDF

Info

Publication number
CN112506434A
CN112506434A CN202011453183.4A CN202011453183A CN112506434A CN 112506434 A CN112506434 A CN 112506434A CN 202011453183 A CN202011453183 A CN 202011453183A CN 112506434 A CN112506434 A CN 112506434A
Authority
CN
China
Prior art keywords
storage
data
storage area
service
read
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.)
Pending
Application number
CN202011453183.4A
Other languages
Chinese (zh)
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.)
DBAPPSecurity Co Ltd
Hangzhou Dbappsecurity Technology Co Ltd
Original Assignee
Hangzhou Dbappsecurity Technology 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 Hangzhou Dbappsecurity Technology Co Ltd filed Critical Hangzhou Dbappsecurity Technology Co Ltd
Priority to CN202011453183.4A priority Critical patent/CN112506434A/en
Publication of CN112506434A publication Critical patent/CN112506434A/en
Pending legal-status Critical Current

Links

Images

Classifications

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

Landscapes

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

Abstract

The application discloses a method for reading and writing data in a web micro-service cluster, which comprises defining a corresponding storage area for each storage service; when a write request is received, selecting one storage service, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service; after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas; when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service. The method can ensure the normal and effective operation of read-write operation under multi-point storage, and ensure the normal operation of the whole service. The application also discloses a reading and writing device, equipment and a computer readable storage medium for the data in the web micro-service cluster, which have the technical effects.

Description

Method and related device for reading and writing data in web micro-service cluster
Technical Field
The application relates to the technical field of servers, in particular to a method for reading and writing data in a web micro-service cluster; and also relates to a read-write device, equipment and a computer readable storage medium for data in the web micro-service cluster.
Background
The Web micro-service has the characteristics of high speed, stability, reliability, dynamic expansion of service capability and the like, and has great value for enterprise services. In a web micro-service cluster, a situation of huge data volume may occur, and in the situation of huge data volume, a bottleneck is generated in storing and reading data. The single-point storage often causes data instability, and the risk that the data is lost and cannot be retrieved exists, so that the data needs to be stored in a multi-point storage mode. However, in the case of multipoint storage, ensuring normal and effective performance of read-write operation, and ensuring normal operation of the whole service is a key of Web microservice, and how to ensure normal and effective performance of read-write operation, it is obvious that ensuring normal operation of the whole service becomes a technical problem to be solved urgently by technical personnel in the field.
Disclosure of Invention
The application aims to provide a method for reading and writing data in a web micro-service cluster, which can ensure normal and effective reading and writing operations under multi-point storage and ensure normal operation of the whole service. Another object of the present application is to provide a read/write apparatus, a device and a computer readable storage medium for data in a web microserver cluster, all of which have the above technical effects.
In order to solve the technical problem, the present application provides a method for reading and writing data in a web micro-service cluster, including:
defining a corresponding storage area for each storage service;
when a write request is received, selecting one storage service, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service;
after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas;
when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service.
Optionally, when a read request is received, selecting one of the storage services, and reading data from the corresponding storage area by the selected storage service includes:
if each storage area is in the process of writing operation, after the storage areas finish the writing operation, selecting a storage service corresponding to the storage area which finishes the writing operation, and reading data from the corresponding storage area by the selected storage service;
if each storage area is not subjected to write operation, one storage service is randomly selected, and data are read from the corresponding storage area by the selected storage service;
and if part of the storage areas are not subjected to write operation and part of the storage areas are subjected to write operation, selecting a storage service corresponding to the storage area which is not subjected to write operation, and reading data from the corresponding storage area by the selected storage service.
Optionally, the method further includes:
and if the data to be read does not exist in the storage area, feeding back data non-existence information.
Optionally, the method further includes:
after receiving the request, the analysis confirms the type of the received request.
In order to solve the above technical problem, the present application further provides a device for reading and writing data in a web microservice cluster, including:
the definition module is used for defining a corresponding storage area for each storage service;
the write operation processing module is used for selecting one storage service when a write request is received, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service;
the notification module is used for notifying other storage services to update the corresponding storage areas after the selected storage service completes data writing;
and the read operation processing module is used for selecting one storage service when a read request is received, and reading data from the corresponding storage area by the selected storage service.
Optionally, the read operation processing module includes:
the first read operation processing unit is used for selecting a storage service corresponding to the storage area which finishes the write operation after the write operation of the storage area is finished if the write operation of each storage area is carried out, and reading data from the corresponding storage area by the selected storage service;
a second read operation processing unit, configured to randomly select one of the storage services if no write operation is performed in each of the storage areas, and read data from the corresponding storage area by the selected storage service;
and the third read operation processing unit is used for selecting a storage service corresponding to the storage area which is not subjected to the write operation if part of the storage area is not subjected to the write operation and part of the storage area is subjected to the write operation, and reading data from the corresponding storage area by the selected storage service.
Optionally, the method further includes:
and the feedback module is used for feeding back data without information if the data to be read does not exist in the storage area.
Optionally, the method further includes:
and the analysis module is used for analyzing and confirming the type of the received request after receiving the request.
In order to solve the above technical problem, the present application further provides a device for reading and writing data in a web microservice cluster, including:
a memory for storing a computer program;
a processor for implementing the steps of the method for reading and writing data in the web microservice cluster as described in any one of the above when the computer program is executed.
In order to solve the above technical problem, the present application further provides a computer-readable storage medium, where a computer program is stored, and the computer program, when executed by a processor, implements the steps of the method for reading and writing data in a web micro-service cluster according to any one of the above.
The method for reading and writing data in the web micro-service cluster comprises the following steps: defining a corresponding storage area for each storage service; when a write request is received, selecting one storage service, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service; after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas; when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service.
Therefore, the method for reading and writing data in the web micro-service cluster, provided by the application, defines the corresponding storage area for each storage service in a data multi-point storage mode, and each storage service is responsible for reading and writing the corresponding storage area and performs data synchronization among the storage areas. When writing data, a storage service can be randomly selected for writing. When reading data, a storage service can also be randomly selected for reading. Therefore, data can be normally written and read through other storage services even if the storage services are occupied, so that the read-write operation is normally and effectively carried out, and the normal operation of the whole service is ensured.
The reading and writing device, the equipment and the computer readable storage medium for the data in the web micro-service cluster have the technical effects.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed in the prior art and the embodiments are briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic flowchart illustrating a method for reading and writing data in a web microservice cluster according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of a data reading/writing device in a web microserver cluster according to an embodiment of the present disclosure;
fig. 3 is a schematic diagram of a read-write device for data in a web microserver cluster according to an embodiment of the present disclosure.
Detailed Description
The core of the application is to provide a method for reading and writing data in a web micro-service cluster, which can ensure normal and effective reading and writing operations under multi-point storage and ensure normal operation of the whole service. At the other core of the application, a reading and writing device, an apparatus and a computer readable storage medium for data in a web micro-service cluster are provided, which all have the above technical effects.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, 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 some embodiments of the present application, but not all 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.
Referring to fig. 1, fig. 1 is a schematic flow chart of a method for reading and writing data in a web micro-service cluster according to an embodiment of the present application, and referring to fig. 1, the method mainly includes:
s101: defining a corresponding storage area for each storage service;
specifically, the storage service defines a corresponding storage area for each storage service, and each storage service is responsible for writing data into and reading data from the corresponding storage area.
For example, the storage area corresponding to the storage service 1 is the storage area 1, the storage area corresponding to the storage service 2 is the storage area 2, and the storage area corresponding to the storage service 3 is the storage area 3. Thus, the storage service 1 is responsible for writing data into the storage area 1 and reading data from the storage area 1. The storage service 2 is responsible for writing data into the storage area 2 and reading data from the storage area 2. Similarly, the storage service 3 is responsible for writing data into the storage area 3 and reading data from the storage area 3.
S102: when a write request is received, selecting one storage service, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service;
s103: after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas;
specifically, after the web micro-service terminal receives the request, the handler first analyzes and confirms the type of the received request, that is, analyzes and confirms whether the received request is a write request or a read request. When the web micro-service terminal receives a write request, the processing program randomly selects one storage service from the storage services, sends the data to be written to the selected storage service, and writes the data to be written into the corresponding storage area by the selected storage service. After the selected storage service finishes data writing, the selected storage service feeds back written information to the processing program, and then the processing program informs other storage services to update the respective corresponding storage areas, and the same data is written in the respective corresponding storage areas, so that data synchronization of the storage areas is realized.
For example, after the storage service 1 writes the data a into the corresponding storage area 1, the storage service 1 feeds back the written information to the processing program, and the processing program notifies the storage service 2 and the storage service 3 to update the corresponding storage areas, so that the storage service 2 writes the data a into the corresponding storage area 2, and similarly, the storage service 3 writes the data a into the corresponding storage area 3.
S104: when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service.
Specifically, when the web microserver terminal receives a read request, the processing program selects one storage service from the storage services, and the selected storage service reads data from the corresponding storage area.
In a specific embodiment, the selecting a storage service when the read request is received, and causing the selected storage service to read data from the corresponding storage area includes:
if all the storage areas are in the process of writing operation, after the storage areas finish the writing operation, selecting a storage service corresponding to the storage area which finishes the writing operation, and enabling the selected storage service to read data from the corresponding storage area; if the write operation is not carried out in each storage area, one storage service is randomly selected, and the selected storage service reads data from the corresponding storage area; and if the partial storage area is not subjected to the write operation and the partial storage area is subjected to the write operation, selecting a storage service corresponding to the storage area which is not subjected to the write operation, and enabling the selected storage service to read data from the corresponding storage area.
Specifically, when the web microserver terminal receives a read request and wants to read data, there may be several cases that each storage area is performing a write operation, each storage area is not performing a write operation, and a part of the storage area is performing a write operation.
When data is to be read, all the storage areas are in write operation, data reading is not carried out temporarily, after the storage areas are in write operation, a storage service corresponding to the storage area in which the write operation is finished is randomly selected, and the data is read from the corresponding storage area by the selected storage service.
For example, when data is to be read, if all of the storage area 1, the storage area 2, and the storage area 3 are performing write operations, data reading is not performed temporarily, and after any one of the storage area 1, the storage area 2, and the storage area 3 completes a write operation, data reading is performed by a storage service corresponding to one of the storage areas in which the write operation is completed. After the storage area 1 completes the write operation, the storage service 1 corresponding to the storage area 1 reads the data from the corresponding storage area 1.
If the data is to be read, the data is not written in each storage area, then a storage service is directly and randomly selected at the moment, and the data is read from the corresponding storage area by the selected storage service.
For example, when data is to be read, if no write operation is performed in any of the storage area 1, the storage area 2, and the storage area 3, at this time, one storage service is directly selected from the storage service 1, the storage service 2, and the storage service 3 at random, and the data is read from the corresponding storage area by the selected storage service. If the storage service 1 is selected, the storage service 1 reads data from its corresponding storage area 1.
If the data is to be read, the partial storage area is not subjected to the write operation, and the partial storage area is subjected to the write operation, then one of the storage services corresponding to the storage area which is not subjected to the write operation is selected to be read.
For example, when data is to be read, the storage area 1 and the storage area 2 are not written, and the storage area 3 is writing, then one storage service is randomly selected from the storage services 1 and 2 at this time, and the data is read from the corresponding storage area by the selected storage service. If the storage service 1 is selected, the storage service 1 reads data from its corresponding storage area 1.
Further, on the basis of the above embodiment, the method further includes: and if the data to be read does not exist in the storage area, feeding back data non-existence information.
Specifically, when the web microserver terminal reads data after receiving a read request, there may be a case where there is no data to be read in each storage area. In this case, when the selected storage service to be subjected to data reading finds that there is no data to be read in the storage area, the storage service further feeds back data absence information to the handler, so that the web microserver terminal further feeds back information about data absence to the terminal that sent the read request.
In summary, the method for reading and writing data in a web microservice cluster provided by the present application includes: defining a corresponding storage area for each storage service; when a write request is received, selecting one storage service, and sending data to be written to the selected storage service so that the selected storage service writes the data to be written into the corresponding storage area; after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas; when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service. The read-write method defines a corresponding storage area for each storage service in a data multi-point storage mode, each storage service is responsible for reading and writing the corresponding storage area, and data synchronization is carried out among the storage areas. When writing data, a storage service can be randomly selected for writing. When reading data, a storage service can also be randomly selected for reading. Therefore, the data can be ensured to be normally written and read by other storage services even if the storage service is occupied, and the normal operation of the whole service is ensured by the normal and effective operation of the read-write operation.
The application also provides a device for reading and writing data in the web micro-service cluster, and the device described below can be referred to in correspondence with the method described above. Referring to fig. 2, fig. 2 is a schematic diagram of a data reading/writing device in a web micro-service cluster according to an embodiment of the present application, and referring to fig. 2, the device includes:
a defining module 10, configured to define a corresponding storage area for each storage service;
a write operation processing module 20, configured to, when a write request is received, select one of the storage services, send data to be written to the selected storage service, and write the data to be written to the corresponding storage area by the selected storage service;
a notification module 30, configured to notify other storage services to update the respective corresponding storage areas after the selected storage service completes data writing;
and the read operation processing module 40 is configured to, when a read request is received, select one of the storage services, and read data from the corresponding storage area by the selected storage service.
On the basis of the foregoing embodiment, optionally, the read operation processing module 40 includes:
the first read operation processing unit is used for selecting a storage service corresponding to the storage area which finishes the write operation after the write operation of the storage area is finished if the write operation of each storage area is carried out, and reading data from the corresponding storage area by the selected storage service;
a second read operation processing unit, configured to randomly select one of the storage services if no write operation is performed in each of the storage areas, and read data from the corresponding storage area by the selected storage service;
and the third read operation processing unit is used for selecting a storage service corresponding to the storage area which is not subjected to the write operation if part of the storage area is not subjected to the write operation and part of the storage area is subjected to the write operation, and reading data from the corresponding storage area by the selected storage service.
On the basis of the above embodiment, optionally, the method further includes:
and the feedback module is used for feeding back data without information if the data to be read does not exist in the storage area.
On the basis of the above embodiment, optionally, the method further includes:
and the analysis module is used for analyzing and confirming the type of the received request after receiving the request.
The application also provides a device for reading and writing data in the web micro-service cluster, which is shown in fig. 3 and comprises a memory 1 and a processor 2.
A memory 1 for storing a computer program;
a processor 2 for executing a computer program to implement the steps of:
defining a corresponding storage area for each storage service; when a write request is received, selecting one storage service, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service; after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas; when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service.
For the introduction of the device provided in the present application, please refer to the above method embodiment, which is not described herein again.
The present application further provides a computer readable storage medium having a computer program stored thereon, which when executed by a processor, performs the steps of:
defining a corresponding storage area for each storage service; when a write request is received, selecting one storage service, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service; after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas; when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For the introduction of the computer-readable storage medium provided in the present application, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device, the apparatus and the computer-readable storage medium disclosed by the embodiments correspond to the method disclosed by the embodiments, so that the description is simple, and the relevant points can be referred to the description of the method.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The method, the apparatus, the device, and the computer-readable storage medium for reading and writing data in a web microservice cluster provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A method for reading and writing data in a web micro-service cluster is characterized by comprising the following steps:
defining a corresponding storage area for each storage service;
when a write request is received, selecting one storage service, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service;
after the selected storage service completes data writing, other storage services are notified to update the corresponding storage areas;
when a read request is received, one of the storage services is selected, and data is read from the corresponding storage area by the selected storage service.
2. A reading and writing method according to claim 1, wherein when a read request is received, one of the storage services is selected, and reading data from the corresponding storage area by the selected storage service includes:
if each storage area is in the process of writing operation, after the storage areas finish the writing operation, selecting a storage service corresponding to the storage area which finishes the writing operation, and reading data from the corresponding storage area by the selected storage service;
if each storage area is not subjected to write operation, one storage service is randomly selected, and data are read from the corresponding storage area by the selected storage service;
and if part of the storage areas are not subjected to write operation and part of the storage areas are subjected to write operation, selecting a storage service corresponding to the storage area which is not subjected to write operation, and reading data from the corresponding storage area by the selected storage service.
3. A read-write method according to claim 2, further comprising:
and if the data to be read does not exist in the storage area, feeding back data non-existence information.
4. A read-write method according to claim 3, further comprising:
after receiving the request, the analysis confirms the type of the received request.
5. A device for reading and writing data in a web micro-service cluster is characterized by comprising:
the definition module is used for defining a corresponding storage area for each storage service;
the write operation processing module is used for selecting one storage service when a write request is received, sending data to be written to the selected storage service, and writing the data to be written into the corresponding storage area by the selected storage service;
the notification module is used for notifying other storage services to update the corresponding storage areas after the selected storage service completes data writing;
and the read operation processing module is used for selecting one storage service when a read request is received, and reading data from the corresponding storage area by the selected storage service.
6. The device according to claim 5, wherein the read processing module includes:
the first read operation processing unit is used for selecting a storage service corresponding to the storage area which finishes the write operation after the write operation of the storage area is finished if the write operation of each storage area is carried out, and reading data from the corresponding storage area by the selected storage service;
a second read operation processing unit, configured to randomly select one of the storage services if no write operation is performed in each of the storage areas, and read data from the corresponding storage area by the selected storage service;
and the third read operation processing unit is used for selecting a storage service corresponding to the storage area which is not subjected to the write operation if part of the storage area is not subjected to the write operation and part of the storage area is subjected to the write operation, and reading data from the corresponding storage area by the selected storage service.
7. The reader/writer apparatus according to claim 6, further comprising:
and the feedback module is used for feeding back data without information if the data to be read does not exist in the storage area.
8. The reader/writer apparatus according to claim 7, further comprising:
and the analysis module is used for analyzing and confirming the type of the received request after receiving the request.
9. A device for reading and writing data in a web microservice cluster, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method for reading and writing data in a web microservice cluster according to any of claims 1 to 4 when executing said computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for reading and writing data in a web microservice cluster according to any one of claims 1 to 4.
CN202011453183.4A 2020-12-11 2020-12-11 Method and related device for reading and writing data in web micro-service cluster Pending CN112506434A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011453183.4A CN112506434A (en) 2020-12-11 2020-12-11 Method and related device for reading and writing data in web micro-service cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011453183.4A CN112506434A (en) 2020-12-11 2020-12-11 Method and related device for reading and writing data in web micro-service cluster

Publications (1)

Publication Number Publication Date
CN112506434A true CN112506434A (en) 2021-03-16

Family

ID=74973291

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011453183.4A Pending CN112506434A (en) 2020-12-11 2020-12-11 Method and related device for reading and writing data in web micro-service cluster

Country Status (1)

Country Link
CN (1) CN112506434A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060095629A1 (en) * 2004-10-29 2006-05-04 International Business Machines Corporation System, method and storage medium for providing a service interface to a memory system
CN104184812A (en) * 2014-08-20 2014-12-03 四川九成信息技术有限公司 Multi-point data transmission method based on private cloud
US8930647B1 (en) * 2011-04-06 2015-01-06 P4tents1, LLC Multiple class memory systems
WO2017206754A1 (en) * 2016-05-30 2017-12-07 中兴通讯股份有限公司 Storage method and storage device for distributed file system
CN109062512A (en) * 2018-07-26 2018-12-21 郑州云海信息技术有限公司 A kind of distributed storage cluster, data read-write method, system and relevant apparatus
CN110188084A (en) * 2019-05-16 2019-08-30 浙江讯盟科技有限公司 A kind of distributed file storage system and file memory method
CN111078153A (en) * 2019-12-20 2020-04-28 同方知网(北京)技术有限公司 Distributed storage method based on files
CN111930316A (en) * 2020-09-09 2020-11-13 上海七牛信息技术有限公司 Cache read-write system and method for content distribution network
CN112417043A (en) * 2020-11-19 2021-02-26 百果园技术(新加坡)有限公司 Data processing system and method

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060095629A1 (en) * 2004-10-29 2006-05-04 International Business Machines Corporation System, method and storage medium for providing a service interface to a memory system
US8930647B1 (en) * 2011-04-06 2015-01-06 P4tents1, LLC Multiple class memory systems
CN104184812A (en) * 2014-08-20 2014-12-03 四川九成信息技术有限公司 Multi-point data transmission method based on private cloud
WO2017206754A1 (en) * 2016-05-30 2017-12-07 中兴通讯股份有限公司 Storage method and storage device for distributed file system
CN109062512A (en) * 2018-07-26 2018-12-21 郑州云海信息技术有限公司 A kind of distributed storage cluster, data read-write method, system and relevant apparatus
CN110188084A (en) * 2019-05-16 2019-08-30 浙江讯盟科技有限公司 A kind of distributed file storage system and file memory method
CN111078153A (en) * 2019-12-20 2020-04-28 同方知网(北京)技术有限公司 Distributed storage method based on files
CN111930316A (en) * 2020-09-09 2020-11-13 上海七牛信息技术有限公司 Cache read-write system and method for content distribution network
CN112417043A (en) * 2020-11-19 2021-02-26 百果园技术(新加坡)有限公司 Data processing system and method

Similar Documents

Publication Publication Date Title
US9778998B2 (en) Data restoration method and system
CN106933843B (en) Database heartbeat detection method and device
CN106446097B (en) File reading method and system
CN107580032B (en) Data processing method, device and equipment
CN111414424B (en) Method, system, medium and equipment for automatically synchronizing redis of configuration data
US10848960B2 (en) Method and system for interaction between AP and modem, and storage medium
CN109213450B (en) Associated metadata deleting method, device and equipment based on flash memory array
CN114003439B (en) Data backup method, device, equipment and storage medium
CN111813604B (en) Data recovery method, system and related device of fault storage equipment
CN105760114B (en) Parallel file system resource management method, device and system
CN112506434A (en) Method and related device for reading and writing data in web micro-service cluster
CN110879764B (en) Bitmap setting method, device and equipment and readable storage medium
CN106557262B (en) Data processing method and device
CN110658993A (en) Snapshot rollback method, device, equipment and storage medium
CN112015708B (en) Data balancing method and related device for distributed storage system
CN106648550B (en) Method and device for concurrently executing tasks
CN110795043A (en) Distributed storage block zero setting method and device, electronic equipment and storage medium
CN112395591A (en) Encryption method and system
CN113468105A (en) Data structure of data snapshot, related data processing method, device and system
CN113992876A (en) Method for recording document and playing video, storage medium and terminal
CN110597828A (en) Database changing method, device, equipment and storage medium
CN106951343B (en) Delayed reduction method and delayed reduction assembly for non-specific object
CN116774906A (en) Disk data deleting method and device, electronic equipment and storage medium
CN117112047A (en) USB equipment management and control method, equipment and storage medium
CN106375403B (en) Data synchronization method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210316