Re: 9.3 Beta1 status report

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: 9.3 Beta1 status report
Дата
Msg-id 00ef01ce5247$4baa4a10$e2fede30$@kapila@huawei.com
обсуждение исходный текст
Ответ на Re: 9.3 Beta1 status report  ('Bruce Momjian' <bruce@momjian.us>)
Ответы Re: 9.3 Beta1 status report
Список pgsql-hackers
On Thursday, May 16, 2013 7:17 PM Bruce Momjian wrote:
> On Tue, May  7, 2013 at 10:23:48AM +0530, Amit Kapila wrote:
> > > > 2. I am not able to figure out which item of release notes cover
> the
> > > below
> > > > feature commit
> > > > Avoid inserting Result nodes that only compute identity
> projections.
> > > > http://www.postgresql.org/message-id/E1UGCBh-0006P3-
> > > A0@gemulon.postgresql.org
> > >
> > > I did not think that warranted a mention in the release notes.  Was
> I
> > > wrong?
> >
> > This was a performance improvement for a quite usable scenario, so I
> thought
> > it would be useful for users to know about it.
> > Performance data for simple cases I have posted:
> > http://www.postgresql.org/message-
> id/007e01ce08ff$dc0a2c60$941e8520$@kapila@
> > huawei.com
> 
> I usually mention items that have a user-visible change, or are easy to
> explain, or apply to most queries.  I am not sure this falls into any
> of
> those categories.
> 
> Can you suggest some release note text for this item?

I can think of below text:

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.


With Regards,
Amit Kapila.





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

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: PostgreSQL 9.3 beta breaks some extensions "make install"
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: PostgreSQL 9.3 beta breaks some extensions "make install"