Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 709 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 709 Bytes

Carbon.TimeScaleDb

TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL and packaged as a PostgreSQL extension, providing automatic partitioning across time and space (partitioning key), as well as full SQL support.[**]

[**] https://github.com/timescale/timescaledb

This package brings TimeScaleDb-specific postgresql operations out of the box and a base package for Carbon.TimeScaleDb.EntityFrameworkCore Using this package as stand-alone is not recommended. Please use the mentioned one in order to enable more capabilities and numerous type of operations set.