Re: [ADMIN] INSERT performace.

2002-01-30 Thread Sean Chittenden
> > How were you inserting the data? Were you doing multiple inserts per > > transactions? Copy? That sounds really slow to me. > > The database mainly contains integers, which represent the behavior of > internet users on our site, so it's very compact data. > We used multiple insert with my

Re: [ADMIN] INSERT performace.

2002-01-30 Thread Eduardo Caillava
Message - From: "Ferdinand Smit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 6:42 AM Subject: Re: [ADMIN] INSERT performace. > Hi, > > > > > > > We have a fresh database and have begun to observe performance > >

Re: [ADMIN] INSERT performace.

2002-01-30 Thread Ferdinand Smit
Hi, > > > > > We have a fresh database and have begun to observe performance > > > > > degradation for INSERTs as a table went from empty to > > > > > 100,000-ish rows. Initial INSERTs were sub second while after > > > > > 30k rows, they were 1-3 seconds. > > > > > > > > we just hit this problem

Re: [ADMIN] INSERT performace.

2002-01-29 Thread Sean Chittenden
> > > > We have a fresh database and have begun to observe performance > > > > degradation for INSERTs as a table went from empty to > > > > 100,000-ish rows. Initial INSERTs were sub second while after > > > > 30k rows, they were 1-3 seconds. > > > > > > we just hit this problem when moving old

Re: [ADMIN] INSERT performace.

2002-01-29 Thread Ferdinand Smit
On Sunday 27 January 2002 20:31, Sean Chittenden wrote: > > > We have a fresh database and have begun to observe performance > > > degradation for INSERTs as a table went from empty to 100,000-ish > > > rows. Initial INSERTs were sub second while after 30k rows, they > > > were 1-3 seconds. > > >

Re: [ADMIN] INSERT performace.

2002-01-27 Thread Sean Chittenden
> > We have a fresh database and have begun to observe performance > > degradation for INSERTs as a table went from empty to 100,000-ish > > rows. Initial INSERTs were sub second while after 30k rows, they > > were 1-3 seconds. > > we just hit this problem when moving old database to new one (ne

Re: [ADMIN] INSERT performace.

2002-01-27 Thread hubert depesz lubaczewski
On Sat, Jan 26, 2002 at 08:10:19PM -0600, Marc Mitchell wrote: > We have a fresh database and have begun to observe performance degradation > for INSERTs as a table went from empty to 100,000-ish rows. Initial > INSERTs were sub second while after 30k rows, they were 1-3 seconds. we just hit thi

Re: [ADMIN] INSERT performace.

2002-01-26 Thread Marc Mitchell
- Original Message - From: "Bruce Momjian" <[EMAIL PROTECTED]> To: "Marc Mitchell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 26, 2002 10:51 PM Subject: Re: [ADMIN] INSERT performace. > Marc Mitchell wrote: > > We

Re: [ADMIN] INSERT performace.

2002-01-26 Thread Marc Mitchell
- Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Marc Mitchell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 26, 2002 11:06 PM Subject: Re: [ADMIN] INSERT performace. > "Marc Mitchell" <[EMAIL PRO

Re: [ADMIN] INSERT performace.

2002-01-26 Thread Tom Lane
"Marc Mitchell" <[EMAIL PROTECTED]> writes: > We have a fresh database and have begun to observe performance degradation > for INSERTs as a table went from empty to 100,000-ish rows. Initial > INSERTs were sub second while after 30k rows, they were 1-3 seconds. > Note that we have done NO perfor

Re: [ADMIN] INSERT performace.

2002-01-26 Thread Bruce Momjian
Marc Mitchell wrote: > We have a fresh database and have begun to observe performance degradation > for INSERTs as a table went from empty to 100,000-ish rows. Initial > INSERTs were sub second while after 30k rows, they were 1-3 seconds. > > Note that we have done NO performance tuning yet nor

[ADMIN] INSERT performace.

2002-01-26 Thread Marc Mitchell
We have a fresh database and have begun to observe performance degradation for INSERTs as a table went from empty to 100,000-ish rows. Initial INSERTs were sub second while after 30k rows, they were 1-3 seconds. Note that we have done NO performance tuning yet nor are there any indexes on the ta