Infinispan 8.0.0.Alpha1 发布。这是需要 Java 8 来编译和运行的第一个 Infinispan 版本。当然,我们会继续保持向后兼容的配置和 API。
此版本引入了一些新功能并修复了一些 bug:
the introduction of size-based eviction, i.e. the ability to set a maximum amount of heap used by a cache.
he ability to run non-indexed queries on indexed data: this means that if you issue a query with predicates which involve non-indexed fields, Infinispan will still be able to execute the query.
Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本----服务器故障的一种恢复手段----同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
软件详情:http://blog.infinispan.org/2015/05/infinispan-800alpha1.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Infinispan+%28Infinispan%29
下载地址:http://infinispan.org/download/
来自:开源中国社区

