ArangoDB for Linux 3.7.2 freeware
... second, the transfer size, the average request time distribution, or the number of threads. ...
Author | ArangoDB |
Released | 2020-08-27 |
Filesize | 70.00 MB |
Downloads | 504 |
OS | Linux |
Installation | Instal And Uninstall |
Keywords | database server, run query, data model, AOL, query, graph, configure, algorithm, server |
Users' rating (9 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.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. |
2.6.0 | Jun 29, 2015 | New Release | using negative values for `SimpleQuery.skip()` is deprecated. This functionality will be removed in future versions of ArangoDB. The following simple query functions are now deprecated: collection.near |