[go: up one dir, main page]

CN111209282A - Data storage method and device, computer equipment and storage medium - Google Patents

Data storage method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111209282A
CN111209282A CN202010025819.9A CN202010025819A CN111209282A CN 111209282 A CN111209282 A CN 111209282A CN 202010025819 A CN202010025819 A CN 202010025819A CN 111209282 A CN111209282 A CN 111209282A
Authority
CN
China
Prior art keywords
data
storage
textfile
layer
storage format
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
CN202010025819.9A
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.)
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service 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 Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN202010025819.9A priority Critical patent/CN111209282A/en
Publication of CN111209282A publication Critical patent/CN111209282A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2219Large Object storage; Management thereof
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/283Multi-dimensional databases or data warehouses, e.g. MOLAP or ROLAP
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention discloses a data storage method, a data storage device, computer equipment and a storage medium. The method comprises the following steps: storing the data into a data base layer of a data warehouse in an avro storage format; storing the data in a textfile storage format into a base index layer of a data warehouse; the data is stored in the textfile storage format into the application layer of the data warehouse. By implementing the method of the embodiment of the invention, the data of each layer of the data warehouse can be stored in different formats according to the characteristics of the data of each layer of the data warehouse, so that the convenience of data acquisition of each layer of the data warehouse is greatly improved, the data acquisition efficiency is improved, and the power consumption of a server is reduced.

Description

