Georg Traar

Results 74 issues of Georg Traar

**Use case**: Use geographic indexing / `MATCH` predicate for joining two tables. e.g. two join a location and the coresponding area. **Feature description**: Create two tables, one large with locations...

feature: performance
feature: sql: joins
complexity: no estimate
need refined description

**Use case**: - To allow importing files that might have comments or empty lines in the begininng - To allow to skip header columns in `csv` files in headers together...

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

# Thanks for contributing! Before submitting your pull request please have a look at the following checklist: - [x] ran the tests (`pytest`) - [ ] all style issues addressed...

**Describe the bug** Dollar quoted strings (e.g. PostgreSQL) are not properly detected, when there is an operator directly preceding the dollar quoted string (e.g `var=$$text$$`). While according to PostgreSQL docs...

### Problem Statement To enhance security in CrateDB clusters, we aim to tighten control over which users are allowed to use specific authentication modes. A challenge arises because users are...

feature: security
complexity: no estimate
feature: administration
feature: authentication

## Problem Statement We have an application with a dashboard component and an ingestion layer. - The dashboard is frequently accessed and needs to be responsive (Ideally

feature: sql: relations
feature: sql: schema mgmt
complexity: 20+

### Problem Statement As a user I want to identify to most frequent values in a performant aggregation for a specified column. Approximations might be enough for large data sets....

feature: performance
feature: sql: aggregations
complexity: no estimate
needs discussion
need refined description

### Problem Statement Currently the `percentile` aggregation does not support inputs of type `interval`. As by CrateDB 5.2, subtractions of `timestamp` types will return an `interval` type, the following query...

contributions welcome
feature: sql: aggregations

**Use case**: Especially for use cases involving monetary values an exact/arbitrary precision numeric data type would be useful. We currently see this with some inquiries about CrateDB. But also for...

feature: sql: type system
complexity: 20+
feature: sql: ddl

## Summary of the changes / Why this improves CrateDB Enhanced the `round()` scalar function to allow a second input parameter for rounding precision. When it is specified, the result's...

tool: Tableau