I.2. PipelineDB#
I.2. PipelineDB #
I.2.1. Overview #
PipelineDB is a high-performance PostgreSQL extension built to run SQL queries continuously on time-series data. The output of these continuous queries is stored in regular tables which can be queried like any other table or view. Thus continuous queries can be thought of as very high-throughput, incrementally updated materialized views. As with any data processing system, Tantor PipelineDB is built to shine under particular workloads, and simply not intended for others.
For more information see PipelineDB Documentation.