Subject | Re: [firebird-support] Plan natural in select count().... |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-12-19T09:29:03Z |
> When I do a SELECT COUNT(ID) FROM EMPLOYEES I always get a natural plan even if I have an index for ID, how can I get fasters select count() queries?No way. Index by ID is useless for counting. Any index is useless for
counting.
SY, SD.