Subject | Re: Limiting fetched rows doesn't offer much performance benefit |
---|---|
Author | jimbehr3446 |
Post date | 2006-03-08T21:31:34Z |
--- In firebird-support@yahoogroups.com, "Ivan Prenosil"
<Ivan.Prenosil@...> wrote:
Thanks for your comments.
<Ivan.Prenosil@...> wrote:
>than second one?
> Or are you saying that first command is not significantly faster
> SELECT FIRST 50 * FROM TABLE WHERE FLAG='Y';That is what we have observed.
> SELECT COUNT(*) FROM TABLE;
>
Thanks for your comments.