Re: Performance issues of one vs. two split tables.

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Performance issues of one vs. two split tables.
Дата
Msg-id op.tscwaax9cigqcu@apollo13
обсуждение исходный текст
Ответ на Re: Performance issues of one vs. two split tables.  ("Dawid Kuroczko" <qnex42@gmail.com>)
Список pgsql-general

> Say, if you first SELECT fname, lname FROM user_table;
> and then you issue SELECT * FROM user_table; -- the
> second select will be returned from buffer cache -- since
> all rows are already in the cache.

    ...Unless your table contains some large TEXT columns that have been
stored out of line (TOASTed) by postgres.

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

Предыдущее
От: "Dawid Kuroczko"
Дата:
Сообщение: Re: Performance issues of one vs. two split tables.
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: dns less connection