智能化下的产物,无人棋牌室
Riak TS 1.3 发布了,Riak是以 Erlang 编写的一个高度可扩展的分布式数据存储,Riak的实现是基于Amazon的Dynamo论文,Riak的设计目标之一就是高可用。Riak支持多节点构建的系统,每次读写请求不需要集群内所有节点参与也能胜任。提供一个灵活的 map/reduce 引擎,一个友好的 HTTP/JSON 查询接口。Riak 非常易于部署和扩展。可以无缝地向群集添加额外的节点。link walking 之类的特性以及对 Map/Reduce 的支持允许实现更加复杂的查询。除了 HTTP API 外,Riak 还提供了一个原生 Erlang API 以及对 Protocol Buffer 的支持。
新增功能:
- Riak TS is now open source.
- The HTTP API is a development tool added for development and debugging purposes. It is ideal for quick prototyping efforts, and provides API calls for accessing Riak TS data over HTTP.
- Our supported SQL commands have expanded to include
WITH
andINSERT
. TheWITH
clause makes creating a TS table even easier, andINSERT
provides another way to add data to your TS table.- [PR #1369]
- [PR #805]
- [PR #806]
- [PR #1328]
- [PR #1332]
- [PR #1364]
- [riak_ql PR #110]
- [riak_shell PR #25]
- The relaxed key restrictions mean the family and series keys are no longer required, which makes TS table schemas more flexible, and makes customizing the data you store and how you store even easier.
- TS now supports MDC fullsync replication on TS tables. At this time, MDC support in TS does not include AAE fullsync. To use MDC, you will need to create your TS tables in your clusters and then configure MDC.
- Riak TS now offers integration with PHP and .NET clients.
更多更新内容,可以在这里查看。
下载地址:
http://docs.basho.com/riak/ts/1.3.0/downloads/