Subject | Re: [firebird-support] Poor query performance with large tables - Please help |
---|---|
Author | Dmitry Yemanov |
Post date | 2005-10-11T19:03:38Z |
"arhampshire" <arhampshire@...> wrote:
reason to use a GROUP BY clause here.
Dmitry
>Do you use some query generating tool or is it just a bad example? I see no
> select A, min(B), max(B), count(*)
> from myTable
> where A = 10
> group by A;
reason to use a GROUP BY clause here.
> Are there any tips, or pointers to improve performance of queries?Could you please show a plan for this query?
Dmitry