Re: db size growing out of control when using clustered Jackrabbit - Mailing list pgsql-admin

From Joshua D. Drake
Subject Re: db size growing out of control when using clustered Jackrabbit
Date
Msg-id 50103E9C.2050301@commandprompt.com
Whole thread Raw
In response to Re: db size growing out of control when using clustered Jackrabbit  (Gary Webster <webster@lexmark.com>)
Responses Re: db size growing out of control when using clustered Jackrabbit  (Gary Webster <webster@lexmark.com>)
List pgsql-admin
On 07/25/2012 11:37 AM, Gary Webster wrote:

>     This is a cluster issue, not a database issue. So if you have an
>     idnle in transaction, then it is affecting your JCR schema as well.
>
> OK, how do I track/debug/stop the "idle in transaction"s ?

Well idle in transaction is ALWAYS a code issue. You have code that is
executing that is starting a transaction, leaving the connection open
while not closing (committing/rollingback) the transaction.

You could turn on query logging and make sure pid and timestamp is in
the log_line_prefix. They you can see what pids are idle in transaction
and trace to what the last query was.
o you mean autovacuum, or something else?
>
>
>     I mean autovacuum.
>
> I was hoping to find more of a 'root cause' (eg. jackrabbit config) for
> this issue.
> I can't believe that this table is supposed to be getting so big, to
> even require much vacuuming.

Any update/delete to that table is going to cause bloat, autovacuum
cleans that up. If it can. If it can't, it will just continously grow.


Sincerely,

jD


--
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, Postgres-XC
@cmdpromptinc - 509-416-6579

pgsql-admin by date:

Previous
From: Gary Webster
Date:
Subject: Re: db size growing out of control when using clustered Jackrabbit
Next
From: Thomas Markus
Date:
Subject: problems with access into system catalogs