v2.0
- About Uqbar
- Release Note
- Uqbar Installation
- Uqbar Management
- Data Retention Policy
- Time-Series Table Management
- Time-Series Data Write
- Data Compression
- Data Deletion
- Data Query
- Continuous Aggregation
- Time-Series Views
- Cluster Management
- Backup and Restoration
- Security
- GUC Parameters
- SQL Syntax
- Third Party Tools Support
- Glossary
timeseries_views.tstable
Users can query all time-series tables in the current database.
Table 1 tstable columns
Field | Type | Description |
---|---|---|
schemaname | name | Name of a schema to which a time-series table belongs. |
tablename | name | Name of a time-series table. |
timecolname | name | Name of the time column in a time-series table. |
tagcol | name[] | Name of the tag column in a time-series table. |
tspolicy | name | Name of a time-series retention policy for a time-series table. |