Simran
Simran
Thanks! It could be related to the installer, how it sets up the service, but I am not sure. This will need further investigation on our end.
@fsoft72 The server should fall back to the system locale if `default-language` isn't set explicitly. It looks like there is none for services however, as you had to set it...
Thanks! It's still unclear how the server gets into this situation. I suspect the system locale to be empty in rare cases, and because arangod's `default-language` is also not set,...
Sorry, I meant how the operating system was installed. If I `docker run --rm -it ubuntu:18.04` then I get this: ``` > cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"...
For what it is worth, the Community Edition has all features except those exclusive to the Enterprise Edition. Are you looking for a detailed list of all features?
A few things have changed and some newer features aren't listed, but the comparison is otherwise still applicable. - **Data Storage**: ~mostly memory~ --> data on disk, including indexes, with...
We added a feature overview as well as detailed feature lists for the Community and Enterprise Edition to the 3.10 documentation: https://www.arangodb.com/docs/devel/features.html "Cluster" is an ArangoDB deployment mode that is...
The number of shards defines into how many pieces the data will be split, and each shard will only be on a single DB-Server by default (`--cluster.min-replication-factor` defaults to 1)....
> doing it all in one line That becomes unwieldy rather quickly. It would also be nice to support descriptions. I would thus prefer the C#/JavaDoc/whatever style with multiple lines...
> no automatic indentation, code folding, code navigation and advanced editing operations. Those are minor convenience features. Olive is a video editor, not a code editor. I don't see why...