Data storage method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of big data technologies, and in particular, to a data storage method and apparatus, a computer device, and a storage medium.
Background
The data warehouse of big data generally comprises three layers, namely a base layer, a base index layer and an application layer. In the existing open source community, the data in the database of each layer in the data warehouse above the big data platform are stored based on the same format. Because the applications of each layer in the data warehouse are different, the convenience for acquiring data of different layers is inconsistent, the data acquisition efficiency is low, and the power consumption of the server is increased.
Disclosure of Invention
The embodiment of the invention provides a data storage method, a data storage device, computer equipment and a storage medium, and aims to solve the problems of low data acquisition efficiency and high server power consumption caused by poor convenience in data acquisition from a data warehouse in the prior art.
In a first aspect, an embodiment of the present invention provides a data storage method, which includes:
storing the data into a data base layer of a data warehouse in an avro storage format;
storing the data in a textfile storage format into a base index layer of a data warehouse;
the data is stored in the textfile storage format into the application layer of the data warehouse.
The further technical scheme is that the method also comprises the following steps:
and setting the table structure of the database in the data base layer as an appearance.
The further technical scheme is that the method also comprises the following steps:
and setting a table structure of the database in the basic index layer as an inner table.
The further technical scheme is that the method also comprises the following steps:
and setting a table structure of the database in the application layer as an inner table.
The further technical scheme is that in the textfile storage format, separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n.
In a second aspect, an embodiment of the present invention further provides a data storage device, including:
the data warehouse comprises a first storage unit, a second storage unit and a data processing unit, wherein the first storage unit is used for storing data into a data base layer of the data warehouse in an avro storage format;
the second storage unit is used for storing the data into a basic index layer of the data warehouse in a textfile storage format;
and the third storage unit is used for storing the data into the application layer of the data warehouse in a textfile storage format.
The further technical scheme is that the data storage device further comprises:
the first setting unit is used for setting the table structure of the database in the data base layer as an appearance;
a second setting unit, configured to set a table structure of the database of the base index layer as an inner table;
and the third setting unit is used for setting the table structure of the database in the application layer into an inner table.
The further technical scheme is that in the textfile storage format, separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n.
In a third aspect, an embodiment of the present invention further provides a computer device, which includes a memory and a processor, where the memory stores a computer program, and the processor implements the above method when executing the computer program.
In a fourth aspect, the present invention also provides a computer-readable storage medium, which stores a computer program, and the computer program can implement the above method when being executed by a processor.
The embodiment of the invention discloses a data storage method, a data storage device, computer equipment and a storage medium. The method comprises the following steps: storing the data into a data base layer of a data warehouse in an avro storage format; storing the data in a textfile storage format into a base index layer of a data warehouse; the data is stored in the textfile storage format into the application layer of the data warehouse. By implementing the method of the embodiment of the invention, the data of each layer of the data warehouse can be stored in different formats according to the characteristics of the data of each layer of the data warehouse, so that the convenience of data acquisition of each layer of the data warehouse is greatly improved, the data acquisition efficiency is improved, and the power consumption of a server is reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic view of an application scenario of a data storage method according to an embodiment of the present invention;
FIG. 2 is a schematic block diagram of a data storage device provided by an embodiment of the present invention;
FIG. 3 is a schematic block diagram of a data storage device according to another embodiment of the present invention;
fig. 4 is a schematic block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. 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 invention.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to a determination" or "in response to a detection". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
Referring to fig. 1, fig. 1 is a schematic flow chart illustrating a data storage method according to an embodiment of the present invention. As shown, the method includes the following steps S1-S3.
And S1, storing the data into the data base layer of the data warehouse in the avro storage format.
In an embodiment of the invention, the data warehouse comprises a data base layer, a base index layer and an application layer. The data in the data base layer is obtained by data extraction from the service system. The data in the basic index layer is obtained by processing the data in the data basic layer. The data in the application layer is obtained by processing the data in the basic index layer.
In a specific implementation, the data is stored in the data base layer of the data warehouse in an avro storage format. The data base layer has huge data size and is suitable for being stored in an avro storage format with better compression performance.
Further, in certain embodiments, such as the present embodiment, the method further comprises: and setting the table structure of the database in the data base layer as an appearance. The appearance table building mode is adopted because if the condition except deleting the table is met, only the metadata of the table is deleted, the data cannot be deleted, and the data can be quickly recovered.
S2, storing the data in a textfile storage format into a base index layer of the data warehouse.
In a specific implementation, the data is stored in a textfile storage format into the base index layer of the data warehouse. the data in the textfile storage format can be opened and read by business personnel in various tools and modes, and the reading convenience is improved.
Further, in certain embodiments, such as the present embodiment, the method further comprises: and setting a table structure of the database in the basic index layer as an inner table. The appearance table building mode is adopted, and when the inner table is deleted, the metadata and the data are completely deleted, so that the index reprocessing and storing are facilitated.
It should be noted that in the textfile storage format, the separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n. The above separators can be adopted to facilitate the business personnel to open and read the data in the basic index layer in various tools and modes.
S3, storing the data in a textfile storage format into the application layer of the data warehouse.
In a specific implementation, the data is stored in a textfile storage format in the application layer of the data warehouse. the data in the textfile storage format can be opened and read by business personnel in various tools and modes, and the reading convenience is improved.
Further, in certain embodiments, such as the present embodiment, the method further comprises: and setting a table structure of the database in the application layer as an inner table.
The appearance table building mode is adopted, and when the inner table is deleted, the metadata and the data are completely deleted, so that the index reprocessing and storing are facilitated.
It should be noted that in the textfile storage format, the separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n. The above separators can be adopted to facilitate the business personnel to open and read the data in the application layer in various tools and modes.
By applying the technical scheme of the embodiment of the invention, the data is stored in the data base layer of the data warehouse in the avro storage format; storing the data in a textfile storage format into a base index layer of a data warehouse; the data is stored in the textfile storage format into the application layer of the data warehouse. The data of each layer of the data warehouse are stored in different formats according to the characteristics of the data of each layer of the data warehouse, so that the convenience of data acquisition of each layer of the data warehouse is greatly improved, the data acquisition efficiency is improved, and the power consumption of the server is reduced.
Fig. 2 is a schematic block diagram of a data storage device 40 provided by an embodiment of the present invention. As shown in fig. 2, the present invention also provides a data storage device 40 corresponding to the above data storage method. The data storage device 40 includes a unit for executing the above-described data storage method, and the device may be configured in a server. Specifically, referring to fig. 2, the data storage device 40 includes a first storage unit 41, a second storage unit 42, and a third storage unit 43.
The first storage unit 41 is configured to store the data in the data base layer of the data warehouse in the avro storage format.
And the second storage unit 42 is used for storing the data into the base index layer of the data warehouse in a textfile storage format.
And a third storage unit 43, configured to store the data in a textfile storage format into the application layer of the data warehouse.
In one embodiment, in the textfile storage format, the separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n.
Fig. 3 is a schematic block diagram of a data storage device 40 according to another embodiment of the present invention. As shown in fig. 3, the data storage device 40 of the present embodiment is the above-mentioned embodiment, and is added with a first setting unit 44, a second setting unit 45, and a third setting unit 46.
A first setting unit 44, configured to set a table structure of the database in the data base layer as an appearance.
A second setting unit 45, configured to set a table structure of the database of the base index layer as an inner table.
A third setting unit 46, configured to set a table structure of the database in the application layer as an inner table.
It should be noted that, as can be clearly understood by those skilled in the art, the specific implementation process of the data storage device 40 and each unit may refer to the corresponding description in the foregoing method embodiment, and for convenience and brevity of description, no further description is provided herein.
The data storage means 40 may be implemented in the form of a computer program which is executable on a computer device as shown in fig. 4.
Referring to fig. 4, fig. 4 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device 500 may be a terminal or a server, where the terminal may be an electronic device with a communication function, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device. The server may be an independent server or a server cluster composed of a plurality of servers.
Referring to fig. 4, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032, when executed, causes the processor 502 to perform a data storage method.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 can be caused to execute a data storage method.
The network interface 505 is used for network communication with other devices. Those skilled in the art will appreciate that the configuration shown in fig. 4 is a block diagram of only a portion of the configuration associated with the present application and does not constitute a limitation of the computer device 500 to which the present application may be applied, and that a particular computer device 500 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
Wherein the processor 502 is configured to run the computer program 5032 stored in the memory to implement the following steps:
storing the data into a data base layer of a data warehouse in an avro storage format;
storing the data in a textfile storage format into a base index layer of a data warehouse;
the data is stored in the textfile storage format into the application layer of the data warehouse.
In one embodiment, processor 502 further implements the steps of:
setting a table structure of a database in the data base layer as an appearance;
setting a table structure of a database of the basic index layer as an inner table;
and setting a table structure of the database in the application layer as an inner table.
In one embodiment, in the textfile storage format, the separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n.
It should be understood that, in the embodiment of the present Application, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field-Programmable Gate arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will be understood by those skilled in the art that all or part of the flow of the method implementing the above embodiments may be implemented by a computer program instructing associated hardware. The computer program may be stored in a storage medium, which is a computer-readable storage medium. The computer program is executed by at least one processor in the computer system to implement the flow steps of the embodiments of the method described above.
Accordingly, the present invention also provides a storage medium. The storage medium may be a computer-readable storage medium. The storage medium stores a computer program. The computer program, when executed by a processor, causes the processor to perform the steps of:
storing the data into a data base layer of a data warehouse in an avro storage format;
storing the data in a textfile storage format into a base index layer of a data warehouse;
the data is stored in the textfile storage format into the application layer of the data warehouse.
In an embodiment, the processor, in executing the computer program, further implements the steps of:
setting a table structure of a database in the data base layer as an appearance;
setting a table structure of a database of the basic index layer as an inner table;
and setting a table structure of the database in the application layer as an inner table.
In one embodiment, in the textfile storage format, the separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n.
The storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk, which can store various computer readable storage media.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the 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 invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, various elements or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the invention can be merged, divided and deleted according to actual needs. In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, while the invention has been described with respect to the above-described embodiments, it will be understood that the invention is not limited thereto but may be embodied with various modifications and changes.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method of storing data, comprising:
storing the data into a data base layer of a data warehouse in an avro storage format;
storing the data in a textfile storage format into a base index layer of a data warehouse;
the data is stored in the textfile storage format into the application layer of the data warehouse.
2. The data storage method of claim 1, wherein the method further comprises:
and setting the table structure of the database in the data base layer as an appearance.
3. The data storage method of claim 1, wherein the method further comprises:
and setting a table structure of the database in the basic index layer as an inner table.
4. The data storage method of claim 1, wherein the method further comprises:
and setting a table structure of the database in the application layer as an inner table.
5. The data storage method of claim 1, wherein in the textfile storage format, the separators between columns are \ t; in the textfile storage format, the line-to-line separators are \ n.
6. A data storage device, comprising:
the data warehouse comprises a first storage unit, a second storage unit and a data processing unit, wherein the first storage unit is used for storing data into a data base layer of the data warehouse in an avro storage format;
the second storage unit is used for storing the data into a basic index layer of the data warehouse in a textfile storage format;
and the third storage unit is used for storing the data into the application layer of the data warehouse in a textfile storage format.
7. The data storage device of claim 6, further comprising:
the first setting unit is used for setting the table structure of the database in the data base layer as an appearance;
a second setting unit, configured to set a table structure of the database of the base index layer as an inner table;
and the third setting unit is used for setting the table structure of the database in the application layer into an inner table.
8. The data storage device of claim 6, wherein in the textfile storage format, the column-to-column separators are \ t; in the textfile storage format, the line-to-line separators are \ n.
9. A computer arrangement, characterized in that the computer arrangement comprises a memory having stored thereon a computer program and a processor implementing the method according to any of claims 1-5 when executing the computer program.
10. A computer-readable storage medium, characterized in that the storage medium stores a computer program which, when being executed by a processor, is adapted to carry out the method according to any one of claims 1-5.
CN202010025819.9A 2020-01-10 2020-01-10 Data storage method and device, computer equipment and storage medium Pending CN111209282A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010025819.9A CN111209282A (en) 2020-01-10 2020-01-10 Data storage method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010025819.9A CN111209282A (en) 2020-01-10 2020-01-10 Data storage method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111209282A true CN111209282A (en) 2020-05-29

