[jboss-user] [JBoss Cache: Core Edition] - Re: Differences READ_COMMITTED vs REPEATABLE_READ

2009-03-26 Thread manik.surt...@jboss.com
zeravlai wrote : Also Manik, in mvcc-entity predefined cache config, there's a comment saying that READ_COMMITTED is as strong as neccesary for most 2nd level cache use cases. What's the meaning of this sentence bearing in mind your reply ? R_C is (slightly) more efficient that R_R in our MVCC

[jboss-user] [JBoss Cache: Core Edition] - Re: Differences READ_COMMITTED vs REPEATABLE_READ

2009-03-25 Thread manik.surt...@jboss.com
Hibernate has a first level cache in it's session. Which will provide you with R_R regardless of how your second level cache is configured. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4220896#4220896 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Differences READ_COMMITTED vs REPEATABLE_READ

2009-03-25 Thread zeravlai
Thanks for the info Manik, so, then, given the tree structure of the cache and the R_R isolation level, would it be possible to fall into a phantom read anomaly (considering the JPA/Hibernate) ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221001#4221001

[jboss-user] [JBoss Cache: Core Edition] - Re: Differences READ_COMMITTED vs REPEATABLE_READ

2009-03-25 Thread zeravlai
Also Manik, in mvcc-entity predefined cache config, there's a comment saying that READ_COMMITTED is as strong as neccesary for most 2nd level cache use cases. What's the meaning of this sentence bearing in mind your reply ? Thanks again. View the original post :