Georg Traar

Results 66 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