Now that your time series database dataset is created, you can:
Visually analyze data over time on the visual analytics page.
Use the data set in multiple projects.
Create dashboards and share visual insights.
Etc.
Verify the following requirements for your database and the used tables:
Ensure the PostGIS extension is enabled and the geometry column is properly indexed.
Ensure a primary key is defined on the column uniquely identifying each feature.
For the time series table, ensure there is a column with a foreign key referencing the geometry table’s primary key.
Also for the time series table, ensure there is a column with a timestamp, and that the timestamp includes time zone information.