Hacker News new | ask | show | jobs
by unixhero 1280 days ago
So will this support materialized views? That's a very nice Oracle SQL feature
1 comments

Not as nice as oracle, oracle provides auto refreshed materialized views that will be updated with every commit.
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.