Difference between revisions of "TimescaleDB"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* [[InfluxDB]] (2013) | * [[InfluxDB]] (2013) | ||
* [[Data partitioning]] | * [[Data partitioning]] | ||
+ | * [[Hypertable]]: [[create_hypertable]] | ||
* [[Timescale Cloud]] | * [[Timescale Cloud]] | ||
* <code>[[CREATE EXTENSION]] timescaledb;</code> | * <code>[[CREATE EXTENSION]] timescaledb;</code> |
Revision as of 05:48, 3 February 2023
wikipedia:TimescaleDB (Nov 2018)
Contents
Installation
- TimescaleDB installation
brew tap timescale/tap
brew install timescaledb
Binaries
Related
- InfluxDB (2013)
- Data partitioning
- Hypertable: create_hypertable
- Timescale Cloud
CREATE EXTENSION timescaledb;
- TimescaleDB versions
- Port: 7432
- postgresql.conf
SELECT * FROM timescaledb information.hypertables WHERE hypertable name = 'data'
See also
Advertising: