Re: [GENERAL] Materialized view vs. view

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: [GENERAL] Materialized view vs. view
Дата
Msg-id 876b9ab4-fb82-7fa5-1426-e218799d22ae@aklaver.com
обсуждение исходный текст
Ответ на [GENERAL] Materialized view vs. view  (Job <Job@colliniconsulting.it>)
Ответы Re: [GENERAL] Materialized view vs. view  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
On 01/10/2017 10:27 AM, Job wrote:
> Hi guys,
>
> iam making some tests with a massive number of "select" queries (only
> for reading datas) on a view and a materialized view.
> We use Postgresql 9.6.1 on a 64bit server.
>
> Only for "select" queries, which one is faster and less expensive as
> resources cost?
> The view or the materialized view?

If are running tests as you state above, you should know or am I missing
something?

>
> The view has about 500K lines.
>
> Thank you!
> /F


--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Job
Дата:
Сообщение: [GENERAL] Materialized view vs. view
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] i got a process holding the lock