[ https://issues.apache.org/jira/browse/DIRSERVER-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482804
]
Emmanuel Lecharny commented on DIRSERVER-478:
---------------------------------------------
Attribute(s) are now using its own serialization, and it's much faster !
We should now implement other specific serialization, for DN, and for each attributeType too.
The idea would be to create a "serializer" for each AT like we have normalizer, etc...
> Standarzied serialization and deserialization of Name, Attribute, and Attributes.
> ---------------------------------------------------------------------------------
>
> Key: DIRSERVER-478
> URL: https://issues.apache.org/jira/browse/DIRSERVER-478
> Project: Directory ApacheDS
> Issue Type: Improvement
> Components: core
> Reporter: Trustin Lee
> Assigned To: Emmanuel Lecharny
> Priority: Minor
>
> We should provide standardized high-performance serialization/deserialization mechanism
as a library.
> Using Java serialization has couple of cons:
> * Slow
> * Resulting data is big
> * Serialized data might be unable to read due to class signature changes
> It will also help users to create their own ContextPartition implementation easily.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|