| From: | Ben Chobot <bench(at)silentmedia(dot)com> |
|---|---|
| To: | Mike Christensen <mike(at)kitchenpc(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Materialized views in Oracle |
| Date: | 2011-09-21 20:54:13 |
| Message-ID: | 08322B17-F24D-46BD-A795-55B6FEC3406C@silentmedia.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Sep 21, 2011, at 1:17 PM, Mike Christensen wrote:
> So I used to think materialized views in Postgres would be an awesome feature. That is until I had to endure the hell hole which is Oracle's implementation.. what a complete joke.. did MS SQL's indexed views do any better? Hopefully if PG 10 implements this, they'll make it actually useful to people.
>
Not sure if this was a question or just blowing off frustration, but you can do materialized views in PG just fine. It's just that you have to do the work of updating them yourself. You can make a good case that's a good thing, because it lets you optimize the process around your needs..... but it does add for dba complexity.
(Hey, just like replication! :) )
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Szymon Guz | 2011-09-21 20:56:45 | Re: Random multiple times |
| Previous Message | alp | 2011-09-21 20:40:39 | create extension failed |