Skip to content

no simple batch retrieval (possible memory issues) #441

Open
@chungg

Description

@chungg

if we're doing a basic batch retrieval, the current code needless combines them into a matrix and evaluates it.

two issues:

  • we have to consider start/stop timestamp and overlap==0% to actually get the entire series or else it will set start/stop to where it overlaps (and it might not)
  • more importantly, the matrix can be extremely sparse if the series are big and has no overlap

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions