Re: Including Snapshot Info with Indexes

Поиск
Список
Период
Сортировка
Искать
От
Gokulakannan Somasundaram
Тема
Re: Including Snapshot Info with Indexes
Дата
Msg-id
9362e74e0710120816p243168f0y4ab112967b10cf46@mail.gmail.com
Ответ на
Список
Дерево обсуждения
Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Another Idea: Try Including snapshot with TOAS (was: Including Snapshot Info with Indexes) Hannu Krosing <hannu@skype.net>
Re: Another Idea: Try Including snapshot with TOAS (was: Including Snapshot Info with Indexes) Simon Riggs <simon@2ndquadrant.com>
Re: Another Idea: Try Including snapshot with TOAS (was: Including Snapshot Info with Indexes) "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Another Idea: Try Including snapshot with TOAS (was: Including Snapshot Info with Indexes) Simon Riggs <simon@2ndquadrant.com>
Re: Including Snapshot Info with Indexes "Heikki Linnakangas" <heikki@enterprisedb.com>
Re: Including Snapshot Info with Indexes Csaba Nagy <nagy@ecircle-ag.com>
Re: Including Snapshot Info with Indexes "Heikki Linnakangas" <heikki@enterprisedb.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Heikki Linnakangas" <heikki@enterprisedb.com>
Re: Including Snapshot Info with Indexes Hannu Krosing <hannu@skype.net>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Florian G. Pflug" <fgp@phlo.org>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes Csaba Nagy <nagy@ecircle-ag.com>
Re: Including Snapshot Info with Indexes "Florian G. Pflug" <fgp@phlo.org>
Re: Including Snapshot Info with Indexes Csaba Nagy <nagy@ecircle-ag.com>
Re: Including Snapshot Info with Indexes Andrew Dunstan <andrew@dunslane.net>
Re: Including Snapshot Info with Indexes "Florian G. Pflug" <fgp@phlo.org>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Heikki Linnakangas" <heikki@enterprisedb.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Heikki Linnakangas" <heikki@enterprisedb.com>
Re: Including Snapshot Info with Indexes Andreas Joseph Krogh <andreak@officenet.no>
Re: Including Snapshot Info with Indexes Tom Lane <tgl@sss.pgh.pa.us>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Including Snapshot Info with Indexes Gregory Stark <stark@enterprisedb.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes Hannu Krosing <hannu@skype.net>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes Gregory Stark <stark@enterprisedb.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Trevor Talbot" <quension@gmail.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes Martijn van Oosterhout <kleptog@svana.org>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Luke Lonergan" <llonergan@greenplum.com>
Re: Including Snapshot Info with Indexes Hannu Krosing <hannu@skype.net>
Re: Including Snapshot Info with Indexes Albert Cervera i Areny <albert@nan-tic.com>
Re: Including Snapshot Info with Indexes "Jonah H. Harris" <jonah.harris@gmail.com>
Re: Including Snapshot Info with Indexes "Heikki Linnakangas" <heikki@enterprisedb.com>
Re: Including Snapshot Info with Indexes Andreas Joseph Krogh <andreak@officenet.no>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes Andrew Dunstan <andrew@dunslane.net>
Re: Including Snapshot Info with Indexes Csaba Nagy <nagy@ecircle-ag.com>
Re: Including Snapshot Info with Indexes "Heikki Linnakangas" <heikki@enterprisedb.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes "Gokulakannan Somasundaram" <gokul007@gmail.com>
Re: Including Snapshot Info with Indexes Gregory Stark <stark@enterprisedb.com>
I agree with that. I will go ahead and do a test implementation and share the results with everyone.

Thanks,
Gokul.

On 10/12/07, Tom Lane < tgl@sss.pgh.pa.us> wrote:
Andreas Joseph Krogh < andreak@officenet.no> writes:
> Will $SUBJECT make it possible for count(*) to use index? This is a much
> wanted feature.

If you mean "count(*) will become instantaneous", no it won't.  It would
get faster, but probably not by more than a factor of 10 or so,
corresponding to the size ratio between index and table.  Remember that
the proposal is going to bloat indexes pretty badly: a simple index on
an int4 column will double in size, more or less.  So that ratio will
be much less favorable than it is today.

Personally I think the bloat problem will doom this entire approach.
The distributed costs of that will outweigh the speedups that can be
achieved for specific queries.  The OP is free to try to prove this
fear wrong, but no amount of discussion will constitute such a proof;
only a testable implementation.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

В списке pgsql-hackers по дате отправления
От: Florian G. Pflug
Дата:
Сообщение: Re: pg_restore oddity?
От: Gregory Stark
Дата:
Сообщение: Re: Locales and Encodings
FAQ