Georg Traar

Results 74 issues of Georg Traar

### CrateDB version 5.7.3 ### CrateDB setup information Local 5.7.3 Remote Postgres 16 ### Problem description While not strictly defined as supported: > WHERE clauses can in some circumstances be...

feature: performance
feature: fdw

### Problem Statement A cluster admin currently cannot adjust the default session settings, such as `search_path`, `error_on_unknown_object_key`, or others. However [Crate Issue #16074](https://github.com/crate/crate/issues/16074) will allow setting defaults for a user/role....

complexity: no estimate
feature: administration

### Problem Statement Currently, CrateDB allows [JWT configuration on a per-user basis](https://cratedb.com/docs/crate/reference/en/latest/sql/statements/create-user.html#with). Each user must be set up individually with specific JWT settings, such as the issuer (iss), audience (aud),...

complexity: 1-3
feature: user management
feature: authentication
needs planning

### Problem Statement There's a noticeable concern with the current method of allocating shards to nodes. Right now, there appears to be no randomness in how shards are assigned (see...

feature: performance
complexity: no estimate
need refined description
feature: administration

### Problem Statement Currently, there is no direct way to retrieve the mapping type (ignored, dynamic, or strict) of object columns from system tables like information_schema.columns. The only way to...

feature: sql: schema mgmt
complexity: no estimate
needs concrete use-case

**Use case**: For certain longer running maintenance queries (e.g. automated data retention) it would be good to support simple (non-blocking) sequential execution of queries. In theory one could manage that...

feature
needs concrete use-case
need refined description

### CrateDB version 5.10.6 (and previous versions) > [!note] > ~~Could not reproduce on build from~~ master (6.0.0 May 24th) 🤔 > Also reproduceable, though due to the statement size...

triage

**Use case**: As I user I want to be able to add generated columns also after a table already has been filled. **Feature description**: Add a generated column on a...

feature: sql: schema mgmt
complexity: no estimate

### 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 ### 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