Family

ID=70785026

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010025819.9A Pending CN111209282A (en) 2020-01-10 2020-01-10 Data storage method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111209282A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115237877A (en) * 2022-06-29 2022-10-25 深圳微众信用科技股份有限公司 Data work order management method and device, electronic device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101183986A (en) * 2007-11-26 2008-05-21 河北全通通信有限公司 Method for economized storage, construction ''green'' database
CN107967316A (en) * 2017-11-22 2018-04-27 平安科技(深圳)有限公司 A kind of method of data synchronization, equipment and computer-readable recording medium
CN110457256A (en) * 2019-08-01 2019-11-15 大众问问(北京)信息科技有限公司 Date storage method, device, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101183986A (en) * 2007-11-26 2008-05-21 河北全通通信有限公司 Method for economized storage, construction ''green'' database
CN107967316A (en) * 2017-11-22 2018-04-27 平安科技(深圳)有限公司 A kind of method of data synchronization, equipment and computer-readable recording medium
CN110457256A (en) * 2019-08-01 2019-11-15 大众问问(北京)信息科技有限公司 Date storage method, device, computer equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115237877A (en) * 2022-06-29 2022-10-25 深圳微众信用科技股份有限公司 Data work order management method and device, electronic device and storage medium

Similar Documents

Publication Publication Date Title
CN111026774A (en) Data sequence synchronization method and device, computer equipment and storage medium
CN105493077A (en) File management with placeholders
CN108628885B (en) Data synchronization method and device and storage equipment
CN111651424B (en) Data processing method, device, data node and storage medium
WO2017219524A1 (en) Page saving method and electronic device
EP3343395B1 (en) Data storage method and apparatus for mobile terminal
CN112559913B (en) Data processing method, device, computing equipment and readable storage medium
CN111367922A (en) A data update method and related equipment
CN113301203A (en) Method and device for updating historical information data based on address book
CN110490724A (en) The storage method and device of account data
US20110145242A1 (en) Intelligent Redistribution of Data in a Database
CN108363727A (en) A kind of date storage method and device based on ZFS file system
CN106484779B (en) File operation method and device
CN103164492A (en) File copying method between electronic devices and electronic devices
CN114020193B (en) Page crossing hook determination method and device, electronic equipment and storage medium
WO2025124273A1 (en) Security audit method for distributed database and related device
CN111209282A (en) Data storage method and device, computer equipment and storage medium
CN114090673A (en) Data processing method, equipment and storage medium for multiple data sources
CN117708384B (en) Picture data storage method, device, equipment and storage medium based on JanusGraph
CN110413603B (en) Method and device for determining repeated data, electronic equipment and computer storage medium
CN111125715A (en) TCG data processing acceleration method and device based on solid state disk, computer equipment and storage medium
CN113760600A (en) Database backup method, database restoration method and related device
CN117389960A (en) File parsing method, apparatus, device, storage medium and program product
CN117632527A (en) Data writing method, device, equipment and medium based on primary key conflict detection
JP2025514992A (en) Log data search method, log data search device, computer device, and computer program

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