開源的數據網格平臺 Infinispan v9.0.0.Final 發布

jopen 7年前發布 | 5K 次閱讀 In?nispan 數據網格

 

     In?nispan是個開源的數據網格平臺。它公開了一個簡單的數據結構(一個Cache)來存儲對象。雖然可以在本地模式下運行In?nspan,但其真正的價值在于分布式,在這種模式下,In?nispan可以將集群緩存起來并公開大容量的堆內存。這可比簡單的復制強大的多,因為它會為每個結點分配固定數量的副本——服務器故障的一種恢復手段——同時還提升了可伸縮性,這是由于存儲每個結點所需的工作量是與集群大小息息相關的。

更新日志

Core

  • Graceful shutdown and restart with persistent cache state
  • Off-heap storage
  • Performance improvements
  • New internal marshaller

API

  • Replace the home-brew notifying futures with CompletableFutures everywhere
  • Stream usability improvements

Eviction

  • New bounded container based on Caffeine
  • More reliable eviction

Management and monitoring

  • Web console works with both domain and standalone mode

Cache Stores

  • RocksDB cache store which replaces the LevelDB one
  • Upserts and transactions for JDBC stores
  • HikariCP connection pooling
  • Dropped Mixed and Binary JDBC stores

Indexing and Query

  • Ickle, a new query language derived from JPQL with full-text predicates
  • Replace the HQL translator with an internal one
  • Always cache the query AST
  • ElasticSearch indexing backend

Infinispan Server

  • Server base upgraded to WildFly 11
  • SNI for Hot Rod and REST
  • Multi-tenancy

Integrations

  • Spring Session support
  • Kryo and Protostuff marshallers for Hot Rod
  • Kubernetes PING support

下載

本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/709620b3

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!