Re: [SQL] Slow SELECT -> Growing Database

2002-06-27 Thread Tatsuo Ishii
> The problem isn't in the select. > > I realize that my database is growing and growing. > > I've two tables that have, lets say, 120.000 records each, and: > - delete about 30.000 records a day from each table > - insert about 30.000 records a day on each table > - update each record at least

Re: [SQL] Slow SELECT -> Growing Database

2002-06-27 Thread Marc Spitzer
On Thu, Jun 27, 2002 at 04:24:04PM +0100, Marcos Garcia wrote: > On Mon, 2002-06-24 at 22:43, Stephan Szabo wrote: > > On 24 Jun 2002, Marcos Garcia wrote: > > > > Hmm, that should only happen if you're doing alot of updates or deletes > > I would guess (updates would cause it to slow down as wel

Re: [SQL] Slow SELECT -> Growing Database

2002-06-27 Thread Stephan Szabo
On 27 Jun 2002, Marcos Garcia wrote: > On Mon, 2002-06-24 at 22:43, Stephan Szabo wrote: > > On 24 Jun 2002, Marcos Garcia wrote: > > > > Hmm, that should only happen if you're doing alot of updates or deletes > > I would guess (updates would cause it to slow down as well since it's > > similar t

Re: [SQL] Slow SELECT -> Growing Database

2002-06-27 Thread Marcos Garcia
On Mon, 2002-06-24 at 22:43, Stephan Szabo wrote: > On 24 Jun 2002, Marcos Garcia wrote: > > Hmm, that should only happen if you're doing alot of updates or deletes > I would guess (updates would cause it to slow down as well since it's > similar to a delete and insert under MVCC). And frequent