-
### CrateDB version
4.6.2
### CrateDB setup information
CRATE_HEAP_SIZE: 1g
### Steps to Reproduce
1. `docker-compose.yml`:
```
version: "3.6"
services:
crate:
image: crat…
-
Hi everyone,
we have noticed that if we initiate a connection via `client.connect(address)` while the db is starting up, the db server returns `400 Bad Request` to [client.server_infos](https://git…
-
Hi there,
according to [1,2], the software tests started failing with the upcoming CrateDB 4.7.0, which is currently in development, on behalf of one of its first nightly releases. Maybe someone of…
amotl updated
3 years ago
-
Hi there,
we ran into a specific issue when using CrateDB with ODBC, might have identified a flaw and wanted to share the outcome of our investigations with you.
### Problem report
When connect…
amotl updated
3 years ago
-
**Describe the problem**
I have a CrateDB deployed with ports 4200 and 4300 accessible and an mttest.etnoiselevelobserved table with about 100 rows.
When running the script it gives a connection e…
-
**Is your feature request related to a problem? Please describe.**
On receiving a notification, if the DB isn't immediately available, QL bombs out since we can't do the insert.
**Describe the sol…
-
**Use case**: I would like to secure the traffic between nodes (typically the traffic on port 4300)
**Feature description**: Ideally, non-enterprise feature :) but more or less, some configuration …
bputt updated
3 years ago
-
### Is your feature request related to a problem? Please describe.
PR #300 implemented a workaround to crate/crate#9854, have a look [over there](https://github.com/smartsdk/ngsi-timeseries-api/pull/…
-
**CrateDB version**:
4.5.3 / 4.6
**Environment description**:
cloud / local
**Problem description**:
Selecting on non-existing object-properties, leads to an error instead of returnin…
-
## Proposal
### The issue
Sometimes remote read API endpoint contains all the data including the most recent data. Then there is no need to merge the data from local tsdb with the data read from r…