aspose file tools
The moose likes JDBC and the fly likes callablestatement.getobject takes long time Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "callablestatement.getobject takes long time" Watch "callablestatement.getobject takes long time" New topic
Author

callablestatement.getobject takes long time

Chinni Bujji
Ranch Hand

Joined: Jan 31, 2007
Posts: 60
Hi All,

I have stored procedure and I am trying to call it using a callable statement
but the number of rows in the table are huge and it will constantly increase
right now the number of rows are 22894772

and my stored procedure at a time should get me 25 records
my question is when we callablestatement.getobject() will it get total records in the table thats why it is taking too long approximately 2 minutes
or will it get 25 records into the resultset

thanks in advance
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19232

Moving to JDBC


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26499
    
  78

It depends on your database driver so you'll have to try it. Why not pass the start/end index to your stored procedure and let it only return the 25 rows you need?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: callablestatement.getobject takes long time
 
Similar Threads
Using JDBC versus Stored Procedures
how to inform the total rows to trinidad table
xls or csv file as in parameter in stored procedure
How to scroll between resultsets...
registerOutParameter