If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Sqlj In Informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-18-03, 04:11
karpusx karpusx is offline
Registered User
 
Join Date: Jun 2003
Posts: 2
Unhappy Sqlj In Informix

Hi All,

This is my first topic on this forum. Sorry for my English. I am trying to write SQLJ stored procedures for ORACLE, INFORMIX (J/Foundation).
I have written a procedure for WINDOWS XP in SQLJ and SPL (INFORMIX) that inserts into a table 100000 records. I want to compare the time of the execution the procedure for both cases. Result:

SPL: 9 sec
SQLJ: 150 sec

Why? Why? Why?

Should I do it for UNIX (linux, AIX) to get more reliable results?
Reply With Quote
  #2 (permalink)  
Old 06-19-03, 13:49
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

Overhead of Java is memory management ,
remenber that JVM manage memory
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On