Re: [SQL] Waiting for Update

2002-07-10 Thread Jan Wieck
JGM wrote: > > Could it be true?? > > I've a table with < 46000 rows. And a little Update like > > UPDATE foo set xxx = 'X'; > > needs about 15 seconds??? > > What's wrong? How long since you vacuumed that table? How big are the rows? Are there triggers, constraints, anything fancy? How many

[SQL] Waiting for Update

2002-07-09 Thread JGM
Could it be true?? I've a table with < 46000 rows. And a little Update like UPDATE foo set xxx = 'X'; needs about 15 seconds??? What's wrong? Greetings Juergen ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster