"Octavio Alvarez" <[EMAIL PROTECTED]> writes: > Please tell me if this timing makes sense to you for a Celeron 433 w/ > RAM=256MB dedicated testing server. I expected some slowness, but not this > high.
I'll bet you have foreign keys referencing this table, and the referencing columns do not have indexes. PG will let you do that ... but it makes updates and deletes horribly slow. You generally want to add those indexes. If they *are* indexed, check for datatype mismatches. That's another thing that kills performance ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend