Georg Traar
Georg Traar
### Problem Statement We should support SAS tokens as an alternative to secret keys for Azure snapshot repositories to provide more granular control over permissions within a storage account. Unlike...
### CrateDB version 5.7.2 / master ### CrateDB setup information - multi-node CrateDB in docker - PostgreSQL 16 ### Problem description When trying to fetch `JSON` typed records from a...
### Problem Statement User mappings and foreign tables rely on a foreign server, which means you cannot change or fix a connection string once a user mapping or foreign table...
**Use case**: As a CrateDB user with **admin privileges** on cluster level I want to be able to run certain commands like setting a session to another user with `SET...
### Problem Statement Currently, we only allow the creation of a user mapping for a specific user using `CREATE USER MAPPING`. This means users without an explicit user mapping can't...
### CrateDB version 5.7.1 ### CrateDB setup information _No response_ ### Problem description When querying `information_schema.user_mapping_options` one owns password is shown. passwords and usernames for other users are hidden. -...
### Problem Statement Currently when only expose foreign servers / FDW in the information schema tables - `information_schema.foreign_server_options` - `information_schema.foreign_servers` - `information_schema.foreign_table_options` - `information_schema.foreign_tables` Tools like DBeaver using the Postgres...
### Problem Statement Currently, CrateDB only has one superuser, `crate`, which has the privilege to do anything. There are increasing requests to move functionality typically associated with a superuser to...
### CrateDB version 5.9.0-2024-07-19 ### CrateDB setup information _No response_ ### Problem description `NUMERIC(p,s)` From the documentation it is not quite clear what the min/max values of `p` and `s`...
**Use case**: Automatically check and delete data partitions that full-fill certain criteria (e.g. old data). This is especially usefull if you want to set up multiple similar tables with different...