Re: Performance of views

Поиск
Список
Период
Сортировка
От Martin Gainty
Тема Re: Performance of views
Дата
Msg-id BLU142-W18B0BE9587E17695300BB5AE1D0@phx.gbl
обсуждение исходный текст
Ответ на Re: Performance of views  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Performance of views  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
does anyone  know if postgres support 'refresh' of applicable index(es) of a materialized view on refresh?

Thanks,
Martin
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.


> To: scott.marlowe@gmail.com
> CC: simon.windsor@cornfield.me.uk; pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Performance of views
> Date: Sun, 2 Nov 2008 21:22:24 -0500
> From: tgl@sss.pgh.pa.us
>
> "Scott Marlowe" <scott.marlowe@gmail.com> writes:
> > Note that, at least in older versions, MySQL completely materialized a
> > temporary table from a view, then used that for the view. This is
> > horribly inefficient, and results in a lot of people thinking views
> > are slow. Not sure if this has been addressed in MySQL yet, don't
> > really care anymore, since I rarely use mysql for anything anymore.
>
> Some simple experiments with mysql 5.0.67 suggest that this meme is
> obsolete there too. I found some cases where it looks like we optimize
> a bit better than they do, but for simple views you seem to get the
> same plan as if you'd written out the equivalent query in-line.
>
> regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


When your life is on the go—take your life with you. Try Windows Mobile® today

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Are there plans to add data compression feature to postgresql?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Performance of views