crate icon indicating copy to clipboard operation
crate copied to clipboard

CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.

Results 483 crate issues
Sort by recently updated
recently updated
newest added

## Summary of the changes / Why this improves CrateDB Fixes https://github.com/crate/crate/issues/17999. The result set for HTTP requests is returned in JSON format, but the memory accounting logic was type...

cla-signed

This reverts commit f1ea533389aea66956e59a5145c9605200d2e683. As mentioned in https://github.com/crate/crate/pull/17942#issuecomment-2915212735 The flaky failures were not caused by the retry and the retry is known to fix a race in the scenario outlined...

cla-signed

### Problem Statement I've been looking into the excellent foundation laid in #17617 and I think there's a great opportunity to extend this work to provide even more comprehensive monitoring...

feature: diagnostics
complexity: no estimate
needs info or feedback
feature: administration

## Summary of the changes / Why this improves CrateDB This is a POC modelling the TableStats with Apache Arrow. We said we wanted to have the ability to serialize...

cla-signed

On a single node(latest-master(6.0)), the following behaviour can be rarely observed: ``` ... cr> select sum(num_docs) from sys.shards where table_name = 'z'; +-----+ | sum | +-----+ | 1 |...

bug

HttpBlobHandler should pass on any exceptions that it doesn't handle to the next Handler in the pipeline, rather than swallowing them.

cla-signed

## Summary of the changes / Why this improves CrateDB An example of current error message for a nested object type: ``` cr> create table tbl (o object as (o2...

cla-signed

### Problem Statement Raising after discussion on https://github.com/crate/crate/issues/17921 as requested by @seut Scenario 1: Evolving requirements mean a generated column would be useful in a table where it was not...

feature: sql: schema mgmt
needs discussion

### CrateDB version 5.10.7 ### CrateDB setup information CrateDB Cloud single-node S4 ### Problem description When querying a large result set with vectors of length 1152, there is an `OutOfMemoryError`...

bug

## Summary of the changes / Why this improves CrateDB old: [![CrateDB SQL](https://github.com/crate/crate/workflows/CrateDB%20SQL/badge.svg?branch=master)](https://github.com/crate/crate/actions/workflows/main.yml) new: [![CrateDB SQL](https://github.com/crate/crate/actions/workflows/main.yml/badge.svg)](https://github.com/crate/crate/actions/workflows/main.yml) ## Checklist - [ ] Added an entry in the latest `docs/appendices/release-notes/.rst` for user...

cla-signed