Hacker News new | past | comments | ask | show | jobs | submit login

Do you know if strong read-after-write consistency is supported (as in s3)? Is an atomic put-if-absent method supported in JuiceFS (as in Azure blob storage)? If so, this could be a really cool platform for formats like Delta.io :)



It seems not, instead it provides 'close-to-open' consistency, as documented here: https://juicefs.com/docs/community/cache_management/#data-co...


That is the same as S3 then, once an upload is complete it is seen by all other clients.


JuiceFS supports create-if-not-existed by using the Java SDK (HDFS compatible), so I guess it should work well with Delta.io.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: