Storage Method
This section describes the data classification, attributes, and storage methods.
Data Attributes
CESS is an object-based storage service where all data includes two types of attributes: metadata and data content.
Metadata: It is a description of data content, including data length, data unique identifier, data owner, data location index, etc. The structure of the metadata is defined below:
Data Content: the data itself.
Storage Method
The following figure shows the file directory structure after running the storage node. The directory is located in the user-specified folder in the configuration file and has three levels of directory structure. The first level is the name of the storage node's signature account, the second is the bucket
, and the third includes cache
, file
, log
, space
, and temp
directories. The space
directory stores idle data, while the file
directory stores active data.
Last updated
Was this helpful?