Fabrízio de Royes Mello 07c5f7281c Create index on Continuous Aggregates
Timescale 2.7 released a new version of Continuous Aggregate (#4269)
that allows users efectivelly create and use indexes in the
materialization hypertable. The boring part of it is that users should
discover what is the associated materialization hypertable to issue a
`CREATE INDEX` statement.

Improved it by allowing users to easily create indexes in the
materialization hypertable by simple executing a `CREATE INDEX` direct
in the Continuous Aggregate.

Example:
`CREATE INDEX name_of_the_index ON continuous_agregate (column);`
2022-06-13 15:45:27 -03:00
..
2022-01-14 14:43:57 +01:00
2021-06-01 20:21:06 +02:00
2021-10-30 17:41:34 +02:00
2020-09-28 12:15:42 +02:00
2021-06-01 20:21:06 +02:00
2021-10-03 15:20:05 +02:00
2021-06-01 20:21:06 +02:00
2020-09-28 12:15:42 +02:00
2020-10-16 08:55:30 -04:00
2019-08-21 14:37:29 -04:00
2021-06-01 20:21:06 +02:00
2019-01-13 23:30:22 +01:00
2021-06-01 20:21:06 +02:00
2021-11-08 09:21:21 +01:00
2021-06-01 20:21:06 +02:00
2021-06-01 20:21:06 +02:00
2021-06-01 20:21:06 +02:00
2022-05-25 15:28:13 -04:00
2022-04-19 05:16:15 +02:00
2019-04-30 22:57:12 +02:00