Niklas Schmidtmer
Niklas Schmidtmer
### Problem Statement In `INSERT` statements on PostgreSQL, you can explicitly use `DEFAULT` in a tuple to indicate the default should be used, rather than omitting the column: ```sql postgres=#...
### Problem Statement Killing all running jobs of a certain user or all jobs that match a certain pattern (like all SELECT statements) is currently not easily possible. `KILL` only...
### Problem Statement Use case --------- There is a three-node cluster that is already in operation and contains data. Now, a fourth node should be added later on as a...
### Problem Statement Users running CrateDB on Google Cloud Platform would like to use [Cloud Storage](https://cloud.google.com/storage/docs) as a target/source for `COPY TO`/`COPY FROM` for seamless integration of CrateDB into the...
### Problem Statement In an environment with multiple services, logs are collected and stored centrally for operational analysis. Every service (such as CrateDB) has its own logging format, requiring custom...
### CrateDB version any ### CrateDB setup information _No response_ ### Problem description The release notes mention a couple of optimizer rules: [5.4.2](https://cratedb.com/docs/crate/reference/en/5.7/appendices/release-notes/5.4.2.html): ``` SET optimizer_reorder_hash_join = false SET optimizer_reorder_nested_loop_join...
### Problem Statement Users running in an Azure environment cannot easily use Azure Blob Storage as the source/target of data exports from CrateDB when using `COPY TO`/`COPY FROM`. Only `s3`...
### CrateDB version 5.8.3 ### CrateDB setup information Single-node standard deployment ### Problem description When using CrateDB to store CDC events, a typical data model looks like `(pk, entity)` where...
### Problem Statement In Lucene/CrateDB, segments are not sorted by default. #### Case 1: ORDER BY with LIMIT Queries that apply an `ORDER BY` with `LIMIT` need to go through...
### Problem Statement A snapshot currently can only be restored, if there are no existing tables or partitions with the same name. In a case of point-in-time recovery, where the...