Subject | speed at sametime connections |
---|---|
Author | shuemiula2 |
Post date | 2008-06-08T15:54:25Z |
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
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