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.
| Directory | Engine | Description |
|---|---|---|
/${Instance ID}-global/${Instance ID}_xxx | LindormTable | Stores wide table data. The path encodes the instance ID and the deployment region. |
/solr | LindormSearch | Stores search index data. |
/tsdb | LindormTSDB | Stores time series data. |
Path variables
| Variable | Description |
|---|---|
${Instance ID} | The ID of the Lindorm instance. |
xxx in /${Instance ID}_xxx | The 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该文章对您有帮助吗?