Replies: 1 comment
-
Hi, ZegWe. Thank you for asking.
There is no such configuration so far. foyer pre-allocates disk space to avoid the overhead of
Since the files are pre-allocated, there is no difference between sharding in a single folder or multiple subfolders. Because the folder's inode never changes. The purpose of sharding files in a fs is to reduce the inode lock overhead with concurrent writes and reads in a single file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently started using foyer as the caching solution for my project, and I’ve encountered a few issues:
Beta Was this translation helpful? Give feedback.
All reactions