labring / sealfs

The storage system of sealos, aims to be a high-performance, high-reliability, and auto-scaling distributed file system
Apache License 2.0
141 stars 20 forks source link

engine: Split subdirectory to store to DB #133

Closed uran0sH closed 1 year ago

uran0sH commented 1 year ago

If we have a directory A, its subdirectories are B, C. We will store it in the following format: A -> 4, A-B -> B, A-C -> C, B -> 2, C -> 2.