Georg Traar
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...
### 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....
### 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),...
### 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...
### 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...
**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...