8000 Handle data points outside range of the head partition · Issue #20 · nakabonne/tstorage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Handle data points outside range of the head partition #20
Closed
@nakabonne

Description

@nakabonne

Basically, all data points get ingested into the head partition. But sometimes data points get across the partition boundary, which should get into the next partition.

tstorage/storage.go

Lines 251 to 252 in b1bbbaf

// TODO: Try to insert outdated rows to head's next partition
_ = outdatedRows

For points older than the head's next partition, it will get discarded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0