I am thinking that writing a BLOB to DB in itself should not be that slow. Its is probably the way the aspectized POJO is being serialized and writen to DB is taking a while.
To not use BLOB, would mean I have to break up my POJO and write out fields seperatly to jbosscache table, right ? I assume that should be done using JDBCCacheLoader or my own custom cache loader. Is this correct ? Do you think, hybernate buys me anything here, or am I totaly confused. thanks for info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913877#3913877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913877 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
