Niklas Schmidtmer

Results 29 issues of 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=#...

feature: pgsql
contributions welcome
complexity: no estimate
feature: sql: grammar
needs upvotes
tool: TypeORM

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

feature: ux
feature: administration
needs design

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

complexity: 1-3
feature: administration

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

need refined description

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

complexity: no estimate
docs

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

complexity: 5-8
feature: import

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

needs discussion

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

feature: performance
feature: sql: ddl
complexity: no estimate
needs info or feedback

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

feature: backup
complexity: no estimate