Subject | Re: need help on optimization |
---|---|
Author | russt4 |
Post date | 2005-04-25T17:34:21Z |
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@i...> wrote:
-Russ
<aharrison@i...> wrote:
> russt4 wrote:control. The
> >
> >
> > Hello, I'm experiencing very slow performance on quite simple
> > queries. ... It appears that firebird is
> > searching over every row in the table, and isn't just using
> > the information in the index to construct the result.
> >
>
> Yes, that's part of the price of multi-version concurrency
> fact that a value is in the index does not mean that it's valid foryour
> transaction. It may have been deleted, updated, or inserted by avisit
> concurrent transaction. The only way to validate the data is to
> the actual records.Ah, thanks for the explanation, Ann.
>
-Russ