Are JuiceFS objects immutable #5617
-
I wanted to confirm if JuiceFS objects are immutable when written to S3 or another object store. By immutable I mean:
I ask because I'm using Garage as my S3 object store and currently it is in consistent mode. If objects are immutable then I can safely switch to degraded mode and read off the closest node. Degraded mode means read-after-write consistency is not guaranteed, but if the object is never updated then we'll either read a fully written object or get the object from another node. I would be happy to add some documentation for Garage to JuiceFS as well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
yes, objects are immutable. |
Beta Was this translation helpful? Give feedback.
yes, objects are immutable.