-
REST calls are okay for transactional requests, but due to the overhead associated with them, they're not ideal for high volume or low latency applications.
For example, a single-read `return docu…
-
What would be involved in exposing more TLS configuration options? At work, I am deeply involved in encryption every day, so I am probably more concerned about it than some people, but as I see it, th…
-
Storing / passing passwords as `String` is a common security issue because these password strings will remain in the common String pool for a long time. Instead, passwords should use `char[]` or `byt…
-
```
SELECT
A.API_PHYSICAL_NAME,
A.API_LOGICAL_NAME,
A.PROVIDE,
A.API_LINKAGE_ITEMS,
A.TAGS,
A.PRESET,
…
-
## My Environment
* __ArangoDB Version__: 3.6.3
* __Storage Engine__: RocksDB
* __Deployment Mode__: Single server
* __Deployment Strategy__: Docker (arangodb:latest)
…
-
Copied from an email:
I'd suggest a feature for some next version of arangoDB. The introduced async execution seems a nice idea. Is there a plan to implement websockets too? It would be a good extens…
-
I'm wondering if there's a similar function to `statistics()` [1] that can be used to find the size of an ArangoSearch view. I've looked through the ArangoSearch docs, the issues that Github search fi…
-
By default [kube-arango](https://github.com/arangodb/kube-arangodb) generates a self signed certificate.
The arango javascript driver allows setting CA, but arangomigo doesn't. Means we can't run m…
-
This is my favorite NoSQL database. https://arangodb.com
Its like redis + MongoDB + Neo4j all in one engine.
-
Endpoint `PUT /_api/cursor/{cursor-identifier}` (`PutCursorAsync.PutCursorAsync`) is deprecated in ArangoDB 3.7 in favor of a new endpoint `POST /_api/cursor/{cursor-identifier}`.
https://www.arang…