File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,16 @@ SELECT create_hypertable('metrics','time');
2929
3030SELECT * from timescaledb_information .hypertables WHERE hypertable_name = ' metrics' ;
3131
32- - [ RECORD 1 ]-- -----+--------
33- hypertable_schema | public
34- hypertable_name | metrics
35- owner | sven
36- num_dimensions | 1
37- num_chunks | 0
38- compression_enabled | f
39- tablespaces | NULL
32+ - [ RECORD 1 ]-- ---------+-------------------------
33+ hypertable_schema | public
34+ hypertable_name | metrics
35+ owner | sven
36+ num_dimensions | 1
37+ num_chunks | 0
38+ compression_enabled | f
39+ tablespaces | NULL
40+ primary_dimension | time
41+ primary_dimension_type | timestamp with time zone
4042```
4143
4244## Available columns
@@ -53,6 +55,8 @@ tablespaces | NULL
5355| ` replication_factor ` | SMALLINT| <Sunsetted2140 /> Replication factor for a distributed hypertable |
5456| ` data_nodes ` | TEXT| <Sunsetted2140 /> Nodes on which hypertable is distributed |
5557| ` tablespaces ` | TEXT| Tablespaces attached to the hypertable |
58+ | ` primary_dimension ` | TEXT| Name of the primary (time) dimension column |
59+ | ` primary_dimension_type ` | TEXT| Data type of the primary dimension column |
5660
5761
5862
You can’t perform that action at this time.
0 commit comments