Erik Nordström 15657b5435 Remove unused code and add more code documentation
- Remove get_or_create_chunk()
- Fix warnings in metadata_queries + cleanups
- Documentation nits
- Fix mixed declaration and code warning
2017-06-22 20:15:38 +02:00
2017-06-19 22:30:46 +02:00
2017-02-21 11:54:17 +01:00
2017-06-01 17:22:37 +02:00
2017-06-02 18:07:13 +02:00
2017-06-21 12:25:44 -04:00
2017-03-07 12:02:21 -05:00
2017-06-22 20:15:38 +02:00
2017-04-12 11:14:54 -04:00
2017-06-21 12:25:44 -04:00

Build Status

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 and released under the Apache 2 open-source license. Contributors welcome.

To install TimescaleDB, follow the instructions here:

Additional documentation can be found on our docs website, including the following:

Description
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Readme 100 MiB
Languages
C 67.6%
PLpgSQL 25.6%
CMake 1.8%
Ruby 1.7%
Python 1.4%
Other 1.9%