Subject speed at sametime connections
Author shuemiula2
Hi all,


I want to improve following speed.

query per sametime connections on PentiumM 1.6GHz

1 connection : 143ms
3 connections : 355ms
100 connections : 1,318ms

tests with JMeter/JDBC

SQL:
select count(*)
from tbl_sample;
# tbl_sample has 50,000 records.

There are good ideas?

Shue