Subject | Re: [IBO] Slow stuff |
---|---|
Author | Jason Wharton |
Post date | 2002-06-02T05:55:27Z |
Upgrade to Hc and then make sure you have the proper indexes (descending
ones too).
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
ones too).
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Joe Martinez" <joe@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, June 01, 2002 10:30 AM
Subject: Re: [IBO] Slow stuff
> I'm using 4.2 Gc.
>
> -Joe
>
> Jason Wharton wrote:
>
> > What version of IBO are you using?
> >
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> > ----- Original Message -----
> > From: "Joe Martinez" <joe@...>
> > To: "IB Objects" <IBObjects@yahoogroups.com>
> > Sent: Saturday, June 01, 2002 12:10 AM
> > Subject: [IBO] Slow stuff
> >
> > > Since porting my app from BDE to IBO (TDataset-compatable objects), I
> > > have noticed some things that seem to be a lot slower than they were
> > > previously under the BDE.
> > >
> > > The first is calling Last() on a dataset, when starting from the first
> > > record. It's taking about 1 minute on a 13,000 row dataset. The
second
> > > is doing a SetKey() and GotoKey() operation. This is taking about a
> > > minute as well. Both of these took a lot less time before.
> > >