A time-series database that integrates with PostgreSQL.
TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. TimescaleDB is packaged as a PostgreSQL extension.
TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. TimescaleDB is packaged as a PostgreSQL extension.
To install pg14-timescaledb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pg14-timescaledb
To see what files were installed by pg14-timescaledb, run:
port contents pg14-timescaledb
To later upgrade pg14-timescaledb, run:
sudo port selfupdate && sudo port upgrade pg14-timescaledb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.