Skip to content

Aggregate View Creation #12

@cordialApple

Description

@cordialApple

Create 1 aggregated views for our database utilitizing the sensor_readings table. They will typically follow this convention:

CREATE MATERIALIZED VIEW split_sensor_data_by_filter
WITH (timescaledb.continuous) AS
SELECT
(LOGIC)

These views will aggregate values, making API ingestion easier for our dashboard, increasing efficiency.

Metadata

Metadata

Assignees

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