Skip to content

Out of order tuple arrival #2

@wangli1426

Description

@wangli1426

This project assumes the tuples arrive in increasing order of their timestamps. When this assumption does not hold, query results may not be complete.

To solve this problem, we should make the following improvements:

  1. Use a flag in configure file to indicate whether out of order tuple arrival is possible.

  2. If the flag is true, any temporal query will be send to all the insertion servers to prevent missing late tuples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions