DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: does it help?

Hybrid View

  1. #1
    Join Date
    Jun 2001
    Posts
    193
    is there any performance enhancement if
    i have a java class and change it to java store procedure?
    guru is on the way!!!!

  2. #2
    Join Date
    Apr 2001
    Posts
    219
    It depends on the VM you are using, if you have a JIT and your code benefits and scalability needs.

    IBM has a good VM which is better than the stock one from Sun and Oracle's is great for scalability. Oracle's VM gets its performance from advance memory management, which is designed to scale and isolate volitale session memory from other sessions. This design allows Oracle's VM to scale with limited degradation.

    It also depends on if your VM uses a JIT or not. A JIT is a just in time compiler, which increases performance by compiling natively portions of the code as needed. A JIT can work well depnding one the code. I do not know if Oracle's VM uses a JIT or not, but I remember reading something about a JIT in Oracle.

    I have a friend that was employed by Oracle and he says that Oracle does not use Java in the DB, I do not know why.
    ______________________
    Applications come and go,
    but the data remains!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width