Crate Data 0.47.6 发布,大规模数据存储系统

简介:

Crate Data 0.47.6 发布,此版本现已提供下载:https://github.com/crate/crate/archive/0.47.6.zip

更新内容如下:

  • Fixed an issue with custom schemas that could cause select statements on the
    information_schema.tables table to result in a NPE.
  • Fixed an issue that could cause the response to contain the wrong types
    (e.g. integer instead of long)
  • Fix: Sorting on a scalar with a column containing NULL values as
  1. no longer throws an NPE
  • Fix: group by on clustered by column on a partitioned table now produces
  1. results for groups spanning different partitions
  • Fixed an issue that caused errors to be swallowed and caused queries to not
  1. correctly.
  • Fix: COPY FROM and INSERT from subquery into a partitioned table created
  1. tables with a wrong name instead of correct partitions

Crate Data 是一个开源的大规模的可伸缩的数据存储系统,无需任何系统管理需求。提供强大的搜索功能。用于存储各种表格数据、非结构化数据和二进制对象。并可通过 SQL 进行检索。易于安装和使用,支持高可用性和实时大规模并行访问和处理。


e7f9d6c5d120ab1ca19962edca581e3df7e448c2

使用方法:


e282e4488fb5b4f098101cf4680a026a5812c57f

文章转载自 开源中国社区 [http://www.oschina.net]

相关文章
|
弹性计算 中间件 大数据
什么是容器计算服务 ACS?
全球首款容器计算服务ACS(Alibaba Cloud Container Compute Service)
995 2
|
消息中间件 大数据 Kafka
多云与混合云场景下的数据同步方案-KAFKA
多云与混合云场景下的数据同步方案-KAFKA
|
资源调度 Kubernetes 调度
从 Linux Crontab 到 K8s CronJob,定时任务正在经历怎样的变革
从 Linux Crontab 到 K8s CronJob,定时任务正在经历怎样的变革
119147 59
|
监控 安全 Unix
Rsync+Inotify实现数据实时同步
Rsync+Inotify实现数据实时同步
|
Kubernetes NoSQL Go
Go 优秀库推荐 - 命令行工具 cobra
spf13/cobra 和 urfave/cli 是Go的2个优秀命令行工具:
822 0
Go 优秀库推荐 - 命令行工具 cobra
|
存储 API
Alluxio
Alluxio是一个开源的分布式内存存储系统,旨在提供快速、可扩展、低延迟的数据存储和处理。AlluxioRuntime是Alluxio社区提供的一个运行时组件,用于简化Alluxio应用程序的开发和部署。AlluxioRuntime提供了一个统一的API,可以简化Alluxio客户端、服务端和守护进程之间的通信,同时提供了一些实用的工具和功能,如进程管理、配置管理等。
216 1
|
Web App开发 安全 网络安全
项目部署到6666端口访问不了
项目部署到6666端口访问不了
597 1
|
Go
Go 语言跨平台文件监听库 fsnotify 怎么使用?
Go 语言跨平台文件监听库 fsnotify 怎么使用?
236 0
|
存储 Linux Apache
容器的文件系统挂载
本实验介绍了容器中文件和文件夹的挂载和使用
|
网络协议 Linux 缓存