questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Materialized views #16

Open bluestreak01 opened 2 years ago

bluestreak01 commented 2 years ago

Summary

We aim to support PostgreSQL style definition of materialized view. This could be a persisted or in-memory structure to maintain running aggregates

Expected outcome

We will provide SQL syntax for creating views over aggregate expressions and possibly joins. These views are going to be updated in real time as new data is ingested.