Hi,
I passed my eyes over the proposal and all seems ok to me (haven't made a through read 
yet, but I have total confidence on the good work of D. Richard Hipp).
I have a feature that would be nice in a 2.8.x version, but I can live with it if only 
on 3.0.
It's the optimization for the many times used "SELECT COUNT(*) FROM ...", at least if 
FROM is a table or a view.
For table/view visualization/edition its a must on slow computers (or on embebed 
system). One can workaround this with some external variable, but it would be nice if 
there was no need for it (a simple program is a better program).
On today PCs this is rarely an issue, but with some embebed systems its too slow.

I don't know exactly why it takes so much time, but if a file format change is needed 
to add a row counter to the tables and/or views, why not?

Regards,
~Nuno Lucas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to