Re: [GENERAL] slow line insert

2001-07-16 Thread Tom Lane
"Vilson farias" <[EMAIL PROTECTED]> writes: > The problem is realted with "1 | serv_acaoserv | 154406" tuple, wich > takes 5-10 secs to be updated, whether it's called from this stored > procedure or from a simple UPDATE clause. All other tuples goes fine, > update time is about 10-30ms. Have you

[GENERAL] slow line insert

2001-07-16 Thread Vilson farias
Greetings, I have a table with only three tuples. I've been using it as primary key container for tables, like the Sequence from postgresql. I'm not using sequences because my application was originally created for MSSQL 6.5. My problem is very specific, I have a stored procedure for p