发布于 2015-02-05 00:01:51 | 82 次阅读 | 评论: 0 | 来源: 网友投递
Crate.IO 大规模数据存储系统
Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。
Crate 0.46.4 发布,此版本现已提供下载(ZIP),更新内容如下:
- Fix: group by queries with a having clause without the group key
being selected failed
- Fix: Force UTF8 encoding in file reading collector to avoid JVM's default encoding settings
- Fix: Filtering on a routing column sometimes didn't work if the value was an
empty string
- Fix: Bulk inserts with mixed but compatible types (e.g. int and long) failed
- Fix: removed unsupported syntax from ``Update`` synposis
同时还发布了 Crate Date 0.45.8 版本:
- Fix: Force UTF8 encoding in file reading collector to avoid JVM's default encoding settings
- Fix: Fixed global count using non-existing column in the where clause
- Fix: Bulk inserts with mixed but compatible types (e.g. int and long) failed
- Fix: removed unsupported syntax from ``Update`` synposis
Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。
使用方法: