发布于 2015-03-09 23:21:04 | 97 次阅读 | 评论: 0 | 来源: 网友投递
Crate.IO 大规模数据存储系统
Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。
Crate Data 0.47.4 发布,此版本现已提供下载:https://github.com/crate/crate/archive/0.47.5.zip。
更新内容如下:
- Upgrade Elasticsearch to v1.4.4
- Updated crate-admin to version 0.11.4 which contains following changes:
- fix: calculate health for each partition of a partitioned table
based on the number of shards of that partition
- Fix: number_of_shards and number_of_replicas are now correctly applied
through the whole lifetime of a partitioned table and its partitions
- Added columns ``number_of_shards`` and ``number_of_replicas`` to
table ``information_schema.table_partitions``
Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。
使用方法: