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

Should 'zipper' protocol implementations return "dense" matrix or sparse? #850

Open
shanson7 opened this issue Dec 20, 2024 · 0 comments
Open
Labels
performance performance related issues and questions

Comments

@shanson7
Copy link
Contributor

Problem description

Looking at existing implementations, they have lines like these which return values only for the "real" start/stop times, which might significantly reduce the memory used for series with high "churn".

However, functions like transformNull only seem to act on the set of values included, though theoretically the RequestStart/RequestStop Time should also be filled with NaN.

So my question is: Is this a bug in transformNull or should the zipper be providing "dense" values?

backend software and config

Custom in-house integration

@shanson7 shanson7 added the performance performance related issues and questions label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance performance related issues and questions
Projects
None yet
Development

No branches or pull requests

1 participant