Hi everyone, I have a question about table file ma...
# questions-and-troubleshooting
s
Hi everyone, I have a question about table file management. In the backend node’s storage folder, I see many ShardID directories, each containing a TabletID. Does one ShardID always correspond to exactly one TabletID, or can a ShardID contain multiple TabletIDs? In my case, each ShardID only has one TabletID. The dataset is quite small, and my setup is a shared-nothing architecture with 1 BE node and 1 FE node, both running on Docker since I’m currently learning how to build a cluster.