Subject | Re: Poor query performance with large tables - Please help |
---|---|
Author | arhampshire |
Post date | 2005-10-13T11:24:47Z |
--- In firebird-support@yahoogroups.com, "Dmitry Yemanov"
<dimitr@u...> wrote:
without the group by clause.
<dimitr@u...> wrote:
>I see no
> "arhampshire" <arhampshire@y...> wrote:
> >
> > select A, min(B), max(B), count(*)
> > from myTable
> > where A = 10
> > group by A;
>
> Do you use some query generating tool or is it just a bad example?
> reason to use a GROUP BY clause here.queries?
>
> > Are there any tips, or pointers to improve performance of
>I'd be very interested to know how you can write an aggregate query
> Could you please show a plan for this query?
>
>
> Dmitry
>
without the group by clause.