Re: Performance of views

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Performance of views
Дата
Msg-id dcc563d10811021759o1f73f252h7237aa13fd267e94@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance of views  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Performance of views  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Performance of views  ("Nikolas Everett" <nik9000@gmail.com>)
Список pgsql-general
On Sun, Nov 2, 2008 at 6:39 PM, Stephen Frost <sfrost@snowman.net> wrote:
> Simon,
>
>>   * Higher overhead mapping to original tables and indexes
>
> This just plain isn't true in PG, at least, and I'd think most other
> sensible databases..

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.

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Are there plans to add data compression feature to postgresql?
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Are there plans to add data compression feature to postgresql?