Skip to content

[PostGIS] Partition obs table by datastream #203

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions