Re: [GENERAL] DELETE performance issues

2006-11-12 Thread Schwenker, Stephen
esql.orgSubject: Re: [GENERAL] DELETE performance issues On Thu, 2006-11-02 at 11:27 -0500, Tom Lane wrote: Are you absolutely sure about that last?  Unindexed foreign keyreferences are the explanation nine times out of ten when someonecomplains about deletes being slow. This was certainly

Re: [GENERAL] DELETE performance issues

2006-11-02 Thread Reece Hart
On Thu, 2006-11-02 at 11:27 -0500, Tom Lane wrote: Are you absolutely sure about that last?  Unindexed foreign key references are the explanation nine times out of ten when someone complains about deletes being slow. This was certainly the major cause when I had slow deletes. (T

Re: [GENERAL] DELETE performance issues

2006-11-02 Thread Tom Lane
"Schwenker, Stephen" <[EMAIL PROTECTED]> writes: > All the tables have primary keys and when I explain the queries, they > use the primary key index. I have increased the shared memory which > only seems to help when the same table is accessed synchronously but > this switching back and forth betw

Re: [GENERAL] DELETE performance issues

2006-11-02 Thread Schwenker, Stephen
general@postgresql.org Subject: Re: [GENERAL] DELETE performance issues On Fri, Oct 27, 2006 at 03:40:51PM -0400, Schwenker, Stephen wrote: > I'm having a performance issue with postgresql. I'm using it with > JBoss BPM api and when I use the api to delete a process instance

Re: [GENERAL] DELETE performance issues

2006-10-29 Thread Michael Fuhr
On Fri, Oct 27, 2006 at 03:40:51PM -0400, Schwenker, Stephen wrote: > I'm having a performance issue with postgresql. I'm using it with JBoss > BPM api and when I use the api to delete a process instance from the > database, it seems like the delete requests are taking quite a long time > to delet

[GENERAL] DELETE performance issues

2006-10-29 Thread Schwenker, Stephen
Hello,   I'm having a performance issue with postgresql.  I'm using it with JBoss BPM api and when I use the api to delete a process instance from the database, it seems like the delete requests are taking quite a long time to delete.  I've also noticed that when I execute the delete, the c