Hacker News new | ask | show | jobs
by beckingz 1709 days ago
Materialized views are persistent tables that are typically updated when the underlying data is updated.

Typically.

1 comments

I'm pretty sure most engines use the term "materialized views" for eventual consistency tables. The only db I've seen with that kind of ACID materialized view is MS SQL, which calls them "indexed views".