Sebastian Utz

Results 13 issues of Sebastian Utz

**Use case**: Combine data from multiple remote sites into a global table on a central CrateDB cluster for easy query and analysis. By using a partitioned table where the partition...

complexity: 8-13
needs info or feedback
feature: sql: logical replication

**Use case**: Disable/Enable an existing `subscription` to stop/start the replication. **Feature description**: `ALTER SUBSCRIPTION name [ ENABLE | DISABLE ]` is supported to disable/enable the ongoing replication of a subscription....

complexity: no estimate
feature: sql: logical replication

Chrome throws following parserError when trying to load coverage data while viewing github.com pull request: SyntaxError: Unexpected token < at Object.parse (native) at n.parseJSON (chrome-extension://keefkhehidemnokodkdkejapdgfjmijf/lib/jquery-2.1.3.min.js:4:5309) at uc (chrome-extension://keefkhehidemnokodkdkejapdgfjmijf/lib/jquery-2.1.3.min.js:4:7333) at x...

### Problem Statement When using [Logical Replication](https://crate.io/docs/crate/reference/en/5.0/admin/logical-replication.htm) to consolidate data from multiple clusters into a centralized one (for e.g. centralized analytics), some data may not be needed anymore on the...

complexity: no estimate
feature: sql: logical replication
leverage: medium

### Problem Statement When joining 2 tables with a join condition, all rows for each tables are processed and then filtered by the join condition afterwards. Such the underlaying collect...

feature: performance
feature: sql: joins
complexity: 8-13

**Use case**: 1.) A user may want to backup all tables but no metadata like users, privileges, etc. without explicitly defining each table inside the `CREATE SNAPSHOT` statement. 2.) A...

contributions welcome
feature: backup
complexity: no estimate
needs upvotes

**Use case**: Some SQL applications like [Navicat](https://navicat.com) uses unquoted reserved keywords as column aliases because PostgreSQL is supporting this. See #8961 for the related Navicat issue. **Feature description**: CrateDB should...

complexity: 5-8
feature: sql: grammar
tool:Metabase

The new column `table_relations` contains an array of objects including the `table_schema` and `table_name` of all tables inside the snapshot. Closes #14087. **Do not merge until master is on `5.9`.**

The only non-test related `RoleManger` implementation gets a `Role` instance, letting it implement `Roles` by itself isn't needed.

cla-signed

For each REST bulk response entry, an `error_message` and `error_code` is added in case of an exception. Closes #16649.

cla-signed