Difference between revisions of "TimescaleDB"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== Related == | == Related == | ||
* [[InfluxDB]] (2013) | * [[InfluxDB]] (2013) | ||
+ | * [[Data partitioning]] | ||
* [[Timescale Cloud]] | * [[Timescale Cloud]] | ||
* <code>[[CREATE EXTENSION]] timescaledb;</code> | * <code>[[CREATE EXTENSION]] timescaledb;</code> | ||
Line 19: | Line 20: | ||
* [[Port]]: 7432 | * [[Port]]: 7432 | ||
* [[postgresql.conf]] | * [[postgresql.conf]] | ||
− | + | * <code>[[SELECT * FROM timescaledb information.hypertables WHERE hypertable name = 'data']]</code> | |
− | |||
== See also == | == See also == |
Revision as of 05:45, 3 February 2023
wikipedia:TimescaleDB (Nov 2018)
brew tap timescale/tap brew install timescaledb
timescaledb-tune timescaledb_move.sh timescaledb-parallel-copy
Related
- InfluxDB (2013)
- Data partitioning
- Timescale Cloud
CREATE EXTENSION timescaledb;
- TimescaleDB versions
- Port: 7432
- postgresql.conf
SELECT * FROM timescaledb information.hypertables WHERE hypertable name = 'data'
See also
Advertising: