开源的数据网格平台 Infinispan 9.0.0.Alpha2 (and 8.2.2.Final) 发布
jopen 8年前
<p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/ae9cee091003c2acae82e65253458169.png" /></p> <h2>简介</h2> <p> Infinispan是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本——服务器故障的一种恢复手段——同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。</p> <h2>更新日志</h2> <h3>9.0.0.Alpha2</h3> <ul> <li>Graceful shutdown and restart with persistent cache state</li> <li>Performance improvements</li> <li>Replace the home-brew notifying futures with CompletableFutures everywhere</li> <li>Replace the HQL translator with an internal one</li> <li>Always cache the query AST</li> </ul> <h3>8.2.2.Final</h3> <ul> <li>Staggered remote gets</li> <li>Continued internals refactoring</li> <li>Synchronous consistent hashing is now the default</li> <li>Initial cluster size configuration</li> <li>Performance and memory allocation-rate improvements</li> <li>Explicit indexed entity configuration</li> <li>Hibernate Search 5.6 Alpha and Lucene 5.5</li> <li>Unified continuous query API between embedded and remote</li> <li>Experimental index affinity</li> <li>New lambda-aware clustered executor to replace distributed executor</li> <li>Persistent login session which survives refresh</li> <li>Deployment / undeployment of user code</li> <li>Management of ProtoBuf schemas for indexing</li> <li>Management of scripts for task execution</li> <li>Event viewing</li> <li>Much improved cache and template configuration</li> <li>Container configuration</li> <li>Cross-site replication management</li> </ul> <h2>下载地址</h2> <ul> <li><a href="/misc/goto?guid=4958990448248750364">http://infinispan.org/download/</a></li> <li>9.0.0.Alpha2 <ul> <li><a href="/misc/goto?guid=4958990448335503620" rel="nofollow"><strong>Source code</strong> (zip)</a> </li> <li><a href="/misc/goto?guid=4958990448439423977" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li> </ul> </li> <li>8.2.2.Final <ul> <li><a href="/misc/goto?guid=4958990448530286499" rel="nofollow"><strong>Source code</strong> (zip)</a></li> <li><a href="/misc/goto?guid=4958990448625108074" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li> </ul> </li> </ul> <p> </p>