发布于 2016-01-19 00:19:21 | 125 次阅读 | 评论: 0 | 来源: 网友投递
Crate.IO 大规模数据存储系统
Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。
Crate Data 0.54.3 发布,此版本主要是 bug 修复:
- Fix: Minimum master nodes settings check. Number of minimum master nodes is
validated against eligible master nodes instead of all nodes in the cluster.
- Fixed a race condition which could cause a join on more than 2 tables to
produce an incorrect result.
- Fix: Comparing generated partition columns using a <= or >=
operator resulted in a NPE exception
- fix: don't quote column in response columns
- Added Amazon S3 support for Snapshot and Restore
- Made repository types and their settings pluggable,
so Crate plugins may add additional repository types
下载:https://github.com/crate/crate/archive/0.54.3.zip
Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。Crate 特别适合用于 Docker 环境中。