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

# Problem Currently under certain configurations and workloads it can happen that nodes crash with an OOM or have degraded responsivness for quite some time (Queries taking ms, taking seconds...

resiliency
feature: performance
needs discussion

### Problem Statement Session settings are increasingly used to influence CrateDB’s behavior during query execution. For queries over the PostgreSQL wire protocol, session management is handled at the protocol level....

needs discussion
need refined description

### CrateDB version 5.10.1 ### CrateDB setup information _No response_ ### Problem description It seems that we cannot bind values for the 'RETURNING' part of an INSERT query. ### Steps...

feature: pgsql
feature: ux

### CrateDB version 5.10.3 ### CrateDB setup information _No response_ ### Problem description When we create a table with `DYNAMIC OBJECT`, CrateDB cannot dynamically insert integers bigger than `INTEGER` that...

feature: sql: type system
needs discussion
needs upvotes
tool: estuary

This works in Docker / Kubernetes and bare Linux systems ## Summary of the changes / Why this improves CrateDB When running in Kubernetes you can just change the limits...

cla-signed

### Problem Statement Currently query expressions can turn out to be more expensive then expected when they cannot use lucene index structures. For users it is not easily visible which...

feature: ux
complexity: no estimate

## Use case Extending both the AdminUI and crash with semantic aware auto-completion, which uses a server to suggest schemas, tables, functions and keywords. This could be done on the...

enhancement
feature: ux
feature: sql: scalars
complexity: 5-8

### Problem Statement `FULL JOIN`s result in a nested loop join execution strategy and are therefore slow on large data sets. Example: ```sql CREATE TABLE IF NOT EXISTS "doc"."t1" (...

feature: performance
feature: sql: joins

### CrateDB version 5.10 ### CrateDB setup information local single node ### Problem description CrateDB does not normalize interval arithmetic results, leading to non-standard representations. Adding two intervals can produce...

feature: ux
needs discussion
needs upvotes

### Problem Statement [Lookup-joins](https://github.com/crate/crate/pull/15664) are implemented in CratedDB but are currently disabled because they are still in an experimental state. Lookup-joins showed performance improvements of over 10 times in recent...

feature: performance
feature: sql: joins
complexity: 13-20