Difference between revisions of "TimescaleDB"

From wikieduonline
Jump to navigation Jump to search
 
(33 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[wikipedia:TimescaleDB]] (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/
 +
* [[Michael J. Freedman]]
 +
* https://trends.google.com/trends/explore?date=all&q=TimescaleDB,InfluxDB
  
* [[Michael J. Freedman]]
+
== Installation ==
 +
* [[TimescaleDB installation]]
 +
* <code>[[brew tap]] timescale/tap</code>
 +
* <code>[[brew install timescaledb]]</code>
 +
* Status: <code>[[systemctl status postgresql@14-main]]</code>
 +
* Configuration: <code>[[postgresql.conf]]</code>
 +
 
 +
== Binaries ==
 +
* <code>[[timescaledb-tune]]</code>
 +
* <code>[[timescaledb_move.sh]]</code>
 +
* <code>[[timescaledb-parallel-copy]]</code>
 +
 
 +
== Errors ==
 +
[[ERROR: could not access file]] "$libdir/timescaledb-2.10.3": [[No such file or directory]]
 +
ERROR [[#58P01]] could not access file "$libdir/timescaledb-2.10.3": No such file or directory. Retrying...
  
 
== Related ==
 
== Related ==
 
* [[InfluxDB]] (2013)
 
* [[InfluxDB]] (2013)
 +
* [[Data partitioning]]
 +
* [[Hypertable]]: <code>[[create_hypertable]]</code>
 +
* <code>[[CREATE EXTENSION]] timescaledb;</code>
 +
* [[Timescale Cloud]]
 +
* [[TimescaleDB versions]]
 +
* [[Port]]: [[5432]], [[7432]]
 +
 +
* <code>[[SELECT * FROM timescaledb information.hypertables WHERE hypertable name = 'data']]</code>
  
 
== See also ==
 
== See also ==
 +
* {{timescaledb}}
 
* {{TSDB}}
 
* {{TSDB}}
  
 
[[Category:DBs]]
 
[[Category:DBs]]

Latest revision as of 08:54, 1 June 2023

Advertising: