Re: What determines the cost of an index scan?

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: What determines the cost of an index scan?
Дата
Msg-id 8763kuu7bx.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на What determines the cost of an index scan?  (Christian Schröder <cs@deriva.de>)
Ответы Re: What determines the cost of an index scan?
Список pgsql-general
Christian Schröder <cs@deriva.de> writes:

> Where does this difference come from? Pure cpu performance? Do the additional
> fields in the productive database have an impact on the performance? Or do I
> miss something?

Sure, more data takes more time to process.

Other factors which could affect it is how much dead space is in the table due
to previous updates and deletes, as well as how fragmented the indexes have
become over time.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's 24x7 Postgres support!

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

Предыдущее
От: Christian Schröder
Дата:
Сообщение: SPI_ERROR_CONNECT in plperl function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SPI_ERROR_CONNECT in plperl function