Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Does the plugin handle larger files by "chunking" them on write and "stitching" them back together on read? #22

Open
curthusting opened this issue Oct 16, 2020 · 2 comments

Comments

@curthusting
Copy link

In looking at the Benchmarks each different device has a different "max" file size it can handle before it errors, my question pertains to how/if this plugin handles files with sizes that exceed what a specific device can handle.

Does it "chunk" them into smaller more manageable writes and "stitch" them back together on read?
Does it just throw an error if the file size is too large?

@diachedelic
Copy link
Owner

That's a great idea, we should do that. However, it should stitch the parts together on write, rather than read.

@AgustinBaffo
Copy link

AgustinBaffo commented Oct 15, 2024

See #61 (comment)

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

No branches or pull requests

3 participants