See the WebSphere eXtreme Scale Wiki for links to eXtreme Scale Version 7.0 documentation.
If you log in with your developerWorks ID, you can leave comments and feedback for the development team.
IBM WebSphere eXtreme Scale Version 6.1 Fix Pack 4 (6.1.0.4), including the ObjectGrid component, provides several fixes. Version 6.1.0.4 supersedes ObjectGrid Version 6.1.0.3.
Query performance enhancements
ObjectGrid query has been enhanced to more efficiently utilize indexes, reduce memory usage during processing, and process results more quickly when using the getResultIterator methods. The Query.setHint() and ObjectQuery.setHint() methods have also been added to allow choosing a single index when using queries with AND operations.
SessionHandle pre-bind support
SessionHandles can now be created prior to calling any ObjectMap operations, allowing customers to select a partition (when using per-container partition placement). The new SessionHandleTransformer class has also been created to allow efficient serialization of SessionHandleobjects when storing them in HTTP sessions or cookies.