Georg Traar

Results 74 issues of Georg Traar

**Problem Statement**: Although CrateDB's architecture differs from PostgreSQL in terms of high availability, replication, and recovery, many PostgreSQL tools (e.g. Jetbrains Datagrip) and applications rely on the built-in function `pg_is_in_recover`y...

feature: integration
complexity: no estimate
tool: DataGrip

**Use case**: As a user I want to be able to have information stored in arrays, but still be able to make a selection on logical combinations of individual object...

feature: sql: operators

**Use case**: For multi-zone setups or special allocation strategies (e.g. warm, cold) it would be good to expose the set node attributes in the `sys.nodes` system table. This might help...

feature: diagnostics
contributions welcome
feature: ux
complexity: no estimate

**Use case**: When adding indexed object properties to `OBJECT(IGNORED)` columns, one might end up with inconsistent results only records after index was added get returned ```sql CREATE TABLE test_obj (obj...

feature: sql: type system
needs discussion

Relates to #7997 **Use case**: As a user I want to check geo_points for (in)equality to filter for certain fixed locations (e.g. 0 0 or others) **Feature description**: The equality...

feature: sql: operators
complexity: 5-8

**Use case**: When capturing various data streams (e.g. http-requests, opc-ua) in CrateDB, one might come across various types of data encapsulated in a single message/payload. In order to ingest and...

feature: sql: type system
complexity: no estimate
need refined description

### Problem Statement To calculate the difference between two `DATE` or `TIMESTAMP` values, one can use the `age(,)` function, which returns an `INTERVAL`. This is fine, if one can directly...

### Problem Statement Provide (yum/rpm) releases packages for RHEL and CentOS 8 and 9 (and other compatible Linux distributions) ### Possible Solutions _No response_ ### Considered Alternatives _No response_

complexity: 1-3

### Problem Statement I came across this, when looking into the[ CrateDB Telegraf Plugin](https://github.com/influxdata/telegraf/blob/master/plugins/outputs/cratedb/cratedb.go). Telegraf / Influx uses `tags` (key/value) and a `name` to identify a collection of metrics. e.g....

contributions welcome
feature: sql: scalars
complexity: no estimate
tool: Telegraf

**Use case**: > _**From postgresql.org**_ > While the standard syntax for specifying string constants is usually convenient, it can be difficult to understand when the desired string contains many single...

feature: pgsql
contributions welcome
feature: ux
complexity: 1-3
needs upvotes