Skip to content

optimization for single block uploads - #556

Open
anjaliratnam-msft wants to merge 2 commits into
fsspec:mainfrom
anjaliratnam-msft:pipe-file-optimization
Open

optimization for single block uploads#556
anjaliratnam-msft wants to merge 2 commits into
fsspec:mainfrom
anjaliratnam-msft:pipe-file-optimization

Conversation

@anjaliratnam-msft

Copy link
Copy Markdown
Collaborator

This PR adds a fast path for writes using fs.open() that previously always went through both stage_block() and commit_block_list() calls. Now, if the data fits in a single block, it will be uploaded with a single upload_blob() call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant