Difference between revisions of "TimescaleDB"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* [[Data partitioning]] | * [[Data partitioning]] | ||
* [[Hypertable]]: <code>[[create_hypertable]]</code> | * [[Hypertable]]: <code>[[create_hypertable]]</code> | ||
+ | * <code>[[CREATE EXTENSION]] timescaledb;</code> | ||
* [[Timescale Cloud]] | * [[Timescale Cloud]] | ||
− | |||
* [[TimescaleDB versions]] | * [[TimescaleDB versions]] | ||
* [[Port]]: [[5432]], [[7432]] | * [[Port]]: [[5432]], [[7432]] |
Revision as of 09:58, 3 March 2023
wikipedia:TimescaleDB (Nov 2018) is an open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
- https://www.timescale.com/
- Michael J. Freedman
- https://trends.google.com/trends/explore?date=all&q=TimescaleDB,InfluxDB
Contents
Installation
- TimescaleDB installation
brew tap timescale/tap
brew install timescaledb
- Status:
systemctl status postgresql@14-main
- Configuration:
postgresql.conf
Binaries
Related
- InfluxDB (2013)
- Data partitioning
- Hypertable:
create_hypertable
CREATE EXTENSION timescaledb;
- Timescale Cloud
- TimescaleDB versions
- Port: 5432, 7432
See also
Advertising: