Mixed file storage method and device
A technology for mixing files and storage devices, applied in file systems, file access structures, special data processing applications, etc., can solve problems such as low storage efficiency and waste of storage space
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2019-04-26
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of hybrid file storage, in particular to a hybrid file storage method and device. Background technique
[0002] In big data application scenarios, there are usually two types of application requirements: detailed query and statistical query. Detailed query filters qualified multi-row data from structured data by specifying conditions. For example, taking Hbase as an example, by establishing a row key index, you can quickly query qualified data. Data is usually logically in the form of complete rows. return. Statistical queries usually filter data by specifying conditions, and only need to return the data of certain columns, plus operator operations such as aggregation to complete the final return of statistical data, such as performing groupby operations through hive to complete data aggregation for parquet format . Hbase's row key design and data organization and storage in the form of column families, a...
Examples
Embodiment Construction
[0034] Embodiments of the present invention provide a hybrid file storage method and device.
[0035] The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.
[0036] Usually, the demand analysis for data mainly has the following four requirements: 1. Support massive data scanning and select several columns; 2. Support search based on primary key and respond at sub-second level; 3. Support OLAP-like processing on massive data Interactive query, and many filter conditions are involved in the query; 4. It supports rapid extraction...