Viewing profile — suavesu
suavesu
HN member- Joined
- Wed, Jan 13, 2021, 5:24 AM UTC
- HN karma
- 13
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About suavesu
No profile information was provided.
Recent public activity
-
comment
Comment #46897324
Pause = delete VM. Resume = remount volume and keep going. Built a self-hosted cloud coding agent on k3s + Kata VMs, but the key trick is storage: JuiceFS (Redis metadata + S3 data…
- story
-
comment
Comment #46644367
Some users use JuiceFS with CephFS RADOS, as alternative with Ceph MDS.
-
comment
Comment #46644268
pjdtest result of JuiceFS -> https://juicefs.com/en/blog/engineering/posix-compatibility-...
-
comment
Comment #46644246
Agree, don't recommend POSIX proxy on S3 for complex workload, like S3FS. In the design of JuiceFS, S3 is like raw disk, JuiceFS metadata engine is like partition table, compare wi…
-
comment
Comment #46644219
Can run MySQL and PG, but don't recommend, not good performance for production. but for temporary it's OK. Here's a case study -> https://juicefs.com/en/blog/user-stories/xiachufan…
-
comment
Comment #46644199
metadata backup is very important. don't forget.
-
comment
Comment #46644193
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/ml…
-
comment
Comment #46644154
Truth. It supports very large volume, more than 100PiB and 10B files in a single volume. Disclosure: I'm co-founder of JuiceFS
-
comment
Comment #46644103
yes, support more 10 options, include redis, SQL-like DB, TiKV, FoundationDB, and more. see here -> https://juicefs.com/docs/community/databases_for_metadata
-
comment
Comment #46644080
JuiceFS metadata engine comparison -> https://juicefs.com/docs/community/metadata_engines_benchmar...
-
comment
Comment #25758581
I'm from JuiceFS team. We run JuiceFS full managed service on every public cloud worldwide for 4 years. We decide open source it for more explore and usage.