You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "gesterzhou (GitHub)" <gi...@apache.org> on 2019/09/09 22:06:22 UTC

[GitHub] [geode] gesterzhou commented on issue #4014: GEODE-6973: Use cachelistener to synchronize typeToId with IdToType

To bruce: the whole idea is to use a listener to maintain the synchronization between local TypeToId map and the IdToType region, then we don't have to search the region any more to speed up creating a new pdxType. 

All the code changes are focused on this and based on current code structure. We do notice that some codes can be enhanced. And a refactoring of TypeRegistry can even improve the performance. 

However, I would rather to log another geode ticket for refactoring work. 

We showed the pull request to the whole commons team in a presentation, new developers all understood. 

[ Full content available at: https://github.com/apache/geode/pull/4014 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org