ArangoDB for Linux 3.7.10 freeware
ArangoDB also features a user-friendly web interface that you can use to manage collections, view graphs and applications. The dashboard displays detailed information regarding received requests, virtual size and client connections, alongside graphs that show statistical server data, such as the number of requests per second, the transfer size, the average request time distribution, or the number of threads.
Author | ArangoDB |
Released | 2021-03-19 |
Filesize | 70.00 MB |
Downloads | 624 |
OS | Linux |
Installation | Instal And Uninstall |
Keywords | database server, run query, data model, AOL, query, graph, configure, algorithm, server |
Users' rating (11 rating) |
ArangoDB for Linux Free Download - we do not host any ArangoDB for Linux torrent files or links of ArangoDB for Linux on rapidshare.com, depositfiles.com, megaupload.com etc. All ArangoDB for Linux download links are direct ArangoDB for Linux download from publisher site or their selected mirrors.
3.7.10 | Mar 19, 2021 | New Release | Reasonably harden MoveShard against unexpected VelocyPack input. Follower DB servers will now respond with error code `TRI_ERROR_CLUSTER_SHARD_FOLLOWER_REFUSES_OPERATION` to any read request. This fixes inadequate HTTP 404 responses from followers, e.g. during chaos tests. Fixed Github issue #13632: Query Fails on Upsert with Replace_nth. Updated arangosync to 1.2.3. Backported AQL sort performance improvements from devel. This change can improve the performance of local sorts operations, e.g. |
3.7.2 | Aug 27, 2020 | New Release | Fixed internal issue #744: LIMIT with only offset and constrained heap optimization will use estimation value for ArangoSearch views. Make UPSERT statement with collection bind parameter behave identical to its non-bind parameter counterpart. For example, the query FOR d IN ["key_1", "key_2", "key_3", "key_1"] UPSERT d INSERT d UPDATE d IN @@collection would fail with "unique constraint violation" when used with a collection bind parameter, but the equivalent query FOR d IN ["key_1", "key_2", "key_3", "key_1"] UPSERT d INSERT d UPDATE d IN collectionName with a hard-coded collection name would succeed. This is now fixed so both queries have the same behavior (no failure) in single server. Updated arangosync to 0.7.10. Fixed internal issue #742: Add tick storage in index meta payload for ArangoSearch view links after collection truncate operation. Fixed issue #12304: insert in transaction causing com.arangodb.ArangoDBException: Response: 500, Error: 4 - Builder value not yet sealed. |
3.6.4 | Jun 1, 2020 | New Release | Web UI is now using pre-compiled templates. Fixed an issue with truncate of a collection after a dbserver was restarted very quickly. This could block arangosync from making progress because the jobs collection could no longer be truncated. Fixed issue #11652: Error: AQL: missing variable #2 (1) for node #6 FilterNode) while planning registers. Update OpenLDAP to 2.4.50. Fixed issue ES-545: failing modification operations led to random crashes with "Index out of bound" error message. Fixed edge cases in RocksDB primary index range lookups for operators >= and <. Fixed issue #11525: Address security vulnerability by updating Swagger-UI dependency (upgraded Swagger UI to 3.25.1). Updated arangosync to 0.7.5. Fixed ability to edit graph edge in Graph Viewer of web UI. Fixed issue #10371: For k-shortest-paths queries on certain graphs a condition to abort search was too eager and hence missed the shortest path between two vertices and returned a longer one. |