[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-879) Improving serialization in JDBCCacheLoader

Galder Zamarreno (JIRA) jira-events at jboss.com
Fri Jan 12 12:15:53 EST 2007


    [ http://jira.jboss.com/jira/browse/JBCACHE-879?page=comments#action_12350690 ] 
            
Galder Zamarreno commented on JBCACHE-879:
------------------------------------------

Functionality added but there's some TODOs:

- VersionAwareMarshallerPerfTest: comparison failures based on results from different 
marshalling methods, i.e, if difference bigger than x, fail. Also add marshalling different 
types of objects.

- Increasing VAM performance: using similar techniques as used in 
ExposedByteArrayOutputStream for VAM? Needs profiling to determine effect.

NOTE: All profiling and changes related to performance will be part of BETA2

> Improving serialization in JDBCCacheLoader
> ------------------------------------------
>
>                 Key: JBCACHE-879
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-879
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Cache loaders
>    Affects Versions: 1.3.0.SP3, 1.4.0.SP1
>            Reporter: Galder Zamarreno
>         Assigned To: Galder Zamarreno
>             Fix For: 2.0.0.BETA2
>
>   Original Estimate: 3 days
>  Remaining Estimate: 3 days
>
> JDBCCacheLoader uses standard serialisation to 
> store objects in database.
> This CL should use the same marshalling techniques 
> as used in the rest of JBC code in order to improve both 
> performance and reduce the amount data that needs to 
> be transfered to database (better use of badnwith) and 
> therefore, stored in it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list