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

Optimize output writer #14

Open
CaptainCodeman opened this issue Jul 11, 2016 · 1 comment
Open

Optimize output writer #14

CaptainCodeman opened this issue Jul 11, 2016 · 1 comment

Comments

@CaptainCodeman
Copy link
Owner

Existing rolled-up files can be skipped, single file rollups can be done as a move (or copy/delete) and rollup needs to handle the number of source files being over the cloud storage rollup limit (i.e. perform iterative rollup).

@CaptainCodeman
Copy link
Owner Author

Rollup of > 32 files is now supported.

Need to detect or handle rollup where the total number of segments is > 1024 by re-writing the file(s) into a new one.

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

1 participant