内容简介:Apache Geode 1.4.0 已发布,Apache Geode 是一个数据管理平台,提供实时的、一致的、贯穿整个云架构地访问数据关键型应用。 Geode 1.4.0包含许多改进和错误修复。本版本包括一个简单的JDBC连接器,可以读取和写入...
Apache Geode 1.4.0 已发布,Apache Geode 是一个数据管理平台,提供实时的、一致的、贯穿整个云架构地访问数据关键型应用。
Geode 1.4.0包含许多改进和错误修复。本版本包括一个简单的JDBC连接器,可以读取和写入后面的任何没有任何自定义的RDBMS代码,使索引嵌套字段对lucene索引,优化内存,以减少CPU消耗。建议用户升级到最新版本。
主页更新内容:
Combines redundancy, replication, and a "shared nothing" persistence architecture to deliver fail-safe reliability and performance.
Horizontally scalable to thousands of cache members, with multiple cache topologies to meet different enterprise needs. The cache can be distributed across multiple computers.
Asynchronous and synchronous cache update propagation.
Delta propagation distributes only the difference between old and new versions of an object (delta) instead of the entire object, resulting in significant distribution cost savings.
Reliable asynchronous event notifications and guaranteed message delivery through optimized, low latency distribution layer.
Data awareness and real-time business intelligence. If data changes as you retrieve it, you see the changes immediately.
Integration with Spring Framework to speed and simplify the development of scalable, transactional enterprise applications.
JTA compliant transaction support.
Cluster-wide configurations that can be persisted and exported to other clusters.
Remote cluster management through HTTP.
REST APIs for REST-enabled application development.
Rolling upgrades may be possible, but they will be subject to any limitations imposed by new features.
完整内容请查看发行说明。
下载地址:http://geode.apache.org/releases/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 数据仓库的“元数据管理”
- 数据安全实践之数据资产管理
- 数据分析:基于智能标签,精准管理数据
- 活动运营需具备的数据管理能力以及数据分析思路
- 数据源管理 | 基于JDBC模式,适配和管理动态数据源
- 数据搬运组件:基于 Sqoop 管理数据导入和导出
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解Nginx(第2版)
陶辉 / 机械工业出版社 / 2016-2 / 99.00元
本书致力于说明开发Nginx模块的必备知识,第1版发行以后,深受广大读者的喜爱.然而由于Ng,nx功能繁多且性能强大,以致必须了解的基本技能也很庞杂,而第1版成书匆忙,缺失了几个进阶的技巧描述,因此第2版在此基础上进行了完善。 书中首先通过介绍官方Nginx的基本用法和配置规则,帮助读者了解一般Nginx模块的用法,然后重点介绍了女口何开发HTTP模块(含HTTP过滤模块)来得到定制化的Ng......一起来看看 《深入理解Nginx(第2版)》 这本书的介绍吧!