Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mrkurt
7 months ago
|
parent
|
context
|
favorite
| on:
JuiceFS is a distributed POSIX file system built o...
It backs its metadata up to S3. You do need metadata to map inodes / slices / chunks to s3 objects, though.
Tigris has a one-to-one FUSE that does what you want:
https://github.com/tigrisdata/tigrisfs
ifoxhz
7 months ago
[–]
FUSE generally has low overall performance because of an additional data transfer process between the kernel space and user space, which is less than ideal for AI training.
suavesu
7 months ago
|
parent
[–]
The MLPerf performance of JuiceFS last year, FUSE client, and TCP/IP network. There're some analysis about performance and bottleneck. ->
https://juicefs.com/en/blog/engineering/mlperf-storage-v2-ai...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Tigris has a one-to-one FUSE that does what you want: https://github.com/tigrisdata/tigrisfs