Tim
I have a large table (24 million rows) and getting the row count with
select count(*) from a_table is taking about 50 seconds.
This seems surprising to me. Surely Derby is not going through every row
and counting them?
- Slow performance of select count(*) from a_table Tim Dudgeon
- Re: Slow performance of select count(*) from a_tab... Knut Anders Hatlen
