Overview of the most important features of Postgres 9.3: materialized views
PostgreSQL 9.3 will come out with a pretty cool feature called materialized views . Feature was developed by Kevin Grittner and not so long ago sakimichan: the commit 3bf3ab8c563699138be02f9dc305b7b77a724307 Date: Sunday March 4, 18:23:31 2013 -0600 Author: Kevin Grittner Added materialized views Have a materialized view has a rule, as well as the regular performances, and a lot of, as well as other physical properties like a table. The rule is used only for filling of the table references in the query point to the materialized data. Implemented minimal functionality, but it can be useful in many cases. Currently, data is loaded only “on demand” CREATE MATERIALIZED VIEW and REFRESH MATERIALIZED VIEW. It is expected that future releases will be added incrementally update the data with different settings time updates, and will be given clearer definition to the concept of “fresh” data. At some point, even the queries to use the materialized data instead of the dat