Skip to content

dafaframe overwrite failed due to _temporary clearance on Azure #1361

Answered by vibhansa-msft
johnxpan asked this question in Q&A
Discussion options

You must be logged in to vote

File-Cache: This maintains a local copy of the file and serves all read/write requests from local disk until the timeout expires. This means if application needs to process the same file over and over again this will give you a significant boost in performance as there are not network calls involved here.
Steaming: This has some issues right now so we might just deprecate this soon enough. Avoid using this.
Block-cache: This is our latest offering which provides significant boost over streaming. In file-cache model we maintain a local cache. If you do not have sufficient disk space available to hold the file locally (consider a case where you have 1TB blob and you want to read and process…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@johnxpan
Comment options

@vibhansa-msft
Comment options

Answer selected by vibhansa-msft
@johnxpan
Comment options

@vibhansa-msft
Comment options

@johnxpan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants