Admtech
Admtech
### CrateDB version 5.5.0 ### CrateDB setup information Single Node Developer Setup ### Problem description Currently, three things prevent the professional use of the DataGrip IDE from jetbrains with crateDB...
### CrateDB version 5.5.0 ### CrateDB setup information Single Node Developer Setup, Jetbrains DataGrip jdbc Crate Driver from GitHub (crate-jdbc) ### Problem description What does NOT work: UPDATE test.quote t...
In the log file for our DragonflyDB cluster with Redis Sentinel there are many messages "Subcommand KILL not supported". The error usually appears when the sentinel process changes the master...
JSON.MERGE still missing for the json commands. See: https://redis.io/commands/json.merge/
Hi, Dragonfly still has some small Json incompatibilities in the path specification compared to the Redis Json module. Here is the output from Redis: redis_version:7.0.11 ``` 127.0.0.1:6479> JSON.SET test $...
When I look at the most popular programming languages worldwide according to the PYPL Index in November 2023 on statista.com, I see "PHP" in 6th place directly behind "C#" (.net)...
RedisInsight still uses the outdated JSON v1 legacy path syntax internally. If you use the "Profiler", it often irritates when following the commands. Please update to the new path syntax...
We started SurrealDB with: surreal start --log info --bind 0.0.0.0:8000 file:///opt/surrealdb/data/ After a while the message appears: `ERROR surrealdb::api::engine::tasks: Error running node agent tick:...` However, the server remains functional and...
There is no daemon mode to start SurrealDB in the background, e.g. under Linux (there is also no way to use a config file #2042). It would be easier if...
When adding 250K posts via "CREATE", the DB simply stopped working at some point. It was a load test. Later with bulk inserts it worked. We started SurrealDB with: `surreal...