Difference between revisions of "TimescaleDB"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[wikipedia:TimescaleDB]] (Nov 2018) | + | [[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/ | * https://www.timescale.com/ | ||
* [[Michael J. Freedman]] | * [[Michael J. Freedman]] |
Revision as of 05:50, 3 February 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.
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: