Re: Waiting on ExclusiveLock on extension

From: Andomar <andomar(at)aule(dot)net>
To: Qingqing Zhou <zhouqq(dot)postgres(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Waiting on ExclusiveLock on extension
Date: 2015-04-16 21:39:20
Message-ID: 55302C08.5020901@aule.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for your reply.
> This issue has been complained several times, and here is the most recent one:
> http://www.postgresql.org/message-id/0DDFB621-7282-4A2B-8879-A47F7CECBCE4@simply.name
That post is about a server with huge shared_buffers, but ours is just
8GB. Total memory 48GB memory on a dedicated server. Checkpoints write
around 2% of the buffers.
> PG 9.4.1 shall have much alleviated it by relaxing buffer pool related
> locks. PG 9.4.1 shall be actually better in relation extension
> handling - a possible explanation is that your 9.3.5 database has been
> used for a while thus there are holes in pages, so not many extensions
> are required.
The 9.3.5 version went live as an upgrade from 9.1.x in the same way. So
it started from an SQL dump. The load has not changed much since the
9.3.5 upgrade.

With holes in pages, I suppose you mean the fill factor? Is there a way
to see the current fillfactor of a table and its indices?

Kind regards,
Andomar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2015-04-16 21:51:08 Re: database migration question between different ubuntus and different postgresql server versions
Previous Message Adrian Klaver 2015-04-16 21:38:56 Re: database migration question between different ubuntus and different postgresql server versions