Data directory structure

更新时间:
复制 MD 格式

LindormDFS (Lindorm Distributed File System) organizes each engine's data under a dedicated top-level directory. Use the table below to locate data for a specific engine.

DirectoryEngineDescription
/${Instance ID}-global/${Instance ID}_xxxLindormTableStores wide table data. The path encodes the instance ID and the deployment region.
/solrLindormSearchStores search index data.
/tsdbLindormTSDBStores time series data.

Path variables

VariableDescription
${Instance ID}The ID of the Lindorm instance.
xxx in /${Instance ID}_xxxThe region where the instance is deployed, in Alibaba Cloud region ID format. For example, cn-shanghai represents the China (Shanghai) region.

Example

For an instance with ID ld-bp1example deployed in China (Shanghai), the LindormTable data directory is:

/ld-bp1example-global/ld-bp1example_cn-shanghai