Subject | Re: [firebird-support] What programming languages and toolkits do you use to access Firebird? |
---|---|
Author | Daniel Albuschat |
Post date | 2008-09-30T14:21:58Z |
2008/9/30 <bartsmissaert@...>:
select-statement. It's not necessarily (and not even commonly) a
single table you're fetching and it's impossible for the server to
keep track of the result-set before it knows how and what it is going
to fetch.
--
eat(this); // delicious suicide
>> There is no way to know aboutYou don't fetch tables in SQL, but you fetch records from a
>> row number efficiently.
>
> Just wonder, why can't databases keep track internally of the count of
> table rows, so getting the number of rows would be instant.
> Of course there would be some overhead in doing that, but I can't imagine
> it is much.
select-statement. It's not necessarily (and not even commonly) a
single table you're fetching and it's impossible for the server to
keep track of the result-set before it knows how and what it is going
to fetch.
--
eat(this); // delicious suicide