x4e-jonas

Results 10 issues of x4e-jonas

Hi there Are there any plans to tag a new release? v1.1.5 is already several years old and misses some improvements.

When I try to set a blockstorage quota, the execution plan and syntax look fine, but the API returns a "Bad key(s) in quota set: groups" error 400. It doesn't...

OpenStack allows you to set different quotas for each storage tier. With openstack-cli you can specify them with `openstack quota set --volume-type ...`. This allows you to set a `volume-type`...

JSON is hard to read and write for humans. E.g. you can't just diff/merge lines of config and it does not support comments. I'd suggest TOML since it's a very...

enhancement
Good First Issue

The Docker v3.12.4 image is > 4GB and keeps growing. To compare, the `eclipse-temurin:17-jre` bas image is only 90MB. Docker images should only contain the required runtime libraries and the...

enhancement

The newly released 0.16.0 does not work as expected: ```bash $ docker run --rm vitrivr/cottontaildb:0.16.0 Could not load Cottontail DB configuration file under /cottontaildb-config/config.json. Cottontail DB will shutdown! kotlinx.serialization.json.internal.JsonDecodingException: Unexpected...

It would be really handy to have a container release flavour that only contains Carrotli. This can be used to manage other Cottontail DB containers that are not exposed to...

By default, CottontailDB runs in DEBUG mode. This is nut suitable for production deployments. The log level should be runtime configurable (either by argument, option in config file or environment...

The latest image on [Docker Hub](https://hub.docker.com/r/vitrivr/cottontaildb) is already a few months old. With the current release process, new images are only build once a new release of Cottontail DB is...

There is no documentation for the C(arrot)LI. `--help`or `-h` doesn't work neither. https://github.com/vitrivr/cottontaildb/issues/107#issuecomment-1098178396 was the only piece I found so far. Edit: I just found `carrotli --command="--help"`, but there is...