Hibernate, transactions and data size
0
I am currently using jpa/Hibernate and Oracle in my project. I have a service demarcated with transaction boundaries. In this boundary I have a insert/update of blob which can be max size of 200 mb. Considering data size do transaction have any limit? With this data any impact exceptions or degradation is possible? Couple of factors I checked is transaction timeouts and Oracle packet sizes (tdu and sdu). Any pointers is much appreciated!
spring oracle hibernate jpa transactions
share | improve this question
asked Nov 13 at 20:56
G Shenoy
55 10
...