HI,
Under a "FQN" Node i am trying to persist 100,000 key value pairs. Key is a Long
and the value is a byte[]. The size of value is 3KB. so that total data size is 320 MB.
When i tried to persist to oracle with and without batching. it took more than 180 minutes
to persist just 3,000 key value pairs.
After that i tried to persist the entire data in a single shot by committing batch after
loading the contents into memory. This time failed with error "batch failure"
Is there any mechanism to improve the performance for persisting cache data.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231191#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...