Skip to content

[PostGIS] Partition obs table by datastream #203

@alexrobin

Description

@alexrobin

Keeping all datastreams in a single table/partition is not scalable as the number of datastream increases, thus we need to separate datastreams.

Two possible options:

  • Create a different table for each datastream (a table named after the datastream)

  • Continue using the obs table but partition it by datastream and then by phenomenon time

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions