-
## About
CrateDB does not support the notion of `autoincrement` columns, because it is a distributed database. For supporting certain applications, specific workarounds have been showing a successf…
amotl updated
5 months ago
-
**Use case**:
Joining data of multiple tables.
**Feature description**:
I've three tables:
- jobs
- testsuites
- testcases
Each job has 0 or many testsuites
Each testsuite has 0 or m…
-
**Euler-核心工具命令**
```
[Euler@Euler ~]$ rpm -ql coreutils
/usr/bin/[
/usr/bin/arch
/usr/bin/b2sum
/usr/bin/base32
/usr/bin/base64
/usr/bin/basename
/usr/bin/basenc
/usr/bin/cat
/usr/bin/chcon…
mikuQ updated
3 months ago
-
Jira Link: [DB-2112](https://yugabyte.atlassian.net/browse/DB-2112)
I'm trying to use `asyncpg` in combination with yugabytedb. I use a connection pool and issuing queries results in the following me…
-
Hello,
We're happy CrateDB adopters and have been using it as back end for one of our open source projects: https://github.com/smartsdk/ngsi-timeseries-api
I have a question about equality in ge…
-
OSX, Crate 4.0.3
Metabase 0.33.0.0
When pressing **SAVE** button in Add Database page throws error :
`No method in multimethod 'connection-details->spec' for dispatch value: :crate`
I can connec…
-
The current system of crate requires a sha hash _before_ uploading data to crate. In practice this means that when I develop a web system it has to load the file to the server, calculate the hash on t…
-
### Description
Containers will be able to communicate, but at some point I start getting "no route to host" seemingly randomly.
Sometimes this will resolve itself, but most of the time I have to …
-
```python
2024/06/18 12:28:28 INFO mlflow: Amalgamating MLflow for CrateDB
---------------------------------------------------------------------------
ModuleNotFoundError Trac…
amotl updated
5 months ago
-
There seems to be issue when following the [Import data from InfluxDB](https://cratedb.com/docs/guide/integrate/etl/influxdb.html#integrate-influxdb) tutorial.
When using the Docker setup, `ctk` is…