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

Support per-file blocks-over-objects #10

Open
modeswitch opened this issue Nov 13, 2013 · 4 comments
Open

Support per-file blocks-over-objects #10

modeswitch opened this issue Nov 13, 2013 · 4 comments

Comments

@modeswitch
Copy link
Member

Currently each file is stored in a single object. In some cases this can cause lots of unnecessary reads/writes. This can be fixed by assigning a per-file block size and converting the data pointer to a list of pointers to fixed-size blocks.

(I marked this as good first bug, but this work is somewhat more involved than other bugs with that label.)

@modeswitch
Copy link
Member Author

I think we will need this to support large files. @humphd reported some issues with files larger than 33M.

@humphd
Copy link
Contributor

humphd commented Feb 11, 2014

http://pbouianov.wordpress.com/2014/02/03/project-update-wall/ is where @pbouianov was writing about this, fwiw.

@modeswitch
Copy link
Member Author

The dropbox-style sync stuff is bigger than one issue. I'd like to spend some time scoping it out and we can split it into smaller tasks.

@modeswitch
Copy link
Member Author

Bumping to milestone 2.

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

No branches or pull requests

2 participants