Galaxy in-memory data grid released
[Posted July 10, 2012 by corbet]
Parallel Universe has
announced
the release of its
Galaxy
distributed memory system under the Lesser GPL. "
What makes Galaxy
different from other IMDGs is the way it assigns data items to cluster
node. Instead of sharding the data on one of the keys using a consistent
hashing scheme, Galaxy dynamically moves objects from one node to another
as needed using a cache-coherence protocol similar to that found in
CPUs. This makes Galaxy suitable for applications with predictable data
access patterns, i.e. applications where the data items behave according to
some proximity metric, and items that are 'closer' together are more likely
to be accessed together than items that are 'far' apart."
(
Log in to post comments)