Re: GSoC - code of implementation of materialized views
Nicolas Barbier <nicolas.barbier@gmail.com>
From: Nicolas Barbier <nicolas.barbier@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: David Christensen <david@endpoint.com>, Pavel Baroš <baros.p@seznam.cz>, pgsql-hackers@postgresql.org
Date: 2010-06-30T07:06:57Z
Lists: pgsql-hackers
2010/6/30 Robert Haas <robertmhaas@gmail.com>: > By the way, does the SQL standard say anything about materialized views? AFAIK, nope. Probably for the same reason that indexes are not mentioned by the standard: both are only performance enhancements, and one could easily imagine future SQL database systems that manage their creation and removal automatically (based on usage patterns or available disk space or somesuch). Nicolas