Re: FSM versus GIN pending list bloat

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: FSM versus GIN pending list bloat
Дата
Msg-id CA+TgmoY6DP1T580zG3ytAt=MVPBz7OC0e0oS5oJ7gfB9Kj3+Rw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: FSM versus GIN pending list bloat  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: FSM versus GIN pending list bloat  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-hackers
On Mon, Aug 10, 2015 at 1:16 PM, Jeff Janes <jeff.janes@gmail.com> wrote:
> I have a simple test case that inserts an array of 101 md5 digests into each
> row.  With 10_000 of these rows inserted into an already indexed table, I
> get 40MB for the table and 80MB for the index unpatched.  With the patch, I
> get 7.3 MB for the index.

Uh, wow.  Seems like we should do something about this.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] SQL function to report log message
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Proposal: Implement failover on libpq connect level.