Re: 9.3 Beta1 status report

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 9.3 Beta1 status report
Дата
Msg-id 2226.1368744573@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 9.3 Beta1 status report  ('Bruce Momjian' <bruce@momjian.us>)
Ответы Re: 9.3 Beta1 status report
Список pgsql-hackers
"'Bruce Momjian'" <bruce@momjian.us> writes:
> On Thu, May 16, 2013 at 08:38:59PM +0530, Amit Kapila wrote:
>> Reduce query processing overhead by avoiding insertion of useless plan nodes
>> OR
>> Improve performance of certain kind of queries by avoiding extra processing
>> of doing projection
>> 
>> This applies to queries doing identity projection ("SELECT * FROM ...") for
>> partitioned tables.

> Uh, that's pretty complex for our release notes, and hard to understand
> for most users.  All they will know is that PG is faster --- we don't
> document every speedup.

No, but this is user-visible if they look at EXPLAIN output, and people
might wonder why they were getting different results.

Possibly text like
Omit unnecessary Result and Limit nodes from query plans.
        regards, tom lane



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

Предыдущее
От: 'Bruce Momjian'
Дата:
Сообщение: Re: 9.3 Beta1 status report
Следующее
От: 'Bruce Momjian'
Дата:
Сообщение: Re: 9.3 Beta1 status report