aspose file tools
The moose likes JDBC and the fly likes do we need to change transaction isolation level during life of a connection? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "do we need to change transaction isolation level during life of a connection?" Watch "do we need to change transaction isolation level during life of a connection?" New topic
Author

do we need to change transaction isolation level during life of a connection?

raminaa niilian
Ranch Hand

Joined: Jul 14, 2005
Posts: 550
Hi
Thank you for reading my post.
As we have several transaction isolation level in jdbc connections, I want to ask is there some cases that we need to change transaction isolation level during life of a connection?

for example we use a connection to insert some student and now we change the isolation level to fetch some students?


Thanks
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
It would be very unusual to change the isolation level during the connection lifetime. While there may be a benefit in very high performance environments, that would require very careful planning up front, and a solid understanding of the internals of the database being used. In general there should be no need to do this.


Android appsImageJ pluginsJava web charts
 
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: do we need to change transaction isolation level during life of a connection?
 
Similar Threads
Performance Issues - Transaction Isolation Levels
transaction isolation
JTA Transaction isolation level
Isolation issue with Oracle in EJB
TRANSACTION ISOLATION LEVEL setting