開源的數據網格平臺 Infinispan 9.0.0.CR1 發布
In?nispan是個開源的數據網格平臺。它公開了一個簡單的數據結構(一個Cache)來存儲對象。雖然可以在本地模式下運行In?nspan,但其真正的價值在于分布式,在這種模式下,In?nispan可以將集群緩存起來并公開大容量的堆內存。這可比簡單的復制強大的多,因為它會為每個結點分配固定數量的副本——服務器故障的一種恢復手段——同時還提升了可伸縮性,這是由于存儲每個結點所需的工作量是與集群大小息息相關的。
更新日志
- Graceful shutdown and restart with persistent cache state
- Off-heap storage
- Performance improvements
- New internal marshaller
- Replace the home-brew notifying futures with CompletableFutures everywhere
- Stream usability improvements
- New bounded container based on Caffeine
- More reliable eviction
- Web console works with both domain and standalone mode
- RocksDB cache store which replaces the LevelDB one
- Upserts and transactions for JDBC stores
- HikariCPi connection pooling
- Dropped Mixed and Binary JDBC stores
- 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
下載
本站原創,轉載時保留以下信息:
本文轉自:深度開源(open-open.com)
原文地址:http://www.baiduhome.net/news/view/2827a5e1
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!