Re: PostgreSQL Arrays and Performance

Поиск
Список
Период
Сортировка
От Marc Philipp
Тема Re: PostgreSQL Arrays and Performance
Дата
Msg-id 1136712142.9076.22.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: PostgreSQL Arrays and Performance  (Joe Conway <mail@joeconway.com>)
Ответы Re: PostgreSQL Arrays and Performance  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
> This sounds like it has more to do with inadequate freespace map
> settings than use of arrays. Every update creates a dead tuple, and
> if
> it is large (because the array is large) and leaked (because you have
> no
> room in your freespace map), that would explain a rapidly increasing
> database size.

Can you tell me more about free-space map settings? What exactly is the
free-space map? The information in the documentation is not very
helpful. How can dead tuples leak?

Regards, Marc Philipp



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

Предыдущее
От: Marc Philipp
Дата:
Сообщение: Re: PostgreSQL Arrays and Performance
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Installing Postgres 8.1 on Windows Server 2003 R2