timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
16.91k stars 854 forks source link

[Feature]: <Real-Time ETL> Real-Time ETL using SQL only #4933

Open ChenpiDog opened 1 year ago

ChenpiDog commented 1 year ago

What problem does the new feature solve?

Real-time ETL drawio I saw Continuous aggregate in the official document, but it seems that this is just single table aggregation. At present, it seems that the real-time materialized view does not support multi table join. If not, I hope to add this function.

What does the feature do?

Real time data processing

Implementation challenges

No response

ChenpiDog commented 1 year ago

In addition, can real-time materialized views be built on top of real-time materialized views? I hope this function can also be realized.