Georg Traar
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...
**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...
# 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...
## 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
### 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....
### 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...
**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...
## 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...