Hacker News new | ask | show | jobs
by Redsquare 1642 days ago
Materialized views have a backing table where you can use the codecs. Can add ttl the ingestion table
1 comments

The backing table in OP's case is just 2 columns, timestamp and a `String` column representing JSON blob. Can't do much there.
He said the injest table is defined as that not the MV backing table