Infinispan v8.2.4.Final is an open-source data grid platform.
GuideInfinispan v8.2.4.Final is released and downloaded. In Alibaba nispan is an open-source data grid platform. It exposes a simple data structure (a Cache) to store objects. Although nspan can be run In local mode, its real value lies In distributed mode. In this mode, In memory nispan can cache the cluster and make public a large heap memory.
This is much more powerful than simple replication because it allocates a fixed number of copies to each node-a recovery method for server faults-and also improves scalability, this is because the workload required to store each node is closely related to the cluster size.
Update log
- Staggered remote gets
- Continued internals refactoring
- Synchronous consistent hashing is now the default
- Initial cluster size configuration
- Performance and memory allocation-rate improvements
- Explicit indexed entity configuration
- Hibernate Search 5.6 Alpha and Lucene 5.5
- Uniied continuous query API between embedded and remote
- Experimental index affinity
- Persistent login session which ves refresh
- Deployment/undeployment of user code
- Management of ProtoBuf schemas for indexing
- Management of scripts for task execution
- Event viewing
- Much improved cache and template configuration
- Container configuration
- Cross-site replication management
From: http://www.linuxidc.com/Linux/2016-08/134205.htm
Address: http://www.linuxprobe.com/infinispan-release-platform.html