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

Reduce memory footprint where hive is used with nanosecond precision and data does not have nanosecond precision #5244

Open
findepi opened this issue Sep 21, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@findepi
Copy link
Member

findepi commented Sep 21, 2020

Depends on: #4953

The in-memory representation for nanosecond- / picosecond-part is currently int[] with all zeros.
We should skip the array when there are no "interesting" values in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants