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

Add API to get each stream's disk size #141

Conversation

georges-berenger
Copy link

Summary: This diff provides easy methods to know how much disk space is used by a stream. The API is separate from existing APIs, because the computation is fairly expensive and might require non-trivial memory allocation to track record boundaries, and we don't want to pay for this when not necessary.

Differential Revision: D67491139

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67491139

Summary:

This diff provides easy methods to know how much disk space is used by a stream. The API is separate from existing APIs, because the computation is fairly expensive and might require non-trivial memory allocation to track record boundaries, and we don't want to pay for this when not necessary.

Reviewed By: paulsammut

Differential Revision: D67491139
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67491139

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 341d239.

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

Successfully merging this pull request may close these issues.

2 participants