发布于 2016-12-08 05:03:19 | 51 次阅读 | 评论: 0 | 来源: 网友投递
Infinispan 开源的数据网格平台
Infinispan是JBoss Cache缓存框架的后续项目,它是一个开源的数据网格平台,用于访问分布式状态的群集节点。GridFileSystem(网格文件系统)是一个全新的实验性的API,这些API使Infinispan后端的网格数据像“文件系统”一样展示出来。
Infinispan 9.0.0.Beta1 发布了,该版本包含大量的改进,主要包括:
性能提升:
升级到 JGroups 4
非事务的写操作的全新算法,降低了写操作时的 RPC 数量
全新更快的 marshaller 产生更小的负载
全新异步的解析器核心
Off-Heap 支持
Avoid the size of the data in the caches affecting your GC times
CaffeineMap-based bounded data container
Superior performance
More reliable eviction
Ickle, Infinispan 全新的查询语言
A limited yet powerful subset of JPQL
Supports full-text predicates
服务器管理控制台支持独立和域模式
Pluggable marshallers for Kryo and ProtoStuff
LevelDB 缓存存储被替换为更易于维护以及更快的 RocksDB
Spring Session 支持
升级 Spring 到 4.3.4.RELEASE
与 Alpha 版本比较还包含如下的提升:
支持状态持久化的集群关闭和重启
Support for streaming values over Hot Rod, useful when you are dealing with very large entries
Cloud and Containers
Out-of-the box support for Kubernetes discovery
提升缓存的存储
The JDBC cache store now use transactions and upserts. Also the internal connection pool is now based on HikariCP
同时文档也做了大量的完善。在正式版发布之前还会有很多 Beta 版本发布,进一步提升性能和特性。
Infinispan 9 代号为 Ruppaner 。