Data storage method based on compressed graph, storage medium, storage device and server
A data storage and image compression technology, applied in the computer field, can solve the problems of lack of intuitive description language, heavy sorting workload, and affecting the flexibility of map building during the map building process.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0064] Such as figure 1 , Figure 8 Shown, the implementation step of the inventive method comprises:
[0065] S100, building a point table and importing data
[0066] The point table can be constructed by the following SQL statement:
[0067]
[0068] ENGINE=V means the point table engine, and the point table must be designated as the associated primary key, that is, the Key key, specified with the keyword Key; other columns are other attributes of the point table. Multiple point tables can be created for multiple types of points, each point table represents a point type, and the point table name is the point type name.
[0069] For example, the user point table, movie point table, and producer point table in the above figure can be established by the following statements:
[0070] create table user(name String Key, age UInt16) engine=V;
[0071] create table movie(name String Key, genre UInt8) engine=V;
[0072] create table producer(name String Key, capital UInt64)...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


