You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For critical data it might be good to have the ability to flush pending operations to disk. We allow you to do this with FileStream, but not copy/move/rename.
Rename might be awkward as Windows doesn't directly support disabling the cache, other APIs in Windows have flags that let you do this.
In Unix flushing the cache is done with fsync.
The text was updated successfully, but these errors were encountered:
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.
This issue will now be closed since it had been marked no-recent-activity but received no further activity in the past 14 days. It is still possible to reopen or comment on the issue, but please note that the issue will be locked if it remains inactive for another 30 days.
For critical data it might be good to have the ability to flush pending operations to disk. We allow you to do this with
FileStream
, but not copy/move/rename.Rename might be awkward as Windows doesn't directly support disabling the cache, other APIs in Windows have flags that let you do this.
In Unix flushing the cache is done with
fsync
.The text was updated successfully, but these errors were encountered: