Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44801

Infinispan 9.0.0.Beta1 发布,代号 "Ruppaner"

$
0
0


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 。


Viewing all articles
Browse latest Browse all 44801

Trending Articles