Re: hot standby data folder bigger than primary

From: yhe <yinghe0101(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: hot standby data folder bigger than primary
Date: 2014-04-17 13:28:52
Message-ID: 1397741332641-5800505.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi, Andy,

We are using streaming hot standby, no wal shipping.

I checked and base and pg_xlog. both are fine.

The extra space is used by /pg_multixact/members(about 5G) and
/pg_multixact/offsets(about 1.5G)

The doc said that pg_multixact contains multitransaction data used for
shared row locks. Is there some process that can clean these two folder when
the lock is not needed?

Thanks.

best,
Ying

--
View this message in context: http://postgresql.1045698.n5.nabble.com/hot-standby-data-folder-bigger-than-primary-tp5800402p5800505.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2014-04-17 13:37:50 Re: Arduino SQL Connector
Previous Message Stephen Frost 2014-04-17 13:12:51 Re: Heartbleed Impact