friht 发表于 2016-10-28 10:58:28

Crate 0.56.0 发布,数据存储系统

欢迎加入运维网交流群:263444886http://onexin.iyunv.com/source/plugin/onexin_bigdata/https://my.oschina.net/img/hot3.png
  Crate 0.56.0 发布了,Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。Crate 特别适合用于 Docker 环境中。

  本次发布主要改进如下:
  - Column names returned on queries does not include the table and schema names anymore, i.e., ``select doc.t1.a from t1`` will return column name ``a`` instead of ``doc.t1.a``.
  - Moved some `sys.checks` into a new `sys.node_checks` table as those checks were actually node specific.Added the ability to acknowledge failing checks on this new `sys.node_checks` table.

  下载地址:

[*]  Source code (zip)
[*]  Source code (tar.gz)
页: [1]
查看完整版本: Crate 0.56.0 发布,数据存储系统