greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

File object store should write to a temp file and rename it later

Open evenyag opened this issue 3 years ago • 2 comments

What type of enhancement is this?

API improvement

What does the enhancement do?

File object store should write to a temp file and rename it later, ensuring the file object is complete.

Implementation challenges

We need to implement a new Backend or an adapter for fs::Backend

evenyag avatar Nov 21 '22 10:11 evenyag

There is already an issue in opendal https://github.com/datafuselabs/opendal/issues/788

killme2008 avatar Nov 22 '22 14:11 killme2008

Already implemented in https://github.com/datafuselabs/opendal/pull/991

Waiting for opendal to release a new version.

killme2008 avatar Nov 24 '22 02:11 killme2008