Hacker News new | ask | show | jobs
by ako 1279 days ago
Not as nice as oracle, oracle provides auto refreshed materialized views that will be updated with every commit.
2 comments

Isn't that better accomplished as an ordinary view + an index (arguably, an "auto-refreshed materialized" store is an index)? AIUI, Postgres supports indexes on arbitrary expressions.