aspose file tools
The moose likes JDBC and the fly likes improve the perfomance? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "improve the perfomance?" Watch "improve the perfomance?" New topic
Author

improve the perfomance?

du sixiang
Greenhorn

Joined: Mar 10, 2003
Posts: 3
select c.cus_cust_no,sum(o.totalpay) as sum_total from customer c,orders v where c.cus_cust_no=v.ord_cust_no ;
the sql String can perfom,but the velocity is so so slowly...?
how can i do something to improve it ?
 
I agree. Here's the link: http://jrebel.com/download
 
subject: improve the perfomance?
 
Similar Threads
SCJP 67% is it a bad result?
Fixed with/heigth ratio for Swing frame ?
design patter to build an object
About scalability
Howdy, and Welcome!