Skip to content

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

Open
@shanson7

Description

@shanson7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceperformance related issues and questions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions