diff --git a/3.9/generated/Examples/001_collectionAll.generated b/3.9/generated/Examples/001_collectionAll.generated index 157f4c19e1..0cbd6624f6 100644 --- a/3.9/generated/Examples/001_collectionAll.generated +++ b/3.9/generated/Examples/001_collectionAll.generated @@ -2,62 +2,62 @@ arangosh> db.five.insert({ name : "_id" : "five/110", "_key" : "110", - "_rev" : "_gM2Przy--_" + "_rev" : "_gjDAfQW--_" } arangosh> db.five.insert({ name : "two" }); { "_id" : "five/112", "_key" : "112", - "_rev" : "_gM2Prz6---" + "_rev" : "_gjDAfQa---" } arangosh> db.five.insert({ name : "three" }); { "_id" : "five/114", "_key" : "114", - "_rev" : "_gM2Prz6--_" + "_rev" : "_gjDAfQa--_" } arangosh> db.five.insert({ name : "four" }); { "_id" : "five/116", "_key" : "116", - "_rev" : "_gM2Pr0----" + "_rev" : "_gjDAfQa--A" } arangosh> db.five.insert({ name : "five" }); { "_id" : "five/118", "_key" : "118", - "_rev" : "_gM2Pr0---_" + "_rev" : "_gjDAfQa--B" } arangosh> db.five.all().toArray(); [ { "_key" : "110", "_id" : "five/110", - "_rev" : "_gM2Przy--_", + "_rev" : "_gjDAfQW--_", "name" : "one" }, { "_key" : "112", "_id" : "five/112", - "_rev" : "_gM2Prz6---", + "_rev" : "_gjDAfQa---", "name" : "two" }, { "_key" : "114", "_id" : "five/114", - "_rev" : "_gM2Prz6--_", + "_rev" : "_gjDAfQa--_", "name" : "three" }, { "_key" : "116", "_id" : "five/116", - "_rev" : "_gM2Pr0----", + "_rev" : "_gjDAfQa--A", "name" : "four" }, { "_key" : "118", "_id" : "five/118", - "_rev" : "_gM2Pr0---_", + "_rev" : "_gjDAfQa--B", "name" : "five" } ] diff --git a/3.9/generated/Examples/002_collectionAllNext.generated b/3.9/generated/Examples/002_collectionAllNext.generated index ab1437cf47..16ddc8376a 100644 --- a/3.9/generated/Examples/002_collectionAllNext.generated +++ b/3.9/generated/Examples/002_collectionAllNext.generated @@ -2,44 +2,44 @@ arangosh> db.five.insert({ name : "_id" : "five/130", "_key" : "130", - "_rev" : "_gM2Pr1i---" + "_rev" : "_gjDAfRO--_" } arangosh> db.five.insert({ name : "two" }); { "_id" : "five/132", "_key" : "132", - "_rev" : "_gM2Pr1i--_" + "_rev" : "_gjDAfRO--A" } arangosh> db.five.insert({ name : "three" }); { "_id" : "five/134", "_key" : "134", - "_rev" : "_gM2Pr1m---" + "_rev" : "_gjDAfRO--B" } arangosh> db.five.insert({ name : "four" }); { "_id" : "five/136", "_key" : "136", - "_rev" : "_gM2Pr1m--_" + "_rev" : "_gjDAfRO--C" } arangosh> db.five.insert({ name : "five" }); { "_id" : "five/138", "_key" : "138", - "_rev" : "_gM2Pr1q---" + "_rev" : "_gjDAfRO--D" } arangosh> db.five.all().limit(2).toArray(); [ { "_key" : "130", "_id" : "five/130", - "_rev" : "_gM2Pr1i---", + "_rev" : "_gjDAfRO--_", "name" : "one" }, { "_key" : "132", "_id" : "five/132", - "_rev" : "_gM2Pr1i--_", + "_rev" : "_gjDAfRO--A", "name" : "two" } ] diff --git a/3.9/generated/Examples/003_collectionByExample.generated b/3.9/generated/Examples/003_collectionByExample.generated index abe666b1c6..c0c5892063 100644 --- a/3.9/generated/Examples/003_collectionByExample.generated +++ b/3.9/generated/Examples/003_collectionByExample.generated @@ -2,38 +2,38 @@ arangosh> db.users.insert({ name: "_id" : "users/150", "_key" : "150", - "_rev" : "_gM2Pr2K---" + "_rev" : "_gjDAfRe--_" } arangosh> db.users.insert({ name: "Helmut" }); { "_id" : "users/152", "_key" : "152", - "_rev" : "_gM2Pr2K--_" + "_rev" : "_gjDAfRe--A" } arangosh> db.users.insert({ name: "Angela" }); { "_id" : "users/154", "_key" : "154", - "_rev" : "_gM2Pr2O---" + "_rev" : "_gjDAfRe--B" } arangosh> db.users.all().toArray(); [ { "_key" : "150", "_id" : "users/150", - "_rev" : "_gM2Pr2K---", + "_rev" : "_gjDAfRe--_", "name" : "Gerhard" }, { "_key" : "152", "_id" : "users/152", - "_rev" : "_gM2Pr2K--_", + "_rev" : "_gjDAfRe--A", "name" : "Helmut" }, { "_key" : "154", "_id" : "users/154", - "_rev" : "_gM2Pr2O---", + "_rev" : "_gjDAfRe--B", "name" : "Angela" } ] @@ -44,7 +44,7 @@ arangosh> db.users.byExample({ "name""_key" : "150", "_id" : "users/150", - "_rev" : "_gM2Pr2K---", + "_rev" : "_gjDAfRe--_", "name" : "Gerhard" } ] diff --git a/3.9/generated/Examples/004_collectionByExampleNext.generated b/3.9/generated/Examples/004_collectionByExampleNext.generated index 58a6830b10..2b378c9a55 100644 --- a/3.9/generated/Examples/004_collectionByExampleNext.generated +++ b/3.9/generated/Examples/004_collectionByExampleNext.generated @@ -2,25 +2,25 @@ arangosh> db.users.insert({ name: "_id" : "users/172", "_key" : "172", - "_rev" : "_gM2Pr26---" + "_rev" : "_gjDAfRy--_" } arangosh> db.users.insert({ name: "Helmut" }); { "_id" : "users/174", "_key" : "174", - "_rev" : "_gM2Pr26--_" + "_rev" : "_gjDAfRy--A" } arangosh> db.users.insert({ name: "Angela" }); { "_id" : "users/176", "_key" : "176", - "_rev" : "_gM2Pr26--A" + "_rev" : "_gjDAfRy--B" } arangosh> var a = db.users.byExample( {"name" : "Angela" } ); arangosh> while (a.hasNext()) print(a.next()); { "_key" : "176", "_id" : "users/176", - "_rev" : "_gM2Pr26--A", + "_rev" : "_gjDAfRy--B", "name" : "Angela" } diff --git a/3.9/generated/Examples/011_documentsCollectionReplaceByExample.generated b/3.9/generated/Examples/011_documentsCollectionReplaceByExample.generated index 7ff4f22bf3..977dbcf13c 100644 --- a/3.9/generated/Examples/011_documentsCollectionReplaceByExample.generated +++ b/3.9/generated/Examples/011_documentsCollectionReplaceByExample.generated @@ -2,7 +2,7 @@ arangosh> db.example.insert({ Hello : "_id" : "example/198", "_key" : "198", - "_rev" : "_gM2Pr3m--_" + "_rev" : "_gjDAfSK---" } arangosh> db.example.replaceByExample({ Hello: "world" }, {Hello: "mars"}, false, 5); 1 diff --git a/3.9/generated/Examples/012_documentsCollectionUpdateByExample.generated b/3.9/generated/Examples/012_documentsCollectionUpdateByExample.generated index 09ed9756dd..72514fd358 100644 --- a/3.9/generated/Examples/012_documentsCollectionUpdateByExample.generated +++ b/3.9/generated/Examples/012_documentsCollectionUpdateByExample.generated @@ -2,7 +2,7 @@ arangosh> db.example.insert({ Hello : "_id" : "example/209", "_key" : "209", - "_rev" : "_gM2Pr36--_" + "_rev" : "_gjDAfSS--_" } arangosh> db.example.updateByExample({ Hello: "world" }, { Hello: "foo", World: "bar" }, false); 1 @@ -11,7 +11,7 @@ arangosh> db.example.byExample({ Hello: "_key" : "209", "_id" : "example/209", - "_rev" : "_gM2Pr4C---", + "_rev" : "_gjDAfSW---", "Hello" : "foo", "foo" : "bar", "World" : "bar" diff --git a/3.9/generated/Examples/01_workWithAQL_all.generated b/3.9/generated/Examples/01_workWithAQL_all.generated index 8ff40a51df..210c74b25d 100644 --- a/3.9/generated/Examples/01_workWithAQL_all.generated +++ b/3.9/generated/Examples/01_workWithAQL_all.generated @@ -4,7 +4,7 @@ arangosh> db.mycollection.save({ _key: "_id" : "mycollection/testKey", "_key" : "testKey", - "_rev" : "_gM2Pr4W--_" + "_rev" : "_gjDAfSi---" } arangosh> db._query('FOR my IN mycollection RETURN my._key').toArray() [ diff --git a/3.9/generated/Examples/01_workWithAQL_databaseExplain.generated b/3.9/generated/Examples/01_workWithAQL_databaseExplain.generated index 057c80b237..88edd41347 100644 --- a/3.9/generated/Examples/01_workWithAQL_databaseExplain.generated +++ b/3.9/generated/Examples/01_workWithAQL_databaseExplain.generated @@ -23,11 +23,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] + use-indexes 0.00000 move-calculations-up 0.00000 - optimize-subqueries 0.00000 - replace-function-with-index 0.00000 optimize-count 0.00000 - remove-redundant-calculations 0.00000 + move-calculations-down 0.00000 + splice-subqueries 0.00000 41 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/01_workWithAQL_databaseProfileQuery.generated b/3.9/generated/Examples/01_workWithAQL_databaseProfileQuery.generated index 94e8c61548..597c3f9e82 100644 --- a/3.9/generated/Examples/01_workWithAQL_databaseProfileQuery.generated +++ b/3.9/generated/Examples/01_workWithAQL_databaseProfileQuery.generated @@ -6,8 +6,8 @@ Execution plan: Id NodeType Calls Items Runtime [s] Comment 1 SingletonNode 1 1 0.00000 * ROOT 4 CalculationNode 1 1 0.00000 - LET #2 = 1 /* json expression */ /* const assignment */ - 2 CalculationNode 1 1 0.25239 - LET s = SLEEP(0.25) /* simple expression */ - 3 CalculationNode 1 1 0.50498 - LET t = SLEEP(0.5) /* simple expression */ + 2 CalculationNode 1 1 0.25371 - LET s = SLEEP(0.25) /* simple expression */ + 3 CalculationNode 1 1 0.50792 - LET t = SLEEP(0.5) /* simple expression */ 5 ReturnNode 1 1 0.00001 - RETURN #2 Indexes used: @@ -19,17 +19,17 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 0 0 0 0 0.75753 + 0 0 0 0 0 0 0.76174 Query Profile: Query Stage Duration [s] initializing 0.00000 - parsing 0.00002 + parsing 0.00001 optimizing ast 0.00000 loading collections 0.00000 instantiating plan 0.00001 - optimizing plan 0.00012 - executing 0.75739 + optimizing plan 0.00008 + executing 0.76164 finalizing 0.00004 diff --git a/3.9/generated/Examples/01_workWithAQL_profileQuerySimple.generated b/3.9/generated/Examples/01_workWithAQL_profileQuerySimple.generated index 28d2e9d614..ff8ed8d0c2 100644 --- a/3.9/generated/Examples/01_workWithAQL_profileQuerySimple.generated +++ b/3.9/generated/Examples/01_workWithAQL_profileQuerySimple.generated @@ -10,8 +10,8 @@ Query String (581 SingletonNode 1 1 0.00000 * ROOT - 2 EnumerateCollectionNode 1 10 0.00408 - FOR doc IN acollection /* full collection scan */ FILTER (doc.`value` < 10) /* early pruning */ + 1 SingletonNode 1 1 0.00001 * ROOT + 2 EnumerateCollectionNode 1 10 0.00253 - FOR doc IN acollection /* full collection scan */ FILTER (doc.`value` < 10) /* early pruning */ 5 ReturnNode 1 10 0.00000 - RETURN doc Indexes used: @@ -23,17 +23,17 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 10000 0 9990 0 0.00434 + 0 0 10000 0 9990 0 0.00271 Query Profile: Query Stage Duration [s] initializing 0.00001 - parsing 0.00004 + parsing 0.00003 optimizing ast 0.00000 loading collections 0.00000 - instantiating plan 0.00002 - optimizing plan 0.00017 - executing 0.00410 - finalizing 0.00002 + instantiating plan 0.00001 + optimizing plan 0.00011 + executing 0.00254 + finalizing 0.00001 diff --git a/3.9/generated/Examples/02_workWithAQL_aqlCollectionQuery.generated b/3.9/generated/Examples/02_workWithAQL_aqlCollectionQuery.generated index 1b7a4ef791..c21be516d9 100644 --- a/3.9/generated/Examples/02_workWithAQL_aqlCollectionQuery.generated +++ b/3.9/generated/Examples/02_workWithAQL_aqlCollectionQuery.generated @@ -5,7 +5,7 @@ arangosh> db._query(aql`FOR doc IN "_key" : "testKey", "_id" : "mycollection/testKey", - "_rev" : "_gM2Pr4W--_", + "_rev" : "_gjDAfSi---", "Hello" : "World" } ] diff --git a/3.9/generated/Examples/02_workWithAQL_profileQuerySimpleIndex.generated b/3.9/generated/Examples/02_workWithAQL_profileQuerySimpleIndex.generated index 8a562f1801..f7af9e5c28 100644 --- a/3.9/generated/Examples/02_workWithAQL_profileQuerySimpleIndex.generated +++ b/3.9/generated/Examples/02_workWithAQL_profileQuerySimpleIndex.generated @@ -11,12 +11,12 @@ Query String (581 SingletonNode 1 1 0.00001 * ROOT - 6 IndexNode 1 10 0.00009 - FOR doc IN acollection /* persistent index scan + document lookup */ - 5 ReturnNode 1 10 0.00001 - RETURN doc + 6 IndexNode 1 10 0.00006 - FOR doc IN acollection /* persistent index scan + document lookup */ + 5 ReturnNode 1 10 0.00000 - RETURN doc Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 6 idx_1769599214656946176 persistent acollection false false 100.00 % [ `value` ] (doc.`value` < 10) + 6 idx_1775847793278058496 persistent acollection false false 100.00 % [ `value` ] (doc.`value` < 10) Optimization rules applied: Id RuleName @@ -26,17 +26,17 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 0 10 0 0 0.00046 + 0 0 0 10 0 0 0.00024 Query Profile: Query Stage Duration [s] initializing 0.00001 - parsing 0.00005 - optimizing ast 0.00001 + parsing 0.00002 + optimizing ast 0.00000 loading collections 0.00000 - instantiating plan 0.00002 - optimizing plan 0.00024 - executing 0.00012 - finalizing 0.00002 + instantiating plan 0.00001 + optimizing plan 0.00012 + executing 0.00007 + finalizing 0.00001 diff --git a/3.9/generated/Examples/03_workWithAQL_getExtra.generated b/3.9/generated/Examples/03_workWithAQL_getExtra.generated index 0918bf2283..e4e6256c29 100644 --- a/3.9/generated/Examples/03_workWithAQL_getExtra.generated +++ b/3.9/generated/Examples/03_workWithAQL_getExtra.generated @@ -11,7 +11,7 @@ arangosh> db._query(`FOR i IN 1..100 "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.0014605950564146042, + "executionTime" : 0.0008126660000016273, "peakMemoryUsage" : 32768 } } diff --git a/3.9/generated/Examples/03_workWithAQL_profileQuerySubquery.generated b/3.9/generated/Examples/03_workWithAQL_profileQuerySubquery.generated index cd61459e9a..b8950692bc 100644 --- a/3.9/generated/Examples/03_workWithAQL_profileQuerySubquery.generated +++ b/3.9/generated/Examples/03_workWithAQL_profileQuerySubquery.generated @@ -12,16 +12,16 @@ Query String (116 chars, cacheable: false): Execution plan: Id NodeType Calls Items Runtime [s] Comment - 1 SingletonNode 1 1 0.00001 * ROOT + 1 SingletonNode 1 1 0.00000 * ROOT 12 SubqueryStartNode 1 2 0.00001 - LET list = ( /* subquery begin */ - 3 EnumerateCollectionNode 11 10001 0.00362 - FOR doc IN acollection /* full collection scan */ - 4 CalculationNode 11 10001 0.00268 - LET #5 = (doc.`value` > 90) /* simple expression */ /* collections used: doc : acollection */ - 5 FilterNode 10 9910 0.00230 - FILTER #5 - 13 SubqueryEndNode 1 1 0.00164 - RETURN doc ) /* subquery end */ - 8 EnumerateListNode 10 9909 0.00184 - FOR a IN list /* list iteration */ - 9 CalculationNode 10 9909 0.00265 - LET #7 = (a.`value` < 91) /* simple expression */ - 10 FilterNode 1 0 0.00053 - FILTER #7 - 11 ReturnNode 1 0 0.00001 - RETURN a + 3 EnumerateCollectionNode 11 10001 0.00243 - FOR doc IN acollection /* full collection scan */ + 4 CalculationNode 11 10001 0.00177 - LET #5 = (doc.`value` > 90) /* simple expression */ /* collections used: doc : acollection */ + 5 FilterNode 10 9910 0.00137 - FILTER #5 + 13 SubqueryEndNode 1 1 0.00115 - RETURN doc ) /* subquery end */ + 8 EnumerateListNode 10 9909 0.00115 - FOR a IN list /* list iteration */ + 9 CalculationNode 10 9909 0.00173 - LET #7 = (a.`value` < 91) /* simple expression */ + 10 FilterNode 1 0 0.00027 - FILTER #7 + 11 ReturnNode 1 0 0.00000 - RETURN a Indexes used: none @@ -32,17 +32,17 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 10000 0 10000 720896 0.01564 + 0 0 10000 0 10000 720896 0.01008 Query Profile: Query Stage Duration [s] initializing 0.00001 - parsing 0.00006 - optimizing ast 0.00001 + parsing 0.00003 + optimizing ast 0.00000 loading collections 0.00000 - instantiating plan 0.00004 - optimizing plan 0.00021 - executing 0.01530 - finalizing 0.00004 + instantiating plan 0.00002 + optimizing plan 0.00012 + executing 0.00989 + finalizing 0.00002 diff --git a/3.9/generated/Examples/04_workWithAQL_profileQueryAggregation.generated b/3.9/generated/Examples/04_workWithAQL_profileQueryAggregation.generated index 665c89417b..f47c0ccde1 100644 --- a/3.9/generated/Examples/04_workWithAQL_profileQueryAggregation.generated +++ b/3.9/generated/Examples/04_workWithAQL_profileQueryAggregation.generated @@ -22,14 +22,14 @@ Query String (186 chars, cacheable: false): Execution plan: Id NodeType Calls Items Runtime [s] Comment - 1 SingletonNode 1 1 0.00001 * ROOT - 2 EnumerateCollectionNode 1 20 0.00007 - FOR u IN myusers /* full collection scan, projections: `age` */ - 3 CalculationNode 1 20 0.00003 - LET #5 = (FLOOR((u.`age` / 10)) * 10) /* simple expression */ /* collections used: u : myusers */ - 4 CalculationNode 1 20 0.00001 - LET #7 = u.`age` /* attribute expression */ /* collections used: u : myusers */ - 6 CollectNode 1 7 0.00003 - COLLECT ageGroup = #5 AGGREGATE minAge = MIN(#7), maxAge = MAX(#7), len = LENGTH() /* hash */ + 1 SingletonNode 1 1 0.00000 * ROOT + 2 EnumerateCollectionNode 1 20 0.00004 - FOR u IN myusers /* full collection scan, projections: `age` */ + 3 CalculationNode 1 20 0.00001 - LET #5 = (FLOOR((u.`age` / 10)) * 10) /* simple expression */ /* collections used: u : myusers */ + 4 CalculationNode 1 20 0.00000 - LET #7 = u.`age` /* attribute expression */ /* collections used: u : myusers */ + 6 CollectNode 1 7 0.00001 - COLLECT ageGroup = #5 AGGREGATE minAge = MIN(#7), maxAge = MAX(#7), len = LENGTH() /* hash */ 9 SortNode 1 7 0.00001 - SORT ageGroup ASC /* sorting strategy: standard */ 7 CalculationNode 1 7 0.00001 - LET #11 = { "ageGroup" : ageGroup, "minAge" : minAge, "maxAge" : maxAge, "len" : len } /* simple expression */ - 8 ReturnNode 1 7 0.00001 - RETURN #11 + 8 ReturnNode 1 7 0.00000 - RETURN #11 Indexes used: none @@ -45,17 +45,17 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 20 0 0 32768 0.00074 + 0 0 20 0 0 32768 0.00038 Query Profile: Query Stage Duration [s] initializing 0.00000 - parsing 0.00008 + parsing 0.00004 optimizing ast 0.00001 loading collections 0.00000 - instantiating plan 0.00004 - optimizing plan 0.00042 - executing 0.00019 - finalizing 0.00003 + instantiating plan 0.00002 + optimizing plan 0.00022 + executing 0.00009 + finalizing 0.00001 diff --git a/3.9/generated/Examples/06_workWithAQL_statements12.generated b/3.9/generated/Examples/06_workWithAQL_statements12.generated index 450e220d22..b179dff0db 100644 --- a/3.9/generated/Examples/06_workWithAQL_statements12.generated +++ b/3.9/generated/Examples/06_workWithAQL_statements12.generated @@ -9,17 +9,17 @@ arangosh> c.getExtra(); "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00013169646263122559, + "executionTime" : 0.00005018299998482689, "peakMemoryUsage" : 0 }, "profile" : { - "initializing" : 0.0000042729079723358154, - "parsing" : 0.000017190352082252502, - "optimizing ast" : 0.00000204332172870636, - "loading collections" : 0.0000018496066331863403, - "instantiating plan" : 0.00002434663474559784, - "optimizing plan" : 0.0000445488840341568, - "executing" : 0.00003676488995552063, - "finalizing" : 0.000008150935173034668 + "initializing" : 0.000001247000000148546, + "parsing" : 0.000009271999942939146, + "optimizing ast" : 9.749999207997462e-7, + "loading collections" : 5.100000635138713e-7, + "instantiating plan" : 0.000005673000032402342, + "optimizing plan" : 0.000020994999886170262, + "executing" : 0.000011008999990735902, + "finalizing" : 0.000003418000005694921 } } diff --git a/3.9/generated/Examples/06_workWithAQL_statementsExtra.generated b/3.9/generated/Examples/06_workWithAQL_statementsExtra.generated index 977f854b8c..fe92476157 100644 --- a/3.9/generated/Examples/06_workWithAQL_statementsExtra.generated +++ b/3.9/generated/Examples/06_workWithAQL_statementsExtra.generated @@ -16,7 +16,7 @@ arangosh> db._query(` "filtered" : 0, "httpRequests" : 0, "fullCount" : 0, - "executionTime" : 0.0017627514898777008, + "executionTime" : 0.0007732799999757844, "peakMemoryUsage" : 32768 } } @@ -37,7 +37,7 @@ arangosh> db._query({ "filtered" : 0, "httpRequests" : 0, "fullCount" : 0, - "executionTime" : 0.0015123281627893448, + "executionTime" : 0.0008030709998365637, "peakMemoryUsage" : 32768 } } diff --git a/3.9/generated/Examples/09_workWithAQL_statementsPlansBind.generated b/3.9/generated/Examples/09_workWithAQL_statementsPlansBind.generated index d7048e1552..78220f1009 100644 --- a/3.9/generated/Examples/09_workWithAQL_statementsPlansBind.generated +++ b/3.9/generated/Examples/09_workWithAQL_statementsPlansBind.generated @@ -42,7 +42,7 @@ arangosh> stmt.explain(); { "id" : "40", "type" : "hash", - "name" : "idx_1769599211114856448", + "name" : "idx_1775847790951268352", "fields" : [ "user" ], diff --git a/3.9/generated/Examples/10_workWithAQL_statementsPlansOptimizer3.generated b/3.9/generated/Examples/10_workWithAQL_statementsPlansOptimizer3.generated index 9029d72a95..8b58c4993e 100644 --- a/3.9/generated/Examples/10_workWithAQL_statementsPlansOptimizer3.generated +++ b/3.9/generated/Examples/10_workWithAQL_statementsPlansOptimizer3.generated @@ -18,12 +18,13 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - use-indexes 0.00002 - move-filters-into-enumerate 0.00001 + use-indexes 0.00001 + move-filters-into-enumerate 0.00000 reduce-extraction-to-projection 0.00000 - remove-filter-covered-by-index 0.00000 move-calculations-up 0.00000 + replace-function-with-index 0.00000 -41 rule(s) executed, 1 plan(s) created +41 rule(s) executed, 1 plan(s) created + \ No newline at end of file diff --git a/3.9/generated/Examples/AQLEXP_01_axplainer.generated b/3.9/generated/Examples/AQLEXP_01_axplainer.generated index c9efefee2d..75aa1330fc 100644 --- a/3.9/generated/Examples/AQLEXP_01_axplainer.generated +++ b/3.9/generated/Examples/AQLEXP_01_axplainer.generated @@ -10,7 +10,7 @@ arangosh> db.test.ensureIndex({ type: "persistent", fields: [ " ], "id" : "test/60630", "isNewlyCreated" : true, - "name" : "idx_1769599219178405888", + "name" : "idx_1775847795318587394", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -31,7 +31,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 9 idx_1769599219178405888 persistent test false false 100.00 % [ `value` ] (i.`value` > 97) + 9 idx_1775847795318587394 persistent test false false 100.00 % [ `value` ] (i.`value` > 97) Optimization rules applied: Id RuleName @@ -49,11 +49,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - use-indexes 0.00003 + use-indexes 0.00002 remove-redundant-calculations 0.00001 - remove-filter-covered-by-index 0.00001 move-calculations-up 0.00001 - use-index-for-sort 0.00001 + remove-filter-covered-by-index 0.00001 + remove-unnecessary-calculations 0.00000 43 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/AQLEXP_01_explainCreate.generated b/3.9/generated/Examples/AQLEXP_01_explainCreate.generated index b06d12e9e4..910987279a 100644 --- a/3.9/generated/Examples/AQLEXP_01_explainCreate.generated +++ b/3.9/generated/Examples/AQLEXP_01_explainCreate.generated @@ -42,7 +42,7 @@ arangosh> stmt.explain(); { "id" : "60630", "type" : "persistent", - "name" : "idx_1769599219178405888", + "name" : "idx_1775847795318587394", "fields" : [ "value" ], diff --git a/3.9/generated/Examples/AQLEXP_05_explainAllPlans.generated b/3.9/generated/Examples/AQLEXP_05_explainAllPlans.generated index 0e064ec0be..db834bfbe9 100644 --- a/3.9/generated/Examples/AQLEXP_05_explainAllPlans.generated +++ b/3.9/generated/Examples/AQLEXP_05_explainAllPlans.generated @@ -41,7 +41,7 @@ arangosh> stmt.explain({ allPlans: "id" : "60630", "type" : "persistent", - "name" : "idx_1769599219178405888", + "name" : "idx_1775847795318587394", "fields" : [ "value" ], diff --git a/3.9/generated/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated b/3.9/generated/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated index fd20203e9f..6c84a44746 100644 --- a/3.9/generated/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated +++ b/3.9/generated/Examples/AQLEXP_08_explainDisableSingleRulePlans.generated @@ -40,7 +40,7 @@ arangosh> stmt.explain({ optimizer: { "id" : "60630", "type" : "persistent", - "name" : "idx_1769599219178405888", + "name" : "idx_1775847795318587394", "fields" : [ "value" ], diff --git a/3.9/generated/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated b/3.9/generated/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated index 68deee8cdb..42d8188bbf 100644 --- a/3.9/generated/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated +++ b/3.9/generated/Examples/AQLEXP_09_explainMaxNumberOfPlans.generated @@ -40,7 +40,7 @@ arangosh> stmt.explain({ maxNumberOfPlans: "id" : "60630", "type" : "persistent", - "name" : "idx_1769599219178405888", + "name" : "idx_1775847795318587394", "fields" : [ "value" ], diff --git a/3.9/generated/Examples/COMBINING_GRAPH_03_explain_geo.generated b/3.9/generated/Examples/COMBINING_GRAPH_03_explain_geo.generated index fe2bbc66d7..e2c3a7a6c8 100644 --- a/3.9/generated/Examples/COMBINING_GRAPH_03_explain_geo.generated +++ b/3.9/generated/Examples/COMBINING_GRAPH_03_explain_geo.generated @@ -26,7 +26,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 7 idx_1769599219300040704 geo germanCity false true n/a [ `geometry` ] (GEO_DISTANCE([ 7.0998, 50.734 ], startCity.`geometry`) < 400000) + 7 idx_1775847795381501953 geo germanCity false true n/a [ `geometry` ] (GEO_DISTANCE([ 7.0998, 50.734 ], startCity.`geometry`) < 400000) Optimization rules applied: Id RuleName @@ -41,9 +41,9 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] geo-index-optimizer 0.00001 - move-calculations-up 0.00001 - remove-redundant-calculations 0.00001 - reduce-extraction-to-projection 0.00001 + remove-redundant-calculations 0.00000 + move-calculations-up 0.00000 + reduce-extraction-to-projection 0.00000 move-calculations-up-2 0.00000 42 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/EDGCOL_02_Relation.generated b/3.9/generated/Examples/EDGCOL_02_Relation.generated index 9c63e100d9..a3dd42d59b 100644 --- a/3.9/generated/Examples/EDGCOL_02_Relation.generated +++ b/3.9/generated/Examples/EDGCOL_02_Relation.generated @@ -7,20 +7,20 @@ arangosh> myGraph.v1 = db.vertex.insert({ name { "_id" : "vertex/61277", "_key" : "61277", - "_rev" : "_gM2Pz_K---" + "_rev" : "_gjDAi7K--A" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { "_id" : "vertex/61279", "_key" : "61279", - "_rev" : "_gM2Pz_K--_" + "_rev" : "_gjDAi7O---" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { "_id" : "relation/61281", "_key" : "61281", - "_rev" : "_gM2Pz_O---" + "_rev" : "_gjDAi7O--_" } arangosh> db._document(myGraph.e1); { @@ -28,7 +28,7 @@ arangosh> db._document(myGraph.e1); "_id" : "relation/61281", "_from" : "vertex/61277", "_to" : "vertex/61279", - "_rev" : "_gM2Pz_O---", + "_rev" : "_gjDAi7O--_", "label" : "knows" } arangosh> db.relation.edges(myGraph.e1._id); diff --git a/3.9/generated/Examples/EDGCOL_02_inEdges.generated b/3.9/generated/Examples/EDGCOL_02_inEdges.generated index 5cd82607ac..ef997204d3 100644 --- a/3.9/generated/Examples/EDGCOL_02_inEdges.generated +++ b/3.9/generated/Examples/EDGCOL_02_inEdges.generated @@ -6,20 +6,20 @@ arangosh> myGraph.v1 = db.vertex.insert({ name { "_id" : "vertex/61301", "_key" : "61301", - "_rev" : "_gM2Pz_m--_" + "_rev" : "_gjDAi7a--A" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { "_id" : "vertex/61303", "_key" : "61303", - "_rev" : "_gM2Pz_q---" + "_rev" : "_gjDAi7e---" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { "_id" : "relation/61305", "_key" : "61305", - "_rev" : "_gM2Pz_q--_" + "_rev" : "_gjDAi7e--_" } arangosh> db._document(myGraph.e1); { @@ -27,7 +27,7 @@ arangosh> db._document(myGraph.e1); "_id" : "relation/61305", "_from" : "vertex/61301", "_to" : "vertex/61303", - "_rev" : "_gM2Pz_q--_", + "_rev" : "_gjDAi7e--_", "label" : "knows" } arangosh> db.relation.inEdges(myGraph.v1._id); @@ -39,7 +39,7 @@ arangosh> db.relation.inEdges(myGraph.v2._id); "_id" : "relation/61305", "_from" : "vertex/61301", "_to" : "vertex/61303", - "_rev" : "_gM2Pz_q--_", + "_rev" : "_gjDAi7e--_", "label" : "knows" } ] diff --git a/3.9/generated/Examples/EDGCOL_02_outEdges.generated b/3.9/generated/Examples/EDGCOL_02_outEdges.generated index d7daf6e1df..733496d233 100644 --- a/3.9/generated/Examples/EDGCOL_02_outEdges.generated +++ b/3.9/generated/Examples/EDGCOL_02_outEdges.generated @@ -6,20 +6,20 @@ arangosh> myGraph.v1 = db.vertex.insert({ name { "_id" : "vertex/61327", "_key" : "61327", - "_rev" : "_gM2PzAC--_" + "_rev" : "_gjDAi7q--A" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { "_id" : "vertex/61329", "_key" : "61329", - "_rev" : "_gM2PzAG---" + "_rev" : "_gjDAi7u---" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { "_id" : "relation/61331", "_key" : "61331", - "_rev" : "_gM2PzAG--_" + "_rev" : "_gjDAi7u--_" } arangosh> db._document(myGraph.e1); { @@ -27,7 +27,7 @@ arangosh> db._document(myGraph.e1); "_id" : "relation/61331", "_from" : "vertex/61327", "_to" : "vertex/61329", - "_rev" : "_gM2PzAG--_", + "_rev" : "_gjDAi7u--_", "label" : "knows" } arangosh> db.relation.outEdges(myGraph.v1._id); @@ -37,7 +37,7 @@ arangosh> db.relation.outEdges(myGraph.v1._id); "_id" : "relation/61331", "_from" : "vertex/61327", "_to" : "vertex/61329", - "_rev" : "_gM2PzAG--_", + "_rev" : "_gjDAi7u--_", "label" : "knows" } ] diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_1.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_1.generated index fe13259721..77f5b10ff9 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_1.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_1.generated @@ -6,7 +6,7 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzAq---", + "_rev": "_gjDAi8----", "name": "Alice" } ] \ No newline at end of file diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_10.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_10.generated index 090f30b1cb..aae709fd2c 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_10.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_10.generated @@ -13,13 +13,13 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzBO---", + "_rev": "_gjDAi8S---", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzBO--_", + "_rev": "_gjDAi8S--_", "name": "Bob" } ] diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_11.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_11.generated index 96fd916b92..52c9e56f69 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_11.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_11.generated @@ -9,7 +9,7 @@ { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzBy--_", + "_rev": "_gjDAi8q--_", "name": "Bob" } ] \ No newline at end of file diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_2.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_2.generated index 69f49ad406..f5e1731551 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_2.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_2.generated @@ -6,7 +6,7 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzCW---", + "_rev": "_gjDAi86--A", "name": "Alice" } ] \ No newline at end of file diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_3.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_3.generated index 937179a6c9..59246310f3 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_3.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_3.generated @@ -7,13 +7,13 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzC6---", + "_rev": "_gjDAi9S---", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzC6--_", + "_rev": "_gjDAi9S--_", "name": "Bob" } ] diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_4.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_4.generated index 61ee65ac6d..b670503eae 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_4.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_4.generated @@ -7,13 +7,13 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzDe---", + "_rev": "_gjDAi9i--A", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzDe--_", + "_rev": "_gjDAi9m---", "name": "Bob" } ] diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_5.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_5.generated index ebe08a5407..3e45d208bb 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_5.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_5.generated @@ -10,7 +10,7 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzEC---", + "_rev": "_gjDAi92--A", "name": "Alice" } ] \ No newline at end of file diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_6.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_6.generated index 22f171b6e5..b6f59d3cbc 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_6.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_6.generated @@ -14,13 +14,13 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzEm---", + "_rev": "_gjDAj-K--A", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzEm--_", + "_rev": "_gjDAj-K--B", "name": "Bob" } ] diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_7.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_7.generated index 52ed8c05c5..5ab8fc4f3c 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_7.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_7.generated @@ -6,7 +6,7 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzFG---", + "_rev": "_gjDAj-e--_", "name": "Alice" } ] \ No newline at end of file diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_8.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_8.generated index 6fc3c4f4be..8441d0a111 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_8.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_8.generated @@ -7,13 +7,13 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzFq---", + "_rev": "_gjDAj-y---", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzFq--_", + "_rev": "_gjDAj-y--_", "name": "Bob" } ] diff --git a/3.9/generated/Examples/FUNCTION_DOCUMENT_9.generated b/3.9/generated/Examples/FUNCTION_DOCUMENT_9.generated index a8d4d9450e..0d5a621de3 100644 --- a/3.9/generated/Examples/FUNCTION_DOCUMENT_9.generated +++ b/3.9/generated/Examples/FUNCTION_DOCUMENT_9.generated @@ -9,7 +9,7 @@ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzGO---", + "_rev": "_gjDAj_G---", "name": "Alice" } ] \ No newline at end of file diff --git a/3.9/generated/Examples/GRAPHKP_01_create_graph.generated b/3.9/generated/Examples/GRAPHKP_01_create_graph.generated index 61b1b5d85c..b4fce3e554 100644 --- a/3.9/generated/Examples/GRAPHKP_01_create_graph.generated +++ b/3.9/generated/Examples/GRAPHKP_01_create_graph.generated @@ -5,109 +5,109 @@ arangosh> db.places.toArray(); { "_key" : "Inverness", "_id" : "places/Inverness", - "_rev" : "_gM2PzIG---", + "_rev" : "_gjDAjAG---", "label" : "Inverness" }, { "_key" : "Aberdeen", "_id" : "places/Aberdeen", - "_rev" : "_gM2PzIG--_", + "_rev" : "_gjDAjAG--_", "label" : "Aberdeen" }, { "_key" : "Leuchars", "_id" : "places/Leuchars", - "_rev" : "_gM2PzIK---", + "_rev" : "_gjDAjAG--A", "label" : "Leuchars" }, { "_key" : "StAndrews", "_id" : "places/StAndrews", - "_rev" : "_gM2PzIK--_", + "_rev" : "_gjDAjAG--B", "label" : "StAndrews" }, { "_key" : "Edinburgh", "_id" : "places/Edinburgh", - "_rev" : "_gM2PzIK--A", + "_rev" : "_gjDAjAG--C", "label" : "Edinburgh" }, { "_key" : "Glasgow", "_id" : "places/Glasgow", - "_rev" : "_gM2PzIK--B", + "_rev" : "_gjDAjAG--D", "label" : "Glasgow" }, { "_key" : "York", "_id" : "places/York", - "_rev" : "_gM2PzIK--C", + "_rev" : "_gjDAjAK---", "label" : "York" }, { "_key" : "Carlisle", "_id" : "places/Carlisle", - "_rev" : "_gM2PzIO---", + "_rev" : "_gjDAjAK--_", "label" : "Carlisle" }, { "_key" : "Birmingham", "_id" : "places/Birmingham", - "_rev" : "_gM2PzIO--_", + "_rev" : "_gjDAjAK--A", "label" : "Birmingham" }, { "_key" : "London", "_id" : "places/London", - "_rev" : "_gM2PzIO--A", + "_rev" : "_gjDAjAK--B", "label" : "London" }, { "_key" : "Brussels", "_id" : "places/Brussels", - "_rev" : "_gM2PzIO--B", + "_rev" : "_gjDAjAK--C", "label" : "Brussels" }, { "_key" : "Cologne", "_id" : "places/Cologne", - "_rev" : "_gM2PzIO--C", + "_rev" : "_gjDAjAK--D", "label" : "Cologne" }, { "_key" : "Toronto", "_id" : "places/Toronto", - "_rev" : "_gM2PzIS---", + "_rev" : "_gjDAjAK--E", "label" : "Toronto" }, { "_key" : "Winnipeg", "_id" : "places/Winnipeg", - "_rev" : "_gM2PzIS--_", + "_rev" : "_gjDAjAK--F", "label" : "Winnipeg" }, { "_key" : "Saskatoon", "_id" : "places/Saskatoon", - "_rev" : "_gM2PzIS--A", + "_rev" : "_gjDAjAK--G", "label" : "Saskatoon" }, { "_key" : "Edmonton", "_id" : "places/Edmonton", - "_rev" : "_gM2PzIS--B", + "_rev" : "_gjDAjAK--H", "label" : "Edmonton" }, { "_key" : "Jasper", "_id" : "places/Jasper", - "_rev" : "_gM2PzIS--C", + "_rev" : "_gjDAjAO---", "label" : "Jasper" }, { "_key" : "Vancouver", "_id" : "places/Vancouver", - "_rev" : "_gM2PzIW---", + "_rev" : "_gjDAjAO--_", "label" : "Vancouver" } ] @@ -118,7 +118,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62090", "_from" : "places/Inverness", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzIW--_", + "_rev" : "_gjDAjAO--A", "travelTime" : 3 }, { @@ -126,7 +126,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62092", "_from" : "places/Aberdeen", "_to" : "places/Inverness", - "_rev" : "_gM2PzIW--A", + "_rev" : "_gjDAjAO--B", "travelTime" : 2.5 }, { @@ -134,7 +134,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62094", "_from" : "places/Aberdeen", "_to" : "places/Leuchars", - "_rev" : "_gM2PzIW--B", + "_rev" : "_gjDAjAO--C", "travelTime" : 1.5 }, { @@ -142,7 +142,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62096", "_from" : "places/Leuchars", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzIW--C", + "_rev" : "_gjDAjAO--D", "travelTime" : 1 }, { @@ -150,7 +150,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62098", "_from" : "places/Leuchars", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzIa---", + "_rev" : "_gjDAjAO--E", "travelTime" : 1.5 }, { @@ -158,7 +158,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62100", "_from" : "places/Edinburgh", "_to" : "places/Leuchars", - "_rev" : "_gM2PzIa--_", + "_rev" : "_gjDAjAO--F", "travelTime" : 3 }, { @@ -166,7 +166,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62102", "_from" : "places/Edinburgh", "_to" : "places/Glasgow", - "_rev" : "_gM2PzIa--A", + "_rev" : "_gjDAjAO--G", "travelTime" : 1 }, { @@ -174,7 +174,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62104", "_from" : "places/Glasgow", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzIa--B", + "_rev" : "_gjDAjAS---", "travelTime" : 1 }, { @@ -182,7 +182,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62106", "_from" : "places/Edinburgh", "_to" : "places/York", - "_rev" : "_gM2PzIe---", + "_rev" : "_gjDAjAS--_", "travelTime" : 3.5 }, { @@ -190,7 +190,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62108", "_from" : "places/York", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzIe--_", + "_rev" : "_gjDAjAS--A", "travelTime" : 4 }, { @@ -198,7 +198,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62110", "_from" : "places/Glasgow", "_to" : "places/Carlisle", - "_rev" : "_gM2PzIe--A", + "_rev" : "_gjDAjAS--B", "travelTime" : 1 }, { @@ -206,7 +206,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62112", "_from" : "places/Carlisle", "_to" : "places/Glasgow", - "_rev" : "_gM2PzIe--B", + "_rev" : "_gjDAjAS--C", "travelTime" : 1 }, { @@ -214,7 +214,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62114", "_from" : "places/Carlisle", "_to" : "places/York", - "_rev" : "_gM2PzIi---", + "_rev" : "_gjDAjAS--D", "travelTime" : 2.5 }, { @@ -222,7 +222,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62116", "_from" : "places/York", "_to" : "places/Carlisle", - "_rev" : "_gM2PzIi--_", + "_rev" : "_gjDAjAS--E", "travelTime" : 3.5 }, { @@ -230,7 +230,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62118", "_from" : "places/Carlisle", "_to" : "places/Birmingham", - "_rev" : "_gM2PzIi--A", + "_rev" : "_gjDAjAS--F", "travelTime" : 2 }, { @@ -238,7 +238,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62120", "_from" : "places/Birmingham", "_to" : "places/Carlisle", - "_rev" : "_gM2PzIi--B", + "_rev" : "_gjDAjAS--G", "travelTime" : 1 }, { @@ -246,7 +246,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62122", "_from" : "places/Birmingham", "_to" : "places/London", - "_rev" : "_gM2PzIi--C", + "_rev" : "_gjDAjAW---", "travelTime" : 1.5 }, { @@ -254,7 +254,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62124", "_from" : "places/London", "_to" : "places/Birmingham", - "_rev" : "_gM2PzIm---", + "_rev" : "_gjDAjAW--_", "travelTime" : 2.5 }, { @@ -262,7 +262,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62126", "_from" : "places/Leuchars", "_to" : "places/StAndrews", - "_rev" : "_gM2PzIm--_", + "_rev" : "_gjDAjAW--A", "travelTime" : 0.2 }, { @@ -270,7 +270,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62128", "_from" : "places/StAndrews", "_to" : "places/Leuchars", - "_rev" : "_gM2PzIm--A", + "_rev" : "_gjDAjAW--B", "travelTime" : 0.2 }, { @@ -278,7 +278,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62130", "_from" : "places/York", "_to" : "places/London", - "_rev" : "_gM2PzIm--B", + "_rev" : "_gjDAjAW--C", "travelTime" : 1.8 }, { @@ -286,7 +286,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62132", "_from" : "places/London", "_to" : "places/York", - "_rev" : "_gM2PzIq---", + "_rev" : "_gjDAjAW--D", "travelTime" : 2 }, { @@ -294,7 +294,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62134", "_from" : "places/London", "_to" : "places/Brussels", - "_rev" : "_gM2PzIq--_", + "_rev" : "_gjDAjAW--E", "travelTime" : 2.5 }, { @@ -302,7 +302,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62136", "_from" : "places/Brussels", "_to" : "places/London", - "_rev" : "_gM2PzIq--A", + "_rev" : "_gjDAjAW--F", "travelTime" : 3.5 }, { @@ -310,7 +310,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62138", "_from" : "places/Brussels", "_to" : "places/Cologne", - "_rev" : "_gM2PzIq--B", + "_rev" : "_gjDAjAW--G", "travelTime" : 2 }, { @@ -318,7 +318,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62140", "_from" : "places/Cologne", "_to" : "places/Brussels", - "_rev" : "_gM2PzIu---", + "_rev" : "_gjDAjAa---", "travelTime" : 1.5 }, { @@ -326,7 +326,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62142", "_from" : "places/Toronto", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzIu--_", + "_rev" : "_gjDAjAa--_", "travelTime" : 36 }, { @@ -334,7 +334,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62144", "_from" : "places/Winnipeg", "_to" : "places/Toronto", - "_rev" : "_gM2PzIu--A", + "_rev" : "_gjDAjAa--A", "travelTime" : 35 }, { @@ -342,7 +342,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62146", "_from" : "places/Winnipeg", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzIu--B", + "_rev" : "_gjDAjAa--B", "travelTime" : 12 }, { @@ -350,7 +350,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62148", "_from" : "places/Saskatoon", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzIu--C", + "_rev" : "_gjDAjAa--C", "travelTime" : 5 }, { @@ -358,7 +358,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62150", "_from" : "places/Saskatoon", "_to" : "places/Edmonton", - "_rev" : "_gM2PzIy---", + "_rev" : "_gjDAjAa--D", "travelTime" : 12 }, { @@ -366,7 +366,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62152", "_from" : "places/Edmonton", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzIy--_", + "_rev" : "_gjDAjAa--E", "travelTime" : 17 }, { @@ -374,7 +374,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62154", "_from" : "places/Edmonton", "_to" : "places/Jasper", - "_rev" : "_gM2PzIy--A", + "_rev" : "_gjDAjAa--F", "travelTime" : 6 }, { @@ -382,7 +382,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62156", "_from" : "places/Jasper", "_to" : "places/Edmonton", - "_rev" : "_gM2PzIy--B", + "_rev" : "_gjDAjAa--G", "travelTime" : 5 }, { @@ -390,7 +390,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62158", "_from" : "places/Jasper", "_to" : "places/Vancouver", - "_rev" : "_gM2PzI2---", + "_rev" : "_gjDAjAe---", "travelTime" : 12 }, { @@ -398,7 +398,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62160", "_from" : "places/Vancouver", "_to" : "places/Jasper", - "_rev" : "_gM2PzI2--_", + "_rev" : "_gjDAjAe--_", "travelTime" : 13 } ] diff --git a/3.9/generated/Examples/GRAPHKSP_01_create_graph.generated b/3.9/generated/Examples/GRAPHKSP_01_create_graph.generated index db9b018ba1..c6af16b2b7 100644 --- a/3.9/generated/Examples/GRAPHKSP_01_create_graph.generated +++ b/3.9/generated/Examples/GRAPHKSP_01_create_graph.generated @@ -5,109 +5,109 @@ arangosh> db.places.toArray(); { "_key" : "Inverness", "_id" : "places/Inverness", - "_rev" : "_gM2PzM6---", + "_rev" : "_gjDAjCe---", "label" : "Inverness" }, { "_key" : "Aberdeen", "_id" : "places/Aberdeen", - "_rev" : "_gM2PzM6--_", + "_rev" : "_gjDAjCe--_", "label" : "Aberdeen" }, { "_key" : "Leuchars", "_id" : "places/Leuchars", - "_rev" : "_gM2PzM6--A", + "_rev" : "_gjDAjCe--A", "label" : "Leuchars" }, { "_key" : "StAndrews", "_id" : "places/StAndrews", - "_rev" : "_gM2PzM6--B", + "_rev" : "_gjDAjCe--B", "label" : "StAndrews" }, { "_key" : "Edinburgh", "_id" : "places/Edinburgh", - "_rev" : "_gM2PzM6--C", + "_rev" : "_gjDAjCi---", "label" : "Edinburgh" }, { "_key" : "Glasgow", "_id" : "places/Glasgow", - "_rev" : "_gM2PzN----", + "_rev" : "_gjDAjCi--_", "label" : "Glasgow" }, { "_key" : "York", "_id" : "places/York", - "_rev" : "_gM2PzN---_", + "_rev" : "_gjDAjCi--A", "label" : "York" }, { "_key" : "Carlisle", "_id" : "places/Carlisle", - "_rev" : "_gM2PzN---A", + "_rev" : "_gjDAjCi--B", "label" : "Carlisle" }, { "_key" : "Birmingham", "_id" : "places/Birmingham", - "_rev" : "_gM2PzN---B", + "_rev" : "_gjDAjCi--C", "label" : "Birmingham" }, { "_key" : "London", "_id" : "places/London", - "_rev" : "_gM2PzN---C", + "_rev" : "_gjDAjCi--D", "label" : "London" }, { "_key" : "Brussels", "_id" : "places/Brussels", - "_rev" : "_gM2PzNC---", + "_rev" : "_gjDAjCi--E", "label" : "Brussels" }, { "_key" : "Cologne", "_id" : "places/Cologne", - "_rev" : "_gM2PzNC--_", + "_rev" : "_gjDAjCi--F", "label" : "Cologne" }, { "_key" : "Toronto", "_id" : "places/Toronto", - "_rev" : "_gM2PzNC--A", + "_rev" : "_gjDAjCi--G", "label" : "Toronto" }, { "_key" : "Winnipeg", "_id" : "places/Winnipeg", - "_rev" : "_gM2PzNC--B", + "_rev" : "_gjDAjCi--H", "label" : "Winnipeg" }, { "_key" : "Saskatoon", "_id" : "places/Saskatoon", - "_rev" : "_gM2PzNC--C", + "_rev" : "_gjDAjCm---", "label" : "Saskatoon" }, { "_key" : "Edmonton", "_id" : "places/Edmonton", - "_rev" : "_gM2PzNG---", + "_rev" : "_gjDAjCm--_", "label" : "Edmonton" }, { "_key" : "Jasper", "_id" : "places/Jasper", - "_rev" : "_gM2PzNG--_", + "_rev" : "_gjDAjCm--A", "label" : "Jasper" }, { "_key" : "Vancouver", "_id" : "places/Vancouver", - "_rev" : "_gM2PzNG--A", + "_rev" : "_gjDAjCm--B", "label" : "Vancouver" } ] @@ -118,7 +118,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62480", "_from" : "places/Inverness", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzNG--B", + "_rev" : "_gjDAjCm--C", "travelTime" : 3 }, { @@ -126,7 +126,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62482", "_from" : "places/Aberdeen", "_to" : "places/Inverness", - "_rev" : "_gM2PzNG--C", + "_rev" : "_gjDAjCm--D", "travelTime" : 2.5 }, { @@ -134,7 +134,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62484", "_from" : "places/Aberdeen", "_to" : "places/Leuchars", - "_rev" : "_gM2PzNK---", + "_rev" : "_gjDAjCm--E", "travelTime" : 1.5 }, { @@ -142,7 +142,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62486", "_from" : "places/Leuchars", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzNK--_", + "_rev" : "_gjDAjCm--F", "travelTime" : 1 }, { @@ -150,7 +150,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62488", "_from" : "places/Leuchars", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzNK--A", + "_rev" : "_gjDAjCm--G", "travelTime" : 1.5 }, { @@ -158,7 +158,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62490", "_from" : "places/Edinburgh", "_to" : "places/Leuchars", - "_rev" : "_gM2PzNK--B", + "_rev" : "_gjDAjCm--H", "travelTime" : 3 }, { @@ -166,7 +166,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62492", "_from" : "places/Edinburgh", "_to" : "places/Glasgow", - "_rev" : "_gM2PzNO---", + "_rev" : "_gjDAjCq---", "travelTime" : 1 }, { @@ -174,7 +174,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62494", "_from" : "places/Glasgow", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzNO--_", + "_rev" : "_gjDAjCq--_", "travelTime" : 1 }, { @@ -182,7 +182,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62496", "_from" : "places/Edinburgh", "_to" : "places/York", - "_rev" : "_gM2PzNO--A", + "_rev" : "_gjDAjCq--A", "travelTime" : 3.5 }, { @@ -190,7 +190,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62498", "_from" : "places/York", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzNO--B", + "_rev" : "_gjDAjCq--B", "travelTime" : 4 }, { @@ -198,7 +198,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62500", "_from" : "places/Glasgow", "_to" : "places/Carlisle", - "_rev" : "_gM2PzNO--C", + "_rev" : "_gjDAjCq--C", "travelTime" : 1 }, { @@ -206,7 +206,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62502", "_from" : "places/Carlisle", "_to" : "places/Glasgow", - "_rev" : "_gM2PzNS---", + "_rev" : "_gjDAjCq--D", "travelTime" : 1 }, { @@ -214,7 +214,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62504", "_from" : "places/Carlisle", "_to" : "places/York", - "_rev" : "_gM2PzNS--_", + "_rev" : "_gjDAjCq--E", "travelTime" : 2.5 }, { @@ -222,7 +222,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62506", "_from" : "places/York", "_to" : "places/Carlisle", - "_rev" : "_gM2PzNS--A", + "_rev" : "_gjDAjCq--F", "travelTime" : 3.5 }, { @@ -230,7 +230,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62508", "_from" : "places/Carlisle", "_to" : "places/Birmingham", - "_rev" : "_gM2PzNS--B", + "_rev" : "_gjDAjCq--G", "travelTime" : 2 }, { @@ -238,7 +238,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62510", "_from" : "places/Birmingham", "_to" : "places/Carlisle", - "_rev" : "_gM2PzNW---", + "_rev" : "_gjDAjCu---", "travelTime" : 1 }, { @@ -246,7 +246,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62512", "_from" : "places/Birmingham", "_to" : "places/London", - "_rev" : "_gM2PzNW--_", + "_rev" : "_gjDAjCu--_", "travelTime" : 1.5 }, { @@ -254,7 +254,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62514", "_from" : "places/London", "_to" : "places/Birmingham", - "_rev" : "_gM2PzNW--A", + "_rev" : "_gjDAjCu--A", "travelTime" : 2.5 }, { @@ -262,7 +262,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62516", "_from" : "places/Leuchars", "_to" : "places/StAndrews", - "_rev" : "_gM2PzNW--B", + "_rev" : "_gjDAjCu--B", "travelTime" : 0.2 }, { @@ -270,7 +270,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62518", "_from" : "places/StAndrews", "_to" : "places/Leuchars", - "_rev" : "_gM2PzNa---", + "_rev" : "_gjDAjCu--C", "travelTime" : 0.2 }, { @@ -278,7 +278,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62520", "_from" : "places/York", "_to" : "places/London", - "_rev" : "_gM2PzNa--_", + "_rev" : "_gjDAjCu--D", "travelTime" : 1.8 }, { @@ -286,7 +286,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62522", "_from" : "places/London", "_to" : "places/York", - "_rev" : "_gM2PzNa--A", + "_rev" : "_gjDAjCu--E", "travelTime" : 2 }, { @@ -294,7 +294,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62524", "_from" : "places/London", "_to" : "places/Brussels", - "_rev" : "_gM2PzNa--B", + "_rev" : "_gjDAjCu--F", "travelTime" : 2.5 }, { @@ -302,7 +302,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62526", "_from" : "places/Brussels", "_to" : "places/London", - "_rev" : "_gM2PzNa--C", + "_rev" : "_gjDAjCu--G", "travelTime" : 3.5 }, { @@ -310,7 +310,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62528", "_from" : "places/Brussels", "_to" : "places/Cologne", - "_rev" : "_gM2PzNe---", + "_rev" : "_gjDAjCy---", "travelTime" : 2 }, { @@ -318,7 +318,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62530", "_from" : "places/Cologne", "_to" : "places/Brussels", - "_rev" : "_gM2PzNe--_", + "_rev" : "_gjDAjCy--_", "travelTime" : 1.5 }, { @@ -326,7 +326,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62532", "_from" : "places/Toronto", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzNe--A", + "_rev" : "_gjDAjCy--A", "travelTime" : 36 }, { @@ -334,7 +334,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62534", "_from" : "places/Winnipeg", "_to" : "places/Toronto", - "_rev" : "_gM2PzNe--B", + "_rev" : "_gjDAjCy--B", "travelTime" : 35 }, { @@ -342,7 +342,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62536", "_from" : "places/Winnipeg", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzNi---", + "_rev" : "_gjDAjCy--C", "travelTime" : 12 }, { @@ -350,7 +350,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62538", "_from" : "places/Saskatoon", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzNi--_", + "_rev" : "_gjDAjCy--D", "travelTime" : 5 }, { @@ -358,7 +358,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62540", "_from" : "places/Saskatoon", "_to" : "places/Edmonton", - "_rev" : "_gM2PzNi--A", + "_rev" : "_gjDAjCy--E", "travelTime" : 12 }, { @@ -366,7 +366,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62542", "_from" : "places/Edmonton", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzNi--B", + "_rev" : "_gjDAjCy--F", "travelTime" : 17 }, { @@ -374,7 +374,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62544", "_from" : "places/Edmonton", "_to" : "places/Jasper", - "_rev" : "_gM2PzNm---", + "_rev" : "_gjDAjCy--G", "travelTime" : 6 }, { @@ -382,7 +382,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62546", "_from" : "places/Jasper", "_to" : "places/Edmonton", - "_rev" : "_gM2PzNm--_", + "_rev" : "_gjDAjC2---", "travelTime" : 5 }, { @@ -390,7 +390,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62548", "_from" : "places/Jasper", "_to" : "places/Vancouver", - "_rev" : "_gM2PzNm--A", + "_rev" : "_gjDAjC2--_", "travelTime" : 12 }, { @@ -398,7 +398,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62550", "_from" : "places/Vancouver", "_to" : "places/Jasper", - "_rev" : "_gM2PzNm--B", + "_rev" : "_gjDAjC2--A", "travelTime" : 13 } ] diff --git a/3.9/generated/Examples/GRAPHSP_01_create_graph.generated b/3.9/generated/Examples/GRAPHSP_01_create_graph.generated index 523740d7d8..8ee83cc028 100644 --- a/3.9/generated/Examples/GRAPHSP_01_create_graph.generated +++ b/3.9/generated/Examples/GRAPHSP_01_create_graph.generated @@ -5,67 +5,67 @@ arangosh> db.circles.toArray(); { "_key" : "A", "_id" : "circles/A", - "_rev" : "_gM2PzUK---", + "_rev" : "_gjDAjGG---", "label" : "1" }, { "_key" : "B", "_id" : "circles/B", - "_rev" : "_gM2PzUO---", + "_rev" : "_gjDAjGG--_", "label" : "2" }, { "_key" : "C", "_id" : "circles/C", - "_rev" : "_gM2PzUO--_", + "_rev" : "_gjDAjGG--A", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", - "_rev" : "_gM2PzUO--A", + "_rev" : "_gjDAjGG--B", "label" : "4" }, { "_key" : "E", "_id" : "circles/E", - "_rev" : "_gM2PzUO--B", + "_rev" : "_gjDAjGG--C", "label" : "5" }, { "_key" : "F", "_id" : "circles/F", - "_rev" : "_gM2PzUO--C", + "_rev" : "_gjDAjGG--D", "label" : "6" }, { "_key" : "G", "_id" : "circles/G", - "_rev" : "_gM2PzUS---", + "_rev" : "_gjDAjGK---", "label" : "7" }, { "_key" : "H", "_id" : "circles/H", - "_rev" : "_gM2PzUS--_", + "_rev" : "_gjDAjGK--_", "label" : "8" }, { "_key" : "I", "_id" : "circles/I", - "_rev" : "_gM2PzUS--A", + "_rev" : "_gjDAjGK--A", "label" : "9" }, { "_key" : "J", "_id" : "circles/J", - "_rev" : "_gM2PzUS--B", + "_rev" : "_gjDAjGK--B", "label" : "10" }, { "_key" : "K", "_id" : "circles/K", - "_rev" : "_gM2PzUS--C", + "_rev" : "_gjDAjGK--C", "label" : "11" } ] @@ -76,7 +76,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63121", "_from" : "circles/A", "_to" : "circles/B", - "_rev" : "_gM2PzUW---", + "_rev" : "_gjDAjGK--D", "theFalse" : false, "theTruth" : true, "label" : "left_bar" @@ -86,7 +86,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63123", "_from" : "circles/B", "_to" : "circles/C", - "_rev" : "_gM2PzUW--_", + "_rev" : "_gjDAjGK--E", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" @@ -96,7 +96,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63125", "_from" : "circles/C", "_to" : "circles/D", - "_rev" : "_gM2PzUW--A", + "_rev" : "_gjDAjGK--F", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" @@ -106,7 +106,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63127", "_from" : "circles/B", "_to" : "circles/E", - "_rev" : "_gM2PzUa---", + "_rev" : "_gjDAjGK--G", "theFalse" : false, "theTruth" : true, "label" : "left_blub" @@ -116,7 +116,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63129", "_from" : "circles/E", "_to" : "circles/F", - "_rev" : "_gM2PzUa--_", + "_rev" : "_gjDAjGK--H", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" @@ -126,7 +126,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63131", "_from" : "circles/A", "_to" : "circles/G", - "_rev" : "_gM2PzUa--A", + "_rev" : "_gjDAjGO---", "theFalse" : false, "theTruth" : true, "label" : "right_foo" @@ -136,7 +136,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63133", "_from" : "circles/G", "_to" : "circles/H", - "_rev" : "_gM2PzUa--B", + "_rev" : "_gjDAjGO--_", "theFalse" : false, "theTruth" : true, "label" : "right_blob" @@ -146,7 +146,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63135", "_from" : "circles/H", "_to" : "circles/I", - "_rev" : "_gM2PzUe---", + "_rev" : "_gjDAjGO--A", "theFalse" : false, "theTruth" : true, "label" : "right_blub" @@ -156,7 +156,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63137", "_from" : "circles/G", "_to" : "circles/J", - "_rev" : "_gM2PzUe--_", + "_rev" : "_gjDAjGO--B", "theFalse" : false, "theTruth" : true, "label" : "right_zip" @@ -166,7 +166,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63139", "_from" : "circles/J", "_to" : "circles/K", - "_rev" : "_gM2PzUe--A", + "_rev" : "_gjDAjGO--C", "theFalse" : false, "theTruth" : true, "label" : "right_zup" diff --git a/3.9/generated/Examples/GRAPHTRAV_01_create_graph.generated b/3.9/generated/Examples/GRAPHTRAV_01_create_graph.generated index bcbf722b97..13bdae60e8 100644 --- a/3.9/generated/Examples/GRAPHTRAV_01_create_graph.generated +++ b/3.9/generated/Examples/GRAPHTRAV_01_create_graph.generated @@ -5,67 +5,67 @@ arangosh> db.circles.toArray(); { "_key" : "A", "_id" : "circles/A", - "_rev" : "_gM2PzVy---", + "_rev" : "_gjDAjG6---", "label" : "1" }, { "_key" : "B", "_id" : "circles/B", - "_rev" : "_gM2PzVy--_", + "_rev" : "_gjDAjG6--_", "label" : "2" }, { "_key" : "C", "_id" : "circles/C", - "_rev" : "_gM2PzV2---", + "_rev" : "_gjDAjG6--A", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", - "_rev" : "_gM2PzV2--_", + "_rev" : "_gjDAjG6--B", "label" : "4" }, { "_key" : "E", "_id" : "circles/E", - "_rev" : "_gM2PzV2--A", + "_rev" : "_gjDAjG6--C", "label" : "5" }, { "_key" : "F", "_id" : "circles/F", - "_rev" : "_gM2PzV6---", + "_rev" : "_gjDAjG6--D", "label" : "6" }, { "_key" : "G", "_id" : "circles/G", - "_rev" : "_gM2PzV6--_", + "_rev" : "_gjDAjH----", "label" : "7" }, { "_key" : "H", "_id" : "circles/H", - "_rev" : "_gM2PzV6--A", + "_rev" : "_gjDAjH---_", "label" : "8" }, { "_key" : "I", "_id" : "circles/I", - "_rev" : "_gM2PzV6--B", + "_rev" : "_gjDAjH---A", "label" : "9" }, { "_key" : "J", "_id" : "circles/J", - "_rev" : "_gM2PzV6--C", + "_rev" : "_gjDAjH---B", "label" : "10" }, { "_key" : "K", "_id" : "circles/K", - "_rev" : "_gM2PzW----", + "_rev" : "_gjDAjH---C", "label" : "11" } ] @@ -76,7 +76,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63206", "_from" : "circles/A", "_to" : "circles/B", - "_rev" : "_gM2PzW---_", + "_rev" : "_gjDAjH---D", "theFalse" : false, "theTruth" : true, "label" : "left_bar" @@ -86,7 +86,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63208", "_from" : "circles/B", "_to" : "circles/C", - "_rev" : "_gM2PzW---A", + "_rev" : "_gjDAjH---E", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" @@ -96,7 +96,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63210", "_from" : "circles/C", "_to" : "circles/D", - "_rev" : "_gM2PzW---B", + "_rev" : "_gjDAjH---F", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" @@ -106,7 +106,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63212", "_from" : "circles/B", "_to" : "circles/E", - "_rev" : "_gM2PzWC---", + "_rev" : "_gjDAjH---G", "theFalse" : false, "theTruth" : true, "label" : "left_blub" @@ -116,7 +116,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63214", "_from" : "circles/E", "_to" : "circles/F", - "_rev" : "_gM2PzWC--_", + "_rev" : "_gjDAjHC---", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" @@ -126,7 +126,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63216", "_from" : "circles/A", "_to" : "circles/G", - "_rev" : "_gM2PzWC--A", + "_rev" : "_gjDAjHC--_", "theFalse" : false, "theTruth" : true, "label" : "right_foo" @@ -136,7 +136,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63218", "_from" : "circles/G", "_to" : "circles/H", - "_rev" : "_gM2PzWC--B", + "_rev" : "_gjDAjHC--A", "theFalse" : false, "theTruth" : true, "label" : "right_blob" @@ -146,7 +146,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63220", "_from" : "circles/H", "_to" : "circles/I", - "_rev" : "_gM2PzWC--C", + "_rev" : "_gjDAjHC--B", "theFalse" : false, "theTruth" : true, "label" : "right_blub" @@ -156,7 +156,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63222", "_from" : "circles/G", "_to" : "circles/J", - "_rev" : "_gM2PzWG---", + "_rev" : "_gjDAjHC--C", "theFalse" : false, "theTruth" : true, "label" : "right_zip" @@ -166,7 +166,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63224", "_from" : "circles/J", "_to" : "circles/K", - "_rev" : "_gM2PzWG--_", + "_rev" : "_gjDAjHC--D", "theFalse" : false, "theTruth" : true, "label" : "right_zup" diff --git a/3.9/generated/Examples/GRAPHTRAV_07_traverse_7.generated b/3.9/generated/Examples/GRAPHTRAV_07_traverse_7.generated index bb55f6de8f..ffdeb43aeb 100644 --- a/3.9/generated/Examples/GRAPHTRAV_07_traverse_7.generated +++ b/3.9/generated/Examples/GRAPHTRAV_07_traverse_7.generated @@ -43,11 +43,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] + optimize-subqueries 0.00002 optimize-traversals 0.00001 move-calculations-up 0.00001 - remove-redundant-calculations 0.00001 - move-calculations-down 0.00001 - remove-redundant-path-var 0.00000 + remove-filter-covered-by-traversal 0.00000 + remove-redundant-calculations 0.00000 41 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/GRAPHTRAV_07_traverse_8.generated b/3.9/generated/Examples/GRAPHTRAV_07_traverse_8.generated index 39d1b20ae5..b8bd3de538 100644 --- a/3.9/generated/Examples/GRAPHTRAV_07_traverse_8.generated +++ b/3.9/generated/Examples/GRAPHTRAV_07_traverse_8.generated @@ -41,9 +41,9 @@ Optimization rules with highest execution times: RuleName Duration [s] optimize-traversals 0.00001 remove-filter-covered-by-traversal 0.00001 - move-calculations-up 0.00001 + move-calculations-up 0.00000 move-calculations-up-2 0.00000 - remove-redundant-calculations 0.00000 + move-filters-up 0.00000 42 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/HttpGharialAddEdge.generated b/3.9/generated/Examples/HttpGharialAddEdge.generated index 8d5dcfb5ad..67c574b76f 100644 --- a/3.9/generated/Examples/HttpGharialAddEdge.generated +++ b/3.9/generated/Examples/HttpGharialAddEdge.generated @@ -10,7 +10,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 94 -etag: _gM2Pzs2--- +etag: _gjDAjTe--- server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -21,6 +21,6 @@ x-content-type-options: nosniff "edge" : { "_id" : "relation/65287", "_key" : "65287", - "_rev" : "_gM2Pzs2---" + "_rev" : "_gjDAjTe---" } } diff --git a/3.9/generated/Examples/HttpGharialAddEdgeCol.generated b/3.9/generated/Examples/HttpGharialAddEdgeCol.generated index c0778cd8d2..a934cdea1c 100644 --- a/3.9/generated/Examples/HttpGharialAddEdgeCol.generated +++ b/3.9/generated/Examples/HttpGharialAddEdgeCol.generated @@ -15,7 +15,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 294 -etag: _gM2Pzt6--_ +etag: _gjDAjUG--_ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -49,7 +49,7 @@ x-content-type-options: nosniff } ], "orphanCollections" : [ ], - "_rev" : "_gM2Pzt6--_", + "_rev" : "_gjDAjUG--_", "_id" : "_graphs/social", "name" : "social" } diff --git a/3.9/generated/Examples/HttpGharialAddVertex.generated b/3.9/generated/Examples/HttpGharialAddVertex.generated index 2b70b23002..95b7c969fb 100644 --- a/3.9/generated/Examples/HttpGharialAddVertex.generated +++ b/3.9/generated/Examples/HttpGharialAddVertex.generated @@ -8,7 +8,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 92 -etag: _gM2Pzu6--_ +etag: _gjDAjUq--- server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -19,6 +19,6 @@ x-content-type-options: nosniff "vertex" : { "_id" : "male/65437", "_key" : "65437", - "_rev" : "_gM2Pzu6--_" + "_rev" : "_gjDAjUq---" } } diff --git a/3.9/generated/Examples/HttpGharialAddVertexCol.generated b/3.9/generated/Examples/HttpGharialAddVertexCol.generated index 66b9171b6a..465e16e8ea 100644 --- a/3.9/generated/Examples/HttpGharialAddVertexCol.generated +++ b/3.9/generated/Examples/HttpGharialAddVertexCol.generated @@ -8,7 +8,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 244 -etag: _gM2Pzvq--_ +etag: _gjDAjVC--E server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -34,7 +34,7 @@ x-content-type-options: nosniff "orphanCollections" : [ "otherVertices" ], - "_rev" : "_gM2Pzvq--_", + "_rev" : "_gjDAjVC--E", "_id" : "_graphs/social", "name" : "social" } diff --git a/3.9/generated/Examples/HttpGharialCreate.generated b/3.9/generated/Examples/HttpGharialCreate.generated index 0d222856fa..b5a510fc02 100644 --- a/3.9/generated/Examples/HttpGharialCreate.generated +++ b/3.9/generated/Examples/HttpGharialCreate.generated @@ -19,7 +19,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 227 -etag: _gM2PzwO--_ +etag: _gjDAjVW--_ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -41,7 +41,7 @@ x-content-type-options: nosniff } ], "orphanCollections" : [ ], - "_rev" : "_gM2PzwO--_", + "_rev" : "_gjDAjVW--_", "_id" : "_graphs/myGraph", "name" : "myGraph" } diff --git a/3.9/generated/Examples/HttpGharialCreate2.generated b/3.9/generated/Examples/HttpGharialCreate2.generated index 3fbac32b61..c73e6d21d6 100644 --- a/3.9/generated/Examples/HttpGharialCreate2.generated +++ b/3.9/generated/Examples/HttpGharialCreate2.generated @@ -28,7 +28,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 243 -etag: _gM2Pzwu--_ +etag: _gjDAjVq--_ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -52,7 +52,7 @@ x-content-type-options: nosniff "orphanCollections" : [ "orphanVertices" ], - "_rev" : "_gM2Pzwu--_", + "_rev" : "_gjDAjVq--_", "_id" : "_graphs/myGraph", "name" : "myGraph" } diff --git a/3.9/generated/Examples/HttpGharialDeleteEdge.generated b/3.9/generated/Examples/HttpGharialDeleteEdge.generated index a31333f46d..748078dc95 100644 --- a/3.9/generated/Examples/HttpGharialDeleteEdge.generated +++ b/3.9/generated/Examples/HttpGharialDeleteEdge.generated @@ -1,4 +1,4 @@ -shell> curl -X DELETE --header 'accept: application/json' --dump - http://localhost:8529/_api/gharial/social/edge/relation/65669 +shell> curl -X DELETE --header 'accept: application/json' --dump - http://localhost:8529/_api/gharial/social/edge/relation/65665 HTTP/1.1 202 Accepted content-type: application/json diff --git a/3.9/generated/Examples/HttpGharialEdgeDefinitionRemove.generated b/3.9/generated/Examples/HttpGharialEdgeDefinitionRemove.generated index 28bfa7c7f6..66dc1e03a1 100644 --- a/3.9/generated/Examples/HttpGharialEdgeDefinitionRemove.generated +++ b/3.9/generated/Examples/HttpGharialEdgeDefinitionRemove.generated @@ -4,7 +4,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 171 -etag: _gM2Pz0O--_ +etag: _gjDAjXm--A server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -19,7 +19,7 @@ x-content-type-options: nosniff "female", "male" ], - "_rev" : "_gM2Pz0O--_", + "_rev" : "_gjDAjXm--A", "_id" : "_graphs/social", "name" : "social" } diff --git a/3.9/generated/Examples/HttpGharialGetEdge.generated b/3.9/generated/Examples/HttpGharialGetEdge.generated index a44443f89c..2ca1de62b4 100644 --- a/3.9/generated/Examples/HttpGharialGetEdge.generated +++ b/3.9/generated/Examples/HttpGharialGetEdge.generated @@ -1,10 +1,10 @@ -shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/gharial/social/edge/relation/65921 +shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/gharial/social/edge/relation/65925 HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 170 -etag: _gM2Pz1---A +content-length: 165 +etag: _gjDAjYC--- server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -13,12 +13,12 @@ x-content-type-options: nosniff "error" : false, "code" : 200, "edge" : { - "_key" : "65921", - "_id" : "relation/65921", - "_from" : "female/alice", - "_to" : "male/charly", - "_rev" : "_gM2Pz1---A", + "_key" : "65925", + "_id" : "relation/65925", + "_from" : "male/bob", + "_to" : "female/diana", + "_rev" : "_gjDAjYC---", "type" : "friend", - "vertex" : "alice" + "vertex" : "bob" } } diff --git a/3.9/generated/Examples/HttpGharialGetGraph.generated b/3.9/generated/Examples/HttpGharialGetGraph.generated index 2ca9710ce7..d734807191 100644 --- a/3.9/generated/Examples/HttpGharialGetGraph.generated +++ b/3.9/generated/Examples/HttpGharialGetGraph.generated @@ -25,7 +25,7 @@ x-content-type-options: nosniff } ], "orphanCollections" : [ ], - "_rev" : "_gM2Pz1i--_", + "_rev" : "_gjDAjYS--_", "_id" : "_graphs/myGraph", "name" : "myGraph" } diff --git a/3.9/generated/Examples/HttpGharialGetVertex.generated b/3.9/generated/Examples/HttpGharialGetVertex.generated index 5845139f9e..fa06e2de37 100644 --- a/3.9/generated/Examples/HttpGharialGetVertex.generated +++ b/3.9/generated/Examples/HttpGharialGetVertex.generated @@ -4,7 +4,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 109 -etag: _gM2Pz2O--- +etag: _gjDAjYq--_ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -15,7 +15,7 @@ x-content-type-options: nosniff "vertex" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2Pz2O---", + "_rev" : "_gjDAjYq--_", "name" : "Alice" } } diff --git a/3.9/generated/Examples/HttpGharialList.generated b/3.9/generated/Examples/HttpGharialList.generated index e11f008baa..6d722b275c 100644 --- a/3.9/generated/Examples/HttpGharialList.generated +++ b/3.9/generated/Examples/HttpGharialList.generated @@ -15,7 +15,7 @@ x-content-type-options: nosniff { "_id" : "_graphs/social", "_key" : "social", - "_rev" : "_gM2Pz26---", + "_rev" : "_gjDAjZC--A", "edgeDefinitions" : [ { "collection" : "relation", @@ -35,7 +35,7 @@ x-content-type-options: nosniff { "_id" : "_graphs/routeplanner", "_key" : "routeplanner", - "_rev" : "_gM2Pz3O--_", + "_rev" : "_gjDAjZO--_", "edgeDefinitions" : [ { "collection" : "frenchHighway", diff --git a/3.9/generated/Examples/HttpGharialModifyVertex.generated b/3.9/generated/Examples/HttpGharialModifyVertex.generated index 55bb911f9c..69d44506b4 100644 --- a/3.9/generated/Examples/HttpGharialModifyVertex.generated +++ b/3.9/generated/Examples/HttpGharialModifyVertex.generated @@ -8,7 +8,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 118 -etag: _gM2Pz6S--- +etag: _gjDAjbC--- server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -19,7 +19,7 @@ x-content-type-options: nosniff "vertex" : { "_id" : "female/alice", "_key" : "alice", - "_oldRev" : "_gM2Pz6K---", - "_rev" : "_gM2Pz6S---" + "_oldRev" : "_gjDAjb----", + "_rev" : "_gjDAjbC---" } } diff --git a/3.9/generated/Examples/HttpGharialPatchEdge.generated b/3.9/generated/Examples/HttpGharialPatchEdge.generated index 6a36f2e762..2353beb3fa 100644 --- a/3.9/generated/Examples/HttpGharialPatchEdge.generated +++ b/3.9/generated/Examples/HttpGharialPatchEdge.generated @@ -1,4 +1,4 @@ -shell> curl -X PATCH --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/66432 <<EOF +shell> curl -X PATCH --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/66438 <<EOF { "since" : "01.01.2001" } @@ -8,7 +8,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 118 -etag: _gM2Pz7W--- +etag: _gjDAjbm--_ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -17,9 +17,9 @@ x-content-type-options: nosniff "error" : false, "code" : 202, "edge" : { - "_id" : "relation/66432", - "_key" : "66432", - "_oldRev" : "_gM2Pz7S---", - "_rev" : "_gM2Pz7W---" + "_id" : "relation/66438", + "_key" : "66438", + "_oldRev" : "_gjDAjbm---", + "_rev" : "_gjDAjbm--_" } } diff --git a/3.9/generated/Examples/HttpGharialPutEdge.generated b/3.9/generated/Examples/HttpGharialPutEdge.generated index 9208b6107b..a2bf400997 100644 --- a/3.9/generated/Examples/HttpGharialPutEdge.generated +++ b/3.9/generated/Examples/HttpGharialPutEdge.generated @@ -1,4 +1,4 @@ -shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/66497 <<EOF +shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/66499 <<EOF { "type" : "divorced", "_from" : "female/alice", @@ -10,7 +10,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 118 -etag: _gM2Pz8S--- +etag: _gjDAjcC--A server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -19,9 +19,9 @@ x-content-type-options: nosniff "error" : false, "code" : 202, "edge" : { - "_id" : "relation/66497", - "_key" : "66497", - "_oldRev" : "_gM2Pz8K--A", - "_rev" : "_gM2Pz8S---" + "_id" : "relation/66499", + "_key" : "66499", + "_oldRev" : "_gjDAjcC---", + "_rev" : "_gjDAjcC--A" } } diff --git a/3.9/generated/Examples/HttpGharialRemoveVertexCollection.generated b/3.9/generated/Examples/HttpGharialRemoveVertexCollection.generated index 678a684a78..5d0aa99464 100644 --- a/3.9/generated/Examples/HttpGharialRemoveVertexCollection.generated +++ b/3.9/generated/Examples/HttpGharialRemoveVertexCollection.generated @@ -4,7 +4,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 229 -etag: _gM2Pz9K--- +etag: _gjDAjci--- server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -28,7 +28,7 @@ x-content-type-options: nosniff } ], "orphanCollections" : [ ], - "_rev" : "_gM2Pz9K---", + "_rev" : "_gjDAjci---", "_id" : "_graphs/social", "name" : "social" } diff --git a/3.9/generated/Examples/HttpGharialReplaceEdgeCol.generated b/3.9/generated/Examples/HttpGharialReplaceEdgeCol.generated index 74c35728c3..2f8c724f2b 100644 --- a/3.9/generated/Examples/HttpGharialReplaceEdgeCol.generated +++ b/3.9/generated/Examples/HttpGharialReplaceEdgeCol.generated @@ -18,7 +18,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 247 -etag: _gM2P0-u--A +etag: _gjDAjda--D server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -44,7 +44,7 @@ x-content-type-options: nosniff } ], "orphanCollections" : [ ], - "_rev" : "_gM2P0-u--A", + "_rev" : "_gjDAjda--D", "_id" : "_graphs/social", "name" : "social" } diff --git a/3.9/generated/Examples/HttpGharialReplaceVertex.generated b/3.9/generated/Examples/HttpGharialReplaceVertex.generated index 454d23d4f4..cbca2aeceb 100644 --- a/3.9/generated/Examples/HttpGharialReplaceVertex.generated +++ b/3.9/generated/Examples/HttpGharialReplaceVertex.generated @@ -9,7 +9,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 118 -etag: _gM2P0_q--- +etag: _gjDAjd6--_ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -20,7 +20,7 @@ x-content-type-options: nosniff "vertex" : { "_id" : "female/alice", "_key" : "alice", - "_oldRev" : "_gM2P0_e---", - "_rev" : "_gM2P0_q---" + "_oldRev" : "_gjDAjd2---", + "_rev" : "_gjDAjd6--_" } } diff --git a/3.9/generated/Examples/IndexHandle.generated b/3.9/generated/Examples/IndexHandle.generated index 2166192ecc..492d81bfc9 100644 --- a/3.9/generated/Examples/IndexHandle.generated +++ b/3.9/generated/Examples/IndexHandle.generated @@ -8,7 +8,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/66796", "isNewlyCreated" : true, - "name" : "idx_1769599220455571457", + "name" : "idx_1775847796007501825", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -42,7 +42,7 @@ arangosh> db._index(indexInfo[1]) "b" ], "id" : "example/66796", - "name" : "idx_1769599220455571457", + "name" : "idx_1775847796007501825", "sparse" : false, "type" : "persistent", "unique" : false, diff --git a/3.9/generated/Examples/IndexVerify.generated b/3.9/generated/Examples/IndexVerify.generated index d549959980..d7c0a92ff6 100644 --- a/3.9/generated/Examples/IndexVerify.generated +++ b/3.9/generated/Examples/IndexVerify.generated @@ -9,7 +9,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/66810", "isNewlyCreated" : true, - "name" : "idx_1769599220468154368", + "name" : "idx_1775847796012744704", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -28,7 +28,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 6 idx_1769599220468154368 persistent example false false 100.00 % [ `a`, `b` ] (doc.`a` < 23) + 6 idx_1775847796012744704 persistent example false false 100.00 % [ `a`, `b` ] (doc.`a` < 23) Optimization rules applied: Id RuleName @@ -38,11 +38,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - use-indexes 0.00004 + use-indexes 0.00002 remove-filter-covered-by-index 0.00001 geo-index-optimizer 0.00000 - reduce-extraction-to-projection 0.00000 remove-unnecessary-calculations-2 0.00000 + reduce-extraction-to-projection 0.00000 41 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/QUERY_02_listQueries.generated b/3.9/generated/Examples/QUERY_02_listQueries.generated index 5d7b5f7128..9d908541f1 100644 --- a/3.9/generated/Examples/QUERY_02_listQueries.generated +++ b/3.9/generated/Examples/QUERY_02_listQueries.generated @@ -8,7 +8,7 @@ arangosh> tasks.register({ { "id" : "mytask-1", "name" : "this is a sample task to spawn a slow aql query", - "created" : 1687621326.9080029, + "created" : 1693580432.9125261, "type" : "timed", "offset" : 0, "command" : "(function (params) { require('@arangodb').db._query('FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong'); } )(params);", @@ -23,8 +23,8 @@ arangosh> queries.current(); "query" : "FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong", "bindVars" : { }, - "started" : "2023-06-24T15:42:06Z", - "runTime" : 1.028408644720912, + "started" : "2023-09-01T15:00:32Z", + "runTime" : 1.0192390090001027, "state" : "executing", "stream" : false } diff --git a/3.9/generated/Examples/RestAdminLicenseGet_cluster.generated b/3.9/generated/Examples/RestAdminLicenseGet_cluster.generated index 30695bf710..bf1df3cd95 100644 --- a/3.9/generated/Examples/RestAdminLicenseGet_cluster.generated +++ b/3.9/generated/Examples/RestAdminLicenseGet_cluster.generated @@ -11,9 +11,9 @@ x-content-type-options: nosniff { "upgrading" : false, "features" : { - "expires" : 1687632188 + "expires" : 1693591293 }, - "license" : "JD4EOXdgfgkCaHtfUlR9BQMcZ1hUf3BdWww3H2ReWUh8DlYFfV0vTX8VIHoydQgF", + "license" : "JD4EOXdvdlEFYHpeUlRxBVAYZ1gELCddWg4yQ2ReDkp7U11OK2MOTigrLDQydVMI", "version" : 1, "status" : "expiring" } diff --git a/3.9/generated/Examples/RestAdminMetrics.generated b/3.9/generated/Examples/RestAdminMetrics.generated index 1b83eac9af..c3023a48a2 100644 --- a/3.9/generated/Examples/RestAdminMetrics.generated +++ b/3.9/generated/Examples/RestAdminMetrics.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: text/plain connection: Keep-Alive -content-length: 60351 +content-length: 60342 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -44,7 +44,7 @@ arangodb_aql_current_query{role="SINGLE"} 0 # HELP arangodb_aql_global_memory_limit Total memory limit for all AQL queries combined [bytes] # TYPE arangodb_aql_global_memory_limit gauge -arangodb_aql_global_memory_limit{role="SINGLE"} 54675112182 +arangodb_aql_global_memory_limit{role="SINGLE"} 59647054233 # HELP arangodb_aql_global_memory_usage Total memory usage of all AQL queries executing [bytes], granularity: 32768 bytes steps # TYPE arangodb_aql_global_memory_usage gauge @@ -60,15 +60,15 @@ arangodb_aql_local_query_memory_limit_reached_total{role="SINGLE"} 1 # HELP arangodb_aql_query_time Execution time histogram for all AQL queries [s] # TYPE arangodb_aql_query_time histogram -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000095"} 48 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000191"} 295 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000381"} 32 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000763"} 22 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.001526"} 4 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000095"} 322 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000191"} 46 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000381"} 23 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000763"} 8 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.001526"} 3 arangodb_aql_query_time_bucket{role="SINGLE",le="0.003052"} 1 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.006104"} 1 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.012207"} 0 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.024414"} 1 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.006104"} 0 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.012207"} 1 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.024414"} 0 arangodb_aql_query_time_bucket{role="SINGLE",le="0.048828"} 0 arangodb_aql_query_time_bucket{role="SINGLE",le="0.097656"} 0 arangodb_aql_query_time_bucket{role="SINGLE",le="0.195312"} 0 @@ -102,18 +102,18 @@ arangodb_aql_slow_query{role="SINGLE"} 1 # HELP arangodb_aql_total_query_time_msec Total execution time of all AQL queries [ms] # TYPE arangodb_aql_total_query_time_msec counter -arangodb_aql_total_query_time_msec{role="SINGLE"} 1819 +arangodb_aql_total_query_time_msec{role="SINGLE"} 1807 # HELP arangodb_collection_lock_acquisition_micros Total amount of collection lock acquisition time [μs] # TYPE arangodb_collection_lock_acquisition_micros counter -arangodb_collection_lock_acquisition_micros{role="SINGLE"} 10392 +arangodb_collection_lock_acquisition_micros{role="SINGLE"} 37 # HELP arangodb_collection_lock_acquisition_time Collection lock acquisition time histogram [s] # TYPE arangodb_collection_lock_acquisition_time histogram -arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000000"} 0 -arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000001"} 22007 -arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000010"} 10211 -arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000100"} 3 +arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000000"} 6 +arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000001"} 32186 +arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000010"} 29 +arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000100"} 0 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.001000"} 0 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.010000"} 0 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.100000"} 0 @@ -522,15 +522,15 @@ arangodb_scheduler_high_prio_queue_length{role="SINGLE"} 0 # HELP arangodb_scheduler_jobs_dequeued Total number of jobs dequeued # TYPE arangodb_scheduler_jobs_dequeued gauge -arangodb_scheduler_jobs_dequeued{role="SINGLE"} 33127 +arangodb_scheduler_jobs_dequeued{role="SINGLE"} 33117 # HELP arangodb_scheduler_jobs_done Total number of queue jobs done # TYPE arangodb_scheduler_jobs_done gauge -arangodb_scheduler_jobs_done{role="SINGLE"} 33126 +arangodb_scheduler_jobs_done{role="SINGLE"} 33116 # HELP arangodb_scheduler_jobs_submitted Total number of jobs submitted to the scheduler # TYPE arangodb_scheduler_jobs_submitted gauge -arangodb_scheduler_jobs_submitted{role="SINGLE"} 33127 +arangodb_scheduler_jobs_submitted{role="SINGLE"} 33117 # HELP arangodb_scheduler_low_prio_queue_last_dequeue_time Last recorded dequeue time for a low priority queue item [ms] # TYPE arangodb_scheduler_low_prio_queue_last_dequeue_time gauge @@ -614,7 +614,7 @@ arangodb_v8_context_created{role="SINGLE"} 2 # HELP arangodb_v8_context_creation_time_msec Total time for creating V8 contexts [ms] # TYPE arangodb_v8_context_creation_time_msec counter -arangodb_v8_context_creation_time_msec{role="SINGLE"} 14 +arangodb_v8_context_creation_time_msec{role="SINGLE"} 12 # HELP arangodb_v8_context_destroyed V8 contexts destroyed # TYPE arangodb_v8_context_destroyed counter @@ -626,11 +626,11 @@ arangodb_v8_context_enter_failures{role="SINGLE"} 0 # HELP arangodb_v8_context_entered V8 context enter events # TYPE arangodb_v8_context_entered counter -arangodb_v8_context_entered{role="SINGLE"} 19 +arangodb_v8_context_entered{role="SINGLE"} 15 # HELP arangodb_v8_context_exited V8 context exit events # TYPE arangodb_v8_context_exited counter -arangodb_v8_context_exited{role="SINGLE"} 19 +arangodb_v8_context_exited{role="SINGLE"} 15 # HELP arangodb_vst_connections_total Total number of VST connections # TYPE arangodb_vst_connections_total counter @@ -662,7 +662,7 @@ rocksdb_live_wal_files{role="SINGLE"} 1 # HELP rocksdb_live_wal_files_size Cumulated size of live RocksDB WAL files # TYPE rocksdb_live_wal_files_size gauge -rocksdb_live_wal_files_size{role="SINGLE"} 7512730 +rocksdb_live_wal_files_size{role="SINGLE"} 7483676 # HELP rocksdb_prunable_wal_files Number of prunable RocksDB WAL files # TYPE rocksdb_prunable_wal_files gauge @@ -674,20 +674,20 @@ rocksdb_wal_pruning_active{role="SINGLE"} 0 # HELP rocksdb_wal_released_tick_flush Released tick for RocksDB WAL deletion (flush-induced) # TYPE rocksdb_wal_released_tick_flush gauge -rocksdb_wal_released_tick_flush{role="SINGLE"} 175211 +rocksdb_wal_released_tick_flush{role="SINGLE"} 175186 # HELP rocksdb_wal_released_tick_replication Released tick for RocksDB WAL deletion (replication-induced) # TYPE rocksdb_wal_released_tick_replication gauge -rocksdb_wal_released_tick_replication{role="SINGLE"} 175217 +rocksdb_wal_released_tick_replication{role="SINGLE"} 175198 # HELP rocksdb_wal_sequence_lower_bound RocksDB WAL sequence number until which background thread has caught up # TYPE rocksdb_wal_sequence_lower_bound gauge -rocksdb_wal_sequence_lower_bound{role="SINGLE"} 129355 +rocksdb_wal_sequence_lower_bound{role="SINGLE"} 175186 # HELP arangodb_process_statistics_minor_page_faults The number of minor faults the process has made which have not required loading a memory page from disk. This figure is not reported on Windows # TYPE arangodb_process_statistics_minor_page_faults gauge -arangodb_process_statistics_minor_page_faults 82722 +arangodb_process_statistics_minor_page_faults 79132 # HELP arangodb_process_statistics_major_page_faults On Windows, this figure contains the total number of page faults. On other system, this figure contains the number of major faults the process has made which have required loading a memory page from disk # TYPE arangodb_process_statistics_major_page_faults gauge @@ -695,55 +695,55 @@ arangodb_process_statistics_major_page_faults 0 # HELP arangodb_process_statistics_user_time Amount of time that this process has been scheduled in user mode, measured in seconds # TYPE arangodb_process_statistics_user_time gauge -arangodb_process_statistics_user_time 5.960000 +arangodb_process_statistics_user_time 3.550000 # HELP arangodb_process_statistics_system_time Amount of time that this process has been scheduled in kernel mode, measured in seconds # TYPE arangodb_process_statistics_system_time gauge -arangodb_process_statistics_system_time 1.620000 +arangodb_process_statistics_system_time 0.970000 # HELP arangodb_process_statistics_number_of_threads Number of threads in the arangod process # TYPE arangodb_process_statistics_number_of_threads gauge -arangodb_process_statistics_number_of_threads 84 +arangodb_process_statistics_number_of_threads 90 # HELP arangodb_process_statistics_resident_set_size The total size of the number of pages the process has in real memory. This is just the pages which count toward text, data, or stack space. This does not include pages which have not been demand-loaded in, or which are swapped out. The resident set size is reported in bytes # TYPE arangodb_process_statistics_resident_set_size gauge -arangodb_process_statistics_resident_set_size 322838528 +arangodb_process_statistics_resident_set_size 323805184 # HELP arangodb_process_statistics_resident_set_size_percent The relative size of the number of pages the process has in real memory compared to system memory. This is just the pages which count toward text, data, or stack space. This does not include pages which have not been demand-loaded in, or which are swapped out. The value is a ratio between 0.00 and 1.00 # TYPE arangodb_process_statistics_resident_set_size_percent gauge -arangodb_process_statistics_resident_set_size_percent 0.004783 +arangodb_process_statistics_resident_set_size_percent 0.004397 # HELP arangodb_process_statistics_virtual_memory_size On Windows, this figure contains the total amount of memory that the memory manager has committed for the arangod process. On other systems, this figure contains The size of the virtual memory the process is using # TYPE arangodb_process_statistics_virtual_memory_size gauge -arangodb_process_statistics_virtual_memory_size 1597661184 +arangodb_process_statistics_virtual_memory_size 1645940736 # HELP arangodb_server_statistics_physical_memory Physical memory in bytes # TYPE arangodb_server_statistics_physical_memory gauge -arangodb_server_statistics_physical_memory 67500138496 +arangodb_server_statistics_physical_memory 73638338560 # HELP arangodb_server_statistics_server_uptime Number of seconds elapsed since server start # TYPE arangodb_server_statistics_server_uptime gauge -arangodb_server_statistics_server_uptime 10.938808 +arangodb_server_statistics_server_uptime 6.681420 # HELP arangodb_server_statistics_cpu_cores Number of CPU cores visible to the arangod process # TYPE arangodb_server_statistics_cpu_cores gauge -arangodb_server_statistics_cpu_cores 32 +arangodb_server_statistics_cpu_cores 36 # HELP arangodb_server_statistics_user_percent Percentage of time that the system CPUs have spent in user mode # TYPE arangodb_server_statistics_user_percent gauge -arangodb_server_statistics_user_percent 13.908559 +arangodb_server_statistics_user_percent 5.220524 # HELP arangodb_server_statistics_system_percent Percentage of time that the system CPUs have spent in kernel mode # TYPE arangodb_server_statistics_system_percent gauge -arangodb_server_statistics_system_percent 1.421634 +arangodb_server_statistics_system_percent 1.992181 # HELP arangodb_server_statistics_idle_percent Percentage of time that the system CPUs have been idle # TYPE arangodb_server_statistics_idle_percent gauge -arangodb_server_statistics_idle_percent 83.712575 +arangodb_server_statistics_idle_percent 92.442800 # HELP arangodb_server_statistics_iowait_percent Percentage of time that the system CPUs have been waiting for I/O # TYPE arangodb_server_statistics_iowait_percent gauge -arangodb_server_statistics_iowait_percent 0.921880 +arangodb_server_statistics_iowait_percent 0.336537 # HELP arangodb_client_connection_statistics_client_connections The number of client connections that are currently open # TYPE arangodb_client_connection_statistics_client_connections gauge @@ -759,9 +759,9 @@ arangodb_client_connection_statistics_connection_time_count 0 # HELP arangodb_client_connection_statistics_total_time Total time needed to answer a request # TYPE arangodb_client_connection_statistics_total_time histogram -arangodb_client_connection_statistics_total_time_bucket{le="0.01"} 33084 +arangodb_client_connection_statistics_total_time_bucket{le="0.01"} 33086 arangodb_client_connection_statistics_total_time_bucket{le="0.05"} 5 -arangodb_client_connection_statistics_total_time_bucket{le="0.1"} 2 +arangodb_client_connection_statistics_total_time_bucket{le="0.1"} 0 arangodb_client_connection_statistics_total_time_bucket{le="0.2"} 0 arangodb_client_connection_statistics_total_time_bucket{le="0.5"} 0 arangodb_client_connection_statistics_total_time_bucket{le="1.0"} 1 @@ -773,9 +773,9 @@ arangodb_client_connection_statistics_total_time_count 33092 # HELP arangodb_client_connection_statistics_request_time Request time needed to answer a request # TYPE arangodb_client_connection_statistics_request_time histogram -arangodb_client_connection_statistics_request_time_bucket{le="0.01"} 33084 +arangodb_client_connection_statistics_request_time_bucket{le="0.01"} 33086 arangodb_client_connection_statistics_request_time_bucket{le="0.05"} 5 -arangodb_client_connection_statistics_request_time_bucket{le="0.1"} 2 +arangodb_client_connection_statistics_request_time_bucket{le="0.1"} 0 arangodb_client_connection_statistics_request_time_bucket{le="0.2"} 0 arangodb_client_connection_statistics_request_time_bucket{le="0.5"} 0 arangodb_client_connection_statistics_request_time_bucket{le="1.0"} 1 @@ -825,8 +825,8 @@ arangodb_client_connection_statistics_bytes_sent_count 33092 # HELP arangodb_client_connection_statistics_bytes_received Bytes received for requests # TYPE arangodb_client_connection_statistics_bytes_received histogram -arangodb_client_connection_statistics_bytes_received_bucket{le="250"} 31893 -arangodb_client_connection_statistics_bytes_received_bucket{le="1000"} 1199 +arangodb_client_connection_statistics_bytes_received_bucket{le="250"} 31894 +arangodb_client_connection_statistics_bytes_received_bucket{le="1000"} 1198 arangodb_client_connection_statistics_bytes_received_bucket{le="2000"} 0 arangodb_client_connection_statistics_bytes_received_bucket{le="5000"} 0 arangodb_client_connection_statistics_bytes_received_bucket{le="10000"} 0 @@ -845,8 +845,8 @@ arangodb_client_user_connection_statistics_bytes_sent_count 33092 # HELP arangodb_client_user_connection_statistics_bytes_received Bytes received for requests, only user traffic # TYPE arangodb_client_user_connection_statistics_bytes_received histogram -arangodb_client_user_connection_statistics_bytes_received_bucket{le="250"} 31893 -arangodb_client_user_connection_statistics_bytes_received_bucket{le="1000"} 1199 +arangodb_client_user_connection_statistics_bytes_received_bucket{le="250"} 31894 +arangodb_client_user_connection_statistics_bytes_received_bucket{le="1000"} 1198 arangodb_client_user_connection_statistics_bytes_received_bucket{le="2000"} 0 arangodb_client_user_connection_statistics_bytes_received_bucket{le="5000"} 0 arangodb_client_user_connection_statistics_bytes_received_bucket{le="10000"} 0 @@ -940,7 +940,7 @@ rocksdb_cache_hit_rate_recent 8 # HELP rocksdb_cache_limit rocksdb_cache_limit # TYPE rocksdb_cache_limit gauge -rocksdb_cache_limit 16338163712 +rocksdb_cache_limit 17872713728 # HELP rocksdb_actual_delayed_write_rate rocksdb_actual_delayed_write_rate # TYPE rocksdb_actual_delayed_write_rate gauge @@ -956,7 +956,7 @@ rocksdb_base_level 6 # HELP rocksdb_block_cache_capacity rocksdb_block_cache_capacity # TYPE rocksdb_block_cache_capacity gauge -rocksdb_block_cache_capacity 19605796454 +rocksdb_block_cache_capacity 21447256473 # HELP rocksdb_block_cache_pinned_usage rocksdb_block_cache_pinned_usage # TYPE rocksdb_block_cache_pinned_usage gauge @@ -1008,7 +1008,7 @@ rocksdb_cur_size_all_mem_tables 18432 # HELP rocksdb_estimate_live_data_size rocksdb_estimate_live_data_size # TYPE rocksdb_estimate_live_data_size gauge -rocksdb_estimate_live_data_size 1515358 +rocksdb_estimate_live_data_size 1508726 # HELP rocksdb_estimate_num_keys rocksdb_estimate_num_keys # TYPE rocksdb_estimate_num_keys gauge @@ -1024,11 +1024,11 @@ rocksdb_estimate_table_readers_mem 107872 # HELP rocksdb_free_disk_space rocksdb_free_disk_space # TYPE rocksdb_free_disk_space gauge -rocksdb_free_disk_space 169018990592 +rocksdb_free_disk_space 238688686080 # HELP rocksdb_free_inodes rocksdb_free_inodes # TYPE rocksdb_free_inodes gauge -rocksdb_free_inodes 22635080 +rocksdb_free_inodes 32195277 # HELP rocksdb_is_file_deletions_enabled rocksdb_is_file_deletions_enabled # TYPE rocksdb_is_file_deletions_enabled gauge @@ -1040,7 +1040,7 @@ rocksdb_is_write_stopped 0 # HELP rocksdb_live_sst_files_size rocksdb_live_sst_files_size # TYPE rocksdb_live_sst_files_size gauge -rocksdb_live_sst_files_size 1515358 +rocksdb_live_sst_files_size 1508726 # HELP rocksdb_mem_table_flush_pending rocksdb_mem_table_flush_pending # TYPE rocksdb_mem_table_flush_pending gauge @@ -1128,23 +1128,23 @@ rocksdb_read_only 0 # HELP rocksdb_size_all_mem_tables rocksdb_size_all_mem_tables # TYPE rocksdb_size_all_mem_tables gauge -rocksdb_size_all_mem_tables 68890496 +rocksdb_size_all_mem_tables 68863232 # HELP rocksdb_total_disk_space rocksdb_total_disk_space # TYPE rocksdb_total_disk_space gauge -rocksdb_total_disk_space 489997189120 +rocksdb_total_disk_space 266402316288 # HELP rocksdb_total_inodes rocksdb_total_inodes # TYPE rocksdb_total_inodes gauge -rocksdb_total_inodes 30457856 +rocksdb_total_inodes 32768000 # HELP rocksdb_total_sst_files_size rocksdb_total_sst_files_size # TYPE rocksdb_total_sst_files_size gauge -rocksdb_total_sst_files_size 1515358 +rocksdb_total_sst_files_size 1508726 # HELP rocksdb_wal_sequence rocksdb_wal_sequence # TYPE rocksdb_wal_sequence gauge -rocksdb_wal_sequence 175217 +rocksdb_wal_sequence 175198 # HELP rocksdbengine_throttle_bps rocksdbengine_throttle_bps # TYPE rocksdbengine_throttle_bps gauge diff --git a/3.9/generated/Examples/RestAdminMetricsV2.generated b/3.9/generated/Examples/RestAdminMetricsV2.generated index 5ac93c4fc2..32cd8db868 100644 --- a/3.9/generated/Examples/RestAdminMetricsV2.generated +++ b/3.9/generated/Examples/RestAdminMetricsV2.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: text/plain connection: Keep-Alive -content-length: 62854 +content-length: 62851 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -45,7 +45,7 @@ arangodb_aql_current_query{role="SINGLE"} 0 # HELP arangodb_aql_global_memory_limit Total memory limit for all AQL queries combined [bytes] # TYPE arangodb_aql_global_memory_limit gauge -arangodb_aql_global_memory_limit{role="SINGLE"} 54675112182 +arangodb_aql_global_memory_limit{role="SINGLE"} 59647054233 # HELP arangodb_aql_global_memory_usage Total memory usage of all AQL queries executing [bytes], granularity: 32768 bytes steps # TYPE arangodb_aql_global_memory_usage gauge @@ -61,14 +61,14 @@ arangodb_aql_local_query_memory_limit_reached_total{role="SINGLE"} 1 # HELP arangodb_aql_query_time Execution time histogram for all AQL queries [s] # TYPE arangodb_aql_query_time histogram -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000095"} 48 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000191"} 343 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000381"} 375 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.000763"} 397 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.001526"} 401 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.003052"} 402 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000095"} 322 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000191"} 368 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000381"} 391 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.000763"} 399 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.001526"} 402 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.003052"} 403 arangodb_aql_query_time_bucket{role="SINGLE",le="0.006104"} 403 -arangodb_aql_query_time_bucket{role="SINGLE",le="0.012207"} 403 +arangodb_aql_query_time_bucket{role="SINGLE",le="0.012207"} 404 arangodb_aql_query_time_bucket{role="SINGLE",le="0.024414"} 404 arangodb_aql_query_time_bucket{role="SINGLE",le="0.048828"} 404 arangodb_aql_query_time_bucket{role="SINGLE",le="0.097656"} 404 @@ -82,7 +82,7 @@ arangodb_aql_query_time_bucket{role="SINGLE",le="12.500000"} 406 arangodb_aql_query_time_bucket{role="SINGLE",le="25.000000"} 406 arangodb_aql_query_time_bucket{role="SINGLE",le="+Inf"} 406 arangodb_aql_query_time_count{role="SINGLE"} 406 -arangodb_aql_query_time_sum{role="SINGLE"} 1.887435 +arangodb_aql_query_time_sum{role="SINGLE"} 1.848394 # HELP arangodb_aql_slow_query_time Execution time histogram for slow AQL queries [s] # TYPE arangodb_aql_slow_query_time histogram @@ -97,21 +97,21 @@ arangodb_aql_slow_query_time_bucket{role="SINGLE",le="500.750000"} 1 arangodb_aql_slow_query_time_bucket{role="SINGLE",le="1000.500000"} 1 arangodb_aql_slow_query_time_bucket{role="SINGLE",le="+Inf"} 1 arangodb_aql_slow_query_time_count{role="SINGLE"} 1 -arangodb_aql_slow_query_time_sum{role="SINGLE"} 1.040627 +arangodb_aql_slow_query_time_sum{role="SINGLE"} 1.034599 # HELP arangodb_aql_total_query_time_msec_total Total execution time of all AQL queries [ms] # TYPE arangodb_aql_total_query_time_msec_total counter -arangodb_aql_total_query_time_msec_total{role="SINGLE"} 1819 +arangodb_aql_total_query_time_msec_total{role="SINGLE"} 1807 # HELP arangodb_collection_lock_acquisition_micros_total Total amount of collection lock acquisition time [μs] # TYPE arangodb_collection_lock_acquisition_micros_total counter -arangodb_collection_lock_acquisition_micros_total{role="SINGLE"} 10392 +arangodb_collection_lock_acquisition_micros_total{role="SINGLE"} 37 # HELP arangodb_collection_lock_acquisition_time Collection lock acquisition time histogram [s] # TYPE arangodb_collection_lock_acquisition_time histogram -arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000000"} 0 -arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000001"} 22007 -arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000010"} 32218 +arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000000"} 6 +arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000001"} 32192 +arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000010"} 32221 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.000100"} 32221 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.001000"} 32221 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="0.010000"} 32221 @@ -121,7 +121,7 @@ arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="10.000000"} 3 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="100.000000"} 32221 arangodb_collection_lock_acquisition_time_bucket{role="SINGLE",le="+Inf"} 32221 arangodb_collection_lock_acquisition_time_count{role="SINGLE"} 32221 -arangodb_collection_lock_acquisition_time_sum{role="SINGLE"} 0.033082 +arangodb_collection_lock_acquisition_time_sum{role="SINGLE"} 0.009037 # HELP arangodb_collection_lock_sequential_mode_total Number of transactions using sequential locking of collections to avoid deadlocking # TYPE arangodb_collection_lock_sequential_mode_total counter @@ -216,7 +216,7 @@ arangodb_ioheartbeat_duration_bucket{role="SINGLE",le="10000.000000"} 1 arangodb_ioheartbeat_duration_bucket{role="SINGLE",le="100000.000000"} 1 arangodb_ioheartbeat_duration_bucket{role="SINGLE",le="+Inf"} 1 arangodb_ioheartbeat_duration_count{role="SINGLE"} 1 -arangodb_ioheartbeat_duration_sum{role="SINGLE"} 7526.000000 +arangodb_ioheartbeat_duration_sum{role="SINGLE"} 2761.000000 # HELP arangodb_ioheartbeat_failures_total Total number of failures in IO heartbeat # TYPE arangodb_ioheartbeat_failures_total counter @@ -456,7 +456,7 @@ arangodb_request_body_size_http1_bucket{role="SINGLE",le="16432"} 33101 arangodb_request_body_size_http1_bucket{role="SINGLE",le="32800"} 33101 arangodb_request_body_size_http1_bucket{role="SINGLE",le="+Inf"} 33101 arangodb_request_body_size_http1_count{role="SINGLE"} 33101 -arangodb_request_body_size_http1_sum{role="SINGLE"} 462192 +arangodb_request_body_size_http1_sum{role="SINGLE"} 462190 # HELP arangodb_request_body_size_http2 Body size of HTTP/2 requests # TYPE arangodb_request_body_size_http2 histogram @@ -526,15 +526,15 @@ arangodb_scheduler_high_prio_queue_length{role="SINGLE"} 0 # HELP arangodb_scheduler_jobs_dequeued_total Total number of jobs dequeued # TYPE arangodb_scheduler_jobs_dequeued_total counter -arangodb_scheduler_jobs_dequeued_total{role="SINGLE"} 33127 +arangodb_scheduler_jobs_dequeued_total{role="SINGLE"} 33117 # HELP arangodb_scheduler_jobs_done_total Total number of queue jobs done # TYPE arangodb_scheduler_jobs_done_total counter -arangodb_scheduler_jobs_done_total{role="SINGLE"} 33126 +arangodb_scheduler_jobs_done_total{role="SINGLE"} 33116 # HELP arangodb_scheduler_jobs_submitted_total Total number of jobs submitted to the scheduler # TYPE arangodb_scheduler_jobs_submitted_total counter -arangodb_scheduler_jobs_submitted_total{role="SINGLE"} 33127 +arangodb_scheduler_jobs_submitted_total{role="SINGLE"} 33117 # HELP arangodb_scheduler_low_prio_queue_last_dequeue_time Last recorded dequeue time for a low priority queue item [ms] # TYPE arangodb_scheduler_low_prio_queue_last_dequeue_time gauge @@ -618,7 +618,7 @@ arangodb_v8_context_created_total{role="SINGLE"} 2 # HELP arangodb_v8_context_creation_time_msec_total Total time for creating V8 contexts [ms] # TYPE arangodb_v8_context_creation_time_msec_total counter -arangodb_v8_context_creation_time_msec_total{role="SINGLE"} 14 +arangodb_v8_context_creation_time_msec_total{role="SINGLE"} 12 # HELP arangodb_v8_context_destroyed_total V8 contexts destroyed # TYPE arangodb_v8_context_destroyed_total counter @@ -630,11 +630,11 @@ arangodb_v8_context_enter_failures_total{role="SINGLE"} 0 # HELP arangodb_v8_context_entered_total V8 context enter events # TYPE arangodb_v8_context_entered_total counter -arangodb_v8_context_entered_total{role="SINGLE"} 19 +arangodb_v8_context_entered_total{role="SINGLE"} 15 # HELP arangodb_v8_context_exited_total V8 context exit events # TYPE arangodb_v8_context_exited_total counter -arangodb_v8_context_exited_total{role="SINGLE"} 19 +arangodb_v8_context_exited_total{role="SINGLE"} 15 # HELP arangodb_vst_connections_total Total number of VST connections # TYPE arangodb_vst_connections_total counter @@ -666,7 +666,7 @@ rocksdb_live_wal_files{role="SINGLE"} 1 # HELP rocksdb_live_wal_files_size Cumulated size of live RocksDB WAL files # TYPE rocksdb_live_wal_files_size gauge -rocksdb_live_wal_files_size{role="SINGLE"} 7512730 +rocksdb_live_wal_files_size{role="SINGLE"} 7483676 # HELP rocksdb_prunable_wal_files Number of prunable RocksDB WAL files # TYPE rocksdb_prunable_wal_files gauge @@ -678,20 +678,20 @@ rocksdb_wal_pruning_active{role="SINGLE"} 0 # HELP rocksdb_wal_released_tick_flush Released tick for RocksDB WAL deletion (flush-induced) # TYPE rocksdb_wal_released_tick_flush gauge -rocksdb_wal_released_tick_flush{role="SINGLE"} 175211 +rocksdb_wal_released_tick_flush{role="SINGLE"} 175186 # HELP rocksdb_wal_released_tick_replication Released tick for RocksDB WAL deletion (replication-induced) # TYPE rocksdb_wal_released_tick_replication gauge -rocksdb_wal_released_tick_replication{role="SINGLE"} 175217 +rocksdb_wal_released_tick_replication{role="SINGLE"} 175198 # HELP rocksdb_wal_sequence_lower_bound RocksDB WAL sequence number until which background thread has caught up # TYPE rocksdb_wal_sequence_lower_bound gauge -rocksdb_wal_sequence_lower_bound{role="SINGLE"} 129355 +rocksdb_wal_sequence_lower_bound{role="SINGLE"} 175186 # HELP arangodb_process_statistics_minor_page_faults_total The number of minor faults the process has made which have not required loading a memory page from disk. This figure is not reported on Windows # TYPE arangodb_process_statistics_minor_page_faults_total counter -arangodb_process_statistics_minor_page_faults_total 82787 +arangodb_process_statistics_minor_page_faults_total 79188 # HELP arangodb_process_statistics_major_page_faults_total On Windows, this figure contains the total number of page faults. On other system, this figure contains the number of major faults the process has made which have required loading a memory page from disk # TYPE arangodb_process_statistics_major_page_faults_total counter @@ -699,43 +699,43 @@ arangodb_process_statistics_major_page_faults_total 0 # HELP arangodb_process_statistics_user_time Amount of time that this process has been scheduled in user mode, measured in seconds # TYPE arangodb_process_statistics_user_time gauge -arangodb_process_statistics_user_time 5.960000 +arangodb_process_statistics_user_time 3.550000 # HELP arangodb_process_statistics_system_time Amount of time that this process has been scheduled in kernel mode, measured in seconds # TYPE arangodb_process_statistics_system_time gauge -arangodb_process_statistics_system_time 1.620000 +arangodb_process_statistics_system_time 0.970000 # HELP arangodb_process_statistics_number_of_threads Number of threads in the arangod process # TYPE arangodb_process_statistics_number_of_threads gauge -arangodb_process_statistics_number_of_threads 84 +arangodb_process_statistics_number_of_threads 90 # HELP arangodb_process_statistics_resident_set_size The total size of the number of pages the process has in real memory. This is just the pages which count toward text, data, or stack space. This does not include pages which have not been demand-loaded in, or which are swapped out. The resident set size is reported in bytes # TYPE arangodb_process_statistics_resident_set_size gauge -arangodb_process_statistics_resident_set_size 323137536 +arangodb_process_statistics_resident_set_size 323325952 # HELP arangodb_process_statistics_resident_set_size_percent The relative size of the number of pages the process has in real memory compared to system memory. This is just the pages which count toward text, data, or stack space. This does not include pages which have not been demand-loaded in, or which are swapped out. The value is a ratio between 0.00 and 1.00 # TYPE arangodb_process_statistics_resident_set_size_percent gauge -arangodb_process_statistics_resident_set_size_percent 0.004787 +arangodb_process_statistics_resident_set_size_percent 0.004391 # HELP arangodb_process_statistics_virtual_memory_size On Windows, this figure contains the total amount of memory that the memory manager has committed for the arangod process. On other systems, this figure contains The size of the virtual memory the process is using # TYPE arangodb_process_statistics_virtual_memory_size gauge -arangodb_process_statistics_virtual_memory_size 1597661184 +arangodb_process_statistics_virtual_memory_size 1645940736 # HELP arangodb_server_statistics_physical_memory Physical memory in bytes # TYPE arangodb_server_statistics_physical_memory gauge -arangodb_server_statistics_physical_memory 67500138496 +arangodb_server_statistics_physical_memory 73638338560 # HELP arangodb_server_statistics_server_uptime_total Number of seconds elapsed since server start # TYPE arangodb_server_statistics_server_uptime_total counter -arangodb_server_statistics_server_uptime_total 10.946610 +arangodb_server_statistics_server_uptime_total 6.687138 # HELP arangodb_server_statistics_cpu_cores Number of CPU cores visible to the arangod process # TYPE arangodb_server_statistics_cpu_cores gauge -arangodb_server_statistics_cpu_cores 32 +arangodb_server_statistics_cpu_cores 36 # HELP arangodb_server_statistics_user_percent Percentage of time that the system CPUs have spent in user mode # TYPE arangodb_server_statistics_user_percent gauge -arangodb_server_statistics_user_percent 4.000000 +arangodb_server_statistics_user_percent 5.000000 # HELP arangodb_server_statistics_system_percent Percentage of time that the system CPUs have spent in kernel mode # TYPE arangodb_server_statistics_system_percent gauge @@ -743,11 +743,11 @@ arangodb_server_statistics_system_percent 0.000000 # HELP arangodb_server_statistics_idle_percent Percentage of time that the system CPUs have been idle # TYPE arangodb_server_statistics_idle_percent gauge -arangodb_server_statistics_idle_percent 92.000000 +arangodb_server_statistics_idle_percent 95.000000 # HELP arangodb_server_statistics_iowait_percent Percentage of time that the system CPUs have been waiting for I/O # TYPE arangodb_server_statistics_iowait_percent gauge -arangodb_server_statistics_iowait_percent 4.000000 +arangodb_server_statistics_iowait_percent 0.000000 # HELP arangodb_client_connection_statistics_client_connections The number of client connections that are currently open # TYPE arangodb_client_connection_statistics_client_connections gauge @@ -764,8 +764,8 @@ arangodb_client_connection_statistics_connection_time_sum 0.000000 # HELP arangodb_client_connection_statistics_total_time Total time needed to answer a request # TYPE arangodb_client_connection_statistics_total_time histogram -arangodb_client_connection_statistics_total_time_bucket{le="0.01"} 33084 -arangodb_client_connection_statistics_total_time_bucket{le="0.05"} 33089 +arangodb_client_connection_statistics_total_time_bucket{le="0.01"} 33086 +arangodb_client_connection_statistics_total_time_bucket{le="0.05"} 33091 arangodb_client_connection_statistics_total_time_bucket{le="0.1"} 33091 arangodb_client_connection_statistics_total_time_bucket{le="0.2"} 33091 arangodb_client_connection_statistics_total_time_bucket{le="0.5"} 33091 @@ -775,12 +775,12 @@ arangodb_client_connection_statistics_total_time_bucket{le="15.0"} 33092 arangodb_client_connection_statistics_total_time_bucket{le="30.0"} 33092 arangodb_client_connection_statistics_total_time_bucket{le="+Inf"} 33092 arangodb_client_connection_statistics_total_time_count 33092 -arangodb_client_connection_statistics_total_time_sum 5.362919 +arangodb_client_connection_statistics_total_time_sum 2.814401 # HELP arangodb_client_connection_statistics_request_time Request time needed to answer a request # TYPE arangodb_client_connection_statistics_request_time histogram -arangodb_client_connection_statistics_request_time_bucket{le="0.01"} 33084 -arangodb_client_connection_statistics_request_time_bucket{le="0.05"} 33089 +arangodb_client_connection_statistics_request_time_bucket{le="0.01"} 33086 +arangodb_client_connection_statistics_request_time_bucket{le="0.05"} 33091 arangodb_client_connection_statistics_request_time_bucket{le="0.1"} 33091 arangodb_client_connection_statistics_request_time_bucket{le="0.2"} 33091 arangodb_client_connection_statistics_request_time_bucket{le="0.5"} 33091 @@ -790,7 +790,7 @@ arangodb_client_connection_statistics_request_time_bucket{le="15.0"} 33092 arangodb_client_connection_statistics_request_time_bucket{le="30.0"} 33092 arangodb_client_connection_statistics_request_time_bucket{le="+Inf"} 33092 arangodb_client_connection_statistics_request_time_count 33092 -arangodb_client_connection_statistics_request_time_sum 3.676590 +arangodb_client_connection_statistics_request_time_sum 1.927449 # HELP arangodb_client_connection_statistics_queue_time Request time needed to answer a request # TYPE arangodb_client_connection_statistics_queue_time histogram @@ -805,7 +805,7 @@ arangodb_client_connection_statistics_queue_time_bucket{le="15.0"} 33092 arangodb_client_connection_statistics_queue_time_bucket{le="30.0"} 33092 arangodb_client_connection_statistics_queue_time_bucket{le="+Inf"} 33092 arangodb_client_connection_statistics_queue_time_count 33092 -arangodb_client_connection_statistics_queue_time_sum 0.260406 +arangodb_client_connection_statistics_queue_time_sum 0.187042 # HELP arangodb_client_connection_statistics_io_time Request time needed to answer a request # TYPE arangodb_client_connection_statistics_io_time histogram @@ -820,7 +820,7 @@ arangodb_client_connection_statistics_io_time_bucket{le="15.0"} 33092 arangodb_client_connection_statistics_io_time_bucket{le="30.0"} 33092 arangodb_client_connection_statistics_io_time_bucket{le="+Inf"} 33092 arangodb_client_connection_statistics_io_time_count 33092 -arangodb_client_connection_statistics_io_time_sum 1.425924 +arangodb_client_connection_statistics_io_time_sum 0.699911 # HELP arangodb_client_connection_statistics_bytes_sent Bytes sent for responses # TYPE arangodb_client_connection_statistics_bytes_sent histogram @@ -831,18 +831,18 @@ arangodb_client_connection_statistics_bytes_sent_bucket{le="5000"} 33084 arangodb_client_connection_statistics_bytes_sent_bucket{le="10000"} 33088 arangodb_client_connection_statistics_bytes_sent_bucket{le="+Inf"} 33092 arangodb_client_connection_statistics_bytes_sent_count 33092 -arangodb_client_connection_statistics_bytes_sent_sum 11292846 +arangodb_client_connection_statistics_bytes_sent_sum 11293086 # HELP arangodb_client_connection_statistics_bytes_received Bytes received for requests # TYPE arangodb_client_connection_statistics_bytes_received histogram -arangodb_client_connection_statistics_bytes_received_bucket{le="250"} 31893 +arangodb_client_connection_statistics_bytes_received_bucket{le="250"} 31894 arangodb_client_connection_statistics_bytes_received_bucket{le="1000"} 33092 arangodb_client_connection_statistics_bytes_received_bucket{le="2000"} 33092 arangodb_client_connection_statistics_bytes_received_bucket{le="5000"} 33092 arangodb_client_connection_statistics_bytes_received_bucket{le="10000"} 33092 arangodb_client_connection_statistics_bytes_received_bucket{le="+Inf"} 33092 arangodb_client_connection_statistics_bytes_received_count 33092 -arangodb_client_connection_statistics_bytes_received_sum 7732953 +arangodb_client_connection_statistics_bytes_received_sum 7732951 # HELP arangodb_client_user_connection_statistics_bytes_sent Bytes sent for responses, only user traffic # TYPE arangodb_client_user_connection_statistics_bytes_sent histogram @@ -853,18 +853,18 @@ arangodb_client_user_connection_statistics_bytes_sent_bucket{le="5000"} 33084 arangodb_client_user_connection_statistics_bytes_sent_bucket{le="10000"} 33088 arangodb_client_user_connection_statistics_bytes_sent_bucket{le="+Inf"} 33092 arangodb_client_user_connection_statistics_bytes_sent_count 33092 -arangodb_client_user_connection_statistics_bytes_sent_sum 11292846 +arangodb_client_user_connection_statistics_bytes_sent_sum 11293086 # HELP arangodb_client_user_connection_statistics_bytes_received Bytes received for requests, only user traffic # TYPE arangodb_client_user_connection_statistics_bytes_received histogram -arangodb_client_user_connection_statistics_bytes_received_bucket{le="250"} 31893 +arangodb_client_user_connection_statistics_bytes_received_bucket{le="250"} 31894 arangodb_client_user_connection_statistics_bytes_received_bucket{le="1000"} 33092 arangodb_client_user_connection_statistics_bytes_received_bucket{le="2000"} 33092 arangodb_client_user_connection_statistics_bytes_received_bucket{le="5000"} 33092 arangodb_client_user_connection_statistics_bytes_received_bucket{le="10000"} 33092 arangodb_client_user_connection_statistics_bytes_received_bucket{le="+Inf"} 33092 arangodb_client_user_connection_statistics_bytes_received_count 33092 -arangodb_client_user_connection_statistics_bytes_received_sum 7732953 +arangodb_client_user_connection_statistics_bytes_received_sum 7732951 # HELP arangodb_http_request_statistics_async_requests_total Number of asynchronously executed HTTP requests # TYPE arangodb_http_request_statistics_async_requests_total counter @@ -953,7 +953,7 @@ rocksdb_cache_hit_rate_recent 8 # HELP rocksdb_cache_limit rocksdb_cache_limit # TYPE rocksdb_cache_limit gauge -rocksdb_cache_limit 16338163712 +rocksdb_cache_limit 17872713728 # HELP rocksdb_actual_delayed_write_rate rocksdb_actual_delayed_write_rate # TYPE rocksdb_actual_delayed_write_rate gauge @@ -969,7 +969,7 @@ rocksdb_base_level 6 # HELP rocksdb_block_cache_capacity rocksdb_block_cache_capacity # TYPE rocksdb_block_cache_capacity gauge -rocksdb_block_cache_capacity 19605796454 +rocksdb_block_cache_capacity 21447256473 # HELP rocksdb_block_cache_pinned_usage rocksdb_block_cache_pinned_usage # TYPE rocksdb_block_cache_pinned_usage gauge @@ -1021,7 +1021,7 @@ rocksdb_cur_size_all_mem_tables 18432 # HELP rocksdb_estimate_live_data_size rocksdb_estimate_live_data_size # TYPE rocksdb_estimate_live_data_size gauge -rocksdb_estimate_live_data_size 1515358 +rocksdb_estimate_live_data_size 1508726 # HELP rocksdb_estimate_num_keys rocksdb_estimate_num_keys # TYPE rocksdb_estimate_num_keys gauge @@ -1037,11 +1037,11 @@ rocksdb_estimate_table_readers_mem 107872 # HELP rocksdb_free_disk_space rocksdb_free_disk_space # TYPE rocksdb_free_disk_space gauge -rocksdb_free_disk_space 169018986496 +rocksdb_free_disk_space 238688620544 # HELP rocksdb_free_inodes rocksdb_free_inodes # TYPE rocksdb_free_inodes gauge -rocksdb_free_inodes 22635080 +rocksdb_free_inodes 32195276 # HELP rocksdb_is_file_deletions_enabled rocksdb_is_file_deletions_enabled # TYPE rocksdb_is_file_deletions_enabled gauge @@ -1053,7 +1053,7 @@ rocksdb_is_write_stopped 0 # HELP rocksdb_live_sst_files_size rocksdb_live_sst_files_size # TYPE rocksdb_live_sst_files_size gauge -rocksdb_live_sst_files_size 1515358 +rocksdb_live_sst_files_size 1508726 # HELP rocksdb_mem_table_flush_pending rocksdb_mem_table_flush_pending # TYPE rocksdb_mem_table_flush_pending gauge @@ -1141,23 +1141,23 @@ rocksdb_read_only 0 # HELP rocksdb_size_all_mem_tables rocksdb_size_all_mem_tables # TYPE rocksdb_size_all_mem_tables gauge -rocksdb_size_all_mem_tables 68890496 +rocksdb_size_all_mem_tables 68863232 # HELP rocksdb_total_disk_space rocksdb_total_disk_space # TYPE rocksdb_total_disk_space gauge -rocksdb_total_disk_space 489997189120 +rocksdb_total_disk_space 266402316288 # HELP rocksdb_total_inodes rocksdb_total_inodes # TYPE rocksdb_total_inodes gauge -rocksdb_total_inodes 30457856 +rocksdb_total_inodes 32768000 # HELP rocksdb_total_sst_files_size rocksdb_total_sst_files_size # TYPE rocksdb_total_sst_files_size gauge -rocksdb_total_sst_files_size 1515358 +rocksdb_total_sst_files_size 1508726 # HELP rocksdb_wal_sequence rocksdb_wal_sequence # TYPE rocksdb_wal_sequence gauge -rocksdb_wal_sequence 175217 +rocksdb_wal_sequence 175198 # HELP rocksdb_engine_throttle_bps rocksdb_engine_throttle_bps # TYPE rocksdb_engine_throttle_bps gauge diff --git a/3.9/generated/Examples/RestAdminStatistics1.generated b/3.9/generated/Examples/RestAdminStatistics1.generated index c7bffe4c1a..bdccc8be85 100644 --- a/3.9/generated/Examples/RestAdminStatistics1.generated +++ b/3.9/generated/Examples/RestAdminStatistics1.generated @@ -3,23 +3,23 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 2261 +content-length: 2256 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "time" : 1687621328.1346414, + "time" : 1693580434.0765455, "enabled" : true, "system" : { - "minorPageFaults" : 82811, + "minorPageFaults" : 79322, "majorPageFaults" : 0, - "userTime" : 5.97, - "systemTime" : 1.62, - "numberOfThreads" : 84, - "residentSize" : 323305472, - "residentSizePercent" : 0.004789700868823533, - "virtualSize" : 1597661184 + "userTime" : 3.56, + "systemTime" : 0.97, + "numberOfThreads" : 90, + "residentSize" : 324423680, + "residentSizePercent" : 0.004405635520085259, + "virtualSize" : 1645940736 }, "client" : { "httpConnections" : 2, @@ -34,12 +34,12 @@ x-content-type-options: nosniff ] }, "totalTime" : { - "sum" : 5.362919330596924, + "sum" : 2.814401388168335, "count" : 33092, "counts" : [ - 33084, + 33086, 5, - 2, + 0, 0, 0, 1, @@ -50,12 +50,12 @@ x-content-type-options: nosniff ] }, "requestTime" : { - "sum" : 3.6765899658203125, + "sum" : 1.9274485111236572, "count" : 33092, "counts" : [ - 33084, + 33086, 5, - 2, + 0, 0, 0, 1, @@ -66,7 +66,7 @@ x-content-type-options: nosniff ] }, "queueTime" : { - "sum" : 0.2604055404663086, + "sum" : 0.1870415210723877, "count" : 33092, "counts" : [ 33092, @@ -82,7 +82,7 @@ x-content-type-options: nosniff ] }, "ioTime" : { - "sum" : 1.4259238243103027, + "sum" : 0.69991135597229, "count" : 33092, "counts" : [ 33092, @@ -98,7 +98,7 @@ x-content-type-options: nosniff ] }, "bytesSent" : { - "sum" : 11292846, + "sum" : 11293086, "count" : 33092, "counts" : [ 136, @@ -110,11 +110,11 @@ x-content-type-options: nosniff ] }, "bytesReceived" : { - "sum" : 7732953, + "sum" : 7732951, "count" : 33092, "counts" : [ - 31893, - 1199, + 31894, + 1198, 0, 0, 0, @@ -135,12 +135,12 @@ x-content-type-options: nosniff ] }, "totalTime" : { - "sum" : 5.362919330596924, + "sum" : 2.814401388168335, "count" : 33092, "counts" : [ - 33084, + 33086, 5, - 2, + 0, 0, 0, 1, @@ -151,12 +151,12 @@ x-content-type-options: nosniff ] }, "requestTime" : { - "sum" : 3.6765899658203125, + "sum" : 1.9274485111236572, "count" : 33092, "counts" : [ - 33084, + 33086, 5, - 2, + 0, 0, 0, 1, @@ -167,7 +167,7 @@ x-content-type-options: nosniff ] }, "queueTime" : { - "sum" : 0.2604055404663086, + "sum" : 0.1870415210723877, "count" : 33092, "counts" : [ 33092, @@ -183,7 +183,7 @@ x-content-type-options: nosniff ] }, "ioTime" : { - "sum" : 1.4259238243103027, + "sum" : 0.69991135597229, "count" : 33092, "counts" : [ 33092, @@ -199,7 +199,7 @@ x-content-type-options: nosniff ] }, "bytesSent" : { - "sum" : 11292846, + "sum" : 11293086, "count" : 33092, "counts" : [ 136, @@ -211,11 +211,11 @@ x-content-type-options: nosniff ] }, "bytesReceived" : { - "sum" : 7732953, + "sum" : 7732951, "count" : 33092, "counts" : [ - 31893, - 1199, + 31894, + 1198, 0, 0, 0, @@ -238,8 +238,8 @@ x-content-type-options: nosniff "requestsOther" : 0 }, "server" : { - "uptime" : 10.952444314956665, - "physicalMemory" : 67500138496, + "uptime" : 6.690886974334717, + "physicalMemory" : 73638338560, "transactions" : { "started" : 32221, "aborted" : 233, @@ -257,17 +257,17 @@ x-content-type-options: nosniff "memory" : [ { "contextId" : 0, - "tMax" : 1687621317.7593298, + "tMax" : 1693580427.9494982, "countOfTimes" : 7, - "heapMax" : 12015880, + "heapMax" : 11983552, "heapMin" : 0, - "invocations" : 21 + "invocations" : 17 }, { "contextId" : 1, - "tMax" : 1687621327.1208684, + "tMax" : 1693580433.2108526, "countOfTimes" : 7, - "heapMax" : 11994592, + "heapMax" : 12000480, "heapMin" : 0, "invocations" : 3 } diff --git a/3.9/generated/Examples/RestAdminSupportInfo.generated b/3.9/generated/Examples/RestAdminSupportInfo.generated index ca9f00af8c..9f0ffb05af 100644 --- a/3.9/generated/Examples/RestAdminSupportInfo.generated +++ b/3.9/generated/Examples/RestAdminSupportInfo.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 1101 +content-length: 1067 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -17,41 +17,41 @@ x-content-type-options: nosniff "maintenance" : false, "readOnly" : false, "version" : "3.9.12", - "build" : "heads/3.9-0-gdc600ef6b59", + "build" : "tags/v3.9.12-0-gf829585e5ee", "license" : "enterprise", - "os" : "Linux version 5.15.0-67-generic (buildd@lcy02-amd64-116) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023", + "os" : "Linux version 5.13.0-1031-aws (buildd@lcy02-amd64-083) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #35~20.04.1-Ubuntu SMP Mon Jun 13 22:30:30 UTC 2022", "platform" : "linux", "physicalMemory" : { - "value" : 67500138496, + "value" : 73638338560, "overridden" : false }, "numberOfCores" : { - "value" : 32, + "value" : 36, "overridden" : false }, "processStats" : { - "processUptime" : 11.008737564086914, - "numberOfThreads" : 84, - "virtualSize" : 1597661184, - "residentSetSize" : 323305472 + "processUptime" : 6.718496799468994, + "numberOfThreads" : 90, + "virtualSize" : 1645940736, + "residentSetSize" : 323899392 }, "cpuStats" : { - "userPercent" : 6.030150753768845, + "userPercent" : 6.25, "systemPercent" : 0, - "idlePercent" : 92.96482412060301, - "iowaitPercent" : 1.0050251256281406 + "idlePercent" : 93.75, + "iowaitPercent" : 0 }, "engineStats" : { - "cache.limit" : 16338163712, + "cache.limit" : 17872713728, "cache.allocated" : 1355000, "rocksdb.estimate-num-keys" : 10, - "rocksdb.estimate-live-data-size" : 38799, - "rocksdb.live-sst-files-size" : 38799, - "rocksdb.block-cache-capacity" : 19605796454, + "rocksdb.estimate-live-data-size" : 39142, + "rocksdb.live-sst-files-size" : 39142, + "rocksdb.block-cache-capacity" : 21447256473, "rocksdb.block-cache-usage" : 96, - "rocksdb.free-disk-space" : 169020473344, - "rocksdb.total-disk-space" : 489997189120 + "rocksdb.free-disk-space" : 238689976320, + "rocksdb.total-disk-space" : 266402316288 } }, - "date" : "2023-06-24T15:42:08Z" + "date" : "2023-09-01T15:00:34Z" } diff --git a/3.9/generated/Examples/RestAdminSupportInfo_cluster.generated b/3.9/generated/Examples/RestAdminSupportInfo_cluster.generated index 8999c3b327..c209783ec1 100644 --- a/3.9/generated/Examples/RestAdminSupportInfo_cluster.generated +++ b/3.9/generated/Examples/RestAdminSupportInfo_cluster.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 3490 +content-length: 3518 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -12,125 +12,125 @@ x-content-type-options: nosniff "deployment" : { "type" : "cluster", "servers" : { - "CRDN-6816eb51-1f6c-4666-b85e-e6eb05970c03" : { - "id" : "CRDN-6816eb51-1f6c-4666-b85e-e6eb05970c03", + "CRDN-e57fc77d-1fe1-422b-a090-5fc68fd9418e" : { + "id" : "CRDN-e57fc77d-1fe1-422b-a090-5fc68fd9418e", "alias" : "Coordinator0001", - "endpoint" : "tcp://127.0.0.1:30597", + "endpoint" : "tcp://127.0.0.1:32564", "role" : "COORDINATOR", "maintenance" : false, "readOnly" : false, "version" : "3.9.12", - "build" : "heads/3.9-0-gdc600ef6b59", + "build" : "tags/v3.9.12-0-gf829585e5ee", "license" : "enterprise", - "os" : "Linux version 5.15.0-67-generic (buildd@lcy02-amd64-116) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023", + "os" : "Linux version 5.13.0-1031-aws (buildd@lcy02-amd64-083) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #35~20.04.1-Ubuntu SMP Mon Jun 13 22:30:30 UTC 2022", "platform" : "linux", "physicalMemory" : { - "value" : 67500138496, + "value" : 73638338560, "overridden" : false }, "numberOfCores" : { - "value" : 32, + "value" : 36, "overridden" : false }, "processStats" : { - "processUptime" : 6.413407802581787, + "processUptime" : 7.250922203063965, "numberOfThreads" : 45, - "virtualSize" : 810950656, - "residentSetSize" : 115830784 + "virtualSize" : 795955200, + "residentSetSize" : 118607872 }, "cpuStats" : { - "userPercent" : 13.908467486918559, - "systemPercent" : 1.4216257895957582, - "idlePercent" : 83.71268024754266, - "iowaitPercent" : 0.9218750835349668 + "userPercent" : 5.083768703486916, + "systemPercent" : 1.9384969674372392, + "idlePercent" : 92.64009444230162, + "iowaitPercent" : 0.32873789352593746 } }, - "PRMR-881e7d0e-6fd5-48a2-9859-dc23b75b6371" : { - "id" : "PRMR-881e7d0e-6fd5-48a2-9859-dc23b75b6371", + "PRMR-7d2f4093-741c-4e77-b3a1-bc5917f1c6d3" : { + "id" : "PRMR-7d2f4093-741c-4e77-b3a1-bc5917f1c6d3", "alias" : "DBServer0002", - "endpoint" : "tcp://127.0.0.1:5683", + "endpoint" : "tcp://127.0.0.1:6277", "role" : "PRIMARY", "maintenance" : false, "readOnly" : false, "version" : "3.9.12", - "build" : "heads/3.9-0-gdc600ef6b59", + "build" : "tags/v3.9.12-0-gf829585e5ee", "license" : "enterprise", - "os" : "Linux version 5.15.0-67-generic (buildd@lcy02-amd64-116) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023", + "os" : "Linux version 5.13.0-1031-aws (buildd@lcy02-amd64-083) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #35~20.04.1-Ubuntu SMP Mon Jun 13 22:30:30 UTC 2022", "platform" : "linux", "physicalMemory" : { - "value" : 67500138496, + "value" : 73638338560, "overridden" : false }, "numberOfCores" : { - "value" : 32, + "value" : 36, "overridden" : false }, "processStats" : { - "processUptime" : 6.417954444885254, - "numberOfThreads" : 93, - "virtualSize" : 1336479744, - "residentSetSize" : 182530048 + "processUptime" : 7.252761602401733, + "numberOfThreads" : 100, + "virtualSize" : 1406271488, + "residentSetSize" : 182272000 }, "cpuStats" : { - "userPercent" : 13.908467486447696, - "systemPercent" : 1.4216257895476303, - "idlePercent" : 83.71268024809406, - "iowaitPercent" : 0.9218750835037575 + "userPercent" : 5.083768015710798, + "systemPercent" : 1.9384967051806348, + "idlePercent" : 92.64009543801319, + "iowaitPercent" : 0.32873784905143727 }, "engineStats" : { - "cache.limit" : 16338163712, + "cache.limit" : 17872713728, "cache.allocated" : 1090808, "rocksdb.estimate-num-keys" : 74, "rocksdb.estimate-live-data-size" : 0, "rocksdb.live-sst-files-size" : 0, - "rocksdb.block-cache-capacity" : 19605796454, + "rocksdb.block-cache-capacity" : 21447256473, "rocksdb.block-cache-usage" : 96, - "rocksdb.free-disk-space" : 168985513984, - "rocksdb.total-disk-space" : 489997189120 + "rocksdb.free-disk-space" : 238653075456, + "rocksdb.total-disk-space" : 266402316288 } }, - "PRMR-792b4f4c-68d0-45b5-90d6-a6ef1189d437" : { - "id" : "PRMR-792b4f4c-68d0-45b5-90d6-a6ef1189d437", + "PRMR-6d1ec310-907a-4510-9968-b9b9dd36a1db" : { + "id" : "PRMR-6d1ec310-907a-4510-9968-b9b9dd36a1db", "alias" : "DBServer0001", - "endpoint" : "tcp://127.0.0.1:1804", + "endpoint" : "tcp://127.0.0.1:7590", "role" : "PRIMARY", "maintenance" : false, "readOnly" : false, "version" : "3.9.12", - "build" : "heads/3.9-0-gdc600ef6b59", + "build" : "tags/v3.9.12-0-gf829585e5ee", "license" : "enterprise", - "os" : "Linux version 5.15.0-67-generic (buildd@lcy02-amd64-116) (gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023", + "os" : "Linux version 5.13.0-1031-aws (buildd@lcy02-amd64-083) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #35~20.04.1-Ubuntu SMP Mon Jun 13 22:30:30 UTC 2022", "platform" : "linux", "physicalMemory" : { - "value" : 67500138496, + "value" : 73638338560, "overridden" : false }, "numberOfCores" : { - "value" : 32, + "value" : 36, "overridden" : false }, "processStats" : { - "processUptime" : 6.416118621826172, - "numberOfThreads" : 94, - "virtualSize" : 1322864640, - "residentSetSize" : 178749440 + "processUptime" : 7.2549028396606445, + "numberOfThreads" : 101, + "virtualSize" : 1374830592, + "residentSetSize" : 178212864 }, "cpuStats" : { - "userPercent" : 13.908467486447696, - "systemPercent" : 1.4216257895476303, - "idlePercent" : 83.71268024809406, - "iowaitPercent" : 0.9218750835037575 + "userPercent" : 5.083767327934867, + "systemPercent" : 1.938496442924101, + "idlePercent" : 92.64009643372448, + "iowaitPercent" : 0.3287378045769491 }, "engineStats" : { - "cache.limit" : 16338163712, + "cache.limit" : 17872713728, "cache.allocated" : 1090808, "rocksdb.estimate-num-keys" : 48, "rocksdb.estimate-live-data-size" : 0, "rocksdb.live-sst-files-size" : 0, - "rocksdb.block-cache-capacity" : 19605796454, + "rocksdb.block-cache-capacity" : 21447256473, "rocksdb.block-cache-usage" : 96, - "rocksdb.free-disk-space" : 168985513984, - "rocksdb.total-disk-space" : 489997189120 + "rocksdb.free-disk-space" : 238653075456, + "rocksdb.total-disk-space" : 266402316288 } } }, @@ -147,5 +147,5 @@ x-content-type-options: nosniff "servers" : 2 } }, - "date" : "2023-06-24T15:43:13Z" + "date" : "2023-09-01T15:01:37Z" } diff --git a/3.9/generated/Examples/RestApiCollectionCompact.generated b/3.9/generated/Examples/RestApiCollectionCompact.generated index 8e68db97ec..557ff6a007 100644 --- a/3.9/generated/Examples/RestApiCollectionCompact.generated +++ b/3.9/generated/Examples/RestApiCollectionCompact.generated @@ -17,5 +17,5 @@ x-content-type-options: nosniff "name" : "testCollection", "id" : "66861", "isSystem" : false, - "globallyUniqueId" : "h4B0D1F61ADB6/66861" + "globallyUniqueId" : "hF3D8AF2E752B/66861" } diff --git a/3.9/generated/Examples/RestBackupCreateBackup.generated b/3.9/generated/Examples/RestBackupCreateBackup.generated index d7053e6970..096a1532c1 100644 --- a/3.9/generated/Examples/RestBackupCreateBackup.generated +++ b/3.9/generated/Examples/RestBackupCreateBackup.generated @@ -16,10 +16,10 @@ x-content-type-options: nosniff "error" : false, "code" : 201, "result" : { - "id" : "2023-06-24T15.42.08Z_foo", + "id" : "2023-09-01T15.00.34Z_foo", "potentiallyInconsistent" : false, - "sizeInBytes" : 67590, - "datetime" : "2023-06-24T15:42:08Z", + "sizeInBytes" : 67591, + "datetime" : "2023-09-01T15:00:34Z", "nrDBServers" : 1, "nrFiles" : 21 } diff --git a/3.9/generated/Examples/RestBackupDeleteBackup.generated b/3.9/generated/Examples/RestBackupDeleteBackup.generated index 721ea05649..15a72ef318 100644 --- a/3.9/generated/Examples/RestBackupDeleteBackup.generated +++ b/3.9/generated/Examples/RestBackupDeleteBackup.generated @@ -1,6 +1,6 @@ shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_admin/backup/delete <<EOF { - "id" : "2023-06-24T15.42.08Z_b4351173-dea3-4e19-997b-57cf3c044f12" + "id" : "2023-09-01T15.00.34Z_da1cd44e-dc9d-4409-9e0b-9ffc24b1e825" } EOF diff --git a/3.9/generated/Examples/RestBackupDownloadBackup.generated b/3.9/generated/Examples/RestBackupDownloadBackup.generated index 27f0c58636..0a2404cf7f 100644 --- a/3.9/generated/Examples/RestBackupDownloadBackup.generated +++ b/3.9/generated/Examples/RestBackupDownloadBackup.generated @@ -1,6 +1,6 @@ shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_admin/backup/download <<EOF { - "id" : "2023-06-24T15.42.08Z_f9d29ca7-0d8d-4e6d-bc13-937ce80a244f", + "id" : "2023-09-01T15.00.34Z_b9e13725-422a-4f57-8a53-bf8262904631", "remoteRepository" : "local://tmp/backups", "config" : { "local" : { @@ -22,6 +22,6 @@ x-content-type-options: nosniff "error" : false, "code" : 202, "result" : { - "downloadId" : "66890" + "downloadId" : "66886" } } diff --git a/3.9/generated/Examples/RestBackupDownloadBackupStarted.generated b/3.9/generated/Examples/RestBackupDownloadBackupStarted.generated index 7a4eefb208..372ded9a05 100644 --- a/3.9/generated/Examples/RestBackupDownloadBackupStarted.generated +++ b/3.9/generated/Examples/RestBackupDownloadBackupStarted.generated @@ -16,10 +16,10 @@ x-content-type-options: nosniff "error" : false, "code" : 200, "result" : { - "Timestamp" : "2023-06-24T15:42:39Z", + "Timestamp" : "2023-09-01T15:01:05Z", "DownloadId" : "66897", "Cancelled" : false, - "BackupId" : "2023-06-24T15.42.23Z_4bff5d8a-90a6-4068-bda6-b5709362f449", + "BackupId" : "2023-09-01T15.00.49Z_51e86c98-330d-4272-9e5b-750f142edbe2", "DBServers" : { "SNGL" : { "Status" : "STARTED" diff --git a/3.9/generated/Examples/RestBackupListBackup.generated b/3.9/generated/Examples/RestBackupListBackup.generated index 9a399909c2..fdbf7dd27f 100644 --- a/3.9/generated/Examples/RestBackupListBackup.generated +++ b/3.9/generated/Examples/RestBackupListBackup.generated @@ -15,40 +15,40 @@ x-content-type-options: nosniff "error" : false, "code" : 200, "result" : { - "server" : "SNGL-a6698187-8e65-4b29-b8da-57e67c78c16c", + "server" : "SNGL-d56d702d-6940-479d-affc-e21a2250a196", "list" : { - "2023-06-24T15.42.39Z_8bc81d11-ad66-4ad5-ba25-b8c35ec2991c" : { - "id" : "2023-06-24T15.42.39Z_8bc81d11-ad66-4ad5-ba25-b8c35ec2991c", + "2023-09-01T15.01.05Z_83ce6092-9949-42a6-b0f8-274ffca9e20e" : { + "id" : "2023-09-01T15.01.05Z_83ce6092-9949-42a6-b0f8-274ffca9e20e", "version" : "3.9.12", - "datetime" : "2023-06-24T15:42:39Z", + "datetime" : "2023-09-01T15:01:05Z", "keys" : [ ], - "sizeInBytes" : 83247, - "nrFiles" : 23, + "sizeInBytes" : 79911, + "nrFiles" : 21, "nrDBServers" : 1, "available" : true, "nrPiecesPresent" : 1, "potentiallyInconsistent" : false, "countIncludesFilesOnly" : true }, - "2023-06-24T15.42.08Z_foo" : { - "id" : "2023-06-24T15.42.08Z_foo", + "2023-09-01T15.01.05Z_41430907-fca9-4532-9c09-b7fd910e9b63" : { + "id" : "2023-09-01T15.01.05Z_41430907-fca9-4532-9c09-b7fd910e9b63", "version" : "3.9.12", - "datetime" : "2023-06-24T15:42:08Z", + "datetime" : "2023-09-01T15:01:05Z", "keys" : [ ], - "sizeInBytes" : 67590, - "nrFiles" : 21, + "sizeInBytes" : 83247, + "nrFiles" : 23, "nrDBServers" : 1, "available" : true, "nrPiecesPresent" : 1, "potentiallyInconsistent" : false, "countIncludesFilesOnly" : true }, - "2023-06-24T15.42.39Z_6f1ade06-49ae-4f0b-a31a-d12dcd70491c" : { - "id" : "2023-06-24T15.42.39Z_6f1ade06-49ae-4f0b-a31a-d12dcd70491c", + "2023-09-01T15.00.34Z_foo" : { + "id" : "2023-09-01T15.00.34Z_foo", "version" : "3.9.12", - "datetime" : "2023-06-24T15:42:39Z", + "datetime" : "2023-09-01T15:00:34Z", "keys" : [ ], - "sizeInBytes" : 79911, + "sizeInBytes" : 67591, "nrFiles" : 21, "nrDBServers" : 1, "available" : true, diff --git a/3.9/generated/Examples/RestBackupRestoreBackup.generated b/3.9/generated/Examples/RestBackupRestoreBackup.generated index 1578d33bec..52b61a4be9 100644 --- a/3.9/generated/Examples/RestBackupRestoreBackup.generated +++ b/3.9/generated/Examples/RestBackupRestoreBackup.generated @@ -1,6 +1,6 @@ shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_admin/backup/restore <<EOF { - "id" : "2023-06-24T15.42.39Z_9a860863-40fa-4786-8897-5388d54c7a55" + "id" : "2023-09-01T15.01.05Z_322e094e-8ccf-47b3-8186-00dc0c76dda3" } EOF @@ -16,6 +16,6 @@ x-content-type-options: nosniff "error" : false, "code" : 200, "result" : { - "previous" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/data/backups/DIRECTORY_TO_DELETE" + "previous" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/data/backups/DIRECTORY_TO_DELETE" } } diff --git a/3.9/generated/Examples/RestBackupUploadBackup.generated b/3.9/generated/Examples/RestBackupUploadBackup.generated index 89d1ad7493..23284f406e 100644 --- a/3.9/generated/Examples/RestBackupUploadBackup.generated +++ b/3.9/generated/Examples/RestBackupUploadBackup.generated @@ -1,6 +1,6 @@ shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_admin/backup/upload <<EOF { - "id" : "2023-06-24T15.42.49Z_d03df07d-3b1c-418a-a5f7-241a74cd4707", + "id" : "2023-09-01T15.01.15Z_6c210ee8-1b04-4d7e-b698-3a3c86c5c4ea", "remoteRepository" : "local://tmp/backups", "config" : { "local" : { diff --git a/3.9/generated/Examples/RestBackupUploadBackupStarted.generated b/3.9/generated/Examples/RestBackupUploadBackupStarted.generated index d6dacf5918..7cd825a1fb 100644 --- a/3.9/generated/Examples/RestBackupUploadBackupStarted.generated +++ b/3.9/generated/Examples/RestBackupUploadBackupStarted.generated @@ -16,10 +16,10 @@ x-content-type-options: nosniff "error" : false, "code" : 200, "result" : { - "Timestamp" : "2023-06-24T15:42:49Z", + "Timestamp" : "2023-09-01T15:01:15Z", "UploadId" : "66927", "Cancelled" : false, - "BackupId" : "2023-06-24T15.42.49Z_f922f5ab-a211-4b16-a50b-51be43bbb6fa", + "BackupId" : "2023-09-01T15.01.15Z_afa977bc-6601-455f-8601-870aff8fe1c4", "DBServers" : { "SNGL" : { "Status" : "STARTED" diff --git a/3.9/generated/Examples/RestBatchMultipartHeader.generated b/3.9/generated/Examples/RestBatchMultipartHeader.generated index 79f39cf1cb..d449131757 100644 --- a/3.9/generated/Examples/RestBatchMultipartHeader.generated +++ b/3.9/generated/Examples/RestBatchMultipartHeader.generated @@ -91,7 +91,7 @@ Content-Length: 424 "code" : 200, "waitForSync" : false, "status" : 3, - "globallyUniqueId" : "h4B0D1F61ADB6/66931", + "globallyUniqueId" : "hF3D8AF2E752B/66931", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, @@ -131,7 +131,7 @@ Content-Length: 543 "syncByRevision" : true, "status" : 3, "count" : 0, - "globallyUniqueId" : "h4B0D1F61ADB6/66931", + "globallyUniqueId" : "hF3D8AF2E752B/66931", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionCreateCollection.generated b/3.9/generated/Examples/RestCollectionCreateCollection.generated index 53e3ae9250..5046608e61 100644 --- a/3.9/generated/Examples/RestCollectionCreateCollection.generated +++ b/3.9/generated/Examples/RestCollectionCreateCollection.generated @@ -17,7 +17,7 @@ x-content-type-options: nosniff "code" : 200, "waitForSync" : false, "status" : 3, - "globallyUniqueId" : "h4B0D1F61ADB6/66939", + "globallyUniqueId" : "hF3D8AF2E752B/66939", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, @@ -57,7 +57,7 @@ x-content-type-options: nosniff "code" : 200, "waitForSync" : false, "status" : 3, - "globallyUniqueId" : "h4B0D1F61ADB6/66944", + "globallyUniqueId" : "hF3D8AF2E752B/66944", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionCreateKeyopt.generated b/3.9/generated/Examples/RestCollectionCreateKeyopt.generated index 74b0fb06cf..9005cd8c5e 100644 --- a/3.9/generated/Examples/RestCollectionCreateKeyopt.generated +++ b/3.9/generated/Examples/RestCollectionCreateKeyopt.generated @@ -22,7 +22,7 @@ x-content-type-options: nosniff "code" : 200, "waitForSync" : false, "status" : 3, - "globallyUniqueId" : "h4B0D1F61ADB6/66954", + "globallyUniqueId" : "hF3D8AF2E752B/66954", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionGetAllCollections.generated b/3.9/generated/Examples/RestCollectionGetAllCollections.generated index 0f382b8917..4908628b61 100644 --- a/3.9/generated/Examples/RestCollectionGetAllCollections.generated +++ b/3.9/generated/Examples/RestCollectionGetAllCollections.generated @@ -18,7 +18,7 @@ x-content-type-options: nosniff "status" : 3, "type" : 2, "isSystem" : false, - "globallyUniqueId" : "h4B0D1F61ADB6/97" + "globallyUniqueId" : "hF3D8AF2E752B/97" }, { "id" : "10", @@ -34,7 +34,7 @@ x-content-type-options: nosniff "status" : 3, "type" : 2, "isSystem" : false, - "globallyUniqueId" : "h4B0D1F61ADB6/91" + "globallyUniqueId" : "hF3D8AF2E752B/91" }, { "id" : "4", diff --git a/3.9/generated/Examples/RestCollectionGetCollectionChecksum.generated b/3.9/generated/Examples/RestCollectionGetCollectionChecksum.generated index f68b05eb09..b781f87402 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionChecksum.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionChecksum.generated @@ -12,12 +12,12 @@ x-content-type-options: nosniff { "error" : false, "code" : 200, - "globallyUniqueId" : "h4B0D1F61ADB6/66982", + "globallyUniqueId" : "hF3D8AF2E752B/66982", "isSystem" : false, "type" : 2, "status" : 3, "name" : "products", "id" : "66982", - "revision" : "_gM2Qdyq---", + "revision" : "_gjDBNDC--_", "checksum" : "3711379600478047446" } diff --git a/3.9/generated/Examples/RestCollectionGetCollectionChecksumNoRev.generated b/3.9/generated/Examples/RestCollectionGetCollectionChecksumNoRev.generated index 06c5a4d8e8..8f5044e2ac 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionChecksumNoRev.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionChecksumNoRev.generated @@ -12,12 +12,12 @@ x-content-type-options: nosniff { "error" : false, "code" : 200, - "globallyUniqueId" : "h4B0D1F61ADB6/66992", + "globallyUniqueId" : "hF3D8AF2E752B/66992", "isSystem" : false, "type" : 2, "status" : 3, "name" : "products", "id" : "66992", - "revision" : "_gM2QdzK---", + "revision" : "_gjDBNDS---", "checksum" : "14205417695992118969" } diff --git a/3.9/generated/Examples/RestCollectionGetCollectionCount.generated b/3.9/generated/Examples/RestCollectionGetCollectionCount.generated index 77b477f5e3..b930353a82 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionCount.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionCount.generated @@ -17,7 +17,7 @@ x-content-type-options: nosniff "syncByRevision" : true, "status" : 3, "count" : 100, - "globallyUniqueId" : "h4B0D1F61ADB6/67002", + "globallyUniqueId" : "hF3D8AF2E752B/67002", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionGetCollectionFigures.generated b/3.9/generated/Examples/RestCollectionGetCollectionFigures.generated index a9850d8012..59f5750ccc 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionFigures.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionFigures.generated @@ -17,7 +17,7 @@ x-content-type-options: nosniff "syncByRevision" : true, "status" : 3, "count" : 1, - "globallyUniqueId" : "h4B0D1F61ADB6/67210", + "globallyUniqueId" : "hF3D8AF2E752B/67210", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, @@ -28,7 +28,7 @@ x-content-type-options: nosniff "count" : 1, "size" : 2669 }, - "documentsSize" : 3416, + "documentsSize" : 3418, "cacheInUse" : false, "cacheSize" : 0, "cacheUsage" : 0 diff --git a/3.9/generated/Examples/RestCollectionGetCollectionFiguresDetails.generated b/3.9/generated/Examples/RestCollectionGetCollectionFiguresDetails.generated index 57c9434e22..99e9eee741 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionFiguresDetails.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionFiguresDetails.generated @@ -17,7 +17,7 @@ x-content-type-options: nosniff "syncByRevision" : true, "status" : 3, "count" : 1, - "globallyUniqueId" : "h4B0D1F61ADB6/67220", + "globallyUniqueId" : "hF3D8AF2E752B/67220", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionGetCollectionIdentifier.generated b/3.9/generated/Examples/RestCollectionGetCollectionIdentifier.generated index eec1ff1dba..8146cb8d0b 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionIdentifier.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionIdentifier.generated @@ -14,7 +14,7 @@ x-content-type-options: nosniff "code" : 200, "waitForSync" : true, "status" : 3, - "globallyUniqueId" : "h4B0D1F61ADB6/67230", + "globallyUniqueId" : "hF3D8AF2E752B/67230", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionGetCollectionName.generated b/3.9/generated/Examples/RestCollectionGetCollectionName.generated index 1f284a977c..92b5cf1ba0 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionName.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionName.generated @@ -14,7 +14,7 @@ x-content-type-options: nosniff "code" : 200, "waitForSync" : true, "status" : 3, - "globallyUniqueId" : "h4B0D1F61ADB6/67238", + "globallyUniqueId" : "hF3D8AF2E752B/67238", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionGetCollectionRevision.generated b/3.9/generated/Examples/RestCollectionGetCollectionRevision.generated index 3c6694f702..66700ee0ff 100644 --- a/3.9/generated/Examples/RestCollectionGetCollectionRevision.generated +++ b/3.9/generated/Examples/RestCollectionGetCollectionRevision.generated @@ -21,7 +21,7 @@ x-content-type-options: nosniff "status" : 3, "usesRevisionsAsDocumentIds" : true, "schema" : null, - "globallyUniqueId" : "h4B0D1F61ADB6/67246", + "globallyUniqueId" : "hF3D8AF2E752B/67246", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionIdentifierLoad.generated b/3.9/generated/Examples/RestCollectionIdentifierLoad.generated index 18bc2cf0c8..c3da8e850c 100644 --- a/3.9/generated/Examples/RestCollectionIdentifierLoad.generated +++ b/3.9/generated/Examples/RestCollectionIdentifierLoad.generated @@ -17,6 +17,6 @@ x-content-type-options: nosniff "name" : "products", "id" : "67254", "isSystem" : false, - "globallyUniqueId" : "h4B0D1F61ADB6/67254", + "globallyUniqueId" : "hF3D8AF2E752B/67254", "count" : 0 } diff --git a/3.9/generated/Examples/RestCollectionIdentifierPropertiesSync.generated b/3.9/generated/Examples/RestCollectionIdentifierPropertiesSync.generated index c02f1713b1..d48227175a 100644 --- a/3.9/generated/Examples/RestCollectionIdentifierPropertiesSync.generated +++ b/3.9/generated/Examples/RestCollectionIdentifierPropertiesSync.generated @@ -18,7 +18,7 @@ x-content-type-options: nosniff "code" : 200, "waitForSync" : true, "status" : 3, - "globallyUniqueId" : "h4B0D1F61ADB6/67269", + "globallyUniqueId" : "hF3D8AF2E752B/67269", "isSystem" : false, "internalValidatorType" : 0, "isSmartChild" : false, diff --git a/3.9/generated/Examples/RestCollectionIdentifierRename.generated b/3.9/generated/Examples/RestCollectionIdentifierRename.generated index 631dc442ab..702a787e50 100644 --- a/3.9/generated/Examples/RestCollectionIdentifierRename.generated +++ b/3.9/generated/Examples/RestCollectionIdentifierRename.generated @@ -21,5 +21,5 @@ x-content-type-options: nosniff "name" : "newname", "id" : "67278", "isSystem" : false, - "globallyUniqueId" : "h4B0D1F61ADB6/67278" + "globallyUniqueId" : "hF3D8AF2E752B/67278" } diff --git a/3.9/generated/Examples/RestCollectionIdentifierTruncate.generated b/3.9/generated/Examples/RestCollectionIdentifierTruncate.generated index 9d86ee764b..91d0fe177f 100644 --- a/3.9/generated/Examples/RestCollectionIdentifierTruncate.generated +++ b/3.9/generated/Examples/RestCollectionIdentifierTruncate.generated @@ -17,5 +17,5 @@ x-content-type-options: nosniff "name" : "products", "id" : "67287", "isSystem" : false, - "globallyUniqueId" : "h4B0D1F61ADB6/67287" + "globallyUniqueId" : "hF3D8AF2E752B/67287" } diff --git a/3.9/generated/Examples/RestCollectionIdentifierUnload.generated b/3.9/generated/Examples/RestCollectionIdentifierUnload.generated index bfecc9ae64..ba481ce09a 100644 --- a/3.9/generated/Examples/RestCollectionIdentifierUnload.generated +++ b/3.9/generated/Examples/RestCollectionIdentifierUnload.generated @@ -17,5 +17,5 @@ x-content-type-options: nosniff "name" : "products", "id" : "67295", "isSystem" : false, - "globallyUniqueId" : "h4B0D1F61ADB6/67295" + "globallyUniqueId" : "hF3D8AF2E752B/67295" } diff --git a/3.9/generated/Examples/RestCursorCreateCursorForLimitReturn.generated b/3.9/generated/Examples/RestCursorCreateCursorForLimitReturn.generated index 65e4a1f70d..45ad88feba 100644 --- a/3.9/generated/Examples/RestCursorCreateCursorForLimitReturn.generated +++ b/3.9/generated/Examples/RestCursorCreateCursorForLimitReturn.generated @@ -9,7 +9,7 @@ EOF HTTP/1.1 201 Created content-type: application/json connection: Keep-Alive -content-length: 440 +content-length: 439 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -19,13 +19,13 @@ x-content-type-options: nosniff { "_key" : "67311", "_id" : "products/67311", - "_rev" : "_gM2QeKm---", + "_rev" : "_gjDBNZe--_", "hello1" : "world1" }, { "_key" : "67313", "_id" : "products/67313", - "_rev" : "_gM2QeKm--_", + "_rev" : "_gjDBNZe--A", "hello2" : "world1" } ], @@ -41,7 +41,7 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00011220760643482208, + "executionTime" : 0.00008810500003164634, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorCreateCursorForLimitReturnSingle.generated b/3.9/generated/Examples/RestCursorCreateCursorForLimitReturnSingle.generated index bf5e03dd4f..ea992dff48 100644 --- a/3.9/generated/Examples/RestCursorCreateCursorForLimitReturnSingle.generated +++ b/3.9/generated/Examples/RestCursorCreateCursorForLimitReturnSingle.generated @@ -19,13 +19,13 @@ x-content-type-options: nosniff { "_key" : "67331", "_id" : "products/67331", - "_rev" : "_gM2QeLC--_", + "_rev" : "_gjDBNZu---", "hello1" : "world1" }, { "_key" : "67333", "_id" : "products/67333", - "_rev" : "_gM2QeLG---", + "_rev" : "_gjDBNZu--_", "hello2" : "world1" } ], @@ -41,7 +41,7 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00009286962449550629, + "executionTime" : 0.00006973300014578854, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorCreateCursorOption.generated b/3.9/generated/Examples/RestCursorCreateCursorOption.generated index 7f625ca91e..579304847e 100644 --- a/3.9/generated/Examples/RestCursorCreateCursorOption.generated +++ b/3.9/generated/Examples/RestCursorCreateCursorOption.generated @@ -11,7 +11,7 @@ EOF HTTP/1.1 201 Created content-type: application/json connection: Keep-Alive -content-length: 333 +content-length: 332 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -42,7 +42,7 @@ x-content-type-options: nosniff "filtered" : 500, "httpRequests" : 0, "fullCount" : 500, - "executionTime" : 0.00034093111753463745, + "executionTime" : 0.0002511079999294452, "peakMemoryUsage" : 32768 } }, diff --git a/3.9/generated/Examples/RestCursorDelete.generated b/3.9/generated/Examples/RestCursorDelete.generated index d346b7b01e..87fee74fb2 100644 --- a/3.9/generated/Examples/RestCursorDelete.generated +++ b/3.9/generated/Examples/RestCursorDelete.generated @@ -9,7 +9,7 @@ EOF HTTP/1.1 201 Created content-type: application/json connection: Keep-Alive -content-length: 439 +content-length: 438 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -19,13 +19,13 @@ x-content-type-options: nosniff { "_key" : "67351", "_id" : "products/67351", - "_rev" : "_gM2QeM---_", + "_rev" : "_gjDBNaK--_", "hello1" : "world1" }, { "_key" : "67353", "_id" : "products/67353", - "_rev" : "_gM2QeMC---", + "_rev" : "_gjDBNaK--A", "hello2" : "world1" } ], @@ -41,7 +41,7 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00009406544268131256, + "executionTime" : 0.0000709090002146695, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorDeleteIgnore.generated b/3.9/generated/Examples/RestCursorDeleteIgnore.generated index 23a23e96f4..1f00c6ef49 100644 --- a/3.9/generated/Examples/RestCursorDeleteIgnore.generated +++ b/3.9/generated/Examples/RestCursorDeleteIgnore.generated @@ -7,7 +7,7 @@ EOF HTTP/1.1 201 Created content-type: application/json connection: Keep-Alive -content-length: 261 +content-length: 260 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -25,7 +25,7 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00013351812958717346, + "executionTime" : 0.00008398400018450047, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorDeleteQuery.generated b/3.9/generated/Examples/RestCursorDeleteQuery.generated index 7bb6f37194..3dfdda70da 100644 --- a/3.9/generated/Examples/RestCursorDeleteQuery.generated +++ b/3.9/generated/Examples/RestCursorDeleteQuery.generated @@ -25,7 +25,7 @@ x-content-type-options: nosniff "scannedIndex" : 2, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.0002217404544353485, + "executionTime" : 0.0001232470001468755, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorForLimitReturnCont.generated b/3.9/generated/Examples/RestCursorForLimitReturnCont.generated index 9cde843bb8..2c6b8a59a9 100644 --- a/3.9/generated/Examples/RestCursorForLimitReturnCont.generated +++ b/3.9/generated/Examples/RestCursorForLimitReturnCont.generated @@ -21,13 +21,13 @@ x-content-type-options: nosniff { "_key" : "67408", "_id" : "products/67408", - "_rev" : "_gM2QeNm--_", + "_rev" : "_gjDBNbC---", "hello3" : "world1" }, { "_key" : "67410", "_id" : "products/67410", - "_rev" : "_gM2QeNm--A", + "_rev" : "_gjDBNbC--_", "hello4" : "world1" } ], @@ -43,7 +43,7 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00009045936167240143, + "executionTime" : 0.00006747099996573525, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorOptimizerRules.generated b/3.9/generated/Examples/RestCursorOptimizerRules.generated index 69879a913b..8aa07f44d5 100644 --- a/3.9/generated/Examples/RestCursorOptimizerRules.generated +++ b/3.9/generated/Examples/RestCursorOptimizerRules.generated @@ -17,7 +17,7 @@ EOF HTTP/1.1 201 Created content-type: application/json connection: Keep-Alive -content-length: 292 +content-length: 291 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -47,7 +47,7 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00010421685874462128, + "executionTime" : 0.00007873300000937888, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorPostForLimitReturnCont.generated b/3.9/generated/Examples/RestCursorPostForLimitReturnCont.generated index f6d5dd599f..86799b005e 100644 --- a/3.9/generated/Examples/RestCursorPostForLimitReturnCont.generated +++ b/3.9/generated/Examples/RestCursorPostForLimitReturnCont.generated @@ -21,13 +21,13 @@ x-content-type-options: nosniff { "_key" : "67433", "_id" : "products/67433", - "_rev" : "_gM2QeOq---", + "_rev" : "_gjDBNbi---", "hello3" : "world1" }, { "_key" : "67435", "_id" : "products/67435", - "_rev" : "_gM2QeOq--_", + "_rev" : "_gjDBNbi--_", "hello4" : "world1" } ], @@ -43,7 +43,7 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00008987076580524445, + "executionTime" : 0.00006602100006602996, "peakMemoryUsage" : 0 } }, diff --git a/3.9/generated/Examples/RestCursorProfileQuery.generated b/3.9/generated/Examples/RestCursorProfileQuery.generated index 64e8f01e82..8f1d6a8e06 100644 --- a/3.9/generated/Examples/RestCursorProfileQuery.generated +++ b/3.9/generated/Examples/RestCursorProfileQuery.generated @@ -32,38 +32,38 @@ x-content-type-options: nosniff "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.7590110749006271, + "executionTime" : 0.7614371879999453, "peakMemoryUsage" : 0, "nodes" : [ { "id" : 1, "calls" : 1, "items" : 1, - "runtime" : 0.0000029616057872772217 + "runtime" : 0.000002278000010846881 }, { "id" : 2, "calls" : 1, "items" : 1, - "runtime" : 0.25300795398652554 + "runtime" : 0.2537046709999231 }, { "id" : 3, "calls" : 1, "items" : 1, - "runtime" : 0.7588660344481468 + "runtime" : 0.7613386369998807 }, { "id" : 4, "calls" : 1, "items" : 1, - "runtime" : 0.000004693865776062012 + "runtime" : 0.00000345100011145405 }, { "id" : 5, "calls" : 1, "items" : 1, - "runtime" : 0.758869856595993 + "runtime" : 0.7613453520000348 } ] }, @@ -216,14 +216,14 @@ x-content-type-options: nosniff "isModificationQuery" : false }, "profile" : { - "initializing" : 7.80448317527771e-7, - "parsing" : 0.00002175942063331604, - "optimizing ast" : 0.000003727152943611145, - "loading collections" : 0.000001773238182067871, - "instantiating plan" : 0.000008236616849899292, - "optimizing plan" : 0.0001000668853521347, - "executing" : 0.7588745206594467, - "finalizing" : 0.000023720785975456238 + "initializing" : 5.669999154633842e-7, + "parsing" : 0.000014575000022887252, + "optimizing ast" : 0.0000022950000584387453, + "loading collections" : 5.360000159271294e-7, + "instantiating plan" : 0.000005968999857941526, + "optimizing plan" : 0.00006214700010787055, + "executing" : 0.7613537439999618, + "finalizing" : 0.00004878799995822192 } }, "error" : false, diff --git a/3.9/generated/Examples/RestDocumentHandlerDeleteDocument.generated b/3.9/generated/Examples/RestDocumentHandlerDeleteDocument.generated index 729feb06e7..e55c991515 100644 --- a/3.9/generated/Examples/RestDocumentHandlerDeleteDocument.generated +++ b/3.9/generated/Examples/RestDocumentHandlerDeleteDocument.generated @@ -4,7 +4,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 60 -etag: "_gM2QfEu--_" +etag: "_gjDBOPO--_" location: /_db/_system/_api/document/products/67583 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -13,5 +13,5 @@ x-content-type-options: nosniff { "_id" : "products/67583", "_key" : "67583", - "_rev" : "_gM2QfEu--_" + "_rev" : "_gjDBOPO--_" } diff --git a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIdentifierMulti.generated b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIdentifierMulti.generated index 2e9b6170f7..17d4df35d3 100644 --- a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIdentifierMulti.generated +++ b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIdentifierMulti.generated @@ -17,11 +17,11 @@ x-content-type-options: nosniff { "_id" : "products/1", "_key" : "1", - "_rev" : "_gM2QfFe--_" + "_rev" : "_gjDBOPu--_" }, { "_id" : "products/2", "_key" : "2", - "_rev" : "_gM2QfFe--A" + "_rev" : "_gjDBOPu--A" } ] diff --git a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated index f264d29fd9..95a4648b5c 100644 --- a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated +++ b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentIfMatchOther.generated @@ -1,10 +1,10 @@ -shell> curl -X DELETE --header 'If-Match: "_gM2QfGC--A"' --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/67602 +shell> curl -X DELETE --header 'If-Match: "_gjDBOQG--A"' --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/67602 HTTP/1.1 412 Precondition Failed content-type: application/json connection: Keep-Alive content-length: 152 -etag: "_gM2QfGC--_" +etag: "_gjDBOQG--_" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -16,5 +16,5 @@ x-content-type-options: nosniff "errorMessage" : "conflict, _rev values do not match", "_id" : "products/67602", "_key" : "67602", - "_rev" : "_gM2QfGC--_" + "_rev" : "_gjDBOQG--_" } diff --git a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentKeyMulti.generated b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentKeyMulti.generated index f1f0559bc0..c66fb39576 100644 --- a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentKeyMulti.generated +++ b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentKeyMulti.generated @@ -17,11 +17,11 @@ x-content-type-options: nosniff { "_id" : "products/1", "_key" : "1", - "_rev" : "_gM2QfGa---" + "_rev" : "_gjDBOQS--_" }, { "_id" : "products/2", "_key" : "2", - "_rev" : "_gM2QfGa--_" + "_rev" : "_gjDBOQS--A" } ] diff --git a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentObjectMulti.generated b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentObjectMulti.generated index 95afddaa7a..8a3ac67658 100644 --- a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentObjectMulti.generated +++ b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentObjectMulti.generated @@ -21,11 +21,11 @@ x-content-type-options: nosniff { "_id" : "products/1", "_key" : "1", - "_rev" : "_gM2QfG6---" + "_rev" : "_gjDBOQq--_" }, { "_id" : "products/2", "_key" : "2", - "_rev" : "_gM2QfG6--_" + "_rev" : "_gjDBOQq--A" } ] diff --git a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentRevMulti.generated b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentRevMulti.generated index 663aad4259..255cb82ff2 100644 --- a/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentRevMulti.generated +++ b/3.9/generated/Examples/RestDocumentHandlerDeleteDocumentRevMulti.generated @@ -2,11 +2,11 @@ [ { "_key" : "1", - "_rev" : "_gM2QfIC---" + "_rev" : "_gjDBORW--_" }, { "_key" : "2", - "_rev" : "_gM2QfIC--_" + "_rev" : "_gjDBORW--A" } ] EOF @@ -23,11 +23,11 @@ x-content-type-options: nosniff { "_id" : "products/1", "_key" : "1", - "_rev" : "_gM2QfIC---" + "_rev" : "_gjDBORW--_" }, { "_id" : "products/2", "_key" : "2", - "_rev" : "_gM2QfIC--_" + "_rev" : "_gjDBORW--A" } ] diff --git a/3.9/generated/Examples/RestDocumentHandlerPatchDocument.generated b/3.9/generated/Examples/RestDocumentHandlerPatchDocument.generated index a795a96801..e2a7268f78 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPatchDocument.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPatchDocument.generated @@ -8,7 +8,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 84 -etag: "_gM2QfJ2---" +etag: "_gjDBOSq--A" location: /_db/_system/_api/document/products/67679 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -17,8 +17,8 @@ x-content-type-options: nosniff { "_id" : "products/67679", "_key" : "67679", - "_rev" : "_gM2QfJ2---", - "_oldRev" : "_gM2QfJy--_" + "_rev" : "_gjDBOSq--A", + "_oldRev" : "_gjDBOSq--_" } shell> curl -X PATCH --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products/67679 <<EOF { @@ -35,7 +35,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 84 -etag: "_gM2QfK----" +etag: "_gjDBOSu---" location: /_db/_system/_api/document/products/67679 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -44,8 +44,8 @@ x-content-type-options: nosniff { "_id" : "products/67679", "_key" : "67679", - "_rev" : "_gM2QfK----", - "_oldRev" : "_gM2QfJ2---" + "_rev" : "_gjDBOSu---", + "_oldRev" : "_gjDBOSq--A" } shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/67679 @@ -53,7 +53,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 141 -etag: "_gM2QfK----" +etag: "_gjDBOSu---" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -61,7 +61,7 @@ x-content-type-options: nosniff { "_key" : "67679", "_id" : "products/67679", - "_rev" : "_gM2QfK----", + "_rev" : "_gjDBOSu---", "one" : "world", "hello" : "world", "numbers" : { @@ -84,7 +84,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 84 -etag: "_gM2QfKO---" +etag: "_gjDBOSy---" location: /_db/_system/_api/document/products/67679 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -93,8 +93,8 @@ x-content-type-options: nosniff { "_id" : "products/67679", "_key" : "67679", - "_rev" : "_gM2QfKO---", - "_oldRev" : "_gM2QfK----" + "_rev" : "_gjDBOSy---", + "_oldRev" : "_gjDBOSu---" } shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/67679 @@ -102,7 +102,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 134 -etag: "_gM2QfKO---" +etag: "_gjDBOSy---" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -110,7 +110,7 @@ x-content-type-options: nosniff { "_key" : "67679", "_id" : "products/67679", - "_rev" : "_gM2QfKO---", + "_rev" : "_gjDBOSy---", "one" : "world", "numbers" : { "empty" : null, diff --git a/3.9/generated/Examples/RestDocumentHandlerPatchDocumentMerge.generated b/3.9/generated/Examples/RestDocumentHandlerPatchDocumentMerge.generated index 59dc77bc30..4ae4338eca 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPatchDocumentMerge.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPatchDocumentMerge.generated @@ -4,7 +4,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 130 -etag: "_gM2QfKq--_" +etag: "_gjDBOT---_" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -12,7 +12,7 @@ x-content-type-options: nosniff { "_key" : "67693", "_id" : "products/67693", - "_rev" : "_gM2QfKq--_", + "_rev" : "_gjDBOT---_", "inhabitants" : { "china" : 1366980000, "india" : 1263590000, @@ -34,7 +34,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 171 -etag: "_gM2QfK2---" +etag: "_gjDBOTG---" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -42,7 +42,7 @@ x-content-type-options: nosniff { "_key" : "67693", "_id" : "products/67693", - "_rev" : "_gM2QfK2---", + "_rev" : "_gjDBOTG---", "inhabitants" : { "china" : 1366980000, "india" : 1263590000, @@ -63,7 +63,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 84 -etag: "_gM2QfLC---" +etag: "_gjDBOTK---" location: /_db/_system/_api/document/products/67693 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -72,8 +72,8 @@ x-content-type-options: nosniff { "_id" : "products/67693", "_key" : "67693", - "_rev" : "_gM2QfLC---", - "_oldRev" : "_gM2QfK2---" + "_rev" : "_gjDBOTK---", + "_oldRev" : "_gjDBOTG---" } shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/67693 @@ -81,7 +81,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 97 -etag: "_gM2QfLC---" +etag: "_gjDBOTK---" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -89,7 +89,7 @@ x-content-type-options: nosniff { "_key" : "67693", "_id" : "products/67693", - "_rev" : "_gM2QfLC---", + "_rev" : "_gjDBOTK---", "inhabitants" : { "pakistan" : 188346000 } diff --git a/3.9/generated/Examples/RestDocumentHandlerPostAccept1.generated b/3.9/generated/Examples/RestDocumentHandlerPostAccept1.generated index cf5867c65b..e4c4631566 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostAccept1.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostAccept1.generated @@ -6,7 +6,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 60 -etag: "_gM2QfLa---" +etag: "_gjDBOTW--_" location: /_db/_system/_api/document/products/67707 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -15,5 +15,5 @@ x-content-type-options: nosniff { "_id" : "products/67707", "_key" : "67707", - "_rev" : "_gM2QfLa---" + "_rev" : "_gjDBOTW--_" } diff --git a/3.9/generated/Examples/RestDocumentHandlerPostBadJsonMulti.generated b/3.9/generated/Examples/RestDocumentHandlerPostBadJsonMulti.generated index bf76dc29e0..8ef1ef8171 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostBadJsonMulti.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostBadJsonMulti.generated @@ -20,6 +20,6 @@ x-content-type-options: nosniff { "_id" : "products/abc", "_key" : "abc", - "_rev" : "_gM2QfL6--_" + "_rev" : "_gjDBOTm--_" } ] diff --git a/3.9/generated/Examples/RestDocumentHandlerPostCreate1.generated b/3.9/generated/Examples/RestDocumentHandlerPostCreate1.generated index 2a7c21e0fc..c5a2728dc8 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostCreate1.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostCreate1.generated @@ -6,7 +6,7 @@ HTTP/1.1 201 C content-type: application/json connection: Keep-Alive content-length: 60 -etag: "_gM2QfMK--_" +etag: "_gjDBOTu---" location: /_db/_system/_api/document/products/67731 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -15,5 +15,5 @@ x-content-type-options: nosniff { "_id" : "products/67731", "_key" : "67731", - "_rev" : "_gM2QfMK--_" + "_rev" : "_gjDBOTu---" } diff --git a/3.9/generated/Examples/RestDocumentHandlerPostMulti1.generated b/3.9/generated/Examples/RestDocumentHandlerPostMulti1.generated index 0c2d9b634f..acaf1a8470 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostMulti1.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostMulti1.generated @@ -14,16 +14,16 @@ x-content-type-options: nosniff { "_id" : "products/67740", "_key" : "67740", - "_rev" : "_gM2QfMi--_" + "_rev" : "_gjDBOU---_" }, { "_id" : "products/67741", "_key" : "67741", - "_rev" : "_gM2QfMi--A" + "_rev" : "_gjDBOU---A" }, { "_id" : "products/67742", "_key" : "67742", - "_rev" : "_gM2QfMi--B" + "_rev" : "_gjDBOU---B" } ] diff --git a/3.9/generated/Examples/RestDocumentHandlerPostMulti2.generated b/3.9/generated/Examples/RestDocumentHandlerPostMulti2.generated index 6c6262aa41..d653af5fd9 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostMulti2.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostMulti2.generated @@ -14,33 +14,33 @@ x-content-type-options: nosniff { "_id" : "products/67751", "_key" : "67751", - "_rev" : "_gM2QfM2--_", + "_rev" : "_gjDBOUK--_", "new" : { "_key" : "67751", "_id" : "products/67751", - "_rev" : "_gM2QfM2--_", + "_rev" : "_gjDBOUK--_", "Hello" : "Earth" } }, { "_id" : "products/67752", "_key" : "67752", - "_rev" : "_gM2QfM2--A", + "_rev" : "_gjDBOUK--A", "new" : { "_key" : "67752", "_id" : "products/67752", - "_rev" : "_gM2QfM2--A", + "_rev" : "_gjDBOUK--A", "Hello" : "Venus" } }, { "_id" : "products/67753", "_key" : "67753", - "_rev" : "_gM2QfM6---", + "_rev" : "_gjDBOUK--B", "new" : { "_key" : "67753", "_id" : "products/67753", - "_rev" : "_gM2QfM6---", + "_rev" : "_gjDBOUK--B", "Hello" : "Mars" } } diff --git a/3.9/generated/Examples/RestDocumentHandlerPostOverwrite.generated b/3.9/generated/Examples/RestDocumentHandlerPostOverwrite.generated index f5020fe0fb..e5f872e93f 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostOverwrite.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostOverwrite.generated @@ -6,7 +6,7 @@ HTTP/1.1 201 C content-type: application/json connection: Keep-Alive content-length: 58 -etag: "_gM2QfNO---" +etag: "_gjDBOUS--_" location: /_db/_system/_api/document/products/lock server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -15,7 +15,7 @@ x-content-type-options: nosniff { "_id" : "products/lock", "_key" : "lock", - "_rev" : "_gM2QfNO---" + "_rev" : "_gjDBOUS--_" } shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products?overwrite=true <<EOF { "Hello": "Universe", "_key" : "lock" } @@ -25,7 +25,7 @@ HTTP/1.1 201 C content-type: application/json connection: Keep-Alive content-length: 82 -etag: "_gM2QfNu---" +etag: "_gjDBOUe---" location: /_db/_system/_api/document/products/lock server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -34,6 +34,6 @@ x-content-type-options: nosniff { "_id" : "products/lock", "_key" : "lock", - "_rev" : "_gM2QfNu---", - "_oldRev" : "_gM2QfNO---" + "_rev" : "_gjDBOUe---", + "_oldRev" : "_gjDBOUS--_" } diff --git a/3.9/generated/Examples/RestDocumentHandlerPostReturnNew.generated b/3.9/generated/Examples/RestDocumentHandlerPostReturnNew.generated index c1aeaaae48..8a5cd71f05 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostReturnNew.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostReturnNew.generated @@ -6,7 +6,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 143 -etag: "_gM2QfOK---" +etag: "_gjDBOUu--_" location: /_db/_system/_api/document/products/67771 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -15,11 +15,11 @@ x-content-type-options: nosniff { "_id" : "products/67771", "_key" : "67771", - "_rev" : "_gM2QfOK---", + "_rev" : "_gjDBOUu--_", "new" : { "_key" : "67771", "_id" : "products/67771", - "_rev" : "_gM2QfOK---", + "_rev" : "_gjDBOUu--_", "Hello" : "World" } } diff --git a/3.9/generated/Examples/RestDocumentHandlerPostWait1.generated b/3.9/generated/Examples/RestDocumentHandlerPostWait1.generated index 2949d0b2b7..9467848647 100644 --- a/3.9/generated/Examples/RestDocumentHandlerPostWait1.generated +++ b/3.9/generated/Examples/RestDocumentHandlerPostWait1.generated @@ -6,7 +6,7 @@ HTTP/1.1 201 C content-type: application/json connection: Keep-Alive content-length: 60 -etag: "_gM2QfOi--_" +etag: "_gjDBOU6--_" location: /_db/_system/_api/document/products/67782 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -15,5 +15,5 @@ x-content-type-options: nosniff { "_id" : "products/67782", "_key" : "67782", - "_rev" : "_gM2QfOi--_" + "_rev" : "_gjDBOU6--_" } diff --git a/3.9/generated/Examples/RestDocumentHandlerReadDocument.generated b/3.9/generated/Examples/RestDocumentHandlerReadDocument.generated index 756f24b08c..1a07bd9cf4 100644 --- a/3.9/generated/Examples/RestDocumentHandlerReadDocument.generated +++ b/3.9/generated/Examples/RestDocumentHandlerReadDocument.generated @@ -4,7 +4,7 @@ HTTP/1.1 200 O content-type: application/json connection: Keep-Alive content-length: 76 -etag: "_gM2QfO6--_" +etag: "_gjDBOVK--_" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -12,6 +12,6 @@ x-content-type-options: nosniff { "_key" : "67791", "_id" : "products/67791", - "_rev" : "_gM2QfO6--_", + "_rev" : "_gjDBOVK--_", "hello" : "world" } diff --git a/3.9/generated/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated b/3.9/generated/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated index 9081faed9d..c34b8dfe28 100644 --- a/3.9/generated/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated +++ b/3.9/generated/Examples/RestDocumentHandlerReadDocumentIfNoneMatch.generated @@ -1,2 +1,2 @@ -shell> curl --header 'If-None-Match: "_gM2QfPW--_"' --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/67811 +shell> curl --header 'If-None-Match: "_gjDBOVa---"' --header 'accept: application/json' --dump - http://localhost:8529/_api/document/products/67811 diff --git a/3.9/generated/Examples/RestDocumentHandlerReadMultiDocument.generated b/3.9/generated/Examples/RestDocumentHandlerReadMultiDocument.generated index 13d89b9db7..d5db25a17b 100644 --- a/3.9/generated/Examples/RestDocumentHandlerReadMultiDocument.generated +++ b/3.9/generated/Examples/RestDocumentHandlerReadMultiDocument.generated @@ -14,13 +14,13 @@ x-content-type-options: nosniff { "_key" : "doc1", "_id" : "products/doc1", - "_rev" : "_gM2QfPu--_", + "_rev" : "_gjDBOVi--_", "hello" : "world" }, { "_key" : "doc2", "_id" : "products/doc2", - "_rev" : "_gM2QfPu--A", + "_rev" : "_gjDBOVm---", "say" : "hi to mom" } ] diff --git a/3.9/generated/Examples/RestDocumentHandlerUpdateDocument.generated b/3.9/generated/Examples/RestDocumentHandlerUpdateDocument.generated index dcc0bb5bb0..4c640e7614 100644 --- a/3.9/generated/Examples/RestDocumentHandlerUpdateDocument.generated +++ b/3.9/generated/Examples/RestDocumentHandlerUpdateDocument.generated @@ -6,7 +6,7 @@ HTTP/1.1 202 A content-type: application/json connection: Keep-Alive content-length: 84 -etag: "_gM2QfQC--_" +etag: "_gjDBOVu--_" location: /_db/_system/_api/document/products/67833 server: ArangoDB x-arango-queue-time-seconds: 0.000000 @@ -15,6 +15,6 @@ x-content-type-options: nosniff { "_id" : "products/67833", "_key" : "67833", - "_rev" : "_gM2QfQC--_", - "_oldRev" : "_gM2QfQC---" + "_rev" : "_gjDBOVu--_", + "_oldRev" : "_gjDBOVu---" } diff --git a/3.9/generated/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated b/3.9/generated/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated index c7dd4a8eb6..36cbb41eae 100644 --- a/3.9/generated/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated +++ b/3.9/generated/Examples/RestDocumentHandlerUpdateDocumentIfMatchOther.generated @@ -1,4 +1,4 @@ -shell> curl -X PUT --header 'If-Match: "_gM2QfQS--A"' --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products/67843 <<EOF +shell> curl -X PUT --header 'If-Match: "_gjDBOV2--A"' --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/document/products/67843 <<EOF {"other":"content"} EOF @@ -6,7 +6,7 @@ HTTP/1.1 412 P content-type: application/json connection: Keep-Alive content-length: 152 -etag: "_gM2QfQS--_" +etag: "_gjDBOV2--_" server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -18,5 +18,5 @@ x-content-type-options: nosniff "errorMessage" : "conflict, _rev values do not match", "_id" : "products/67843", "_key" : "67843", - "_rev" : "_gM2QfQS--_" + "_rev" : "_gjDBOV2--_" } diff --git a/3.9/generated/Examples/RestEdgesReadEdgesAny.generated b/3.9/generated/Examples/RestEdgesReadEdgesAny.generated index 50965c11b7..7d913765b8 100644 --- a/3.9/generated/Examples/RestEdgesReadEdgesAny.generated +++ b/3.9/generated/Examples/RestEdgesReadEdgesAny.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 538 +content-length: 537 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -15,7 +15,7 @@ x-content-type-options: nosniff "_id" : "edges/5", "_from" : "vertices/1", "_to" : "vertices/3", - "_rev" : "_gM2QfRC--_", + "_rev" : "_gjDBOWO--D", "$label" : "v1 -> v3" }, { @@ -23,7 +23,7 @@ x-content-type-options: nosniff "_id" : "edges/6", "_from" : "vertices/2", "_to" : "vertices/1", - "_rev" : "_gM2QfRC--A", + "_rev" : "_gjDBOWO--E", "$label" : "v2 -> v1" }, { @@ -31,7 +31,7 @@ x-content-type-options: nosniff "_id" : "edges/7", "_from" : "vertices/4", "_to" : "vertices/1", - "_rev" : "_gM2QfRC--B", + "_rev" : "_gjDBOWO--F", "$label" : "v4 -> v1" } ], @@ -44,7 +44,7 @@ x-content-type-options: nosniff "scannedIndex" : 3, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00035003945231437683, + "executionTime" : 0.0002376659999754338, "peakMemoryUsage" : 32768 } } diff --git a/3.9/generated/Examples/RestEdgesReadEdgesIn.generated b/3.9/generated/Examples/RestEdgesReadEdgesIn.generated index 68b49c0e47..d3095cb1b9 100644 --- a/3.9/generated/Examples/RestEdgesReadEdgesIn.generated +++ b/3.9/generated/Examples/RestEdgesReadEdgesIn.generated @@ -15,7 +15,7 @@ x-content-type-options: nosniff "_id" : "edges/6", "_from" : "vertices/2", "_to" : "vertices/1", - "_rev" : "_gM2QfRm--_", + "_rev" : "_gjDBOWi--E", "$label" : "v2 -> v1" }, { @@ -23,7 +23,7 @@ x-content-type-options: nosniff "_id" : "edges/7", "_from" : "vertices/4", "_to" : "vertices/1", - "_rev" : "_gM2QfRm--A", + "_rev" : "_gjDBOWi--F", "$label" : "v4 -> v1" } ], @@ -36,7 +36,7 @@ x-content-type-options: nosniff "scannedIndex" : 2, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00016961991786956787, + "executionTime" : 0.00014599199994336232, "peakMemoryUsage" : 0 } } diff --git a/3.9/generated/Examples/RestEdgesReadEdgesOut.generated b/3.9/generated/Examples/RestEdgesReadEdgesOut.generated index 6ce81b0389..42de261e1b 100644 --- a/3.9/generated/Examples/RestEdgesReadEdgesOut.generated +++ b/3.9/generated/Examples/RestEdgesReadEdgesOut.generated @@ -15,7 +15,7 @@ x-content-type-options: nosniff "_id" : "edges/5", "_from" : "vertices/1", "_to" : "vertices/3", - "_rev" : "_gM2QfSC--B", + "_rev" : "_gjDBOWy--C", "$label" : "v1 -> v3" } ], @@ -28,7 +28,7 @@ x-content-type-options: nosniff "scannedIndex" : 1, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00014491751790046692, + "executionTime" : 0.00010604499993860372, "peakMemoryUsage" : 0 } } diff --git a/3.9/generated/Examples/RestEndpointGet.generated b/3.9/generated/Examples/RestEndpointGet.generated index 0a5c8d0dbc..f6a56b16ba 100644 --- a/3.9/generated/Examples/RestEndpointGet.generated +++ b/3.9/generated/Examples/RestEndpointGet.generated @@ -10,6 +10,6 @@ x-content-type-options: nosniff [ { - "endpoint" : "http://127.0.0.1:18654" + "endpoint" : "http://127.0.0.1:12821" } ] diff --git a/3.9/generated/Examples/RestExplainAllPlans.generated b/3.9/generated/Examples/RestExplainAllPlans.generated index aa3a68ed0f..c15e0f1271 100644 --- a/3.9/generated/Examples/RestExplainAllPlans.generated +++ b/3.9/generated/Examples/RestExplainAllPlans.generated @@ -55,7 +55,7 @@ x-content-type-options: nosniff { "id" : "67941", "type" : "hash", - "name" : "idx_1769599266942091264", + "name" : "idx_1775847842059911169", "fields" : [ "id" ], diff --git a/3.9/generated/Examples/RestExplainOptimizerRules.generated b/3.9/generated/Examples/RestExplainOptimizerRules.generated index cc4a2e20bd..b73b438fd0 100644 --- a/3.9/generated/Examples/RestExplainOptimizerRules.generated +++ b/3.9/generated/Examples/RestExplainOptimizerRules.generated @@ -53,7 +53,7 @@ x-content-type-options: nosniff { "id" : "67972", "type" : "skiplist", - "name" : "idx_1769599266965159936", + "name" : "idx_1775847842073542657", "fields" : [ "id" ], diff --git a/3.9/generated/Examples/RestExplainOptions.generated b/3.9/generated/Examples/RestExplainOptions.generated index 2f24843c2e..1de010a466 100644 --- a/3.9/generated/Examples/RestExplainOptions.generated +++ b/3.9/generated/Examples/RestExplainOptions.generated @@ -63,7 +63,7 @@ x-content-type-options: nosniff { "id" : "68005", "type" : "skiplist", - "name" : "idx_1769599266981937152", + "name" : "idx_1775847842081931264", "fields" : [ "id" ], diff --git a/3.9/generated/Examples/RestGetShardsWithDetails_cluster.generated b/3.9/generated/Examples/RestGetShardsWithDetails_cluster.generated index 19f5c05d31..4932153f77 100644 --- a/3.9/generated/Examples/RestGetShardsWithDetails_cluster.generated +++ b/3.9/generated/Examples/RestGetShardsWithDetails_cluster.generated @@ -9,4 +9,4 @@ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff -"{\"error\":false,\"code\":200,\"waitForSync\":false,\"shards\":{\"s10055\":[\"PRMR-881e7d0e-6fd5-48a2-9859-dc23b75b6371\",\"PRMR-792b4f4c-68d0-45b5-90d6-a6ef1189d437\"],\"s10056\":[\"PRMR-792b4f4c-68d0-45b5-90d6-a6ef1189d437\",\"PRMR-881e7d0e-6fd5-48a2-9859-dc23b75b6371\"],\"s10057\":[\"PRMR-881e7d0e-6fd5-48a2-9859-dc23b75b6371\",\"PRMR-792b4f4c-68d0-45b5-90d6-a6ef1189d437\"]},\"shardingStrategy\":\"hash\",\"shardKeys\":[\"_key\"],\"usesRevisionsAsDocumentIds\":true,\"schema\":null,\"writeConcern\":1,\"syncByRevision\":true,\"replicationFactor\":2,\"numberOfShards\":3,\"id\":\"10054\",\"name\":\"testCollection\",\"isDisjoint\":false,\"minReplicationFactor\":1,\"status\":3,\"type\":2,\"globallyUniqueId\":\"c10054/\",\"isSmart\":false,\"isSystem\":false,\"internalValidatorType\":0,\"isSmartChild\":false,\"statusString\":\"loaded\",\"cacheEnabled\":false,\"keyOptions\":{\"allowUserKeys\":true,\"type\":\"traditional\"}}" +"{\"error\":false,\"code\":200,\"waitForSync\":false,\"shards\":{\"s10055\":[\"PRMR-6d1ec310-907a-4510-9968-b9b9dd36a1db\",\"PRMR-7d2f4093-741c-4e77-b3a1-bc5917f1c6d3\"],\"s10056\":[\"PRMR-7d2f4093-741c-4e77-b3a1-bc5917f1c6d3\",\"PRMR-6d1ec310-907a-4510-9968-b9b9dd36a1db\"],\"s10057\":[\"PRMR-6d1ec310-907a-4510-9968-b9b9dd36a1db\",\"PRMR-7d2f4093-741c-4e77-b3a1-bc5917f1c6d3\"]},\"shardingStrategy\":\"hash\",\"shardKeys\":[\"_key\"],\"usesRevisionsAsDocumentIds\":true,\"schema\":null,\"writeConcern\":1,\"syncByRevision\":true,\"replicationFactor\":2,\"numberOfShards\":3,\"id\":\"10054\",\"name\":\"testCollection\",\"isDisjoint\":false,\"minReplicationFactor\":1,\"status\":3,\"type\":2,\"globallyUniqueId\":\"c10054/\",\"isSmart\":false,\"isSystem\":false,\"internalValidatorType\":0,\"isSmartChild\":false,\"statusString\":\"loaded\",\"cacheEnabled\":false,\"keyOptions\":{\"allowUserKeys\":true,\"type\":\"traditional\"}}" diff --git a/3.9/generated/Examples/RestIndexAllIndexes.generated b/3.9/generated/Examples/RestIndexAllIndexes.generated index e63a08463c..097c97beea 100644 --- a/3.9/generated/Examples/RestIndexAllIndexes.generated +++ b/3.9/generated/Examples/RestIndexAllIndexes.generated @@ -30,7 +30,7 @@ x-content-type-options: nosniff "name" ], "id" : "products/68256", - "name" : "idx_1769599267118252032", + "name" : "idx_1775847842145894401", "selectivityEstimate" : 1, "sparse" : false, "type" : "hash", @@ -43,7 +43,7 @@ x-content-type-options: nosniff "price" ], "id" : "products/68260", - "name" : "idx_1769599267119300608", + "name" : "idx_1775847842146942976", "selectivityEstimate" : 1, "sparse" : true, "type" : "skiplist", @@ -69,7 +69,7 @@ x-content-type-options: nosniff "name" ], "id" : "products/68256", - "name" : "idx_1769599267118252032", + "name" : "idx_1775847842145894401", "selectivityEstimate" : 1, "sparse" : false, "type" : "hash", @@ -82,7 +82,7 @@ x-content-type-options: nosniff "price" ], "id" : "products/68260", - "name" : "idx_1769599267119300608", + "name" : "idx_1775847842146942976", "selectivityEstimate" : 1, "sparse" : true, "type" : "skiplist", diff --git a/3.9/generated/Examples/RestIndexCreateGeoLatitudeLongitude.generated b/3.9/generated/Examples/RestIndexCreateGeoLatitudeLongitude.generated index 069bdeae9b..1c7a1457c6 100644 --- a/3.9/generated/Examples/RestIndexCreateGeoLatitudeLongitude.generated +++ b/3.9/generated/Examples/RestIndexCreateGeoLatitudeLongitude.generated @@ -26,7 +26,7 @@ x-content-type-options: nosniff "id" : "products/68272", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599267126640640", + "name" : "idx_1775847842150088705", "sparse" : true, "type" : "geo", "unique" : false, diff --git a/3.9/generated/Examples/RestIndexCreateGeoLocation.generated b/3.9/generated/Examples/RestIndexCreateGeoLocation.generated index e7c4151ecb..310e37d582 100644 --- a/3.9/generated/Examples/RestIndexCreateGeoLocation.generated +++ b/3.9/generated/Examples/RestIndexCreateGeoLocation.generated @@ -24,7 +24,7 @@ x-content-type-options: nosniff "id" : "products/68283", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599267130834945", + "name" : "idx_1775847842152185857", "sparse" : true, "type" : "geo", "unique" : false, diff --git a/3.9/generated/Examples/RestIndexCreateNewFulltext.generated b/3.9/generated/Examples/RestIndexCreateNewFulltext.generated index 9953da4755..71786b8be8 100644 --- a/3.9/generated/Examples/RestIndexCreateNewFulltext.generated +++ b/3.9/generated/Examples/RestIndexCreateNewFulltext.generated @@ -22,7 +22,7 @@ x-content-type-options: nosniff "id" : "products/68294", "isNewlyCreated" : true, "minLength" : 2, - "name" : "idx_1769599267136077824", + "name" : "idx_1775847842155331585", "sparse" : true, "type" : "fulltext", "unique" : false, diff --git a/3.9/generated/Examples/RestIndexCreateNewHashIndex.generated b/3.9/generated/Examples/RestIndexCreateNewHashIndex.generated index f918888ce3..0a30f99536 100644 --- a/3.9/generated/Examples/RestIndexCreateNewHashIndex.generated +++ b/3.9/generated/Examples/RestIndexCreateNewHashIndex.generated @@ -26,7 +26,7 @@ x-content-type-options: nosniff ], "id" : "products/68305", "isNewlyCreated" : true, - "name" : "idx_1769599267140272129", + "name" : "idx_1775847842157428737", "selectivityEstimate" : 1, "sparse" : false, "type" : "hash", diff --git a/3.9/generated/Examples/RestIndexCreateNewPersistent.generated b/3.9/generated/Examples/RestIndexCreateNewPersistent.generated index 4909ba5792..19ad3428d3 100644 --- a/3.9/generated/Examples/RestIndexCreateNewPersistent.generated +++ b/3.9/generated/Examples/RestIndexCreateNewPersistent.generated @@ -26,7 +26,7 @@ x-content-type-options: nosniff ], "id" : "products/68316", "isNewlyCreated" : true, - "name" : "idx_1769599267146563584", + "name" : "idx_1775847842160574464", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", diff --git a/3.9/generated/Examples/RestIndexCreateNewSkiplist.generated b/3.9/generated/Examples/RestIndexCreateNewSkiplist.generated index 3a08d1fd8c..59f9b16fe7 100644 --- a/3.9/generated/Examples/RestIndexCreateNewSkiplist.generated +++ b/3.9/generated/Examples/RestIndexCreateNewSkiplist.generated @@ -26,7 +26,7 @@ x-content-type-options: nosniff ], "id" : "products/68327", "isNewlyCreated" : true, - "name" : "idx_1769599267151806464", + "name" : "idx_1775847842162671616", "selectivityEstimate" : 1, "sparse" : false, "type" : "skiplist", diff --git a/3.9/generated/Examples/RestIndexCreateNewTtlIndex.generated b/3.9/generated/Examples/RestIndexCreateNewTtlIndex.generated index 1ada321e1a..cc24e0b4d1 100644 --- a/3.9/generated/Examples/RestIndexCreateNewTtlIndex.generated +++ b/3.9/generated/Examples/RestIndexCreateNewTtlIndex.generated @@ -24,7 +24,7 @@ x-content-type-options: nosniff ], "id" : "sessions/68338", "isNewlyCreated" : true, - "name" : "idx_1769599267156000769", + "name" : "idx_1775847842164768769", "sparse" : true, "type" : "ttl", "unique" : false, diff --git a/3.9/generated/Examples/RestIndexCreateNewUniqueConstraint.generated b/3.9/generated/Examples/RestIndexCreateNewUniqueConstraint.generated index 3aa1bf58a8..13266004f7 100644 --- a/3.9/generated/Examples/RestIndexCreateNewUniqueConstraint.generated +++ b/3.9/generated/Examples/RestIndexCreateNewUniqueConstraint.generated @@ -26,7 +26,7 @@ x-content-type-options: nosniff ], "id" : "products/68349", "isNewlyCreated" : true, - "name" : "idx_1769599267161243648", + "name" : "idx_1775847842166865921", "selectivityEstimate" : 1, "sparse" : false, "type" : "hash", diff --git a/3.9/generated/Examples/RestIndexCreateNewZkd.generated b/3.9/generated/Examples/RestIndexCreateNewZkd.generated index 8a0347159b..caf2b833c3 100644 --- a/3.9/generated/Examples/RestIndexCreateNewZkd.generated +++ b/3.9/generated/Examples/RestIndexCreateNewZkd.generated @@ -24,7 +24,7 @@ x-content-type-options: nosniff ], "id" : "intervals/68360", "isNewlyCreated" : true, - "name" : "idx_1769599267165437953", + "name" : "idx_1775847842168963073", "sparse" : false, "type" : "zkd", "unique" : false, diff --git a/3.9/generated/Examples/RestIndexCreateSparseHashIndex.generated b/3.9/generated/Examples/RestIndexCreateSparseHashIndex.generated index 2c241ea424..297eedb509 100644 --- a/3.9/generated/Examples/RestIndexCreateSparseHashIndex.generated +++ b/3.9/generated/Examples/RestIndexCreateSparseHashIndex.generated @@ -25,7 +25,7 @@ x-content-type-options: nosniff ], "id" : "products/68371", "isNewlyCreated" : true, - "name" : "idx_1769599267170680832", + "name" : "idx_1775847842172108800", "selectivityEstimate" : 1, "sparse" : true, "type" : "hash", diff --git a/3.9/generated/Examples/RestIndexCreateSparsePersistent.generated b/3.9/generated/Examples/RestIndexCreateSparsePersistent.generated index e1e2816a98..cfdad6dfdb 100644 --- a/3.9/generated/Examples/RestIndexCreateSparsePersistent.generated +++ b/3.9/generated/Examples/RestIndexCreateSparsePersistent.generated @@ -25,7 +25,7 @@ x-content-type-options: nosniff ], "id" : "products/68382", "isNewlyCreated" : true, - "name" : "idx_1769599267175923712", + "name" : "idx_1775847842174205953", "selectivityEstimate" : 1, "sparse" : true, "type" : "persistent", diff --git a/3.9/generated/Examples/RestIndexCreateSparseSkiplist.generated b/3.9/generated/Examples/RestIndexCreateSparseSkiplist.generated index 3a198eda69..ac4eff3202 100644 --- a/3.9/generated/Examples/RestIndexCreateSparseSkiplist.generated +++ b/3.9/generated/Examples/RestIndexCreateSparseSkiplist.generated @@ -25,7 +25,7 @@ x-content-type-options: nosniff ], "id" : "products/68393", "isNewlyCreated" : true, - "name" : "idx_1769599267180118017", + "name" : "idx_1775847842177351681", "selectivityEstimate" : 1, "sparse" : true, "type" : "skiplist", diff --git a/3.9/generated/Examples/RestPregelStatusConnectedComponents.generated b/3.9/generated/Examples/RestPregelStatusConnectedComponents.generated index 4ad79cbe5a..52ca5c44a6 100644 --- a/3.9/generated/Examples/RestPregelStatusConnectedComponents.generated +++ b/3.9/generated/Examples/RestPregelStatusConnectedComponents.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 397 +content-length: 396 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -12,15 +12,15 @@ x-content-type-options: nosniff "id" : "68842", "database" : "_system", "algorithm" : "WCC", - "created" : "2023-06-24T15:42:52Z", - "expires" : "2023-06-24T15:52:52Z", + "created" : "2023-09-01T15:01:17Z", + "expires" : "2023-09-01T15:11:17Z", "ttl" : 600, "state" : "done", "gss" : 11, - "totalRuntime" : 0.0023889541625976562, - "startupTime" : 0.0005812644958496094, - "computationTime" : 0.0007395744323730469, - "storageTime" : 0.001069784164428711, + "totalRuntime" : 0.001374959945678711, + "startupTime" : 0.0003643035888671875, + "computationTime" : 0.0004267692565917969, + "storageTime" : 0.0005853176116943359, "aggregators" : { }, "sendCount" : 370, diff --git a/3.9/generated/Examples/RestReplicationApplierStart.generated b/3.9/generated/Examples/RestReplicationApplierStart.generated index e181dd94b4..57a5d009ab 100644 --- a/3.9/generated/Examples/RestReplicationApplierStart.generated +++ b/3.9/generated/Examples/RestReplicationApplierStart.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 711 +content-length: 712 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -19,7 +19,7 @@ x-content-type-options: nosniff "safeResumeTick" : null, "ticksBehind" : 0, "progress" : { - "time" : "2023-06-24T15:42:41Z", + "time" : "2023-09-01T15:01:07Z", "message" : "applier initially created for database '_system'", "failedConnects" : 0 }, @@ -37,11 +37,11 @@ x-content-type-options: nosniff "lastError" : { "errorNum" : 0 }, - "time" : "2023-06-24T15:42:52Z" + "time" : "2023-09-01T15:01:18Z" }, "server" : { "version" : "3.9.12", - "serverId" : "82519733153206" + "serverId" : "268111977542955" }, "endpoint" : "tcp://127.0.0.1:8529", "database" : "_system" diff --git a/3.9/generated/Examples/RestReplicationApplierStateNotRunning.generated b/3.9/generated/Examples/RestReplicationApplierStateNotRunning.generated index d99b41e9ec..2485e9b8f1 100644 --- a/3.9/generated/Examples/RestReplicationApplierStateNotRunning.generated +++ b/3.9/generated/Examples/RestReplicationApplierStateNotRunning.generated @@ -3,14 +3,14 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 686 +content-length: 687 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { "state" : { - "started" : "2023-06-24T15:42:52Z", + "started" : "2023-09-01T15:01:18Z", "running" : false, "phase" : "inactive", "lastAppliedContinuousTick" : null, @@ -18,7 +18,7 @@ x-content-type-options: nosniff "lastAvailableContinuousTick" : null, "safeResumeTick" : null, "progress" : { - "time" : "2023-06-24T15:42:53Z", + "time" : "2023-09-01T15:01:18Z", "message" : "applier shut down", "failedConnects" : 1 }, @@ -36,11 +36,11 @@ x-content-type-options: nosniff "lastError" : { "errorNum" : 0 }, - "time" : "2023-06-24T15:42:53Z" + "time" : "2023-09-01T15:01:18Z" }, "server" : { "version" : "3.9.12", - "serverId" : "82519733153206" + "serverId" : "268111977542955" }, "endpoint" : "tcp://127.0.0.1:8529", "database" : "_system" diff --git a/3.9/generated/Examples/RestReplicationApplierStateRunning.generated b/3.9/generated/Examples/RestReplicationApplierStateRunning.generated index dafca79265..cf09f6a41f 100644 --- a/3.9/generated/Examples/RestReplicationApplierStateRunning.generated +++ b/3.9/generated/Examples/RestReplicationApplierStateRunning.generated @@ -3,14 +3,14 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 716 +content-length: 717 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { "state" : { - "started" : "2023-06-24T15:42:52Z", + "started" : "2023-09-01T15:01:18Z", "running" : true, "phase" : "running", "lastAppliedContinuousTick" : null, @@ -19,7 +19,7 @@ x-content-type-options: nosniff "safeResumeTick" : null, "ticksBehind" : 0, "progress" : { - "time" : "2023-06-24T15:42:53Z", + "time" : "2023-09-01T15:01:18Z", "message" : "fetching leader state information", "failedConnects" : 0 }, @@ -37,11 +37,11 @@ x-content-type-options: nosniff "lastError" : { "errorNum" : 0 }, - "time" : "2023-06-24T15:42:53Z" + "time" : "2023-09-01T15:01:18Z" }, "server" : { "version" : "3.9.12", - "serverId" : "82519733153206" + "serverId" : "268111977542955" }, "endpoint" : "tcp://127.0.0.1:8529", "database" : "_system" diff --git a/3.9/generated/Examples/RestReplicationApplierStop.generated b/3.9/generated/Examples/RestReplicationApplierStop.generated index f40fd5bf1a..875c25503c 100644 --- a/3.9/generated/Examples/RestReplicationApplierStop.generated +++ b/3.9/generated/Examples/RestReplicationApplierStop.generated @@ -3,14 +3,14 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 686 +content-length: 687 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { "state" : { - "started" : "2023-06-24T15:42:52Z", + "started" : "2023-09-01T15:01:18Z", "running" : false, "phase" : "inactive", "lastAppliedContinuousTick" : null, @@ -18,7 +18,7 @@ x-content-type-options: nosniff "lastAvailableContinuousTick" : null, "safeResumeTick" : null, "progress" : { - "time" : "2023-06-24T15:42:54Z", + "time" : "2023-09-01T15:01:19Z", "message" : "applier shut down", "failedConnects" : 0 }, @@ -36,11 +36,11 @@ x-content-type-options: nosniff "lastError" : { "errorNum" : 0 }, - "time" : "2023-06-24T15:42:54Z" + "time" : "2023-09-01T15:01:19Z" }, "server" : { "version" : "3.9.12", - "serverId" : "82519733153206" + "serverId" : "268111977542955" }, "endpoint" : "tcp://127.0.0.1:8529", "database" : "_system" diff --git a/3.9/generated/Examples/RestReplicationLoggerFirstTick.generated b/3.9/generated/Examples/RestReplicationLoggerFirstTick.generated index 66cc01dabf..b2dbfeb6d6 100644 --- a/3.9/generated/Examples/RestReplicationLoggerFirstTick.generated +++ b/3.9/generated/Examples/RestReplicationLoggerFirstTick.generated @@ -9,5 +9,5 @@ x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "firstTick" : "175570" + "firstTick" : "175553" } diff --git a/3.9/generated/Examples/RestReplicationLoggerFollowBufferLimit.generated b/3.9/generated/Examples/RestReplicationLoggerFollowBufferLimit.generated index 2c0c3f9315..ae96b4b32d 100644 --- a/3.9/generated/Examples/RestReplicationLoggerFollowBufferLimit.generated +++ b/3.9/generated/Examples/RestReplicationLoggerFollowBufferLimit.generated @@ -1,4 +1,4 @@ -shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-follow?from=180271&chunkSize=400 +shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-follow?from=180256&chunkSize=400 HTTP/1.1 200 OK content-type: application/x-arango-dump @@ -9,13 +9,13 @@ x-arango-queue-time-seconds: 0.000000 x-arango-replication-active: true x-arango-replication-checkmore: true x-arango-replication-frompresent: true -x-arango-replication-lastincluded: 180276 -x-arango-replication-lastscanned: 180273 -x-arango-replication-lasttick: 180303 +x-arango-replication-lastincluded: 180261 +x-arango-replication-lastscanned: 180258 +x-arango-replication-lasttick: 180287 x-content-type-options: nosniff { - "tick" : "180274", + "tick" : "180259", "type" : 2300, "database" : "1", "tid" : "0", @@ -24,14 +24,14 @@ x-content-type-options: nosniff "data" : { "_key" : "89", "_id" : "_users/89", - "_rev" : "_gM2QiTa---", + "_rev" : "_gjDBQsC---", "user" : "root", "source" : "LOCAL", "authData" : { "active" : true, "simple" : { - "hash" : "20a54bb107469df1982a6912605eba448b494794f218315fdf34aa928c19b1f4", - "salt" : "1c976c9e", + "hash" : "a1f305016370682825e2bd833f6ced522ed9ef8ad77bfd3142882572c8cf9231", + "salt" : "a7017eee", "method" : "sha256" } }, diff --git a/3.9/generated/Examples/RestReplicationLoggerFollowEmpty.generated b/3.9/generated/Examples/RestReplicationLoggerFollowEmpty.generated index 5f97a2b009..176ac9f432 100644 --- a/3.9/generated/Examples/RestReplicationLoggerFollowEmpty.generated +++ b/3.9/generated/Examples/RestReplicationLoggerFollowEmpty.generated @@ -1,4 +1,4 @@ -shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-follow?from=180303 +shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-follow?from=180287 HTTP/1.1 204 No Content content-type: application/x-arango-dump @@ -10,7 +10,7 @@ x-arango-replication-active: true x-arango-replication-checkmore: false x-arango-replication-frompresent: true x-arango-replication-lastincluded: 0 -x-arango-replication-lastscanned: 180303 -x-arango-replication-lasttick: 180303 +x-arango-replication-lastscanned: 180287 +x-arango-replication-lasttick: 180287 x-content-type-options: nosniff diff --git a/3.9/generated/Examples/RestReplicationLoggerFollowSome.generated b/3.9/generated/Examples/RestReplicationLoggerFollowSome.generated index 1869cdf5d0..4a1f63f0f7 100644 --- a/3.9/generated/Examples/RestReplicationLoggerFollowSome.generated +++ b/3.9/generated/Examples/RestReplicationLoggerFollowSome.generated @@ -1,4 +1,4 @@ -shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-follow?from=180303 +shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/replication/logger-follow?from=180287 HTTP/1.1 200 OK content-type: application/x-arango-dump @@ -9,13 +9,13 @@ x-arango-queue-time-seconds: 0.000000 x-arango-replication-active: true x-arango-replication-checkmore: false x-arango-replication-frompresent: true -x-arango-replication-lastincluded: 180329 -x-arango-replication-lastscanned: 180326 -x-arango-replication-lasttick: 180329 +x-arango-replication-lastincluded: 180313 +x-arango-replication-lastscanned: 180310 +x-arango-replication-lasttick: 180313 x-content-type-options: nosniff { - "tick" : "180306", + "tick" : "180290", "type" : 2300, "database" : "1", "tid" : "0", @@ -24,14 +24,14 @@ x-content-type-options: nosniff "data" : { "_key" : "89", "_id" : "_users/89", - "_rev" : "_gM2QjUC---", + "_rev" : "_gjDBRr6---", "user" : "root", "source" : "LOCAL", "authData" : { "active" : true, "simple" : { - "hash" : "20a54bb107469df1982a6912605eba448b494794f218315fdf34aa928c19b1f4", - "salt" : "1c976c9e", + "hash" : "a1f305016370682825e2bd833f6ced522ed9ef8ad77bfd3142882572c8cf9231", + "salt" : "a7017eee", "method" : "sha256" } }, @@ -92,10 +92,10 @@ x-content-type-options: nosniff } }↩ { - "tick" : "180319", + "tick" : "180303", "type" : 2001, "database" : "1", - "cuid" : "h4B0D1F61ADB6/68894", + "cuid" : "hF3D8AF2E752B/68894", "cid" : "68894", "data" : { "id" : "68894", @@ -103,7 +103,7 @@ x-content-type-options: nosniff } }↩ { - "tick" : "180327", + "tick" : "180311", "type" : 2300, "database" : "1", "tid" : "0", @@ -112,14 +112,14 @@ x-content-type-options: nosniff "data" : { "_key" : "89", "_id" : "_users/89", - "_rev" : "_gM2QjUK---", + "_rev" : "_gjDBRs---C", "user" : "root", "source" : "LOCAL", "authData" : { "active" : true, "simple" : { - "hash" : "20a54bb107469df1982a6912605eba448b494794f218315fdf34aa928c19b1f4", - "salt" : "1c976c9e", + "hash" : "a1f305016370682825e2bd833f6ced522ed9ef8ad77bfd3142882572c8cf9231", + "salt" : "a7017eee", "method" : "sha256" } }, diff --git a/3.9/generated/Examples/RestReplicationLoggerStateActive.generated b/3.9/generated/Examples/RestReplicationLoggerStateActive.generated index b0a300b3bd..55ce4e06e8 100644 --- a/3.9/generated/Examples/RestReplicationLoggerStateActive.generated +++ b/3.9/generated/Examples/RestReplicationLoggerStateActive.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 224 +content-length: 225 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -11,14 +11,14 @@ x-content-type-options: nosniff { "state" : { "running" : true, - "lastLogTick" : "180329", - "lastUncommittedLogTick" : "180329", - "totalEvents" : 180329, - "time" : "2023-06-24T15:42:56Z" + "lastLogTick" : "180313", + "lastUncommittedLogTick" : "180313", + "totalEvents" : 180313, + "time" : "2023-09-01T15:01:21Z" }, "server" : { "version" : "3.9.12", - "serverId" : "82519733153206", + "serverId" : "268111977542955", "engine" : "rocksdb" }, "clients" : [ ] diff --git a/3.9/generated/Examples/RestReplicationLoggerTickRanges.generated b/3.9/generated/Examples/RestReplicationLoggerTickRanges.generated index d1d58047cc..48ba870f4c 100644 --- a/3.9/generated/Examples/RestReplicationLoggerTickRanges.generated +++ b/3.9/generated/Examples/RestReplicationLoggerTickRanges.generated @@ -12,31 +12,31 @@ x-content-type-options: nosniff { "datafile" : "/archive/000087.log", "status" : "collected", - "tickMin" : "175570", - "tickMax" : "175666" + "tickMin" : "175553", + "tickMax" : "175649" }, { "datafile" : "/archive/000110.log", "status" : "collected", - "tickMin" : "175666", - "tickMax" : "175709" + "tickMin" : "175649", + "tickMax" : "175692" }, { "datafile" : "/archive/000119.log", "status" : "collected", - "tickMin" : "175709", - "tickMax" : "176272" + "tickMin" : "175692", + "tickMax" : "176255" }, { "datafile" : "/archive/000121.log", "status" : "collected", - "tickMin" : "176272", - "tickMax" : "176291" + "tickMin" : "176255", + "tickMax" : "176274" }, { "datafile" : "/000128.log", "status" : "open", - "tickMin" : "176291", - "tickMax" : "180329" + "tickMin" : "176274", + "tickMax" : "180313" } ] diff --git a/3.9/generated/Examples/RestReplicationServerId.generated b/3.9/generated/Examples/RestReplicationServerId.generated index 9a46311e65..02fd11d1d8 100644 --- a/3.9/generated/Examples/RestReplicationServerId.generated +++ b/3.9/generated/Examples/RestReplicationServerId.generated @@ -3,11 +3,11 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 29 +content-length: 30 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "serverId" : "82519733153206" + "serverId" : "268111977542955" } diff --git a/3.9/generated/Examples/RestTasksCreate.generated b/3.9/generated/Examples/RestTasksCreate.generated index 275f02d0c4..0d91e84b36 100644 --- a/3.9/generated/Examples/RestTasksCreate.generated +++ b/3.9/generated/Examples/RestTasksCreate.generated @@ -13,7 +13,7 @@ EOF HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 236 +content-length: 240 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -21,7 +21,7 @@ x-content-type-options: nosniff { "id" : "68925", "name" : "SampleTask", - "created" : 1687621376.382502, + "created" : 1693580481.2552361, "type" : "periodic", "period" : 2, "offset" : 0, diff --git a/3.9/generated/Examples/RestTasksListOne.generated b/3.9/generated/Examples/RestTasksListOne.generated index 1e1eda3928..8bddf1faf1 100644 --- a/3.9/generated/Examples/RestTasksListOne.generated +++ b/3.9/generated/Examples/RestTasksListOne.generated @@ -15,7 +15,7 @@ x-content-type-options: nosniff { "id" : "testTask", "name" : "user-defined task", - "created" : 1687621376.3987253, + "created" : 1693580481.2639823, "type" : "timed", "offset" : 10000, "command" : "(function (params) { console.log('Hello from task!'); } )(params);", diff --git a/3.9/generated/Examples/RestTasksPutWithId.generated b/3.9/generated/Examples/RestTasksPutWithId.generated index 0c3ff3f0c9..25d662b581 100644 --- a/3.9/generated/Examples/RestTasksPutWithId.generated +++ b/3.9/generated/Examples/RestTasksPutWithId.generated @@ -22,7 +22,7 @@ x-content-type-options: nosniff { "id" : "sampleTask", "name" : "SampleTask", - "created" : 1687621376.4023893, + "created" : 1693580481.2659209, "type" : "periodic", "period" : 2, "offset" : 0, diff --git a/3.9/generated/Examples/RestVersionDetails.generated b/3.9/generated/Examples/RestVersionDetails.generated index d85e1b73cf..f8c1e812cd 100644 --- a/3.9/generated/Examples/RestVersionDetails.generated +++ b/3.9/generated/Examples/RestVersionDetails.generated @@ -3,7 +3,7 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 1709 +content-length: 1754 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff @@ -21,19 +21,19 @@ x-content-type-options: nosniff "avx" : "true", "avx2" : "false", "boost-version" : "1.71.0", - "build-date" : "2023-06-24 15:20:15", - "build-repository" : "heads/3.9-0-gdc600ef6b59", + "build-date" : "2023-09-01 14:37:17", + "build-repository" : "tags/v3.9.12-0-gf829585e5ee", "compiler" : "gcc [10.2.1 20201203]", "cplusplus" : "201703", "curl-version" : "none", "debug" : "false", "endianness" : "little", - "enterprise-build-repository" : "heads/3.9-0-g1e8a9be9", + "enterprise-build-repository" : "tags/v3.9.12-0-g5794c62b", "enterprise-version" : "enterprise", "failure-tests" : "false", "fd-client-event-handler" : "poll", "fd-setsize" : "1024", - "full-version-string" : "ArangoDB 3.9.12 enterprise [linux] 64bit, using jemalloc, build heads/3.9-0-gdc600ef6b59, VPack 0.1.35, RocksDB 6.27.0, ICU 64.2, V8 7.9.317, OpenSSL 1.1.1u 30 May 2023", + "full-version-string" : "ArangoDB 3.9.12 enterprise [linux] 64bit, using jemalloc, build tags/v3.9.12-0-gf829585e5ee, VPack 0.1.35, RocksDB 6.27.0, ICU 64.2, V8 7.9.317, OpenSSL 1.1.1v 1 Aug 2023", "icu-version" : "64.2", "ipo" : "true", "iresearch-version" : "1.1.0.0", @@ -43,8 +43,8 @@ x-content-type-options: nosniff "maintainer-mode" : "false", "memory-profiler" : "false", "ndebug" : "true", - "openssl-version-compile-time" : "OpenSSL 1.1.1u 30 May 2023", - "openssl-version-run-time" : "OpenSSL 1.1.1u 30 May 2023", + "openssl-version-compile-time" : "OpenSSL 1.1.1v 1 Aug 2023", + "openssl-version-run-time" : "OpenSSL 1.1.1v 1 Aug 2023", "optimization-flags" : "-march=sandybridge -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -mno-sse4a -mno-fma -mno-bmi2 -mno-avx2 -mno-xop -mno-fma4 -mno-avx512f -mno-avx512vl -mno-avx512pf -mno-avx512er -mno-avx512cd -mno-avx512dq -mno-avx512bw -mno-avx512ifma -mno-avx512vbmi", "pic" : "2", "pie" : "2", @@ -63,6 +63,6 @@ x-content-type-options: nosniff "zlib-version" : "1.2.11", "mode" : "server", "role" : "SINGLE", - "host" : "hw06-linux" + "host" : "EC2 (ec2-AWS X86) - AWS X86 (i-0f0a443e701a695a0)" } } diff --git a/3.9/generated/Examples/RestViewGetAllViews.generated b/3.9/generated/Examples/RestViewGetAllViews.generated index 338ef780bf..e926ccf03c 100644 --- a/3.9/generated/Examples/RestViewGetAllViews.generated +++ b/3.9/generated/Examples/RestViewGetAllViews.generated @@ -13,19 +13,19 @@ x-content-type-options: nosniff "code" : 200, "result" : [ { - "globallyUniqueId" : "h4B0D1F61ADB6/101", + "globallyUniqueId" : "hF3D8AF2E752B/101", "id" : "101", "name" : "demoView", "type" : "arangosearch" }, { - "globallyUniqueId" : "h4B0D1F61ADB6/69040", + "globallyUniqueId" : "hF3D8AF2E752B/69040", "id" : "69040", "name" : "productsView", "type" : "arangosearch" }, { - "globallyUniqueId" : "h4B0D1F61ADB6/69043", + "globallyUniqueId" : "hF3D8AF2E752B/69043", "id" : "69043", "name" : "reviewsView", "type" : "arangosearch" diff --git a/3.9/generated/Examples/RestViewGetViewIdentifierArangoSearch.generated b/3.9/generated/Examples/RestViewGetViewIdentifierArangoSearch.generated index 9c2cb12270..4692149290 100644 --- a/3.9/generated/Examples/RestViewGetViewIdentifierArangoSearch.generated +++ b/3.9/generated/Examples/RestViewGetViewIdentifierArangoSearch.generated @@ -14,5 +14,5 @@ x-content-type-options: nosniff "type" : "arangosearch", "name" : "productsView", "id" : "69050", - "globallyUniqueId" : "h4B0D1F61ADB6/69050" + "globallyUniqueId" : "hF3D8AF2E752B/69050" } diff --git a/3.9/generated/Examples/RestViewGetViewNameArangoSearch.generated b/3.9/generated/Examples/RestViewGetViewNameArangoSearch.generated index 1d04637bbe..b222c81fdd 100644 --- a/3.9/generated/Examples/RestViewGetViewNameArangoSearch.generated +++ b/3.9/generated/Examples/RestViewGetViewNameArangoSearch.generated @@ -14,5 +14,5 @@ x-content-type-options: nosniff "type" : "arangosearch", "name" : "productsView", "id" : "69055", - "globallyUniqueId" : "h4B0D1F61ADB6/69055" + "globallyUniqueId" : "hF3D8AF2E752B/69055" } diff --git a/3.9/generated/Examples/RestViewGetViewPropertiesIdentifierArangoSearch.generated b/3.9/generated/Examples/RestViewGetViewPropertiesIdentifierArangoSearch.generated index 763e8579f3..546bbe28ea 100644 --- a/3.9/generated/Examples/RestViewGetViewPropertiesIdentifierArangoSearch.generated +++ b/3.9/generated/Examples/RestViewGetViewPropertiesIdentifierArangoSearch.generated @@ -43,7 +43,7 @@ x-content-type-options: nosniff "trackListPositions" : false } }, - "globallyUniqueId" : "h4B0D1F61ADB6/69065", + "globallyUniqueId" : "hF3D8AF2E752B/69065", "name" : "productsView", "id" : "69065", "storedValues" : [ ], diff --git a/3.9/generated/Examples/RestViewGetViewPropertiesNameArangoSearch.generated b/3.9/generated/Examples/RestViewGetViewPropertiesNameArangoSearch.generated index b5a52d239d..a2a5db4dd8 100644 --- a/3.9/generated/Examples/RestViewGetViewPropertiesNameArangoSearch.generated +++ b/3.9/generated/Examples/RestViewGetViewPropertiesNameArangoSearch.generated @@ -43,7 +43,7 @@ x-content-type-options: nosniff "trackListPositions" : false } }, - "globallyUniqueId" : "h4B0D1F61ADB6/69082", + "globallyUniqueId" : "hF3D8AF2E752B/69082", "name" : "productsView", "id" : "69082", "storedValues" : [ ], diff --git a/3.9/generated/Examples/RestViewPatchPropertiesArangoSearch.generated b/3.9/generated/Examples/RestViewPatchPropertiesArangoSearch.generated index 16868ab7fc..0eb70c5dd9 100644 --- a/3.9/generated/Examples/RestViewPatchPropertiesArangoSearch.generated +++ b/3.9/generated/Examples/RestViewPatchPropertiesArangoSearch.generated @@ -13,7 +13,7 @@ x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "globallyUniqueId" : "h4B0D1F61ADB6/69094", + "globallyUniqueId" : "hF3D8AF2E752B/69094", "id" : "69094", "name" : "productsView", "type" : "arangosearch", diff --git a/3.9/generated/Examples/RestViewPostViewArangoSearch.generated b/3.9/generated/Examples/RestViewPostViewArangoSearch.generated index fe52265567..76bf934da1 100644 --- a/3.9/generated/Examples/RestViewPostViewArangoSearch.generated +++ b/3.9/generated/Examples/RestViewPostViewArangoSearch.generated @@ -14,7 +14,7 @@ x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "globallyUniqueId" : "h4B0D1F61ADB6/69100", + "globallyUniqueId" : "hF3D8AF2E752B/69100", "id" : "69100", "name" : "products", "type" : "arangosearch", diff --git a/3.9/generated/Examples/RestViewPutPropertiesArangoSearch.generated b/3.9/generated/Examples/RestViewPutPropertiesArangoSearch.generated index 32bb70c8b6..d205df194d 100644 --- a/3.9/generated/Examples/RestViewPutPropertiesArangoSearch.generated +++ b/3.9/generated/Examples/RestViewPutPropertiesArangoSearch.generated @@ -13,7 +13,7 @@ x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "globallyUniqueId" : "h4B0D1F61ADB6/69105", + "globallyUniqueId" : "hF3D8AF2E752B/69105", "id" : "69105", "name" : "productsView", "type" : "arangosearch", diff --git a/3.9/generated/Examples/RestViewPutRename.generated b/3.9/generated/Examples/RestViewPutRename.generated index fcae349f5f..718cadbc49 100644 --- a/3.9/generated/Examples/RestViewPutRename.generated +++ b/3.9/generated/Examples/RestViewPutRename.generated @@ -18,5 +18,5 @@ x-content-type-options: nosniff "type" : "arangosearch", "name" : "catalogView", "id" : "69112", - "globallyUniqueId" : "h4B0D1F61ADB6/69112" + "globallyUniqueId" : "hF3D8AF2E752B/69112" } diff --git a/3.9/generated/Examples/RestWalAccessFirstTick.generated b/3.9/generated/Examples/RestWalAccessFirstTick.generated index 1b9c2cf6b8..44d28ba50e 100644 --- a/3.9/generated/Examples/RestWalAccessFirstTick.generated +++ b/3.9/generated/Examples/RestWalAccessFirstTick.generated @@ -3,16 +3,16 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 105 +content-length: 106 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "time" : "2023-06-24T15:42:56Z", - "tick" : "180619", + "time" : "2023-09-01T15:01:21Z", + "tick" : "180603", "server" : { "version" : "3.9.12", - "serverId" : "82519733153206" + "serverId" : "268111977542955" } } diff --git a/3.9/generated/Examples/RestWalAccessTailingBufferLimit.generated b/3.9/generated/Examples/RestWalAccessTailingBufferLimit.generated index 28d9fd5946..f1901d4102 100644 --- a/3.9/generated/Examples/RestWalAccessTailingBufferLimit.generated +++ b/3.9/generated/Examples/RestWalAccessTailingBufferLimit.generated @@ -1,4 +1,4 @@ -shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/wal/tail?from=180619&chunkSize=400 +shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/wal/tail?from=180603&chunkSize=400 HTTP/1.1 200 OK content-type: application/x-arango-dump @@ -8,14 +8,14 @@ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-arango-replication-checkmore: true x-arango-replication-frompresent: true -x-arango-replication-lastincluded: 180635 -x-arango-replication-lastscanned: 180654 -x-arango-replication-lasttick: 180654 +x-arango-replication-lastincluded: 180619 +x-arango-replication-lastscanned: 180642 +x-arango-replication-lasttick: 180642 x-content-type-options: nosniff { - "tick" : "180635", + "tick" : "180619", "type" : 2001, "db" : "_system", - "cuid" : "h4B0D1F61ADB6/69121" + "cuid" : "hF3D8AF2E752B/69121" } diff --git a/3.9/generated/Examples/RestWalAccessTailingEmpty.generated b/3.9/generated/Examples/RestWalAccessTailingEmpty.generated index 445f104c57..445b6509a8 100644 --- a/3.9/generated/Examples/RestWalAccessTailingEmpty.generated +++ b/3.9/generated/Examples/RestWalAccessTailingEmpty.generated @@ -1,4 +1,4 @@ -shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/wal/tail?from=180654 +shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/wal/tail?from=180642 HTTP/1.1 204 No Content content-type: application/x-arango-dump @@ -9,7 +9,7 @@ x-arango-queue-time-seconds: 0.000000 x-arango-replication-checkmore: false x-arango-replication-frompresent: true x-arango-replication-lastincluded: 0 -x-arango-replication-lastscanned: 180652 -x-arango-replication-lasttick: 180654 +x-arango-replication-lastscanned: 180642 +x-arango-replication-lasttick: 180642 x-content-type-options: nosniff diff --git a/3.9/generated/Examples/RestWalAccessTailingSome.generated b/3.9/generated/Examples/RestWalAccessTailingSome.generated index e1a6c80250..ab15a6c827 100644 --- a/3.9/generated/Examples/RestWalAccessTailingSome.generated +++ b/3.9/generated/Examples/RestWalAccessTailingSome.generated @@ -1,4 +1,4 @@ -shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/wal/tail?from=180654 +shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/wal/tail?from=180642 HTTP/1.1 200 OK content-type: application/x-arango-dump @@ -8,14 +8,14 @@ server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-arango-replication-checkmore: true x-arango-replication-frompresent: true -x-arango-replication-lastincluded: 180670 -x-arango-replication-lastscanned: 180680 -x-arango-replication-lasttick: 180680 +x-arango-replication-lastincluded: 180658 +x-arango-replication-lastscanned: 180668 +x-arango-replication-lasttick: 180668 x-content-type-options: nosniff { - "tick" : "180670", + "tick" : "180658", "type" : 2001, "db" : "_system", - "cuid" : "h4B0D1F61ADB6/69137" + "cuid" : "hF3D8AF2E752B/69137" }↩ diff --git a/3.9/generated/Examples/RestWalAccessTickRange.generated b/3.9/generated/Examples/RestWalAccessTickRange.generated index 4f8442d873..a786800691 100644 --- a/3.9/generated/Examples/RestWalAccessTickRange.generated +++ b/3.9/generated/Examples/RestWalAccessTickRange.generated @@ -3,17 +3,17 @@ HTTP/1.1 200 OK content-type: application/json connection: Keep-Alive -content-length: 127 +content-length: 128 server: ArangoDB x-arango-queue-time-seconds: 0.000000 x-content-type-options: nosniff { - "time" : "2023-06-24T15:42:58Z", - "tickMin" : "175570", - "tickMax" : "180680", + "time" : "2023-09-01T15:01:23Z", + "tickMin" : "175553", + "tickMax" : "180668", "server" : { "version" : "3.9.12", - "serverId" : "82519733153206" + "serverId" : "268111977542955" } } diff --git a/3.9/generated/Examples/accessViaGeoIndex.generated b/3.9/generated/Examples/accessViaGeoIndex.generated index ca8a278a6c..df0568d45d 100644 --- a/3.9/generated/Examples/accessViaGeoIndex.generated +++ b/3.9/generated/Examples/accessViaGeoIndex.generated @@ -16,7 +16,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/70579", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599274899734529", + "name" : "idx_1775847849021407234", "sparse" : true, "type" : "geo", "unique" : false, diff --git a/3.9/generated/Examples/analyzerAqlCollapse.generated b/3.9/generated/Examples/analyzerAqlCollapse.generated index 54d6b69dc9..57db62e387 100644 --- a/3.9/generated/Examples/analyzerAqlCollapse.generated +++ b/3.9/generated/Examples/analyzerAqlCollapse.generated @@ -14,7 +14,7 @@ arangosh> db._query("FOR d IN view SEARCH PHRA { "_key" : "70604", "_id" : "coll/70604", - "_rev" : "_gM2QmuK---", + "_rev" : "_gjDBU2u--_", "text" : "A-B-C-D" } ] @@ -24,7 +24,7 @@ arangosh> db._query("FOR d IN view SEARCH PHRA { "_key" : "70604", "_id" : "coll/70604", - "_rev" : "_gM2QmuK---", + "_rev" : "_gjDBU2u--_", "text" : "A-B-C-D" } ] @@ -36,7 +36,7 @@ arangosh> db._query("FOR d IN view SEARCH PHRA { "_key" : "70604", "_id" : "coll/70604", - "_rev" : "_gM2QmuK---", + "_rev" : "_gjDBU2u--_", "text" : "A-B-C-D" } ] diff --git a/3.9/generated/Examples/analyzerAqlFilter.generated b/3.9/generated/Examples/analyzerAqlFilter.generated index 3a1a1e0d74..ce0771abdb 100644 --- a/3.9/generated/Examples/analyzerAqlFilter.generated +++ b/3.9/generated/Examples/analyzerAqlFilter.generated @@ -12,7 +12,7 @@ arangosh> db._query("FOR doc IN view SEARCH AN { "_key" : "70681", "_id" : "coll/70681", - "_rev" : "_gM2QmxG--_", + "_rev" : "_gjDBU4u---", "value" : "regular" } ] diff --git a/3.9/generated/Examples/analyzerGeoJSON.generated b/3.9/generated/Examples/analyzerGeoJSON.generated index aa0612fc4c..a72c8edc4c 100644 --- a/3.9/generated/Examples/analyzerGeoJSON.generated +++ b/3.9/generated/Examples/analyzerGeoJSON.generated @@ -27,7 +27,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70787", "_key" : "70787", - "_rev" : "_gM2Qm3S---", + "_rev" : "_gjDBU82--_", "location" : { "type" : "Point", "coordinates" : [ @@ -40,7 +40,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70788", "_key" : "70788", - "_rev" : "_gM2Qm3S--_", + "_rev" : "_gjDBU82--A", "location" : { "type" : "Point", "coordinates" : [ diff --git a/3.9/generated/Examples/analyzerGeoPointLatLng.generated b/3.9/generated/Examples/analyzerGeoPointLatLng.generated index 4382892852..113a181450 100644 --- a/3.9/generated/Examples/analyzerGeoPointLatLng.generated +++ b/3.9/generated/Examples/analyzerGeoPointLatLng.generated @@ -30,7 +30,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70812", "_key" : "70812", - "_rev" : "_gM2Qm5W---", + "_rev" : "_gjDBV-S--_", "location" : { "lat" : 50.932, "lng" : 6.937 @@ -40,7 +40,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70813", "_key" : "70813", - "_rev" : "_gM2Qm5W--_", + "_rev" : "_gjDBV-S--A", "location" : { "lat" : 50.941, "lng" : 6.956 diff --git a/3.9/generated/Examples/analyzerGeoPointPair.generated b/3.9/generated/Examples/analyzerGeoPointPair.generated index 4f1342e839..791b86fd63 100644 --- a/3.9/generated/Examples/analyzerGeoPointPair.generated +++ b/3.9/generated/Examples/analyzerGeoPointPair.generated @@ -27,7 +27,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70837", "_key" : "70837", - "_rev" : "_gM2Qm7m---", + "_rev" : "_gjDBVA----", "location" : [ 50.932, 6.937 @@ -37,7 +37,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70838", "_key" : "70838", - "_rev" : "_gM2Qm7m--_", + "_rev" : "_gjDBVA---_", "location" : [ 50.941, 6.956 diff --git a/3.9/generated/Examples/aqlArrayUnionDistinct_1.generated b/3.9/generated/Examples/aqlArrayUnionDistinct_1.generated index 823d619728..1d4cea3611 100644 --- a/3.9/generated/Examples/aqlArrayUnionDistinct_1.generated +++ b/3.9/generated/Examples/aqlArrayUnionDistinct_1.generated @@ -7,8 +7,8 @@ RETURN UNION_DISTINCT( @R [ [ - 2, + 1, 3, - 1 + 2 ] ] \ No newline at end of file diff --git a/3.9/generated/Examples/aqlDateTimeToLocal_3.generated b/3.9/generated/Examples/aqlDateTimeToLocal_3.generated index 5f4ecc7931..bc681155ce 100644 --- a/3.9/generated/Examples/aqlDateTimeToLocal_3.generated +++ b/3.9/generated/Examples/aqlDateTimeToLocal_3.generated @@ -4,7 +4,7 @@ @R [ { - "local": "2023-06-24T16:42:59.280", + "local": "2023-09-01T16:01:23.758", "tzdb": "2023a", "zoneInfo": { "name": "WAT", diff --git a/3.9/generated/Examples/col_dropIndex.generated b/3.9/generated/Examples/col_dropIndex.generated index 40a94497c9..0e5472afd2 100644 --- a/3.9/generated/Examples/col_dropIndex.generated +++ b/3.9/generated/Examples/col_dropIndex.generated @@ -8,7 +8,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/71318", "isNewlyCreated" : true, - "name" : "idx_1769599275432411136", + "name" : "idx_1775847849351708673", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -37,7 +37,7 @@ arangosh> indexInfo; "b" ], "id" : "example/71318", - "name" : "idx_1769599275432411136", + "name" : "idx_1775847849351708673", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", diff --git a/3.9/generated/Examples/collectionDatabaseCreateKey.generated b/3.9/generated/Examples/collectionDatabaseCreateKey.generated index 8a402d1c30..90dc7d9eb4 100644 --- a/3.9/generated/Examples/collectionDatabaseCreateKey.generated +++ b/3.9/generated/Examples/collectionDatabaseCreateKey.generated @@ -5,17 +5,17 @@ arangosh> db.users.save({ name: "_id" : "users/10", "_key" : "10", - "_rev" : "_gM2QnNq--_" + "_rev" : "_gjDBVKC--_" } arangosh> db.users.save({ name: "user 2" }); { "_id" : "users/15", "_key" : "15", - "_rev" : "_gM2QnNu---" + "_rev" : "_gjDBVKC--A" } arangosh> db.users.save({ name: "user 3" }); { "_id" : "users/20", "_key" : "20", - "_rev" : "_gM2QnNu--_" + "_rev" : "_gjDBVKG---" } diff --git a/3.9/generated/Examples/collectionDatabaseCreateProperties.generated b/3.9/generated/Examples/collectionDatabaseCreateProperties.generated index edf26faf04..b8194c7169 100644 --- a/3.9/generated/Examples/collectionDatabaseCreateProperties.generated +++ b/3.9/generated/Examples/collectionDatabaseCreateProperties.generated @@ -2,7 +2,7 @@ arangosh> c = db._create("users", [ArangoCollection 71353, "users" (type document, status loaded)] arangosh> c.properties(); { - "globallyUniqueId" : "h4B0D1F61ADB6/71353", + "globallyUniqueId" : "hF3D8AF2E752B/71353", "isSystem" : false, "waitForSync" : true, "keyOptions" : { diff --git a/3.9/generated/Examples/collectionDatabaseCreateSpecialKey.generated b/3.9/generated/Examples/collectionDatabaseCreateSpecialKey.generated index 9a7452dd44..25adab2f81 100644 --- a/3.9/generated/Examples/collectionDatabaseCreateSpecialKey.generated +++ b/3.9/generated/Examples/collectionDatabaseCreateSpecialKey.generated @@ -4,7 +4,7 @@ arangosh> db.users.save({ name: "_id" : "users/71366", "_key" : "71366", - "_rev" : "_gM2QnOK---" + "_rev" : "_gjDBVKO--_" } arangosh> db.users.save({ name: "user 2", _key: "myuser" }); [ArangoError 1222: unexpected document key] @@ -12,5 +12,5 @@ arangosh> db.users.save({ name: "_id" : "users/71369", "_key" : "71369", - "_rev" : "_gM2QnOK--_" + "_rev" : "_gjDBVKS---" } diff --git a/3.9/generated/Examples/collectionDatabaseCreateSuccess.generated b/3.9/generated/Examples/collectionDatabaseCreateSuccess.generated index 920c6f259d..ca606628d0 100644 --- a/3.9/generated/Examples/collectionDatabaseCreateSuccess.generated +++ b/3.9/generated/Examples/collectionDatabaseCreateSuccess.generated @@ -2,7 +2,7 @@ arangosh> c = db._create("users"); [ArangoCollection 71373, "users" (type document, status loaded)] arangosh> c.properties(); { - "globallyUniqueId" : "h4B0D1F61ADB6/71373", + "globallyUniqueId" : "hF3D8AF2E752B/71373", "isSystem" : false, "waitForSync" : false, "keyOptions" : { diff --git a/3.9/generated/Examples/collectionDatabaseTruncateByObject.generated b/3.9/generated/Examples/collectionDatabaseTruncateByObject.generated index 4ceb04d580..57bcc0d73a 100644 --- a/3.9/generated/Examples/collectionDatabaseTruncateByObject.generated +++ b/3.9/generated/Examples/collectionDatabaseTruncateByObject.generated @@ -4,7 +4,7 @@ arangosh> col.save({ "Hello" : "_id" : "example/71408", "_key" : "71408", - "_rev" : "_gM2QnPO--_" + "_rev" : "_gjDBVKu--_" } arangosh> col.count(); 1 diff --git a/3.9/generated/Examples/collectionDatabaseTruncateName.generated b/3.9/generated/Examples/collectionDatabaseTruncateName.generated index b4e4af2281..0bfce40c83 100644 --- a/3.9/generated/Examples/collectionDatabaseTruncateName.generated +++ b/3.9/generated/Examples/collectionDatabaseTruncateName.generated @@ -4,7 +4,7 @@ arangosh> col.save({ "Hello" : "_id" : "example/71420", "_key" : "71420", - "_rev" : "_gM2QnQy---" + "_rev" : "_gjDBVM----" } arangosh> col.count(); 1 diff --git a/3.9/generated/Examples/collectionEnsureIndex.generated b/3.9/generated/Examples/collectionEnsureIndex.generated index 32c689c21a..4e0b829c70 100644 --- a/3.9/generated/Examples/collectionEnsureIndex.generated +++ b/3.9/generated/Examples/collectionEnsureIndex.generated @@ -7,7 +7,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/71445", "isNewlyCreated" : true, - "name" : "idx_1769599275520491520", + "name" : "idx_1775847849404137473", "selectivityEstimate" : 1, "sparse" : true, "type" : "persistent", @@ -24,7 +24,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/71449", "isNewlyCreated" : true, - "name" : "idx_1769599275521540096", + "name" : "idx_1775847849405186048", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", diff --git a/3.9/generated/Examples/collectionFigures.generated b/3.9/generated/Examples/collectionFigures.generated index 8306929487..a29036db38 100644 --- a/3.9/generated/Examples/collectionFigures.generated +++ b/3.9/generated/Examples/collectionFigures.generated @@ -2,9 +2,9 @@ arangosh> db.demo.figures() { "indexes" : { "count" : 1, - "size" : 1673 + "size" : 1672 }, - "documentsSize" : 3326, + "documentsSize" : 3324, "cacheInUse" : false, "cacheSize" : 0, "cacheUsage" : 0 diff --git a/3.9/generated/Examples/collectionFiguresDetails.generated b/3.9/generated/Examples/collectionFiguresDetails.generated index 0ec304c454..711d9aba63 100644 --- a/3.9/generated/Examples/collectionFiguresDetails.generated +++ b/3.9/generated/Examples/collectionFiguresDetails.generated @@ -2,9 +2,9 @@ arangosh> db.demo.figures(true) { "indexes" : { "count" : 1, - "size" : 1673 + "size" : 1672 }, - "documentsSize" : 3326, + "documentsSize" : 3324, "cacheInUse" : false, "cacheSize" : 0, "cacheUsage" : 0, diff --git a/3.9/generated/Examples/collectionFirstExample.generated b/3.9/generated/Examples/collectionFirstExample.generated index faf43de727..995dea73a3 100644 --- a/3.9/generated/Examples/collectionFirstExample.generated +++ b/3.9/generated/Examples/collectionFirstExample.generated @@ -2,6 +2,6 @@ arangosh> db.users.firstExample("name""_key" : "71468", "_id" : "users/71468", - "_rev" : "_gM2QnZu---", + "_rev" : "_gjDBVXW--A", "name" : "Angela" } diff --git a/3.9/generated/Examples/collectionGetIndexes.generated b/3.9/generated/Examples/collectionGetIndexes.generated index 06d263cd55..9ca000e9ff 100644 --- a/3.9/generated/Examples/collectionGetIndexes.generated +++ b/3.9/generated/Examples/collectionGetIndexes.generated @@ -9,7 +9,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/71487", "isNewlyCreated" : true, - "name" : "idx_1769599275654709249", + "name" : "idx_1775847849585541120", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -36,7 +36,7 @@ arangosh> db.test.getIndexes(); "attribute" ], "id" : "test/71479", - "name" : "idx_1769599275653660672", + "name" : "idx_1775847849583443969", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -49,7 +49,7 @@ arangosh> db.test.getIndexes(); "uniqueAttribute" ], "id" : "test/71483", - "name" : "idx_1769599275654709248", + "name" : "idx_1775847849584492544", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -63,7 +63,7 @@ arangosh> db.test.getIndexes(); "secondAttribute.subAttribute" ], "id" : "test/71487", - "name" : "idx_1769599275654709249", + "name" : "idx_1775847849585541120", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", diff --git a/3.9/generated/Examples/collectionLookupByKeys.generated b/3.9/generated/Examples/collectionLookupByKeys.generated index 8b5d08399b..dea1dfd074 100644 --- a/3.9/generated/Examples/collectionLookupByKeys.generated +++ b/3.9/generated/Examples/collectionLookupByKeys.generated @@ -10,61 +10,61 @@ arangosh> db.example.documents(keys); { "_key" : "test0", "_id" : "example/test0", - "_rev" : "_gM2Qnau---", + "_rev" : "_gjDBVX6---", "value" : 0 }, { "_key" : "test1", "_id" : "example/test1", - "_rev" : "_gM2Qnau--_", + "_rev" : "_gjDBVX6--_", "value" : 1 }, { "_key" : "test2", "_id" : "example/test2", - "_rev" : "_gM2Qnau--A", + "_rev" : "_gjDBVX6--A", "value" : 2 }, { "_key" : "test3", "_id" : "example/test3", - "_rev" : "_gM2Qnay---", + "_rev" : "_gjDBVX6--B", "value" : 3 }, { "_key" : "test4", "_id" : "example/test4", - "_rev" : "_gM2Qnay--_", + "_rev" : "_gjDBVX6--C", "value" : 4 }, { "_key" : "test5", "_id" : "example/test5", - "_rev" : "_gM2Qnay--A", + "_rev" : "_gjDBVX6--D", "value" : 5 }, { "_key" : "test6", "_id" : "example/test6", - "_rev" : "_gM2Qnay--B", + "_rev" : "_gjDBVX6--E", "value" : 6 }, { "_key" : "test7", "_id" : "example/test7", - "_rev" : "_gM2Qna2---", + "_rev" : "_gjDBVX6--F", "value" : 7 }, { "_key" : "test8", "_id" : "example/test8", - "_rev" : "_gM2Qna2--_", + "_rev" : "_gjDBVX6--G", "value" : 8 }, { "_key" : "test9", "_id" : "example/test9", - "_rev" : "_gM2Qna2--A", + "_rev" : "_gjDBVX6--H", "value" : 9 } ] diff --git a/3.9/generated/Examples/collectionProperties.generated b/3.9/generated/Examples/collectionProperties.generated index d30b061c81..58b4fe43c2 100644 --- a/3.9/generated/Examples/collectionProperties.generated +++ b/3.9/generated/Examples/collectionProperties.generated @@ -1,6 +1,6 @@ arangosh> db.example.properties(); { - "globallyUniqueId" : "h4B0D1F61ADB6/71521", + "globallyUniqueId" : "hF3D8AF2E752B/71521", "isSystem" : false, "waitForSync" : false, "keyOptions" : { diff --git a/3.9/generated/Examples/collectionProperty.generated b/3.9/generated/Examples/collectionProperty.generated index e957f14e19..3816cb8d8f 100644 --- a/3.9/generated/Examples/collectionProperty.generated +++ b/3.9/generated/Examples/collectionProperty.generated @@ -1,6 +1,6 @@ arangosh> db.example.properties({ waitForSync : true }); { - "globallyUniqueId" : "h4B0D1F61ADB6/71529", + "globallyUniqueId" : "hF3D8AF2E752B/71529", "isSystem" : false, "waitForSync" : true, "keyOptions" : { diff --git a/3.9/generated/Examples/collectionTruncate.generated b/3.9/generated/Examples/collectionTruncate.generated index c2cc7db57a..67bd32b52c 100644 --- a/3.9/generated/Examples/collectionTruncate.generated +++ b/3.9/generated/Examples/collectionTruncate.generated @@ -4,7 +4,7 @@ arangosh> col.save({ "Hello" : "_id" : "example/71571", "_key" : "71571", - "_rev" : "_gM2QncG--_" + "_rev" : "_gjDBVYi--_" } arangosh> col.count(); 1 diff --git a/3.9/generated/Examples/cursorHasNext.generated b/3.9/generated/Examples/cursorHasNext.generated index 7c9378e01d..351dd59085 100644 --- a/3.9/generated/Examples/cursorHasNext.generated +++ b/3.9/generated/Examples/cursorHasNext.generated @@ -3,30 +3,30 @@ arangosh> while (a.hasNext()) print(a.next( { "_key" : "71590", "_id" : "five/71590", - "_rev" : "_gM2Qndy---", + "_rev" : "_gjDBVZO--_", "name" : "one" } { "_key" : "71592", "_id" : "five/71592", - "_rev" : "_gM2Qnd2---", + "_rev" : "_gjDBVZO--A", "name" : "two" } { "_key" : "71594", "_id" : "five/71594", - "_rev" : "_gM2Qnd2--_", + "_rev" : "_gjDBVZS---", "name" : "three" } { "_key" : "71596", "_id" : "five/71596", - "_rev" : "_gM2Qnd6---", + "_rev" : "_gjDBVZS--_", "name" : "four" } { "_key" : "71598", "_id" : "five/71598", - "_rev" : "_gM2Qnd6--_", + "_rev" : "_gjDBVZS--A", "name" : "five" } diff --git a/3.9/generated/Examples/cursorNext.generated b/3.9/generated/Examples/cursorNext.generated index dea3fb20ff..3c4cbfe9f9 100644 --- a/3.9/generated/Examples/cursorNext.generated +++ b/3.9/generated/Examples/cursorNext.generated @@ -2,6 +2,6 @@ arangosh> db._query("FOR x IN five RETURN x&qu { "_key" : "71609", "_id" : "five/71609", - "_rev" : "_gM2QneO---", + "_rev" : "_gjDBVZa---", "name" : "one" } diff --git a/3.9/generated/Examples/documentDocumentRemoveConflict.generated b/3.9/generated/Examples/documentDocumentRemoveConflict.generated index d27620fb4b..90e1779fd8 100644 --- a/3.9/generated/Examples/documentDocumentRemoveConflict.generated +++ b/3.9/generated/Examples/documentDocumentRemoveConflict.generated @@ -2,14 +2,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71701", "_key" : "71701", - "_rev" : "_gM2Qngm---" + "_rev" : "_gjDBVay--_" } arangosh> a2 = db.example.replace(a1, { a : 2 }); { "_id" : "example/71701", "_key" : "71701", - "_rev" : "_gM2Qngm--_", - "_oldRev" : "_gM2Qngm---" + "_rev" : "_gjDBVay--A", + "_oldRev" : "_gjDBVay--_" } arangosh> db.example.remove(a1); [ArangoError 1200: conflict, _rev values do not match] @@ -17,7 +17,7 @@ arangosh> db.example.remove(a1, true); { "_id" : "example/71701", "_key" : "71701", - "_rev" : "_gM2Qngm--_" + "_rev" : "_gjDBVay--A" } arangosh> db.example.document(a1); [ArangoError 1202: document not found] diff --git a/3.9/generated/Examples/documentDocumentRemoveSimple.generated b/3.9/generated/Examples/documentDocumentRemoveSimple.generated index 47e83cbf66..2411acd90d 100644 --- a/3.9/generated/Examples/documentDocumentRemoveSimple.generated +++ b/3.9/generated/Examples/documentDocumentRemoveSimple.generated @@ -2,20 +2,20 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71715", "_key" : "71715", - "_rev" : "_gM2Qng6--_" + "_rev" : "_gjDBVa6--_" } arangosh> db.example.document(a1); { "_key" : "71715", "_id" : "example/71715", - "_rev" : "_gM2Qng6--_", + "_rev" : "_gjDBVa6--_", "a" : 1 } arangosh> db.example.remove(a1); { "_id" : "example/71715", "_key" : "71715", - "_rev" : "_gM2Qng6--_" + "_rev" : "_gjDBVa6--_" } arangosh> db.example.document(a1); [ArangoError 1202: document not found] diff --git a/3.9/generated/Examples/documentDocumentUpdate.generated b/3.9/generated/Examples/documentDocumentUpdate.generated index 7727c1ce0d..c18a478d17 100644 --- a/3.9/generated/Examples/documentDocumentUpdate.generated +++ b/3.9/generated/Examples/documentDocumentUpdate.generated @@ -2,14 +2,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71727", "_key" : "71727", - "_rev" : "_gM2QnhK--_" + "_rev" : "_gjDBVbC--_" } arangosh> a2 = db._update(a1, { b : 2 }); { "_id" : "example/71727", "_key" : "71727", - "_rev" : "_gM2QnhO---", - "_oldRev" : "_gM2QnhK--_" + "_rev" : "_gjDBVbC--A", + "_oldRev" : "_gjDBVbC--_" } arangosh> a3 = db._update(a1, { c : 3 }); [ArangoError 1200: conflict, _rev values do not match] diff --git a/3.9/generated/Examples/documentsCollectionInsertMulti.generated b/3.9/generated/Examples/documentsCollectionInsertMulti.generated index dc701c4647..eb5d700e4c 100644 --- a/3.9/generated/Examples/documentsCollectionInsertMulti.generated +++ b/3.9/generated/Examples/documentsCollectionInsertMulti.generated @@ -3,12 +3,12 @@ arangosh> db.example.insert([{ Hello : "_id" : "example/71739", "_key" : "71739", - "_rev" : "_gM2Qnha--_" + "_rev" : "_gjDBVbK--_" }, { "_id" : "example/71740", "_key" : "71740", - "_rev" : "_gM2Qnhe---" + "_rev" : "_gjDBVbK--A" } ] arangosh> db.example.insert([{ Hello : "World" }, {}], {waitForSync: true}); @@ -16,11 +16,11 @@ arangosh> db.example.insert([{ Hello : "_id" : "example/71742", "_key" : "71742", - "_rev" : "_gM2Qnhe--_" + "_rev" : "_gjDBVbK--B" }, { "_id" : "example/71743", "_key" : "71743", - "_rev" : "_gM2Qnhe--A" + "_rev" : "_gjDBVbK--C" } ] diff --git a/3.9/generated/Examples/documentsCollectionInsertSingle.generated b/3.9/generated/Examples/documentsCollectionInsertSingle.generated index 4a15a28dc5..0af64d58d0 100644 --- a/3.9/generated/Examples/documentsCollectionInsertSingle.generated +++ b/3.9/generated/Examples/documentsCollectionInsertSingle.generated @@ -2,11 +2,11 @@ arangosh> db.example.insert({ Hello : "_id" : "example/71752", "_key" : "71752", - "_rev" : "_gM2Qnhy---" + "_rev" : "_gjDBVs---_" } arangosh> db.example.insert({ Hello : "World" }, {waitForSync: true}); { "_id" : "example/71754", "_key" : "71754", - "_rev" : "_gM2Qnhy--_" + "_rev" : "_gjDBVs---A" } diff --git a/3.9/generated/Examples/documentsCollectionInsertSingleOverwrite.generated b/3.9/generated/Examples/documentsCollectionInsertSingleOverwrite.generated index 5fb854e23e..4f2597b52e 100644 --- a/3.9/generated/Examples/documentsCollectionInsertSingleOverwrite.generated +++ b/3.9/generated/Examples/documentsCollectionInsertSingleOverwrite.generated @@ -2,18 +2,18 @@ arangosh> db.example.insert({ _key : "_id" : "example/666", "_key" : "666", - "_rev" : "_gM2QniG---" + "_rev" : "_gjDBVsS--_" } arangosh> db.example.insert({ _key : "666", Hello : "Universe" }, {overwrite: true, returnOld: true}); { "_id" : "example/666", "_key" : "666", - "_rev" : "_gM2QniG--_", - "_oldRev" : "_gM2QniG---", + "_rev" : "_gjDBVsS--A", + "_oldRev" : "_gjDBVsS--_", "old" : { "_key" : "666", "_id" : "example/666", - "_rev" : "_gM2QniG---", + "_rev" : "_gjDBVsS--_", "Hello" : "World" } } diff --git a/3.9/generated/Examples/documentsCollectionNameValidByKey.generated b/3.9/generated/Examples/documentsCollectionNameValidByKey.generated index e48945e5e7..89e5bdf24c 100644 --- a/3.9/generated/Examples/documentsCollectionNameValidByKey.generated +++ b/3.9/generated/Examples/documentsCollectionNameValidByKey.generated @@ -2,5 +2,5 @@ arangosh> db.example.document("2873916""_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2Qnim--_" + "_rev" : "_gjDBVsi--_" } diff --git a/3.9/generated/Examples/documentsCollectionNameValidByObject.generated b/3.9/generated/Examples/documentsCollectionNameValidByObject.generated index 71b69525c1..6f37b03aec 100644 --- a/3.9/generated/Examples/documentsCollectionNameValidByObject.generated +++ b/3.9/generated/Examples/documentsCollectionNameValidByObject.generated @@ -2,5 +2,5 @@ arangosh> db.example.document({_id: "_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2Qniy--_" + "_rev" : "_gjDBVsq--_" } diff --git a/3.9/generated/Examples/documentsCollectionNameValidMulti.generated b/3.9/generated/Examples/documentsCollectionNameValidMulti.generated index 366e7dfa84..949f5f554f 100644 --- a/3.9/generated/Examples/documentsCollectionNameValidMulti.generated +++ b/3.9/generated/Examples/documentsCollectionNameValidMulti.generated @@ -3,11 +3,11 @@ arangosh> db.example.document(["2873916"< { "_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2Qnj----" + "_rev" : "_gjDBVsu--_" }, { "_key" : "2873917", "_id" : "example/2873917", - "_rev" : "_gM2Qnj---_" + "_rev" : "_gjDBVsy---" } ] diff --git a/3.9/generated/Examples/documentsCollectionNameValidPlain.generated b/3.9/generated/Examples/documentsCollectionNameValidPlain.generated index 9858a03fec..ebea8b5532 100644 --- a/3.9/generated/Examples/documentsCollectionNameValidPlain.generated +++ b/3.9/generated/Examples/documentsCollectionNameValidPlain.generated @@ -2,5 +2,5 @@ arangosh> db.example.document("example/2873916 { "_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2QnjK--_" + "_rev" : "_gjDBVs2--_" } diff --git a/3.9/generated/Examples/documentsCollectionRemoveConflict.generated b/3.9/generated/Examples/documentsCollectionRemoveConflict.generated index 34d9e44d04..3508055b97 100644 --- a/3.9/generated/Examples/documentsCollectionRemoveConflict.generated +++ b/3.9/generated/Examples/documentsCollectionRemoveConflict.generated @@ -2,14 +2,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71825", "_key" : "71825", - "_rev" : "_gM2QnjW---" + "_rev" : "_gjDBVt---_" } arangosh> a2 = db._replace(a1, { a : 2 }); { "_id" : "example/71825", "_key" : "71825", - "_rev" : "_gM2Qnja---", - "_oldRev" : "_gM2QnjW---" + "_rev" : "_gjDBVt---A", + "_oldRev" : "_gjDBVt---_" } arangosh> db._remove(a1); [ArangoError 1200: conflict, _rev values do not match] @@ -17,7 +17,7 @@ arangosh> db._remove(a1, {overwrite: "_id" : "example/71825", "_key" : "71825", - "_rev" : "_gM2Qnja---" + "_rev" : "_gjDBVt---A" } arangosh> db._document(a1); [ArangoError 1202: document not found] diff --git a/3.9/generated/Examples/documentsCollectionRemoveSignature.generated b/3.9/generated/Examples/documentsCollectionRemoveSignature.generated index c8b755342e..c542b481de 100644 --- a/3.9/generated/Examples/documentsCollectionRemoveSignature.generated +++ b/3.9/generated/Examples/documentsCollectionRemoveSignature.generated @@ -2,12 +2,12 @@ arangosh> db.example.insert({ _key: "_id" : "example/11265325374", "_key" : "11265325374", - "_rev" : "_gM2Qnjq---" + "_rev" : "_gjDBVtK---" } arangosh> db.example.remove("example/11265325374", ........> { overwrite: true, waitForSync: false}) { "_id" : "example/11265325374", "_key" : "11265325374", - "_rev" : "_gM2Qnjq---" + "_rev" : "_gjDBVtK---" } diff --git a/3.9/generated/Examples/documentsCollectionRemoveSuccess.generated b/3.9/generated/Examples/documentsCollectionRemoveSuccess.generated index a2c4cdda0f..9e5ef07bcc 100644 --- a/3.9/generated/Examples/documentsCollectionRemoveSuccess.generated +++ b/3.9/generated/Examples/documentsCollectionRemoveSuccess.generated @@ -2,13 +2,13 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71848", "_key" : "71848", - "_rev" : "_gM2Qnj2---" + "_rev" : "_gjDBVtO--_" } arangosh> db._remove(a1); { "_id" : "example/71848", "_key" : "71848", - "_rev" : "_gM2Qnj2---" + "_rev" : "_gjDBVtO--_" } arangosh> db._remove(a1); [ArangoError 1202: document not found] diff --git a/3.9/generated/Examples/documentsCollectionReplace1.generated b/3.9/generated/Examples/documentsCollectionReplace1.generated index 47ac15cf7f..bf38895833 100644 --- a/3.9/generated/Examples/documentsCollectionReplace1.generated +++ b/3.9/generated/Examples/documentsCollectionReplace1.generated @@ -2,14 +2,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71860", "_key" : "71860", - "_rev" : "_gM2QnkC--_" + "_rev" : "_gjDBVtW--_" } arangosh> a2 = db.example.replace(a1, { a : 2 }); { "_id" : "example/71860", "_key" : "71860", - "_rev" : "_gM2QnkG---", - "_oldRev" : "_gM2QnkC--_" + "_rev" : "_gjDBVtW--A", + "_oldRev" : "_gjDBVtW--_" } arangosh> a3 = db.example.replace(a1, { a : 3 }); [ArangoError 1200: conflict, _rev values do not match] diff --git a/3.9/generated/Examples/documentsCollectionReplaceHandle.generated b/3.9/generated/Examples/documentsCollectionReplaceHandle.generated index 9599739a47..abf9c38531 100644 --- a/3.9/generated/Examples/documentsCollectionReplaceHandle.generated +++ b/3.9/generated/Examples/documentsCollectionReplaceHandle.generated @@ -2,12 +2,12 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/3903045", "_key" : "3903045", - "_rev" : "_gM2QnkS--_" + "_rev" : "_gjDBVte--A" } arangosh> a2 = db.example.replace("example/3903044", { a : 2 }); { "_id" : "example/3903044", "_key" : "3903044", - "_rev" : "_gM2QnkW---", - "_oldRev" : "_gM2QnkS---" + "_rev" : "_gjDBVte--B", + "_oldRev" : "_gjDBVte--_" } diff --git a/3.9/generated/Examples/documentsCollection_UpdateDocument.generated b/3.9/generated/Examples/documentsCollection_UpdateDocument.generated index e2c94629a4..e91b8dc0b7 100644 --- a/3.9/generated/Examples/documentsCollection_UpdateDocument.generated +++ b/3.9/generated/Examples/documentsCollection_UpdateDocument.generated @@ -2,14 +2,14 @@ arangosh> a1 = db.example.insert({"a""_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnke--_" + "_rev" : "_gjDBVtm--_" } arangosh> a2 = db.example.update(a1, {"b" : 2, "c" : 3}); { "_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnki---", - "_oldRev" : "_gM2Qnke--_" + "_rev" : "_gjDBVtm--A", + "_oldRev" : "_gjDBVtm--_" } arangosh> a3 = db.example.update(a1, {"d" : 4}); [ArangoError 1200: conflict, _rev values do not match] @@ -17,14 +17,14 @@ arangosh> a4 = db.example.update(a2, {"e" { "_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnki--_", - "_oldRev" : "_gM2Qnki---" + "_rev" : "_gjDBVtq---", + "_oldRev" : "_gjDBVtm--A" } arangosh> db.example.document(a4); { "_key" : "71883", "_id" : "example/71883", - "_rev" : "_gM2Qnki--_", + "_rev" : "_gjDBVtq---", "a" : 1, "c" : 3, "b" : 2, @@ -35,14 +35,14 @@ arangosh> a5 = db.example.update(a4, {"a" { "_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnkm---", - "_oldRev" : "_gM2Qnki--_" + "_rev" : "_gjDBVtq--_", + "_oldRev" : "_gjDBVtq---" } arangosh> db.example.document(a5); { "_key" : "71883", "_id" : "example/71883", - "_rev" : "_gM2Qnkm---", + "_rev" : "_gjDBVtq--_", "a" : 1, "c" : 9, "b" : 2, diff --git a/3.9/generated/Examples/documentsCollection_UpdateHandleArray.generated b/3.9/generated/Examples/documentsCollection_UpdateHandleArray.generated index 64fd90cf6b..8cd899d638 100644 --- a/3.9/generated/Examples/documentsCollection_UpdateHandleArray.generated +++ b/3.9/generated/Examples/documentsCollection_UpdateHandleArray.generated @@ -3,21 +3,21 @@ arangosh> db.example.insert({"a" { "_id" : "example/20774804", "_key" : "20774804", - "_rev" : "_gM2Qnk6--_" + "_rev" : "_gjDBVty--A" } arangosh> db.example.update("example/20774803", {"a" : { "four" : 4 }, ........> "b" : { "b1" : 1 }}); { "_id" : "example/20774803", "_key" : "20774803", - "_rev" : "_gM2Qnk6--A", - "_oldRev" : "_gM2Qnk6---" + "_rev" : "_gjDBVty--B", + "_oldRev" : "_gjDBVty--_" } arangosh> db.example.document("example/20774803"); { "_key" : "20774803", "_id" : "example/20774803", - "_rev" : "_gM2Qnk6--A", + "_rev" : "_gjDBVty--B", "b" : { "b1" : 1 }, @@ -31,14 +31,14 @@ arangosh> db.example.update("example/20774803& { "_id" : "example/20774803", "_key" : "20774803", - "_rev" : "_gM2Qnl----", - "_oldRev" : "_gM2Qnk6--A" + "_rev" : "_gjDBVt2---", + "_oldRev" : "_gjDBVty--B" } arangosh> db.example.document("example/20774803"); { "_key" : "20774803", "_id" : "example/20774803", - "_rev" : "_gM2Qnl----", + "_rev" : "_gjDBVt2---", "a" : { "four" : 4 } diff --git a/3.9/generated/Examples/documentsCollection_UpdateHandleKeepNull.generated b/3.9/generated/Examples/documentsCollection_UpdateHandleKeepNull.generated index 82268ed48c..7f3ee49858 100644 --- a/3.9/generated/Examples/documentsCollection_UpdateHandleKeepNull.generated +++ b/3.9/generated/Examples/documentsCollection_UpdateHandleKeepNull.generated @@ -2,21 +2,21 @@ arangosh> db.example.insert({"a" : { "_id" : "example/19988372", "_key" : "19988372", - "_rev" : "_gM2QnlS---" + "_rev" : "_gjDBVu---_" } arangosh> db.example.update("example/19988371", ........> { "b" : null, "c" : null, "d" : 3 }); { "_id" : "example/19988371", "_key" : "19988371", - "_rev" : "_gM2QnlS--_", - "_oldRev" : "_gM2QnlO--_" + "_rev" : "_gjDBVu---A", + "_oldRev" : "_gjDBVu----" } arangosh> db.example.document("example/19988371"); { "_key" : "19988371", "_id" : "example/19988371", - "_rev" : "_gM2QnlS--_", + "_rev" : "_gjDBVu---A", "d" : 3, "c" : null, "b" : null @@ -25,14 +25,14 @@ arangosh> db.example.update("example/19988371& { "_id" : "example/19988371", "_key" : "19988371", - "_rev" : "_gM2QnlW---", - "_oldRev" : "_gM2QnlS--_" + "_rev" : "_gjDBVu---B", + "_oldRev" : "_gjDBVu---A" } arangosh> db.example.document("example/19988371"); { "_key" : "19988371", "_id" : "example/19988371", - "_rev" : "_gM2QnlW---", + "_rev" : "_gjDBVu---B", "d" : 3, "c" : null, "b" : null @@ -42,12 +42,12 @@ arangosh> db.example.update("example/19988371& { "_id" : "example/19988371", "_key" : "19988371", - "_rev" : "_gM2QnlW--_", - "_oldRev" : "_gM2QnlW---" + "_rev" : "_gjDBVuC---", + "_oldRev" : "_gjDBVu---B" } arangosh> db.example.document("example/19988371"); { "_key" : "19988371", "_id" : "example/19988371", - "_rev" : "_gM2QnlW--_" + "_rev" : "_gjDBVuC---" } diff --git a/3.9/generated/Examples/documentsCollection_UpdateHandleSingle.generated b/3.9/generated/Examples/documentsCollection_UpdateHandleSingle.generated index bc6e91704a..e935eac006 100644 --- a/3.9/generated/Examples/documentsCollection_UpdateHandleSingle.generated +++ b/3.9/generated/Examples/documentsCollection_UpdateHandleSingle.generated @@ -2,12 +2,12 @@ arangosh> a1 = db.example.insert({"a""_id" : "example/18612116", "_key" : "18612116", - "_rev" : "_gM2Qnlq--_" + "_rev" : "_gjDBVuK--_" } arangosh> a2 = db.example.update("example/18612115", { "x" : 1, "y" : 2 }); { "_id" : "example/18612115", "_key" : "18612115", - "_rev" : "_gM2Qnlq--A", - "_oldRev" : "_gM2Qnlq---" + "_rev" : "_gjDBVuK--A", + "_oldRev" : "_gjDBVuK---" } diff --git a/3.9/generated/Examples/documentsDocumentName.generated b/3.9/generated/Examples/documentsDocumentName.generated index 182d028a18..9b8649c4f6 100644 --- a/3.9/generated/Examples/documentsDocumentName.generated +++ b/3.9/generated/Examples/documentsDocumentName.generated @@ -2,5 +2,5 @@ arangosh> db._document("example/12345""_key" : "12345", "_id" : "example/12345", - "_rev" : "_gM2Qnl2--_" + "_rev" : "_gjDBVuS---" } diff --git a/3.9/generated/Examples/documentsDocumentReplace.generated b/3.9/generated/Examples/documentsDocumentReplace.generated index bb425a2a96..887838de7c 100644 --- a/3.9/generated/Examples/documentsDocumentReplace.generated +++ b/3.9/generated/Examples/documentsDocumentReplace.generated @@ -2,14 +2,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71949", "_key" : "71949", - "_rev" : "_gM2QnmC---" + "_rev" : "_gjDBVuW--_" } arangosh> a2 = db._replace(a1, { a : 2 }); { "_id" : "example/71949", "_key" : "71949", - "_rev" : "_gM2QnmC--_", - "_oldRev" : "_gM2QnmC---" + "_rev" : "_gjDBVuW--A", + "_oldRev" : "_gjDBVuW--_" } arangosh> a3 = db._replace(a1, { a : 3 }); [ArangoError 1200: conflict, _rev values do not match] diff --git a/3.9/generated/Examples/dropIndex.generated b/3.9/generated/Examples/dropIndex.generated index b9fec4483d..c68d5b8af6 100644 --- a/3.9/generated/Examples/dropIndex.generated +++ b/3.9/generated/Examples/dropIndex.generated @@ -8,7 +8,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/71961", "isNewlyCreated" : true, - "name" : "idx_1769599275858132992", + "name" : "idx_1775847849968271360", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -37,7 +37,7 @@ arangosh> indexInfo; "b" ], "id" : "example/71961", - "name" : "idx_1769599275858132992", + "name" : "idx_1775847849968271360", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", diff --git a/3.9/generated/Examples/ensureFulltextIndex.generated b/3.9/generated/Examples/ensureFulltextIndex.generated index aa04a2d054..c64103bcc0 100644 --- a/3.9/generated/Examples/ensureFulltextIndex.generated +++ b/3.9/generated/Examples/ensureFulltextIndex.generated @@ -6,7 +6,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/71976", "isNewlyCreated" : true, "minLength" : 3, - "name" : "idx_1769599275864424448", + "name" : "idx_1775847849981902849", "sparse" : true, "type" : "fulltext", "unique" : false, @@ -16,50 +16,50 @@ arangosh> db.example.save({ text : "_id" : "example/71980", "_key" : "71980", - "_rev" : "_gM2Qnmq--_" + "_rev" : "_gjDBVvS--A" } arangosh> db.example.save({ text : "quick brown fox", b : { c : 2 } }); { "_id" : "example/71982", "_key" : "71982", - "_rev" : "_gM2Qnmu---" + "_rev" : "_gjDBVvW---" } arangosh> db.example.save({ text : "brown fox jums", b : { c : 3 } }); { "_id" : "example/71984", "_key" : "71984", - "_rev" : "_gM2Qnmu--_" + "_rev" : "_gjDBVvW--_" } arangosh> db.example.save({ text : "fox jumps over", b : { c : 4 } }); { "_id" : "example/71986", "_key" : "71986", - "_rev" : "_gM2Qnmy---" + "_rev" : "_gjDBVvW--A" } arangosh> db.example.save({ text : "jumps over the", b : { c : 5 } }); { "_id" : "example/71988", "_key" : "71988", - "_rev" : "_gM2Qnmy--_" + "_rev" : "_gjDBVva---" } arangosh> db.example.save({ text : "over the lazy", b : { c : 6 } }); { "_id" : "example/71990", "_key" : "71990", - "_rev" : "_gM2Qnmy--A" + "_rev" : "_gjDBVva--_" } arangosh> db.example.save({ text : "the lazy dog", b : { c : 7 } }); { "_id" : "example/71992", "_key" : "71992", - "_rev" : "_gM2Qnm2---" + "_rev" : "_gjDBVva--A" } arangosh> db._query("FOR document IN FULLTEXT(example, 'text', 'the') RETURN document"); [ { "_key" : "71980", "_id" : "example/71980", - "_rev" : "_gM2Qnmq--_", + "_rev" : "_gjDBVvS--A", "text" : "the quick brown", "b" : { "c" : 1 @@ -68,7 +68,7 @@ arangosh> db._query("FOR document IN FULLTEXT( { "_key" : "71988", "_id" : "example/71988", - "_rev" : "_gM2Qnmy--_", + "_rev" : "_gjDBVva---", "text" : "jumps over the", "b" : { "c" : 5 @@ -77,7 +77,7 @@ arangosh> db._query("FOR document IN FULLTEXT( { "_key" : "71990", "_id" : "example/71990", - "_rev" : "_gM2Qnmy--A", + "_rev" : "_gjDBVva--_", "text" : "over the lazy", "b" : { "c" : 6 @@ -86,7 +86,7 @@ arangosh> db._query("FOR document IN FULLTEXT( { "_key" : "71992", "_id" : "example/71992", - "_rev" : "_gM2Qnm2---", + "_rev" : "_gjDBVva--A", "text" : "the lazy dog", "b" : { "c" : 7 diff --git a/3.9/generated/Examples/ensurePersistent.generated b/3.9/generated/Examples/ensurePersistent.generated index 596ee4e18f..b5371c64bb 100644 --- a/3.9/generated/Examples/ensurePersistent.generated +++ b/3.9/generated/Examples/ensurePersistent.generated @@ -7,7 +7,7 @@ arangosh> db.names.ensureIndex({ type: "id" : "names/72003", "isNewlyCreated" : true, - "name" : "idx_1769599275873861632", + "name" : "idx_1775847849988194305", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -18,29 +18,29 @@ arangosh> db.names.save({ "first" { "_id" : "names/72007", "_key" : "72007", - "_rev" : "_gM2QnnO--_" + "_rev" : "_gjDBVvu---" } arangosh> db.names.save({ "first" : "Tom" }); { "_id" : "names/72009", "_key" : "72009", - "_rev" : "_gM2QnnS---" + "_rev" : "_gjDBVvy---" } arangosh> db.names.save({ "first" : "John" }); { "_id" : "names/72011", "_key" : "72011", - "_rev" : "_gM2QnnS--_" + "_rev" : "_gjDBVvy--_" } arangosh> db.names.save({ "first" : "Tim" }); { "_id" : "names/72013", "_key" : "72013", - "_rev" : "_gM2QnnW---" + "_rev" : "_gjDBVvy--A" } arangosh> db.names.save({ "first" : "Tom" }); { "_id" : "names/72015", "_key" : "72015", - "_rev" : "_gM2QnnW--_" + "_rev" : "_gjDBVv2---" } diff --git a/3.9/generated/Examples/ensureTtlIndex.generated b/3.9/generated/Examples/ensureTtlIndex.generated index c608211fae..058c32690d 100644 --- a/3.9/generated/Examples/ensureTtlIndex.generated +++ b/3.9/generated/Examples/ensureTtlIndex.generated @@ -7,7 +7,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/72024", "isNewlyCreated" : true, - "name" : "idx_1769599275880153088", + "name" : "idx_1775847849993437184", "sparse" : true, "type" : "ttl", "unique" : false, diff --git a/3.9/generated/Examples/ensureUniquePersistentMultiColmun.generated b/3.9/generated/Examples/ensureUniquePersistentMultiColmun.generated index 43dedf383a..d48bad3926 100644 --- a/3.9/generated/Examples/ensureUniquePersistentMultiColmun.generated +++ b/3.9/generated/Examples/ensureUniquePersistentMultiColmun.generated @@ -8,7 +8,7 @@ arangosh> db.ids.ensureIndex({ type: "id" : "ids/72235", "isNewlyCreated" : true, - "name" : "idx_1769599275910561793", + "name" : "idx_1775847850004971521", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -19,19 +19,19 @@ arangosh> db.ids.save({ "name" : { { "_id" : "ids/72239", "_key" : "72239", - "_rev" : "_gM2Qnpe---" + "_rev" : "_gjDBVwu---" } arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }}); { "_id" : "ids/72241", "_key" : "72241", - "_rev" : "_gM2Qnpe--_" + "_rev" : "_gjDBVwu--_" } arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }}); { "_id" : "ids/72243", "_key" : "72243", - "_rev" : "_gM2Qnpi---" + "_rev" : "_gjDBVwu--A" } arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "hansen" }}); -[ArangoError 1210: unique constraint violated - in index idx_1769599275910561793 of type persistent over 'name.first, name.last'; conflicting key: 72239] +[ArangoError 1210: unique constraint violated - in index idx_1775847850004971521 of type persistent over 'name.first, name.last'; conflicting key: 72239] diff --git a/3.9/generated/Examples/ensureUniquePersistentSingle.generated b/3.9/generated/Examples/ensureUniquePersistentSingle.generated index ac11aee4f0..871a9462c1 100644 --- a/3.9/generated/Examples/ensureUniquePersistentSingle.generated +++ b/3.9/generated/Examples/ensureUniquePersistentSingle.generated @@ -7,7 +7,7 @@ arangosh> db.ids.ensureIndex({ type: "id" : "ids/72254", "isNewlyCreated" : true, - "name" : "idx_1769599275916853248", + "name" : "idx_1775847850008117249", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -18,19 +18,19 @@ arangosh> db.ids.save({ "myId": "_id" : "ids/72258", "_key" : "72258", - "_rev" : "_gM2Qnpy--_" + "_rev" : "_gjDBVw2--A" } arangosh> db.ids.save({ "myId": 456 }); { "_id" : "ids/72260", "_key" : "72260", - "_rev" : "_gM2Qnp2---" + "_rev" : "_gjDBVw6---" } arangosh> db.ids.save({ "myId": 789 }); { "_id" : "ids/72262", "_key" : "72262", - "_rev" : "_gM2Qnp2--_" + "_rev" : "_gjDBVw6--_" } arangosh> db.ids.save({ "myId": 123 }); -[ArangoError 1210: unique constraint violated - in index idx_1769599275916853248 of type persistent over 'myId'; conflicting key: 72258] +[ArangoError 1210: unique constraint violated - in index idx_1775847850008117249 of type persistent over 'myId'; conflicting key: 72258] diff --git a/3.9/generated/Examples/ensureVertexCentricIndex.generated b/3.9/generated/Examples/ensureVertexCentricIndex.generated index b3bec8b048..73e79b23c0 100644 --- a/3.9/generated/Examples/ensureVertexCentricIndex.generated +++ b/3.9/generated/Examples/ensureVertexCentricIndex.generated @@ -8,7 +8,7 @@ arangosh> db.collection.ensureIndex({ type: "id" : "collection/72275", "isNewlyCreated" : true, - "name" : "idx_1769599275922096129", + "name" : "idx_1775847850011262977", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", diff --git a/3.9/generated/Examples/executeQueryBatchSize.generated b/3.9/generated/Examples/executeQueryBatchSize.generated index d31432cd65..a7e57f50fe 100644 --- a/3.9/generated/Examples/executeQueryBatchSize.generated +++ b/3.9/generated/Examples/executeQueryBatchSize.generated @@ -15,19 +15,19 @@ arangosh> var result = [ ]; { "_key" : "72286", "_id" : "users/72286", - "_rev" : "_gM2QnqW---", + "_rev" : "_gjDBVxK--_", "name" : "Gerhard" }, { "_key" : "72288", "_id" : "users/72288", - "_rev" : "_gM2QnqW--_", + "_rev" : "_gjDBVxK--A", "name" : "Helmut" }, { "_key" : "72290", "_id" : "users/72290", - "_rev" : "_gM2QnqW--A", + "_rev" : "_gjDBVxK--B", "name" : "Angela" } ] @@ -35,19 +35,19 @@ arangosh> var result = [ ]; { "_key" : "72286", "_id" : "users/72286", - "_rev" : "_gM2QnqW---", + "_rev" : "_gjDBVxK--_", "name" : "Gerhard" }, { "_key" : "72288", "_id" : "users/72288", - "_rev" : "_gM2QnqW--_", + "_rev" : "_gjDBVxK--A", "name" : "Helmut" }, { "_key" : "72290", "_id" : "users/72290", - "_rev" : "_gM2QnqW--A", + "_rev" : "_gjDBVxK--B", "name" : "Angela" } ] diff --git a/3.9/generated/Examples/executeQueryNoBatchSize.generated b/3.9/generated/Examples/executeQueryNoBatchSize.generated index dd002be083..1aef8a727a 100644 --- a/3.9/generated/Examples/executeQueryNoBatchSize.generated +++ b/3.9/generated/Examples/executeQueryNoBatchSize.generated @@ -10,19 +10,19 @@ arangosh> var result = db.users.all().toArr { "_key" : "72305", "_id" : "users/72305", - "_rev" : "_gM2Qnqu---", + "_rev" : "_gjDBVxW--_", "name" : "Gerhard" }, { "_key" : "72307", "_id" : "users/72307", - "_rev" : "_gM2Qnqu--_", + "_rev" : "_gjDBVxW--A", "name" : "Helmut" }, { "_key" : "72309", "_id" : "users/72309", - "_rev" : "_gM2Qnqu--A", + "_rev" : "_gjDBVxW--B", "name" : "Angela" } ] @@ -30,19 +30,19 @@ arangosh> var result = db.users.all().toArr { "_key" : "72305", "_id" : "users/72305", - "_rev" : "_gM2Qnqu---", + "_rev" : "_gjDBVxW--_", "name" : "Gerhard" }, { "_key" : "72307", "_id" : "users/72307", - "_rev" : "_gM2Qnqu--_", + "_rev" : "_gjDBVxW--A", "name" : "Helmut" }, { "_key" : "72309", "_id" : "users/72309", - "_rev" : "_gM2Qnqu--A", + "_rev" : "_gjDBVxW--B", "name" : "Angela" } ] diff --git a/3.9/generated/Examples/generalGraphEdgeCollectionRemove.generated b/3.9/generated/Examples/generalGraphEdgeCollectionRemove.generated index c5f34459a1..add61de658 100644 --- a/3.9/generated/Examples/generalGraphEdgeCollectionRemove.generated +++ b/3.9/generated/Examples/generalGraphEdgeCollectionRemove.generated @@ -4,7 +4,7 @@ arangosh> graph.relation.save("female/alice&qu { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2QnvG--_" + "_rev" : "_gjDBVzi--_" } arangosh> db._exists("relation/aliceAndDiana") true diff --git a/3.9/generated/Examples/generalGraphEdgeCollectionReplace.generated b/3.9/generated/Examples/generalGraphEdgeCollectionReplace.generated index 0c77ecb340..3d45881f7b 100644 --- a/3.9/generated/Examples/generalGraphEdgeCollectionReplace.generated +++ b/3.9/generated/Examples/generalGraphEdgeCollectionReplace.generated @@ -4,12 +4,12 @@ arangosh> graph.relation.save("female/alice&qu { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnv6--_" + "_rev" : "_gjDBVz6--D" } arangosh> graph.relation.replace("relation/aliceAndDiana", {type: "knows", _from: "female/alice", _to: "female/diana"}); { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnv6--A", - "_oldRev" : "_gM2Qnv6--_" + "_rev" : "_gjDBVz6--E", + "_oldRev" : "_gjDBVz6--D" } diff --git a/3.9/generated/Examples/generalGraphEdgeCollectionSave1.generated b/3.9/generated/Examples/generalGraphEdgeCollectionSave1.generated index 741e610aba..d82c428437 100644 --- a/3.9/generated/Examples/generalGraphEdgeCollectionSave1.generated +++ b/3.9/generated/Examples/generalGraphEdgeCollectionSave1.generated @@ -7,5 +7,5 @@ arangosh> graph.relation.save({ { "_id" : "relation/bobAndAlice", "_key" : "bobAndAlice", - "_rev" : "_gM2Qnwm---" + "_rev" : "_gjDBV0S--B" } diff --git a/3.9/generated/Examples/generalGraphEdgeCollectionUpdate.generated b/3.9/generated/Examples/generalGraphEdgeCollectionUpdate.generated index 34cd662a0e..e15fe91383 100644 --- a/3.9/generated/Examples/generalGraphEdgeCollectionUpdate.generated +++ b/3.9/generated/Examples/generalGraphEdgeCollectionUpdate.generated @@ -4,12 +4,12 @@ arangosh> graph.relation.save("female/alice&qu { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnx2--A" + "_rev" : "_gjDBV06--G" } arangosh> graph.relation.update("relation/aliceAndDiana", {type: "quarreled", _key: "aliceAndDiana"}); { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnx6---", - "_oldRev" : "_gM2Qnx2--A" + "_rev" : "_gjDBV1----", + "_oldRev" : "_gjDBV06--G" } diff --git a/3.9/generated/Examples/generalGraphGetFromVertex.generated b/3.9/generated/Examples/generalGraphGetFromVertex.generated index 8cb897e6f4..52f803b6ca 100644 --- a/3.9/generated/Examples/generalGraphGetFromVertex.generated +++ b/3.9/generated/Examples/generalGraphGetFromVertex.generated @@ -3,8 +3,8 @@ arangosh> var graph = examples.loadGraph(var any = require("@arangodb").db.relation.any(); arangosh> graph._fromVertex("relation/" + any._key); { - "_key" : "alice", - "_id" : "female/alice", - "_rev" : "_gM2Qnyu---", - "name" : "Alice" + "_key" : "charly", + "_id" : "male/charly", + "_rev" : "_gjDBV1W--A", + "name" : "Charly" } diff --git a/3.9/generated/Examples/generalGraphGetToVertex.generated b/3.9/generated/Examples/generalGraphGetToVertex.generated index e26e82be47..529e077948 100644 --- a/3.9/generated/Examples/generalGraphGetToVertex.generated +++ b/3.9/generated/Examples/generalGraphGetToVertex.generated @@ -3,8 +3,8 @@ arangosh> var graph = examples.loadGraph(var any = require("@arangodb").db.relation.any(); arangosh> graph._toVertex("relation/" + any._key); { - "_key" : "diana", - "_id" : "female/diana", - "_rev" : "_gM2Qnze--B", - "name" : "Diana" + "_key" : "bob", + "_id" : "male/bob", + "_rev" : "_gjDBV1y--_", + "name" : "Bob" } diff --git a/3.9/generated/Examples/generalGraphModuleCommonNeighbors2.generated b/3.9/generated/Examples/generalGraphModuleCommonNeighbors2.generated index 329c4e3b7b..5d1e246154 100644 --- a/3.9/generated/Examples/generalGraphModuleCommonNeighbors2.generated +++ b/3.9/generated/Examples/generalGraphModuleCommonNeighbors2.generated @@ -17,17 +17,17 @@ arangosh> graph._commonNeighbors( "left" : "germanCity/Hamburg", "right" : "germanCity/Berlin", "neighbors" : [ - "frenchCity/Paris", "frenchCity/Lyon", - "germanCity/Cologne" + "germanCity/Cologne", + "frenchCity/Paris" ] }, { "left" : "germanCity/Hamburg", "right" : "germanCity/Cologne", "neighbors" : [ - "frenchCity/Paris", - "frenchCity/Lyon" + "frenchCity/Lyon", + "frenchCity/Paris" ] } ] diff --git a/3.9/generated/Examples/generalGraphModulePaths1.generated b/3.9/generated/Examples/generalGraphModulePaths1.generated index 85267b1568..559fbfe044 100644 --- a/3.9/generated/Examples/generalGraphModulePaths1.generated +++ b/3.9/generated/Examples/generalGraphModulePaths1.generated @@ -6,13 +6,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "edges" : [ ], @@ -20,7 +20,7 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" } ] @@ -29,13 +29,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "edges" : [ @@ -44,7 +44,7 @@ arangosh> g._paths(); "_id" : "relation/76158", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoUm--_", + "_rev" : "_gjDBWP6--C", "type" : "married", "vertex" : "alice" } @@ -53,13 +53,13 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" } ] @@ -68,13 +68,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -83,7 +83,7 @@ arangosh> g._paths(); "_id" : "relation/76158", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoUm--_", + "_rev" : "_gjDBWP6--C", "type" : "married", "vertex" : "alice" }, @@ -92,7 +92,7 @@ arangosh> g._paths(); "_id" : "relation/76164", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoUq---", + "_rev" : "_gjDBWP6--F", "type" : "friend", "vertex" : "bob" } @@ -101,19 +101,19 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -122,13 +122,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "edges" : [ @@ -137,7 +137,7 @@ arangosh> g._paths(); "_id" : "relation/76160", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoUm--A", + "_rev" : "_gjDBWP6--D", "type" : "friend", "vertex" : "alice" } @@ -146,13 +146,13 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" } ] @@ -161,13 +161,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -176,7 +176,7 @@ arangosh> g._paths(); "_id" : "relation/76160", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoUm--A", + "_rev" : "_gjDBWP6--D", "type" : "friend", "vertex" : "alice" }, @@ -185,7 +185,7 @@ arangosh> g._paths(); "_id" : "relation/76162", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoUm--B", + "_rev" : "_gjDBWP6--E", "type" : "married", "vertex" : "charly" } @@ -194,19 +194,19 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -215,13 +215,13 @@ arangosh> g._paths(); "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ ], @@ -229,7 +229,7 @@ arangosh> g._paths(); { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -238,13 +238,13 @@ arangosh> g._paths(); "source" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "destination" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "edges" : [ ], @@ -252,7 +252,7 @@ arangosh> g._paths(); { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" } ] @@ -261,13 +261,13 @@ arangosh> g._paths(); "source" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -276,7 +276,7 @@ arangosh> g._paths(); "_id" : "relation/76164", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoUq---", + "_rev" : "_gjDBWP6--F", "type" : "friend", "vertex" : "bob" } @@ -285,13 +285,13 @@ arangosh> g._paths(); { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -300,13 +300,13 @@ arangosh> g._paths(); "source" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "destination" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "edges" : [ ], @@ -314,7 +314,7 @@ arangosh> g._paths(); { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" } ] @@ -323,13 +323,13 @@ arangosh> g._paths(); "source" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -338,7 +338,7 @@ arangosh> g._paths(); "_id" : "relation/76162", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoUm--B", + "_rev" : "_gjDBWP6--E", "type" : "married", "vertex" : "charly" } @@ -347,13 +347,13 @@ arangosh> g._paths(); { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] diff --git a/3.9/generated/Examples/generalGraphModulePaths2.generated b/3.9/generated/Examples/generalGraphModulePaths2.generated index c383465837..a31bd69658 100644 --- a/3.9/generated/Examples/generalGraphModulePaths2.generated +++ b/3.9/generated/Examples/generalGraphModulePaths2.generated @@ -6,13 +6,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, "edges" : [ @@ -21,7 +21,7 @@ arangosh> g._paths({direction : "_id" : "relation/76224", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoV6--B", + "_rev" : "_gjDBWQq---", "type" : "married", "vertex" : "charly" } @@ -30,13 +30,13 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" } ] @@ -45,13 +45,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -60,7 +60,7 @@ arangosh> g._paths({direction : "_id" : "relation/76224", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoV6--B", + "_rev" : "_gjDBWQq---", "type" : "married", "vertex" : "charly" }, @@ -69,7 +69,7 @@ arangosh> g._paths({direction : "_id" : "relation/76222", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoV6--A", + "_rev" : "_gjDBWQm--D", "type" : "friend", "vertex" : "alice" } @@ -78,19 +78,19 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] @@ -99,13 +99,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, "edges" : [ @@ -114,7 +114,7 @@ arangosh> g._paths({direction : "_id" : "relation/76226", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoW----", + "_rev" : "_gjDBWQq--_", "type" : "friend", "vertex" : "bob" } @@ -123,13 +123,13 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" } ] @@ -138,13 +138,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -153,7 +153,7 @@ arangosh> g._paths({direction : "_id" : "relation/76226", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoW----", + "_rev" : "_gjDBWQq--_", "type" : "friend", "vertex" : "bob" }, @@ -162,7 +162,7 @@ arangosh> g._paths({direction : "_id" : "relation/76220", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoV6--_", + "_rev" : "_gjDBWQm--C", "type" : "married", "vertex" : "alice" } @@ -171,19 +171,19 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] @@ -192,13 +192,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -207,7 +207,7 @@ arangosh> g._paths({direction : "_id" : "relation/76220", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoV6--_", + "_rev" : "_gjDBWQm--C", "type" : "married", "vertex" : "alice" } @@ -216,13 +216,13 @@ arangosh> g._paths({direction : "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] @@ -231,13 +231,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -246,7 +246,7 @@ arangosh> g._paths({direction : "_id" : "relation/76222", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoV6--A", + "_rev" : "_gjDBWQm--D", "type" : "friend", "vertex" : "alice" } @@ -255,13 +255,13 @@ arangosh> g._paths({direction : "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] diff --git a/3.9/generated/Examples/generalGraphModuleShortestPaths1.generated b/3.9/generated/Examples/generalGraphModuleShortestPaths1.generated index af67f79436..31dc1a59a5 100644 --- a/3.9/generated/Examples/generalGraphModuleShortestPaths1.generated +++ b/3.9/generated/Examples/generalGraphModuleShortestPaths1.generated @@ -14,7 +14,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "frenchHighway/76796", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--A", + "_rev" : "_gjDBWUO--A", "distance" : 550 } ], @@ -31,7 +31,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76798", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--B", + "_rev" : "_gjDBWUO--B", "distance" : 1100 } ], @@ -48,7 +48,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76806", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocS---", + "_rev" : "_gjDBWUO--F", "distance" : 700 } ], @@ -65,7 +65,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76804", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocO--A", + "_rev" : "_gjDBWUO--E", "distance" : 1300 } ], @@ -82,7 +82,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "frenchHighway/76796", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--A", + "_rev" : "_gjDBWUO--A", "distance" : 550 } ], @@ -99,7 +99,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76800", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO---", + "_rev" : "_gjDBWUO--C", "distance" : 1200 } ], @@ -116,7 +116,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76808", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocS--_", + "_rev" : "_gjDBWUO--G", "distance" : 550 } ], @@ -133,7 +133,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76802", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO--_", + "_rev" : "_gjDBWUO--D", "distance" : 900 } ], @@ -150,7 +150,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76798", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--B", + "_rev" : "_gjDBWUO--B", "distance" : 1100 } ], @@ -167,7 +167,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76800", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO---", + "_rev" : "_gjDBWUO--C", "distance" : 1200 } ], @@ -184,7 +184,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76790", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocG--_", + "_rev" : "_gjDBWUK--A", "distance" : 850 } ], @@ -201,7 +201,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76792", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", - "_rev" : "_gM2QocK---", + "_rev" : "_gjDBWUO---", "distance" : 400 } ], @@ -218,7 +218,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76806", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocS---", + "_rev" : "_gjDBWUO--F", "distance" : 700 } ], @@ -235,7 +235,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76808", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocS--_", + "_rev" : "_gjDBWUO--G", "distance" : 550 } ], @@ -252,7 +252,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76790", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocG--_", + "_rev" : "_gjDBWUK--A", "distance" : 850 } ], @@ -269,7 +269,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76794", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocK--_", + "_rev" : "_gjDBWUO--_", "distance" : 500 } ], @@ -286,7 +286,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76804", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocO--A", + "_rev" : "_gjDBWUO--E", "distance" : 1300 } ], @@ -303,7 +303,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76802", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO--_", + "_rev" : "_gjDBWUO--D", "distance" : 900 } ], @@ -320,7 +320,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76792", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", - "_rev" : "_gM2QocK---", + "_rev" : "_gjDBWUO---", "distance" : 400 } ], @@ -337,7 +337,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76794", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocK--_", + "_rev" : "_gjDBWUO--_", "distance" : 500 } ], diff --git a/3.9/generated/Examples/generalGraphModuleShortestPaths2.generated b/3.9/generated/Examples/generalGraphModuleShortestPaths2.generated index 735632838a..7137818633 100644 --- a/3.9/generated/Examples/generalGraphModuleShortestPaths2.generated +++ b/3.9/generated/Examples/generalGraphModuleShortestPaths2.generated @@ -14,7 +14,7 @@ arangosh> g._shortestPath([{_id: "_id" : "internationalHighway/76905", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qody--_", + "_rev" : "_gjDBWVG--_", "distance" : 700 } ], diff --git a/3.9/generated/Examples/generalGraphVertexCollectionRemove.generated b/3.9/generated/Examples/generalGraphVertexCollectionRemove.generated index dd19c876e6..7d9ecc25f8 100644 --- a/3.9/generated/Examples/generalGraphVertexCollectionRemove.generated +++ b/3.9/generated/Examples/generalGraphVertexCollectionRemove.generated @@ -4,7 +4,7 @@ arangosh> graph.male.save({name: "_id" : "male/kermit", "_key" : "kermit", - "_rev" : "_gM2Qoey--_" + "_rev" : "_gjDBWVq--B" } arangosh> db._exists("male/kermit") true diff --git a/3.9/generated/Examples/generalGraphVertexCollectionReplace.generated b/3.9/generated/Examples/generalGraphVertexCollectionReplace.generated index a29f7b67f1..58572c6ad6 100644 --- a/3.9/generated/Examples/generalGraphVertexCollectionReplace.generated +++ b/3.9/generated/Examples/generalGraphVertexCollectionReplace.generated @@ -4,12 +4,12 @@ arangosh> graph.male.save({neym: "_id" : "male/john", "_key" : "john", - "_rev" : "_gM2Qofm---" + "_rev" : "_gjDBWWC--G" } arangosh> graph.male.replace("male/john", {name: "John"}); { "_id" : "male/john", "_key" : "john", - "_rev" : "_gM2Qofm--_", - "_oldRev" : "_gM2Qofm---" + "_rev" : "_gjDBWWG---", + "_oldRev" : "_gjDBWWC--G" } diff --git a/3.9/generated/Examples/generalGraphVertexCollectionSave.generated b/3.9/generated/Examples/generalGraphVertexCollectionSave.generated index 8e176606e3..6ce80fa0fa 100644 --- a/3.9/generated/Examples/generalGraphVertexCollectionSave.generated +++ b/3.9/generated/Examples/generalGraphVertexCollectionSave.generated @@ -4,5 +4,5 @@ arangosh> graph.male.save({name: "_id" : "male/floyd", "_key" : "floyd", - "_rev" : "_gM2QogO--_" + "_rev" : "_gjDBWWa--A" } diff --git a/3.9/generated/Examples/generalGraphVertexCollectionUpdate.generated b/3.9/generated/Examples/generalGraphVertexCollectionUpdate.generated index f9b8d3d65c..70f660fbab 100644 --- a/3.9/generated/Examples/generalGraphVertexCollectionUpdate.generated +++ b/3.9/generated/Examples/generalGraphVertexCollectionUpdate.generated @@ -4,12 +4,12 @@ arangosh> graph.female.save({name: "_id" : "female/linda", "_key" : "linda", - "_rev" : "_gM2Qog2--_" + "_rev" : "_gjDBWWu--C" } arangosh> graph.female.update("female/linda", {name: "Linda", _key: "linda"}); { "_id" : "female/linda", "_key" : "linda", - "_rev" : "_gM2Qog2--A", - "_oldRev" : "_gM2Qog2--_" + "_rev" : "_gjDBWWu--D", + "_oldRev" : "_gjDBWWu--C" } diff --git a/3.9/generated/Examples/geoIndexCreateForArrayAttribute1.generated b/3.9/generated/Examples/geoIndexCreateForArrayAttribute1.generated index 137920551a..125cb41a5e 100644 --- a/3.9/generated/Examples/geoIndexCreateForArrayAttribute1.generated +++ b/3.9/generated/Examples/geoIndexCreateForArrayAttribute1.generated @@ -8,7 +8,7 @@ arangosh> db.geo.ensureIndex({ type: "id" : "geo/77726", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599276927680512", + "name" : "idx_1775847850694934528", "sparse" : true, "type" : "geo", "unique" : false, diff --git a/3.9/generated/Examples/geoIndexCreateForArrayAttribute2.generated b/3.9/generated/Examples/geoIndexCreateForArrayAttribute2.generated index 9fe5c8fb13..3b18cbfd46 100644 --- a/3.9/generated/Examples/geoIndexCreateForArrayAttribute2.generated +++ b/3.9/generated/Examples/geoIndexCreateForArrayAttribute2.generated @@ -9,7 +9,7 @@ arangosh> db.geo2.ensureIndex({ type: "id" : "geo2/77737", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599276930826240", + "name" : "idx_1775847850695983105", "sparse" : true, "type" : "geo", "unique" : false, diff --git a/3.9/generated/Examples/geoIndexFilterOptimization.generated b/3.9/generated/Examples/geoIndexFilterOptimization.generated index db28411551..71397e2ddf 100644 --- a/3.9/generated/Examples/geoIndexFilterOptimization.generated +++ b/3.9/generated/Examples/geoIndexFilterOptimization.generated @@ -9,7 +9,7 @@ arangosh> db.geoFilter.ensureIndex({ type: "id" : "geoFilter/77748", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599276933971969", + "name" : "idx_1775847850698080257", "sparse" : true, "type" : "geo", "unique" : false, @@ -34,7 +34,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 6 idx_1769599276933971969 geo geoFilter false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < 2000) + 6 idx_1775847850698080257 geo geoFilter false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < 2000) Optimization rules applied: Id RuleName @@ -43,10 +43,10 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - geo-index-optimizer 0.00002 + geo-index-optimizer 0.00001 remove-unnecessary-calculations-2 0.00000 - reduce-extraction-to-projection 0.00000 optimize-subqueries 0.00000 + reduce-extraction-to-projection 0.00000 move-calculations-up 0.00000 41 rule(s) executed, 1 plan(s) created @@ -57,7 +57,7 @@ arangosh> db._query(query); { "_key" : "78454", "_id" : "geoFilter/78454", - "_rev" : "_gM2QosK---", + "_rev" : "_gjDBWc---H", "name" : "Name/0/0", "latitude" : 0, "longitude" : 0 diff --git a/3.9/generated/Examples/geoIndexSortOptimization.generated b/3.9/generated/Examples/geoIndexSortOptimization.generated index f5a7569e6b..72c4d56eb6 100644 --- a/3.9/generated/Examples/geoIndexSortOptimization.generated +++ b/3.9/generated/Examples/geoIndexSortOptimization.generated @@ -9,7 +9,7 @@ arangosh> db.geoSort.ensureIndex({ type: "id" : "geoSort/79169", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599277135298561", + "name" : "idx_1775847850772529153", "sparse" : true, "type" : "geo", "unique" : false, @@ -35,7 +35,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 7 idx_1769599277135298561 geo geoSort false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < "unlimited") + 7 idx_1775847850772529153 geo geoSort false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < "unlimited") Optimization rules applied: Id RuleName @@ -46,19 +46,19 @@ Optimization rules with highest execution time RuleName Duration [s] geo-index-optimizer 0.00001 remove-unnecessary-calculations-2 0.00000 + reduce-extraction-to-projection 0.00000 move-calculations-up 0.00000 - simplify-conditions 0.00000 - use-indexes 0.00000 + replace-function-with-index 0.00000 -41 rule(s) executed, 1 plan(s) created +41 rule(s) executed, 1 plan(s) created -arangosh> db._query(query); +arangosh> db._query(query); [ { "_key" : "79875", "_id" : "geoSort/79875", - "_rev" : "_gM2Qo4---_", + "_rev" : "_gjDBWgi--H", "name" : "Name/0/0", "latitude" : 0, "longitude" : 0 @@ -66,7 +66,7 @@ arangosh> db._query(query); { "_key" : "79949", "_id" : "geoSort/79949", - "_rev" : "_gM2Qo4i--A", + "_rev" : "_gjDBWgy--_", "name" : "Name/10/0", "latitude" : 10, "longitude" : 0 @@ -74,7 +74,7 @@ arangosh> db._query(query); { "_key" : "79877", "_id" : "geoSort/79877", - "_rev" : "_gM2Qo4---A", + "_rev" : "_gjDBWgi--I", "name" : "Name/0/10", "latitude" : 0, "longitude" : 10 @@ -82,7 +82,7 @@ arangosh> db._query(query); { "_key" : "79801", "_id" : "geoSort/79801", - "_rev" : "_gM2Qo3a---", + "_rev" : "_gjDBWgW--D", "name" : "Name/-10/0", "latitude" : -10, "longitude" : 0 @@ -90,7 +90,7 @@ arangosh> db._query(query); { "_key" : "79873", "_id" : "geoSort/79873", - "_rev" : "_gM2Qo4----", + "_rev" : "_gjDBWgi--G", "name" : "Name/0/-10", "latitude" : 0, "longitude" : -10 diff --git a/3.9/generated/Examples/graph_create_cities_sample.generated b/3.9/generated/Examples/graph_create_cities_sample.generated index 9857eb9863..3158b359dd 100644 --- a/3.9/generated/Examples/graph_create_cities_sample.generated +++ b/3.9/generated/Examples/graph_create_cities_sample.generated @@ -5,7 +5,7 @@ arangosh> db.frenchCity.toArray(); { "_key" : "Lyon", "_id" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-a--_", + "_rev" : "_gjDBWjG--B", "population" : 80000, "isCapital" : false, "geometry" : { @@ -19,7 +19,7 @@ arangosh> db.frenchCity.toArray(); { "_key" : "Paris", "_id" : "frenchCity/Paris", - "_rev" : "_gM2Qp-a--A", + "_rev" : "_gjDBWjG--C", "population" : 4000000, "isCapital" : true, "geometry" : { @@ -36,7 +36,7 @@ arangosh> db.germanCity.toArray(); { "_key" : "Berlin", "_id" : "germanCity/Berlin", - "_rev" : "_gM2Qp-W---", + "_rev" : "_gjDBWjG---", "population" : 3000000, "isCapital" : true, "geometry" : { @@ -50,7 +50,7 @@ arangosh> db.germanCity.toArray(); { "_key" : "Cologne", "_id" : "germanCity/Cologne", - "_rev" : "_gM2Qp-W--_", + "_rev" : "_gjDBWjG--_", "population" : 1000000, "isCapital" : false, "geometry" : { @@ -64,7 +64,7 @@ arangosh> db.germanCity.toArray(); { "_key" : "Hamburg", "_id" : "germanCity/Hamburg", - "_rev" : "_gM2Qp-a---", + "_rev" : "_gjDBWjG--A", "population" : 1000000, "isCapital" : false, "geometry" : { @@ -83,7 +83,7 @@ arangosh> db.germanHighway.toArray(); "_id" : "germanHighway/80630", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", - "_rev" : "_gM2Qp-i---", + "_rev" : "_gjDBWjK--_", "distance" : 850 }, { @@ -91,7 +91,7 @@ arangosh> db.germanHighway.toArray(); "_id" : "germanHighway/80632", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", - "_rev" : "_gM2Qp-i--_", + "_rev" : "_gjDBWjK--A", "distance" : 400 }, { @@ -99,7 +99,7 @@ arangosh> db.germanHighway.toArray(); "_id" : "germanHighway/80634", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", - "_rev" : "_gM2Qp-i--A", + "_rev" : "_gjDBWjK--B", "distance" : 500 } ] @@ -110,7 +110,7 @@ arangosh> db.frenchHighway.toArray(); "_id" : "frenchHighway/80636", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-m---", + "_rev" : "_gjDBWjK--C", "distance" : 550 } ] @@ -121,7 +121,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80638", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-m--_", + "_rev" : "_gjDBWjK--D", "distance" : 1100 }, { @@ -129,7 +129,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80640", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", - "_rev" : "_gM2Qp-m--A", + "_rev" : "_gjDBWjK--E", "distance" : 1200 }, { @@ -137,7 +137,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80642", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", - "_rev" : "_gM2Qp-m--B", + "_rev" : "_gjDBWjO---", "distance" : 900 }, { @@ -145,7 +145,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80644", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-q---", + "_rev" : "_gjDBWjO--_", "distance" : 1300 }, { @@ -153,7 +153,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80646", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-q--_", + "_rev" : "_gjDBWjO--A", "distance" : 700 }, { @@ -161,7 +161,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80648", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", - "_rev" : "_gM2Qp-q--A", + "_rev" : "_gjDBWjO--B", "distance" : 550 } ] diff --git a/3.9/generated/Examples/graph_create_connectedcomponentsgraph_sample.generated b/3.9/generated/Examples/graph_create_connectedcomponentsgraph_sample.generated index 360e57badb..0802bb97ff 100644 --- a/3.9/generated/Examples/graph_create_connectedcomponentsgraph_sample.generated +++ b/3.9/generated/Examples/graph_create_connectedcomponentsgraph_sample.generated @@ -5,182 +5,182 @@ arangosh> db.components.toArray(); { "_key" : "A1", "_id" : "components/A1", - "_rev" : "_gM2Qp_q---" + "_rev" : "_gjDBWj2---" }, { "_key" : "A2", "_id" : "components/A2", - "_rev" : "_gM2Qp_q--_" + "_rev" : "_gjDBWj2--_" }, { "_key" : "A3", "_id" : "components/A3", - "_rev" : "_gM2Qp_q--A" + "_rev" : "_gjDBWj2--A" }, { "_key" : "A4", "_id" : "components/A4", - "_rev" : "_gM2Qp_u---" + "_rev" : "_gjDBWj2--B" }, { "_key" : "B1", "_id" : "components/B1", - "_rev" : "_gM2Qp_u--_" + "_rev" : "_gjDBWj2--C" }, { "_key" : "B3", "_id" : "components/B3", - "_rev" : "_gM2Qp_u--A" + "_rev" : "_gjDBWj2--D" }, { "_key" : "B2", "_id" : "components/B2", - "_rev" : "_gM2Qp_u--B" + "_rev" : "_gjDBWj2--E" }, { "_key" : "B4", "_id" : "components/B4", - "_rev" : "_gM2Qp_y---" + "_rev" : "_gjDBWj2--F" }, { "_key" : "B6", "_id" : "components/B6", - "_rev" : "_gM2Qp_y--_" + "_rev" : "_gjDBWj2--G" }, { "_key" : "B5", "_id" : "components/B5", - "_rev" : "_gM2Qp_y--A" + "_rev" : "_gjDBWj2--H" }, { "_key" : "B7", "_id" : "components/B7", - "_rev" : "_gM2Qp_y--B" + "_rev" : "_gjDBWj2--I" }, { "_key" : "B8", "_id" : "components/B8", - "_rev" : "_gM2Qp_2---" + "_rev" : "_gjDBWj6---" }, { "_key" : "B9", "_id" : "components/B9", - "_rev" : "_gM2Qp_2--_" + "_rev" : "_gjDBWj6--_" }, { "_key" : "B10", "_id" : "components/B10", - "_rev" : "_gM2Qp_2--A" + "_rev" : "_gjDBWj6--A" }, { "_key" : "B19", "_id" : "components/B19", - "_rev" : "_gM2Qp_2--B" + "_rev" : "_gjDBWj6--B" }, { "_key" : "B11", "_id" : "components/B11", - "_rev" : "_gM2Qp_6---" + "_rev" : "_gjDBWj6--C" }, { "_key" : "B12", "_id" : "components/B12", - "_rev" : "_gM2Qp_6--_" + "_rev" : "_gjDBWj6--D" }, { "_key" : "B13", "_id" : "components/B13", - "_rev" : "_gM2Qp_6--A" + "_rev" : "_gjDBWj6--E" }, { "_key" : "B20", "_id" : "components/B20", - "_rev" : "_gM2Qp_6--B" + "_rev" : "_gjDBWj6--F" }, { "_key" : "B14", "_id" : "components/B14", - "_rev" : "_gM2QpA----" + "_rev" : "_gjDBWj6--G" }, { "_key" : "B15", "_id" : "components/B15", - "_rev" : "_gM2QpA---_" + "_rev" : "_gjDBWj6--H" }, { "_key" : "B16", "_id" : "components/B16", - "_rev" : "_gM2QpA---A" + "_rev" : "_gjDBWj6--I" }, { "_key" : "B17", "_id" : "components/B17", - "_rev" : "_gM2QpA---B" + "_rev" : "_gjDBWk----" }, { "_key" : "B18", "_id" : "components/B18", - "_rev" : "_gM2QpAC---" + "_rev" : "_gjDBWk---_" }, { "_key" : "B21", "_id" : "components/B21", - "_rev" : "_gM2QpAC--_" + "_rev" : "_gjDBWk---A" }, { "_key" : "B22", "_id" : "components/B22", - "_rev" : "_gM2QpAC--A" + "_rev" : "_gjDBWk---B" }, { "_key" : "C1", "_id" : "components/C1", - "_rev" : "_gM2QpAC--B" + "_rev" : "_gjDBWk---C" }, { "_key" : "C2", "_id" : "components/C2", - "_rev" : "_gM2QpAG---" + "_rev" : "_gjDBWk---D" }, { "_key" : "C3", "_id" : "components/C3", - "_rev" : "_gM2QpAG--_" + "_rev" : "_gjDBWk---E" }, { "_key" : "C4", "_id" : "components/C4", - "_rev" : "_gM2QpAG--A" + "_rev" : "_gjDBWk---F" }, { "_key" : "C5", "_id" : "components/C5", - "_rev" : "_gM2QpAG--B" + "_rev" : "_gjDBWk---G" }, { "_key" : "C7", "_id" : "components/C7", - "_rev" : "_gM2QpAK---" + "_rev" : "_gjDBWk---H" }, { "_key" : "C6", "_id" : "components/C6", - "_rev" : "_gM2QpAK--_" + "_rev" : "_gjDBWk---I" }, { "_key" : "C8", "_id" : "components/C8", - "_rev" : "_gM2QpAK--A" + "_rev" : "_gjDBWk---J" }, { "_key" : "C9", "_id" : "components/C9", - "_rev" : "_gM2QpAK--B" + "_rev" : "_gjDBWkC---" }, { "_key" : "C10", "_id" : "components/C10", - "_rev" : "_gM2QpAK--C" + "_rev" : "_gjDBWkC--_" } ] arangosh> db.connections.toArray(); @@ -190,252 +190,252 @@ arangosh> db.connections.toArray(); "_id" : "connections/80751", "_from" : "components/A1", "_to" : "components/A2", - "_rev" : "_gM2QpAO---" + "_rev" : "_gjDBWkC--A" }, { "_key" : "80753", "_id" : "connections/80753", "_from" : "components/A2", "_to" : "components/A3", - "_rev" : "_gM2QpAO--_" + "_rev" : "_gjDBWkC--B" }, { "_key" : "80755", "_id" : "connections/80755", "_from" : "components/A3", "_to" : "components/A4", - "_rev" : "_gM2QpAO--A" + "_rev" : "_gjDBWkC--C" }, { "_key" : "80757", "_id" : "connections/80757", "_from" : "components/A4", "_to" : "components/A1", - "_rev" : "_gM2QpAS---" + "_rev" : "_gjDBWkC--D" }, { "_key" : "80759", "_id" : "connections/80759", "_from" : "components/B1", "_to" : "components/B3", - "_rev" : "_gM2QpAS--_" + "_rev" : "_gjDBWkC--E" }, { "_key" : "80761", "_id" : "connections/80761", "_from" : "components/B2", "_to" : "components/B4", - "_rev" : "_gM2QpAS--A" + "_rev" : "_gjDBWkC--F" }, { "_key" : "80763", "_id" : "connections/80763", "_from" : "components/B3", "_to" : "components/B6", - "_rev" : "_gM2QpAS--B" + "_rev" : "_gjDBWkC--G" }, { "_key" : "80765", "_id" : "connections/80765", "_from" : "components/B4", "_to" : "components/B3", - "_rev" : "_gM2QpAW---" + "_rev" : "_gjDBWkC--H" }, { "_key" : "80767", "_id" : "connections/80767", "_from" : "components/B4", "_to" : "components/B5", - "_rev" : "_gM2QpAW--_" + "_rev" : "_gjDBWkG---" }, { "_key" : "80769", "_id" : "connections/80769", "_from" : "components/B6", "_to" : "components/B7", - "_rev" : "_gM2QpAW--A" + "_rev" : "_gjDBWkG--_" }, { "_key" : "80771", "_id" : "connections/80771", "_from" : "components/B7", "_to" : "components/B8", - "_rev" : "_gM2QpAW--B" + "_rev" : "_gjDBWkG--A" }, { "_key" : "80773", "_id" : "connections/80773", "_from" : "components/B7", "_to" : "components/B9", - "_rev" : "_gM2QpAa---" + "_rev" : "_gjDBWkG--B" }, { "_key" : "80775", "_id" : "connections/80775", "_from" : "components/B7", "_to" : "components/B10", - "_rev" : "_gM2QpAa--_" + "_rev" : "_gjDBWkG--C" }, { "_key" : "80777", "_id" : "connections/80777", "_from" : "components/B7", "_to" : "components/B19", - "_rev" : "_gM2QpAa--A" + "_rev" : "_gjDBWkG--D" }, { "_key" : "80779", "_id" : "connections/80779", "_from" : "components/B11", "_to" : "components/B10", - "_rev" : "_gM2QpAe---" + "_rev" : "_gjDBWkG--E" }, { "_key" : "80781", "_id" : "connections/80781", "_from" : "components/B12", "_to" : "components/B11", - "_rev" : "_gM2QpAe--_" + "_rev" : "_gjDBWkG--F" }, { "_key" : "80783", "_id" : "connections/80783", "_from" : "components/B13", "_to" : "components/B12", - "_rev" : "_gM2QpAe--A" + "_rev" : "_gjDBWkG--G" }, { "_key" : "80785", "_id" : "connections/80785", "_from" : "components/B13", "_to" : "components/B20", - "_rev" : "_gM2QpAe--B" + "_rev" : "_gjDBWkG--H" }, { "_key" : "80787", "_id" : "connections/80787", "_from" : "components/B14", "_to" : "components/B13", - "_rev" : "_gM2QpAi---" + "_rev" : "_gjDBWkK---" }, { "_key" : "80789", "_id" : "connections/80789", "_from" : "components/B15", "_to" : "components/B14", - "_rev" : "_gM2QpAi--_" + "_rev" : "_gjDBWkK--_" }, { "_key" : "80791", "_id" : "connections/80791", "_from" : "components/B15", "_to" : "components/B16", - "_rev" : "_gM2QpAi--A" + "_rev" : "_gjDBWkK--A" }, { "_key" : "80793", "_id" : "connections/80793", "_from" : "components/B17", "_to" : "components/B15", - "_rev" : "_gM2QpAi--B" + "_rev" : "_gjDBWkK--B" }, { "_key" : "80795", "_id" : "connections/80795", "_from" : "components/B17", "_to" : "components/B18", - "_rev" : "_gM2QpAm---" + "_rev" : "_gjDBWkK--C" }, { "_key" : "80797", "_id" : "connections/80797", "_from" : "components/B19", "_to" : "components/B17", - "_rev" : "_gM2QpAm--_" + "_rev" : "_gjDBWkK--D" }, { "_key" : "80799", "_id" : "connections/80799", "_from" : "components/B20", "_to" : "components/B21", - "_rev" : "_gM2QpAm--A" + "_rev" : "_gjDBWkK--E" }, { "_key" : "80801", "_id" : "connections/80801", "_from" : "components/B20", "_to" : "components/B22", - "_rev" : "_gM2QpAq---" + "_rev" : "_gjDBWkK--F" }, { "_key" : "80803", "_id" : "connections/80803", "_from" : "components/C1", "_to" : "components/C2", - "_rev" : "_gM2QpAq--_" + "_rev" : "_gjDBWkK--G" }, { "_key" : "80805", "_id" : "connections/80805", "_from" : "components/C2", "_to" : "components/C3", - "_rev" : "_gM2QpAq--A" + "_rev" : "_gjDBWkK--H" }, { "_key" : "80807", "_id" : "connections/80807", "_from" : "components/C3", "_to" : "components/C4", - "_rev" : "_gM2QpAq--B" + "_rev" : "_gjDBWkK--I" }, { "_key" : "80809", "_id" : "connections/80809", "_from" : "components/C4", "_to" : "components/C5", - "_rev" : "_gM2QpAu---" + "_rev" : "_gjDBWkO---" }, { "_key" : "80811", "_id" : "connections/80811", "_from" : "components/C4", "_to" : "components/C7", - "_rev" : "_gM2QpAu--_" + "_rev" : "_gjDBWkO--_" }, { "_key" : "80813", "_id" : "connections/80813", "_from" : "components/C5", "_to" : "components/C6", - "_rev" : "_gM2QpAu--A" + "_rev" : "_gjDBWkO--A" }, { "_key" : "80815", "_id" : "connections/80815", "_from" : "components/C5", "_to" : "components/C7", - "_rev" : "_gM2QpAu--B" + "_rev" : "_gjDBWkO--B" }, { "_key" : "80817", "_id" : "connections/80817", "_from" : "components/C7", "_to" : "components/C8", - "_rev" : "_gM2QpAy---" + "_rev" : "_gjDBWkO--C" }, { "_key" : "80819", "_id" : "connections/80819", "_from" : "components/C8", "_to" : "components/C9", - "_rev" : "_gM2QpAy--_" + "_rev" : "_gjDBWkO--D" }, { "_key" : "80821", "_id" : "connections/80821", "_from" : "components/C8", "_to" : "components/C10", - "_rev" : "_gM2QpAy--A" + "_rev" : "_gjDBWkO--E" } ] arangosh> examples.dropGraph("connectedComponentsGraph"); diff --git a/3.9/generated/Examples/graph_create_knows_sample.generated b/3.9/generated/Examples/graph_create_knows_sample.generated index 61f402a02b..0ca11125f4 100644 --- a/3.9/generated/Examples/graph_create_knows_sample.generated +++ b/3.9/generated/Examples/graph_create_knows_sample.generated @@ -5,31 +5,31 @@ arangosh> db.persons.toArray() { "_key" : "alice", "_id" : "persons/alice", - "_rev" : "_gM2QpCC---", + "_rev" : "_gjDBWk2---", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", - "_rev" : "_gM2QpCG---", + "_rev" : "_gjDBWk2--_", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", - "_rev" : "_gM2QpCG--_", + "_rev" : "_gjDBWk2--A", "name" : "Charlie" }, { "_key" : "dave", "_id" : "persons/dave", - "_rev" : "_gM2QpCG--A", + "_rev" : "_gjDBWk2--B", "name" : "Dave" }, { "_key" : "eve", "_id" : "persons/eve", - "_rev" : "_gM2QpCK---", + "_rev" : "_gjDBWk2--C", "name" : "Eve" } ] @@ -40,7 +40,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80869", "_from" : "persons/alice", "_to" : "persons/bob", - "_rev" : "_gM2QpCK--_", + "_rev" : "_gjDBWk2--D", "vertex" : "alice" }, { @@ -48,7 +48,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80871", "_from" : "persons/bob", "_to" : "persons/charlie", - "_rev" : "_gM2QpCK--A", + "_rev" : "_gjDBWk2--E", "vertex" : "bob" }, { @@ -56,7 +56,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80873", "_from" : "persons/bob", "_to" : "persons/dave", - "_rev" : "_gM2QpCO---", + "_rev" : "_gjDBWk2--F", "vertex" : "bob" }, { @@ -64,7 +64,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80875", "_from" : "persons/eve", "_to" : "persons/alice", - "_rev" : "_gM2QpCO--_", + "_rev" : "_gjDBWk6---", "vertex" : "eve" }, { @@ -72,7 +72,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80877", "_from" : "persons/eve", "_to" : "persons/bob", - "_rev" : "_gM2QpCO--A", + "_rev" : "_gjDBWk6--_", "vertex" : "eve" } ] diff --git a/3.9/generated/Examples/graph_create_kshortestpaths_sample.generated b/3.9/generated/Examples/graph_create_kshortestpaths_sample.generated index 5f2e7cd915..c6b053ef17 100644 --- a/3.9/generated/Examples/graph_create_kshortestpaths_sample.generated +++ b/3.9/generated/Examples/graph_create_kshortestpaths_sample.generated @@ -5,109 +5,109 @@ arangosh> db.places.toArray(); { "_key" : "Inverness", "_id" : "places/Inverness", - "_rev" : "_gM2QpC6---", + "_rev" : "_gjDBWlO---", "label" : "Inverness" }, { "_key" : "Aberdeen", "_id" : "places/Aberdeen", - "_rev" : "_gM2QpD----", + "_rev" : "_gjDBWlO--_", "label" : "Aberdeen" }, { "_key" : "Leuchars", "_id" : "places/Leuchars", - "_rev" : "_gM2QpD---_", + "_rev" : "_gjDBWlO--A", "label" : "Leuchars" }, { "_key" : "StAndrews", "_id" : "places/StAndrews", - "_rev" : "_gM2QpD---A", + "_rev" : "_gjDBWlO--B", "label" : "StAndrews" }, { "_key" : "Edinburgh", "_id" : "places/Edinburgh", - "_rev" : "_gM2QpDC---", + "_rev" : "_gjDBWlO--C", "label" : "Edinburgh" }, { "_key" : "Glasgow", "_id" : "places/Glasgow", - "_rev" : "_gM2QpDC--_", + "_rev" : "_gjDBWlO--D", "label" : "Glasgow" }, { "_key" : "York", "_id" : "places/York", - "_rev" : "_gM2QpDC--A", + "_rev" : "_gjDBWlO--E", "label" : "York" }, { "_key" : "Carlisle", "_id" : "places/Carlisle", - "_rev" : "_gM2QpDG---", + "_rev" : "_gjDBWlO--F", "label" : "Carlisle" }, { "_key" : "Birmingham", "_id" : "places/Birmingham", - "_rev" : "_gM2QpDG--_", + "_rev" : "_gjDBWlO--G", "label" : "Birmingham" }, { "_key" : "London", "_id" : "places/London", - "_rev" : "_gM2QpDG--A", + "_rev" : "_gjDBWlS---", "label" : "London" }, { "_key" : "Brussels", "_id" : "places/Brussels", - "_rev" : "_gM2QpDG--B", + "_rev" : "_gjDBWlS--_", "label" : "Brussels" }, { "_key" : "Cologne", "_id" : "places/Cologne", - "_rev" : "_gM2QpDK---", + "_rev" : "_gjDBWlS--A", "label" : "Cologne" }, { "_key" : "Toronto", "_id" : "places/Toronto", - "_rev" : "_gM2QpDK--_", + "_rev" : "_gjDBWlS--B", "label" : "Toronto" }, { "_key" : "Winnipeg", "_id" : "places/Winnipeg", - "_rev" : "_gM2QpDK--A", + "_rev" : "_gjDBWlS--C", "label" : "Winnipeg" }, { "_key" : "Saskatoon", "_id" : "places/Saskatoon", - "_rev" : "_gM2QpDO---", + "_rev" : "_gjDBWlS--D", "label" : "Saskatoon" }, { "_key" : "Edmonton", "_id" : "places/Edmonton", - "_rev" : "_gM2QpDO--_", + "_rev" : "_gjDBWlS--E", "label" : "Edmonton" }, { "_key" : "Jasper", "_id" : "places/Jasper", - "_rev" : "_gM2QpDO--A", + "_rev" : "_gjDBWlS--F", "label" : "Jasper" }, { "_key" : "Vancouver", "_id" : "places/Vancouver", - "_rev" : "_gM2QpDO--B", + "_rev" : "_gjDBWlS--G", "label" : "Vancouver" } ] @@ -118,7 +118,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80938", "_from" : "places/Inverness", "_to" : "places/Aberdeen", - "_rev" : "_gM2QpDS---", + "_rev" : "_gjDBWlS--H", "travelTime" : 3 }, { @@ -126,7 +126,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80940", "_from" : "places/Aberdeen", "_to" : "places/Inverness", - "_rev" : "_gM2QpDS--_", + "_rev" : "_gjDBWlS--I", "travelTime" : 2.5 }, { @@ -134,7 +134,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80942", "_from" : "places/Aberdeen", "_to" : "places/Leuchars", - "_rev" : "_gM2QpDS--A", + "_rev" : "_gjDBWlW---", "travelTime" : 1.5 }, { @@ -142,7 +142,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80944", "_from" : "places/Leuchars", "_to" : "places/Aberdeen", - "_rev" : "_gM2QpDS--B", + "_rev" : "_gjDBWlW--_", "travelTime" : 1 }, { @@ -150,7 +150,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80946", "_from" : "places/Leuchars", "_to" : "places/Edinburgh", - "_rev" : "_gM2QpDW---", + "_rev" : "_gjDBWlW--A", "travelTime" : 1.5 }, { @@ -158,7 +158,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80948", "_from" : "places/Edinburgh", "_to" : "places/Leuchars", - "_rev" : "_gM2QpDW--_", + "_rev" : "_gjDBWlW--B", "travelTime" : 3 }, { @@ -166,7 +166,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80950", "_from" : "places/Edinburgh", "_to" : "places/Glasgow", - "_rev" : "_gM2QpDW--A", + "_rev" : "_gjDBWlW--C", "travelTime" : 1 }, { @@ -174,7 +174,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80952", "_from" : "places/Glasgow", "_to" : "places/Edinburgh", - "_rev" : "_gM2QpDa---", + "_rev" : "_gjDBWlW--D", "travelTime" : 1 }, { @@ -182,7 +182,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80954", "_from" : "places/Edinburgh", "_to" : "places/York", - "_rev" : "_gM2QpDa--_", + "_rev" : "_gjDBWlW--E", "travelTime" : 3.5 }, { @@ -190,7 +190,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80956", "_from" : "places/York", "_to" : "places/Edinburgh", - "_rev" : "_gM2QpDa--A", + "_rev" : "_gjDBWlW--F", "travelTime" : 4 }, { @@ -198,7 +198,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80958", "_from" : "places/Glasgow", "_to" : "places/Carlisle", - "_rev" : "_gM2QpDa--B", + "_rev" : "_gjDBWlW--G", "travelTime" : 1 }, { @@ -206,7 +206,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80960", "_from" : "places/Carlisle", "_to" : "places/Glasgow", - "_rev" : "_gM2QpDe---", + "_rev" : "_gjDBWlW--H", "travelTime" : 1 }, { @@ -214,7 +214,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80962", "_from" : "places/Carlisle", "_to" : "places/York", - "_rev" : "_gM2QpDe--_", + "_rev" : "_gjDBWla---", "travelTime" : 2.5 }, { @@ -222,7 +222,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80964", "_from" : "places/York", "_to" : "places/Carlisle", - "_rev" : "_gM2QpDe--A", + "_rev" : "_gjDBWla--_", "travelTime" : 3.5 }, { @@ -230,7 +230,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80966", "_from" : "places/Carlisle", "_to" : "places/Birmingham", - "_rev" : "_gM2QpDe--B", + "_rev" : "_gjDBWla--A", "travelTime" : 2 }, { @@ -238,7 +238,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80968", "_from" : "places/Birmingham", "_to" : "places/Carlisle", - "_rev" : "_gM2QpDi---", + "_rev" : "_gjDBWla--B", "travelTime" : 1 }, { @@ -246,7 +246,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80970", "_from" : "places/Birmingham", "_to" : "places/London", - "_rev" : "_gM2QpDi--_", + "_rev" : "_gjDBWla--C", "travelTime" : 1.5 }, { @@ -254,7 +254,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80972", "_from" : "places/London", "_to" : "places/Birmingham", - "_rev" : "_gM2QpDi--A", + "_rev" : "_gjDBWla--D", "travelTime" : 2.5 }, { @@ -262,7 +262,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80974", "_from" : "places/Leuchars", "_to" : "places/StAndrews", - "_rev" : "_gM2QpDm---", + "_rev" : "_gjDBWla--E", "travelTime" : 0.2 }, { @@ -270,7 +270,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80976", "_from" : "places/StAndrews", "_to" : "places/Leuchars", - "_rev" : "_gM2QpDm--_", + "_rev" : "_gjDBWla--F", "travelTime" : 0.2 }, { @@ -278,7 +278,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80978", "_from" : "places/York", "_to" : "places/London", - "_rev" : "_gM2QpDm--A", + "_rev" : "_gjDBWla--G", "travelTime" : 1.8 }, { @@ -286,7 +286,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80980", "_from" : "places/London", "_to" : "places/York", - "_rev" : "_gM2QpDm--B", + "_rev" : "_gjDBWla--H", "travelTime" : 2 }, { @@ -294,7 +294,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80982", "_from" : "places/London", "_to" : "places/Brussels", - "_rev" : "_gM2QpDq---", + "_rev" : "_gjDBWla--I", "travelTime" : 2.5 }, { @@ -302,7 +302,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80984", "_from" : "places/Brussels", "_to" : "places/London", - "_rev" : "_gM2QpDq--_", + "_rev" : "_gjDBWle---", "travelTime" : 3.5 }, { @@ -310,7 +310,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80986", "_from" : "places/Brussels", "_to" : "places/Cologne", - "_rev" : "_gM2QpDq--A", + "_rev" : "_gjDBWle--_", "travelTime" : 2 }, { @@ -318,7 +318,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80988", "_from" : "places/Cologne", "_to" : "places/Brussels", - "_rev" : "_gM2QpDq--B", + "_rev" : "_gjDBWle--A", "travelTime" : 1.5 }, { @@ -326,7 +326,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80990", "_from" : "places/Toronto", "_to" : "places/Winnipeg", - "_rev" : "_gM2QpDu---", + "_rev" : "_gjDBWle--B", "travelTime" : 36 }, { @@ -334,7 +334,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80992", "_from" : "places/Winnipeg", "_to" : "places/Toronto", - "_rev" : "_gM2QpDu--_", + "_rev" : "_gjDBWle--C", "travelTime" : 35 }, { @@ -342,7 +342,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80994", "_from" : "places/Winnipeg", "_to" : "places/Saskatoon", - "_rev" : "_gM2QpDu--A", + "_rev" : "_gjDBWle--D", "travelTime" : 12 }, { @@ -350,7 +350,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80996", "_from" : "places/Saskatoon", "_to" : "places/Winnipeg", - "_rev" : "_gM2QpDy---", + "_rev" : "_gjDBWle--E", "travelTime" : 5 }, { @@ -358,7 +358,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80998", "_from" : "places/Saskatoon", "_to" : "places/Edmonton", - "_rev" : "_gM2QpDy--_", + "_rev" : "_gjDBWle--F", "travelTime" : 12 }, { @@ -366,7 +366,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81000", "_from" : "places/Edmonton", "_to" : "places/Saskatoon", - "_rev" : "_gM2QpDy--A", + "_rev" : "_gjDBWle--G", "travelTime" : 17 }, { @@ -374,7 +374,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81002", "_from" : "places/Edmonton", "_to" : "places/Jasper", - "_rev" : "_gM2QpDy--B", + "_rev" : "_gjDBWle--H", "travelTime" : 6 }, { @@ -382,7 +382,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81004", "_from" : "places/Jasper", "_to" : "places/Edmonton", - "_rev" : "_gM2QpD2---", + "_rev" : "_gjDBWli---", "travelTime" : 5 }, { @@ -390,7 +390,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81006", "_from" : "places/Jasper", "_to" : "places/Vancouver", - "_rev" : "_gM2QpD2--_", + "_rev" : "_gjDBWli--_", "travelTime" : 12 }, { @@ -398,7 +398,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81008", "_from" : "places/Vancouver", "_to" : "places/Jasper", - "_rev" : "_gM2QpD2--A", + "_rev" : "_gjDBWli--A", "travelTime" : 13 } ] diff --git a/3.9/generated/Examples/graph_create_mps_sample.generated b/3.9/generated/Examples/graph_create_mps_sample.generated index 414df914ff..5602703de6 100644 --- a/3.9/generated/Examples/graph_create_mps_sample.generated +++ b/3.9/generated/Examples/graph_create_mps_sample.generated @@ -5,32 +5,32 @@ arangosh> db.mps_verts.toArray(); { "_key" : "A", "_id" : "mps_verts/A", - "_rev" : "_gM2QpFK---" + "_rev" : "_gjDBWmK--_" }, { "_key" : "B", "_id" : "mps_verts/B", - "_rev" : "_gM2QpFO---" + "_rev" : "_gjDBWmK--A" }, { "_key" : "C", "_id" : "mps_verts/C", - "_rev" : "_gM2QpFO--_" + "_rev" : "_gjDBWmK--B" }, { "_key" : "D", "_id" : "mps_verts/D", - "_rev" : "_gM2QpFO--A" + "_rev" : "_gjDBWmK--C" }, { "_key" : "E", "_id" : "mps_verts/E", - "_rev" : "_gM2QpFO--B" + "_rev" : "_gjDBWmK--D" }, { "_key" : "F", "_id" : "mps_verts/F", - "_rev" : "_gM2QpFS---" + "_rev" : "_gjDBWmO---" } ] arangosh> db.mps_edges.toArray(); @@ -40,7 +40,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81057", "_from" : "mps_verts/A", "_to" : "mps_verts/B", - "_rev" : "_gM2QpFS--_", + "_rev" : "_gjDBWmO--_", "vertex" : "A" }, { @@ -48,7 +48,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81059", "_from" : "mps_verts/A", "_to" : "mps_verts/E", - "_rev" : "_gM2QpFS--A", + "_rev" : "_gjDBWmO--A", "vertex" : "A" }, { @@ -56,7 +56,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81061", "_from" : "mps_verts/A", "_to" : "mps_verts/D", - "_rev" : "_gM2QpFS--B", + "_rev" : "_gjDBWmO--B", "vertex" : "A" }, { @@ -64,7 +64,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81063", "_from" : "mps_verts/B", "_to" : "mps_verts/C", - "_rev" : "_gM2QpFW---", + "_rev" : "_gjDBWmO--C", "vertex" : "B" }, { @@ -72,7 +72,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81065", "_from" : "mps_verts/D", "_to" : "mps_verts/C", - "_rev" : "_gM2QpFW--_", + "_rev" : "_gjDBWmO--D", "vertex" : "D" }, { @@ -80,7 +80,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81067", "_from" : "mps_verts/E", "_to" : "mps_verts/F", - "_rev" : "_gM2QpFW--A", + "_rev" : "_gjDBWmO--E", "vertex" : "E" }, { @@ -88,7 +88,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81069", "_from" : "mps_verts/F", "_to" : "mps_verts/C", - "_rev" : "_gM2QpFa---", + "_rev" : "_gjDBWmO--F", "vertex" : "F" } ] diff --git a/3.9/generated/Examples/graph_create_social_sample.generated b/3.9/generated/Examples/graph_create_social_sample.generated index 2677487a4d..344fcb66aa 100644 --- a/3.9/generated/Examples/graph_create_social_sample.generated +++ b/3.9/generated/Examples/graph_create_social_sample.generated @@ -5,13 +5,13 @@ arangosh> db.female.toArray() { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QpGG---", + "_rev" : "_gjDBWmm---", "name" : "Alice" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QpGK--A", + "_rev" : "_gjDBWmm--B", "name" : "Diana" } ] @@ -20,13 +20,13 @@ arangosh> db.male.toArray() { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QpGK---", + "_rev" : "_gjDBWmm--_", "name" : "Bob" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QpGK--_", + "_rev" : "_gjDBWmm--A", "name" : "Charly" } ] @@ -37,7 +37,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81123", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QpGK--B", + "_rev" : "_gjDBWmm--C", "type" : "married", "vertex" : "alice" }, @@ -46,7 +46,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81125", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QpGO---", + "_rev" : "_gjDBWmm--D", "type" : "friend", "vertex" : "alice" }, @@ -55,7 +55,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81127", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QpGO--_", + "_rev" : "_gjDBWmm--E", "type" : "married", "vertex" : "charly" }, @@ -64,7 +64,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81129", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QpGO--A", + "_rev" : "_gjDBWmq---", "type" : "friend", "vertex" : "bob" } diff --git a/3.9/generated/Examples/graph_create_traversal_sample.generated b/3.9/generated/Examples/graph_create_traversal_sample.generated index a09c83df14..91f2c60a1a 100644 --- a/3.9/generated/Examples/graph_create_traversal_sample.generated +++ b/3.9/generated/Examples/graph_create_traversal_sample.generated @@ -5,67 +5,67 @@ arangosh> db.circles.toArray(); { "_key" : "A", "_id" : "circles/A", - "_rev" : "_gM2QpH----", + "_rev" : "_gjDBWnC---", "label" : "1" }, { "_key" : "B", "_id" : "circles/B", - "_rev" : "_gM2QpH---_", + "_rev" : "_gjDBWnC--_", "label" : "2" }, { "_key" : "C", "_id" : "circles/C", - "_rev" : "_gM2QpH---A", + "_rev" : "_gjDBWnC--A", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", - "_rev" : "_gM2QpH---B", + "_rev" : "_gjDBWnC--B", "label" : "4" }, { "_key" : "E", "_id" : "circles/E", - "_rev" : "_gM2QpHC---", + "_rev" : "_gjDBWnC--C", "label" : "5" }, { "_key" : "F", "_id" : "circles/F", - "_rev" : "_gM2QpHC--_", + "_rev" : "_gjDBWnC--D", "label" : "6" }, { "_key" : "G", "_id" : "circles/G", - "_rev" : "_gM2QpHC--A", + "_rev" : "_gjDBWnG---", "label" : "7" }, { "_key" : "H", "_id" : "circles/H", - "_rev" : "_gM2QpHC--B", + "_rev" : "_gjDBWnG--_", "label" : "8" }, { "_key" : "I", "_id" : "circles/I", - "_rev" : "_gM2QpHC--C", + "_rev" : "_gjDBWnG--A", "label" : "9" }, { "_key" : "J", "_id" : "circles/J", - "_rev" : "_gM2QpHG---", + "_rev" : "_gjDBWnG--B", "label" : "10" }, { "_key" : "K", "_id" : "circles/K", - "_rev" : "_gM2QpHG--_", + "_rev" : "_gjDBWnG--C", "label" : "11" } ] @@ -76,7 +76,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81191", "_from" : "circles/A", "_to" : "circles/B", - "_rev" : "_gM2QpHG--A", + "_rev" : "_gjDBWnG--D", "theFalse" : false, "theTruth" : true, "label" : "left_bar" @@ -86,7 +86,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81193", "_from" : "circles/B", "_to" : "circles/C", - "_rev" : "_gM2QpHK---", + "_rev" : "_gjDBWnG--E", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" @@ -96,7 +96,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81195", "_from" : "circles/C", "_to" : "circles/D", - "_rev" : "_gM2QpHK--_", + "_rev" : "_gjDBWnG--F", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" @@ -106,7 +106,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81197", "_from" : "circles/B", "_to" : "circles/E", - "_rev" : "_gM2QpHK--A", + "_rev" : "_gjDBWnG--G", "theFalse" : false, "theTruth" : true, "label" : "left_blub" @@ -116,7 +116,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81199", "_from" : "circles/E", "_to" : "circles/F", - "_rev" : "_gM2QpHO---", + "_rev" : "_gjDBWnG--H", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" @@ -126,7 +126,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81201", "_from" : "circles/A", "_to" : "circles/G", - "_rev" : "_gM2QpHO--_", + "_rev" : "_gjDBWnG--I", "theFalse" : false, "theTruth" : true, "label" : "right_foo" @@ -136,7 +136,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81203", "_from" : "circles/G", "_to" : "circles/H", - "_rev" : "_gM2QpHO--A", + "_rev" : "_gjDBWnK---", "theFalse" : false, "theTruth" : true, "label" : "right_blob" @@ -146,7 +146,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81205", "_from" : "circles/H", "_to" : "circles/I", - "_rev" : "_gM2QpHS---", + "_rev" : "_gjDBWnK--_", "theFalse" : false, "theTruth" : true, "label" : "right_blub" @@ -156,7 +156,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81207", "_from" : "circles/G", "_to" : "circles/J", - "_rev" : "_gM2QpHS--_", + "_rev" : "_gjDBWnK--A", "theFalse" : false, "theTruth" : true, "label" : "right_zip" @@ -166,7 +166,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81209", "_from" : "circles/J", "_to" : "circles/K", - "_rev" : "_gM2QpHS--A", + "_rev" : "_gjDBWnK--B", "theFalse" : false, "theTruth" : true, "label" : "right_zup" diff --git a/3.9/generated/Examples/graph_create_world_sample.generated b/3.9/generated/Examples/graph_create_world_sample.generated index 7fcd7769b3..e5965085a4 100644 --- a/3.9/generated/Examples/graph_create_world_sample.generated +++ b/3.9/generated/Examples/graph_create_world_sample.generated @@ -5,56 +5,56 @@ arangosh> db.worldVertices.toArray(); { "_key" : "world", "_id" : "worldVertices/world", - "_rev" : "_gM2QpIG---", + "_rev" : "_gjDBWnm---", "name" : "World", "type" : "root" }, { "_key" : "continent-africa", "_id" : "worldVertices/continent-africa", - "_rev" : "_gM2QpIG--_", + "_rev" : "_gjDBWnm--_", "name" : "Africa", "type" : "continent" }, { "_key" : "continent-asia", "_id" : "worldVertices/continent-asia", - "_rev" : "_gM2QpIK---", + "_rev" : "_gjDBWnm--A", "name" : "Asia", "type" : "continent" }, { "_key" : "continent-australia", "_id" : "worldVertices/continent-australia", - "_rev" : "_gM2QpIK--_", + "_rev" : "_gjDBWnm--B", "name" : "Australia", "type" : "continent" }, { "_key" : "continent-europe", "_id" : "worldVertices/continent-europe", - "_rev" : "_gM2QpIK--A", + "_rev" : "_gjDBWnm--C", "name" : "Europe", "type" : "continent" }, { "_key" : "continent-north-america", "_id" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpIK--B", + "_rev" : "_gjDBWnm--D", "name" : "North America", "type" : "continent" }, { "_key" : "continent-south-america", "_id" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpIO---", + "_rev" : "_gjDBWnm--E", "name" : "South America", "type" : "continent" }, { "_key" : "country-afghanistan", "_id" : "worldVertices/country-afghanistan", - "_rev" : "_gM2QpIO--_", + "_rev" : "_gjDBWnm--F", "name" : "Afghanistan", "type" : "country", "code" : "AFG" @@ -62,7 +62,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-albania", "_id" : "worldVertices/country-albania", - "_rev" : "_gM2QpIO--A", + "_rev" : "_gjDBWnm--G", "name" : "Albania", "type" : "country", "code" : "ALB" @@ -70,7 +70,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-algeria", "_id" : "worldVertices/country-algeria", - "_rev" : "_gM2QpIO--B", + "_rev" : "_gjDBWnq---", "name" : "Algeria", "type" : "country", "code" : "DZA" @@ -78,7 +78,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-andorra", "_id" : "worldVertices/country-andorra", - "_rev" : "_gM2QpIS---", + "_rev" : "_gjDBWnq--_", "name" : "Andorra", "type" : "country", "code" : "AND" @@ -86,7 +86,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-angola", "_id" : "worldVertices/country-angola", - "_rev" : "_gM2QpIS--_", + "_rev" : "_gjDBWnq--A", "name" : "Angola", "type" : "country", "code" : "AGO" @@ -94,7 +94,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-antigua-and-barbuda", "_id" : "worldVertices/country-antigua-and-barbuda", - "_rev" : "_gM2QpIS--A", + "_rev" : "_gjDBWnq--B", "name" : "Antigua and Barbuda", "type" : "country", "code" : "ATG" @@ -102,7 +102,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-argentina", "_id" : "worldVertices/country-argentina", - "_rev" : "_gM2QpIS--B", + "_rev" : "_gjDBWnq--C", "name" : "Argentina", "type" : "country", "code" : "ARG" @@ -110,7 +110,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-australia", "_id" : "worldVertices/country-australia", - "_rev" : "_gM2QpIW---", + "_rev" : "_gjDBWnq--D", "name" : "Australia", "type" : "country", "code" : "AUS" @@ -118,7 +118,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-austria", "_id" : "worldVertices/country-austria", - "_rev" : "_gM2QpIW--_", + "_rev" : "_gjDBWnq--E", "name" : "Austria", "type" : "country", "code" : "AUT" @@ -126,7 +126,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bahamas", "_id" : "worldVertices/country-bahamas", - "_rev" : "_gM2QpIW--A", + "_rev" : "_gjDBWnq--F", "name" : "Bahamas", "type" : "country", "code" : "BHS" @@ -134,7 +134,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bahrain", "_id" : "worldVertices/country-bahrain", - "_rev" : "_gM2QpIW--B", + "_rev" : "_gjDBWnq--G", "name" : "Bahrain", "type" : "country", "code" : "BHR" @@ -142,7 +142,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bangladesh", "_id" : "worldVertices/country-bangladesh", - "_rev" : "_gM2QpIa---", + "_rev" : "_gjDBWnq--H", "name" : "Bangladesh", "type" : "country", "code" : "BGD" @@ -150,7 +150,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-barbados", "_id" : "worldVertices/country-barbados", - "_rev" : "_gM2QpIa--_", + "_rev" : "_gjDBWnq--I", "name" : "Barbados", "type" : "country", "code" : "BRB" @@ -158,7 +158,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-belgium", "_id" : "worldVertices/country-belgium", - "_rev" : "_gM2QpIa--A", + "_rev" : "_gjDBWnu---", "name" : "Belgium", "type" : "country", "code" : "BEL" @@ -166,7 +166,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bhutan", "_id" : "worldVertices/country-bhutan", - "_rev" : "_gM2QpIa--B", + "_rev" : "_gjDBWnu--_", "name" : "Bhutan", "type" : "country", "code" : "BTN" @@ -174,7 +174,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bolivia", "_id" : "worldVertices/country-bolivia", - "_rev" : "_gM2QpIa--C", + "_rev" : "_gjDBWnu--A", "name" : "Bolivia", "type" : "country", "code" : "BOL" @@ -182,7 +182,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bosnia-and-herzegovina", "_id" : "worldVertices/country-bosnia-and-herzegovina", - "_rev" : "_gM2QpIe---", + "_rev" : "_gjDBWnu--B", "name" : "Bosnia and Herzegovina", "type" : "country", "code" : "BIH" @@ -190,7 +190,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-botswana", "_id" : "worldVertices/country-botswana", - "_rev" : "_gM2QpIe--_", + "_rev" : "_gjDBWnu--C", "name" : "Botswana", "type" : "country", "code" : "BWA" @@ -198,7 +198,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-brazil", "_id" : "worldVertices/country-brazil", - "_rev" : "_gM2QpIe--A", + "_rev" : "_gjDBWnu--D", "name" : "Brazil", "type" : "country", "code" : "BRA" @@ -206,7 +206,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-brunei", "_id" : "worldVertices/country-brunei", - "_rev" : "_gM2QpIe--B", + "_rev" : "_gjDBWnu--E", "name" : "Brunei", "type" : "country", "code" : "BRN" @@ -214,7 +214,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bulgaria", "_id" : "worldVertices/country-bulgaria", - "_rev" : "_gM2QpIi---", + "_rev" : "_gjDBWnu--F", "name" : "Bulgaria", "type" : "country", "code" : "BGR" @@ -222,7 +222,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-burkina-faso", "_id" : "worldVertices/country-burkina-faso", - "_rev" : "_gM2QpIi--_", + "_rev" : "_gjDBWnu--G", "name" : "Burkina Faso", "type" : "country", "code" : "BFA" @@ -230,7 +230,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-burundi", "_id" : "worldVertices/country-burundi", - "_rev" : "_gM2QpIi--A", + "_rev" : "_gjDBWnu--H", "name" : "Burundi", "type" : "country", "code" : "BDI" @@ -238,7 +238,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-cambodia", "_id" : "worldVertices/country-cambodia", - "_rev" : "_gM2QpIi--B", + "_rev" : "_gjDBWnu--I", "name" : "Cambodia", "type" : "country", "code" : "KHM" @@ -246,7 +246,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-cameroon", "_id" : "worldVertices/country-cameroon", - "_rev" : "_gM2QpIm---", + "_rev" : "_gjDBWny---", "name" : "Cameroon", "type" : "country", "code" : "CMR" @@ -254,7 +254,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-canada", "_id" : "worldVertices/country-canada", - "_rev" : "_gM2QpIm--_", + "_rev" : "_gjDBWny--_", "name" : "Canada", "type" : "country", "code" : "CAN" @@ -262,7 +262,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-chad", "_id" : "worldVertices/country-chad", - "_rev" : "_gM2QpIm--A", + "_rev" : "_gjDBWny--A", "name" : "Chad", "type" : "country", "code" : "TCD" @@ -270,7 +270,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-chile", "_id" : "worldVertices/country-chile", - "_rev" : "_gM2QpIq---", + "_rev" : "_gjDBWny--B", "name" : "Chile", "type" : "country", "code" : "CHL" @@ -278,7 +278,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-colombia", "_id" : "worldVertices/country-colombia", - "_rev" : "_gM2QpIq--_", + "_rev" : "_gjDBWny--C", "name" : "Colombia", "type" : "country", "code" : "COL" @@ -286,7 +286,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-cote-d-ivoire", "_id" : "worldVertices/country-cote-d-ivoire", - "_rev" : "_gM2QpIq--A", + "_rev" : "_gjDBWny--D", "name" : "Cote d'Ivoire", "type" : "country", "code" : "CIV" @@ -294,7 +294,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-croatia", "_id" : "worldVertices/country-croatia", - "_rev" : "_gM2QpIq--B", + "_rev" : "_gjDBWny--E", "name" : "Croatia", "type" : "country", "code" : "HRV" @@ -302,7 +302,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-czech-republic", "_id" : "worldVertices/country-czech-republic", - "_rev" : "_gM2QpIq--C", + "_rev" : "_gjDBWny--F", "name" : "Czech Republic", "type" : "country", "code" : "CZE" @@ -310,7 +310,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-denmark", "_id" : "worldVertices/country-denmark", - "_rev" : "_gM2QpIu---", + "_rev" : "_gjDBWny--G", "name" : "Denmark", "type" : "country", "code" : "DNK" @@ -318,7 +318,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-ecuador", "_id" : "worldVertices/country-ecuador", - "_rev" : "_gM2QpIu--_", + "_rev" : "_gjDBWny--H", "name" : "Ecuador", "type" : "country", "code" : "ECU" @@ -326,7 +326,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-egypt", "_id" : "worldVertices/country-egypt", - "_rev" : "_gM2QpIu--A", + "_rev" : "_gjDBWny--I", "name" : "Egypt", "type" : "country", "code" : "EGY" @@ -334,7 +334,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-eritrea", "_id" : "worldVertices/country-eritrea", - "_rev" : "_gM2QpIu--B", + "_rev" : "_gjDBWny--J", "name" : "Eritrea", "type" : "country", "code" : "ERI" @@ -342,7 +342,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-finland", "_id" : "worldVertices/country-finland", - "_rev" : "_gM2QpIy---", + "_rev" : "_gjDBWn2---", "name" : "Finland", "type" : "country", "code" : "FIN" @@ -350,7 +350,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-france", "_id" : "worldVertices/country-france", - "_rev" : "_gM2QpIy--_", + "_rev" : "_gjDBWn2--_", "name" : "France", "type" : "country", "code" : "FRA" @@ -358,7 +358,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-germany", "_id" : "worldVertices/country-germany", - "_rev" : "_gM2QpIy--A", + "_rev" : "_gjDBWn2--A", "name" : "Germany", "type" : "country", "code" : "DEU" @@ -366,7 +366,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-people-s-republic-of-china", "_id" : "worldVertices/country-people-s-republic-of-china", - "_rev" : "_gM2QpIy--B", + "_rev" : "_gjDBWn2--B", "name" : "People's Republic of China", "type" : "country", "code" : "CHN" @@ -374,280 +374,280 @@ arangosh> db.worldVertices.toArray(); { "_key" : "capital-algiers", "_id" : "worldVertices/capital-algiers", - "_rev" : "_gM2QpI2---", + "_rev" : "_gjDBWn2--C", "name" : "Algiers", "type" : "capital" }, { "_key" : "capital-andorra-la-vella", "_id" : "worldVertices/capital-andorra-la-vella", - "_rev" : "_gM2QpI2--_", + "_rev" : "_gjDBWn2--D", "name" : "Andorra la Vella", "type" : "capital" }, { "_key" : "capital-asmara", "_id" : "worldVertices/capital-asmara", - "_rev" : "_gM2QpI2--A", + "_rev" : "_gjDBWn2--E", "name" : "Asmara", "type" : "capital" }, { "_key" : "capital-bandar-seri-begawan", "_id" : "worldVertices/capital-bandar-seri-begawan", - "_rev" : "_gM2QpI6---", + "_rev" : "_gjDBWn2--F", "name" : "Bandar Seri Begawan", "type" : "capital" }, { "_key" : "capital-beijing", "_id" : "worldVertices/capital-beijing", - "_rev" : "_gM2QpI6--_", + "_rev" : "_gjDBWn2--G", "name" : "Beijing", "type" : "capital" }, { "_key" : "capital-berlin", "_id" : "worldVertices/capital-berlin", - "_rev" : "_gM2QpI6--A", + "_rev" : "_gjDBWn2--H", "name" : "Berlin", "type" : "capital" }, { "_key" : "capital-bogota", "_id" : "worldVertices/capital-bogota", - "_rev" : "_gM2QpI6--B", + "_rev" : "_gjDBWn2--I", "name" : "Bogota", "type" : "capital" }, { "_key" : "capital-brasilia", "_id" : "worldVertices/capital-brasilia", - "_rev" : "_gM2QpJ----", + "_rev" : "_gjDBWn6---", "name" : "Brasilia", "type" : "capital" }, { "_key" : "capital-bridgetown", "_id" : "worldVertices/capital-bridgetown", - "_rev" : "_gM2QpJ---_", + "_rev" : "_gjDBWn6--_", "name" : "Bridgetown", "type" : "capital" }, { "_key" : "capital-brussels", "_id" : "worldVertices/capital-brussels", - "_rev" : "_gM2QpJ---A", + "_rev" : "_gjDBWn6--A", "name" : "Brussels", "type" : "capital" }, { "_key" : "capital-buenos-aires", "_id" : "worldVertices/capital-buenos-aires", - "_rev" : "_gM2QpJ---B", + "_rev" : "_gjDBWn6--B", "name" : "Buenos Aires", "type" : "capital" }, { "_key" : "capital-bujumbura", "_id" : "worldVertices/capital-bujumbura", - "_rev" : "_gM2QpJ---C", + "_rev" : "_gjDBWn6--C", "name" : "Bujumbura", "type" : "capital" }, { "_key" : "capital-cairo", "_id" : "worldVertices/capital-cairo", - "_rev" : "_gM2QpJC---", + "_rev" : "_gjDBWn6--D", "name" : "Cairo", "type" : "capital" }, { "_key" : "capital-canberra", "_id" : "worldVertices/capital-canberra", - "_rev" : "_gM2QpJC--_", + "_rev" : "_gjDBWn6--E", "name" : "Canberra", "type" : "capital" }, { "_key" : "capital-copenhagen", "_id" : "worldVertices/capital-copenhagen", - "_rev" : "_gM2QpJC--A", + "_rev" : "_gjDBWn6--F", "name" : "Copenhagen", "type" : "capital" }, { "_key" : "capital-dhaka", "_id" : "worldVertices/capital-dhaka", - "_rev" : "_gM2QpJC--B", + "_rev" : "_gjDBWn6--G", "name" : "Dhaka", "type" : "capital" }, { "_key" : "capital-gaborone", "_id" : "worldVertices/capital-gaborone", - "_rev" : "_gM2QpJG---", + "_rev" : "_gjDBWn6--H", "name" : "Gaborone", "type" : "capital" }, { "_key" : "capital-helsinki", "_id" : "worldVertices/capital-helsinki", - "_rev" : "_gM2QpJG--_", + "_rev" : "_gjDBWn6--I", "name" : "Helsinki", "type" : "capital" }, { "_key" : "capital-kabul", "_id" : "worldVertices/capital-kabul", - "_rev" : "_gM2QpJG--A", + "_rev" : "_gjDBWn6--J", "name" : "Kabul", "type" : "capital" }, { "_key" : "capital-la-paz", "_id" : "worldVertices/capital-la-paz", - "_rev" : "_gM2QpJK---", + "_rev" : "_gjDBWo----", "name" : "La Paz", "type" : "capital" }, { "_key" : "capital-luanda", "_id" : "worldVertices/capital-luanda", - "_rev" : "_gM2QpJK--_", + "_rev" : "_gjDBWo---_", "name" : "Luanda", "type" : "capital" }, { "_key" : "capital-manama", "_id" : "worldVertices/capital-manama", - "_rev" : "_gM2QpJK--A", + "_rev" : "_gjDBWo---A", "name" : "Manama", "type" : "capital" }, { "_key" : "capital-nassau", "_id" : "worldVertices/capital-nassau", - "_rev" : "_gM2QpJK--B", + "_rev" : "_gjDBWo---B", "name" : "Nassau", "type" : "capital" }, { "_key" : "capital-n-djamena", "_id" : "worldVertices/capital-n-djamena", - "_rev" : "_gM2QpJO---", + "_rev" : "_gjDBWo---C", "name" : "N'Djamena", "type" : "capital" }, { "_key" : "capital-ottawa", "_id" : "worldVertices/capital-ottawa", - "_rev" : "_gM2QpJO--_", + "_rev" : "_gjDBWo---D", "name" : "Ottawa", "type" : "capital" }, { "_key" : "capital-ouagadougou", "_id" : "worldVertices/capital-ouagadougou", - "_rev" : "_gM2QpJO--A", + "_rev" : "_gjDBWo---E", "name" : "Ouagadougou", "type" : "capital" }, { "_key" : "capital-paris", "_id" : "worldVertices/capital-paris", - "_rev" : "_gM2QpJS---", + "_rev" : "_gjDBWo---F", "name" : "Paris", "type" : "capital" }, { "_key" : "capital-phnom-penh", "_id" : "worldVertices/capital-phnom-penh", - "_rev" : "_gM2QpJS--_", + "_rev" : "_gjDBWo---G", "name" : "Phnom Penh", "type" : "capital" }, { "_key" : "capital-prague", "_id" : "worldVertices/capital-prague", - "_rev" : "_gM2QpJS--A", + "_rev" : "_gjDBWoC---", "name" : "Prague", "type" : "capital" }, { "_key" : "capital-quito", "_id" : "worldVertices/capital-quito", - "_rev" : "_gM2QpJS--B", + "_rev" : "_gjDBWoC--_", "name" : "Quito", "type" : "capital" }, { "_key" : "capital-saint-john-s", "_id" : "worldVertices/capital-saint-john-s", - "_rev" : "_gM2QpJW---", + "_rev" : "_gjDBWoC--A", "name" : "Saint John's", "type" : "capital" }, { "_key" : "capital-santiago", "_id" : "worldVertices/capital-santiago", - "_rev" : "_gM2QpJW--_", + "_rev" : "_gjDBWoC--B", "name" : "Santiago", "type" : "capital" }, { "_key" : "capital-sarajevo", "_id" : "worldVertices/capital-sarajevo", - "_rev" : "_gM2QpJW--A", + "_rev" : "_gjDBWoC--C", "name" : "Sarajevo", "type" : "capital" }, { "_key" : "capital-sofia", "_id" : "worldVertices/capital-sofia", - "_rev" : "_gM2QpJW--B", + "_rev" : "_gjDBWoC--D", "name" : "Sofia", "type" : "capital" }, { "_key" : "capital-thimphu", "_id" : "worldVertices/capital-thimphu", - "_rev" : "_gM2QpJa---", + "_rev" : "_gjDBWoC--E", "name" : "Thimphu", "type" : "capital" }, { "_key" : "capital-tirana", "_id" : "worldVertices/capital-tirana", - "_rev" : "_gM2QpJa--_", + "_rev" : "_gjDBWoC--F", "name" : "Tirana", "type" : "capital" }, { "_key" : "capital-vienna", "_id" : "worldVertices/capital-vienna", - "_rev" : "_gM2QpJa--A", + "_rev" : "_gjDBWoC--G", "name" : "Vienna", "type" : "capital" }, { "_key" : "capital-yamoussoukro", "_id" : "worldVertices/capital-yamoussoukro", - "_rev" : "_gM2QpJa--B", + "_rev" : "_gjDBWoC--H", "name" : "Yamoussoukro", "type" : "capital" }, { "_key" : "capital-yaounde", "_id" : "worldVertices/capital-yaounde", - "_rev" : "_gM2QpJa--C", + "_rev" : "_gjDBWoC--I", "name" : "Yaounde", "type" : "capital" }, { "_key" : "capital-zagreb", "_id" : "worldVertices/capital-zagreb", - "_rev" : "_gM2QpJe---", + "_rev" : "_gjDBWoC--J", "name" : "Zagreb", "type" : "capital" } @@ -659,7 +659,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81339", "_from" : "worldVertices/continent-africa", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJe--_", + "_rev" : "_gjDBWoG---", "type" : "is-in" }, { @@ -667,7 +667,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81341", "_from" : "worldVertices/continent-asia", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJe--A", + "_rev" : "_gjDBWoG--_", "type" : "is-in" }, { @@ -675,7 +675,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81343", "_from" : "worldVertices/continent-australia", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi---", + "_rev" : "_gjDBWoG--A", "type" : "is-in" }, { @@ -683,7 +683,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81345", "_from" : "worldVertices/continent-europe", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi--_", + "_rev" : "_gjDBWoG--B", "type" : "is-in" }, { @@ -691,7 +691,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81347", "_from" : "worldVertices/continent-north-america", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi--A", + "_rev" : "_gjDBWoG--C", "type" : "is-in" }, { @@ -699,7 +699,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81349", "_from" : "worldVertices/continent-south-america", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi--B", + "_rev" : "_gjDBWoG--D", "type" : "is-in" }, { @@ -707,7 +707,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81351", "_from" : "worldVertices/country-afghanistan", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJm---", + "_rev" : "_gjDBWoG--E", "type" : "is-in" }, { @@ -715,7 +715,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81353", "_from" : "worldVertices/country-albania", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJm--_", + "_rev" : "_gjDBWoG--F", "type" : "is-in" }, { @@ -723,7 +723,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81355", "_from" : "worldVertices/country-algeria", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJm--A", + "_rev" : "_gjDBWoG--G", "type" : "is-in" }, { @@ -731,7 +731,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81357", "_from" : "worldVertices/country-andorra", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJm--B", + "_rev" : "_gjDBWoG--H", "type" : "is-in" }, { @@ -739,7 +739,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81359", "_from" : "worldVertices/country-angola", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJq---", + "_rev" : "_gjDBWoG--I", "type" : "is-in" }, { @@ -747,7 +747,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81361", "_from" : "worldVertices/country-antigua-and-barbuda", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpJq--_", + "_rev" : "_gjDBWoK---", "type" : "is-in" }, { @@ -755,7 +755,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81363", "_from" : "worldVertices/country-argentina", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpJq--A", + "_rev" : "_gjDBWoK--_", "type" : "is-in" }, { @@ -763,7 +763,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81365", "_from" : "worldVertices/country-australia", "_to" : "worldVertices/continent-australia", - "_rev" : "_gM2QpJq--B", + "_rev" : "_gjDBWoK--A", "type" : "is-in" }, { @@ -771,7 +771,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81367", "_from" : "worldVertices/country-austria", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJu---", + "_rev" : "_gjDBWoK--B", "type" : "is-in" }, { @@ -779,7 +779,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81369", "_from" : "worldVertices/country-bahamas", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpJu--_", + "_rev" : "_gjDBWoK--C", "type" : "is-in" }, { @@ -787,7 +787,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81371", "_from" : "worldVertices/country-bahrain", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJu--A", + "_rev" : "_gjDBWoK--D", "type" : "is-in" }, { @@ -795,7 +795,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81373", "_from" : "worldVertices/country-bangladesh", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJu--B", + "_rev" : "_gjDBWoK--E", "type" : "is-in" }, { @@ -803,7 +803,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81375", "_from" : "worldVertices/country-barbados", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpJy---", + "_rev" : "_gjDBWoK--F", "type" : "is-in" }, { @@ -811,7 +811,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81377", "_from" : "worldVertices/country-belgium", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJy--_", + "_rev" : "_gjDBWoK--G", "type" : "is-in" }, { @@ -819,7 +819,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81379", "_from" : "worldVertices/country-bhutan", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJy--A", + "_rev" : "_gjDBWoK--H", "type" : "is-in" }, { @@ -827,7 +827,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81381", "_from" : "worldVertices/country-bolivia", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpJy--B", + "_rev" : "_gjDBWoO---", "type" : "is-in" }, { @@ -835,7 +835,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81383", "_from" : "worldVertices/country-bosnia-and-herzegovina", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJ2---", + "_rev" : "_gjDBWoO--_", "type" : "is-in" }, { @@ -843,7 +843,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81385", "_from" : "worldVertices/country-botswana", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJ2--_", + "_rev" : "_gjDBWoO--A", "type" : "is-in" }, { @@ -851,7 +851,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81387", "_from" : "worldVertices/country-brazil", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpJ2--A", + "_rev" : "_gjDBWoO--B", "type" : "is-in" }, { @@ -859,7 +859,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81389", "_from" : "worldVertices/country-brunei", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJ6---", + "_rev" : "_gjDBWoO--C", "type" : "is-in" }, { @@ -867,7 +867,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81391", "_from" : "worldVertices/country-bulgaria", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJ6--_", + "_rev" : "_gjDBWoO--D", "type" : "is-in" }, { @@ -875,7 +875,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81393", "_from" : "worldVertices/country-burkina-faso", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJ6--A", + "_rev" : "_gjDBWoO--E", "type" : "is-in" }, { @@ -883,7 +883,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81395", "_from" : "worldVertices/country-burundi", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJ6--B", + "_rev" : "_gjDBWoO--F", "type" : "is-in" }, { @@ -891,7 +891,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81397", "_from" : "worldVertices/country-cambodia", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpK----", + "_rev" : "_gjDBWoO--G", "type" : "is-in" }, { @@ -899,7 +899,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81399", "_from" : "worldVertices/country-cameroon", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpK---_", + "_rev" : "_gjDBWoO--H", "type" : "is-in" }, { @@ -907,7 +907,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81401", "_from" : "worldVertices/country-canada", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpK---A", + "_rev" : "_gjDBWoO--I", "type" : "is-in" }, { @@ -915,7 +915,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81403", "_from" : "worldVertices/country-chad", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKC---", + "_rev" : "_gjDBWoS---", "type" : "is-in" }, { @@ -923,7 +923,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81405", "_from" : "worldVertices/country-chile", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpKC--_", + "_rev" : "_gjDBWoS--_", "type" : "is-in" }, { @@ -931,7 +931,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81407", "_from" : "worldVertices/country-colombia", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpKC--A", + "_rev" : "_gjDBWoS--A", "type" : "is-in" }, { @@ -939,7 +939,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81409", "_from" : "worldVertices/country-cote-d-ivoire", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKC--B", + "_rev" : "_gjDBWoS--B", "type" : "is-in" }, { @@ -947,7 +947,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81411", "_from" : "worldVertices/country-croatia", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKG---", + "_rev" : "_gjDBWoS--C", "type" : "is-in" }, { @@ -955,7 +955,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81413", "_from" : "worldVertices/country-czech-republic", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKG--_", + "_rev" : "_gjDBWoS--D", "type" : "is-in" }, { @@ -963,7 +963,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81415", "_from" : "worldVertices/country-denmark", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKG--A", + "_rev" : "_gjDBWoS--E", "type" : "is-in" }, { @@ -971,7 +971,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81417", "_from" : "worldVertices/country-ecuador", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpKG--B", + "_rev" : "_gjDBWoS--F", "type" : "is-in" }, { @@ -979,7 +979,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81419", "_from" : "worldVertices/country-egypt", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKK---", + "_rev" : "_gjDBWoS--G", "type" : "is-in" }, { @@ -987,7 +987,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81421", "_from" : "worldVertices/country-eritrea", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKK--_", + "_rev" : "_gjDBWoS--H", "type" : "is-in" }, { @@ -995,7 +995,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81423", "_from" : "worldVertices/country-finland", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKK--A", + "_rev" : "_gjDBWoW---", "type" : "is-in" }, { @@ -1003,7 +1003,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81425", "_from" : "worldVertices/country-france", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKK--B", + "_rev" : "_gjDBWoW--_", "type" : "is-in" }, { @@ -1011,7 +1011,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81427", "_from" : "worldVertices/country-germany", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKO---", + "_rev" : "_gjDBWoW--A", "type" : "is-in" }, { @@ -1019,7 +1019,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81429", "_from" : "worldVertices/country-people-s-republic-of-china", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpKO--_", + "_rev" : "_gjDBWoW--B", "type" : "is-in" }, { @@ -1027,7 +1027,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81431", "_from" : "worldVertices/capital-algiers", "_to" : "worldVertices/country-algeria", - "_rev" : "_gM2QpKO--A", + "_rev" : "_gjDBWoW--C", "type" : "is-in" }, { @@ -1035,7 +1035,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81433", "_from" : "worldVertices/capital-andorra-la-vella", "_to" : "worldVertices/country-andorra", - "_rev" : "_gM2QpKO--B", + "_rev" : "_gjDBWoW--D", "type" : "is-in" }, { @@ -1043,7 +1043,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81435", "_from" : "worldVertices/capital-asmara", "_to" : "worldVertices/country-eritrea", - "_rev" : "_gM2QpKS---", + "_rev" : "_gjDBWoW--E", "type" : "is-in" }, { @@ -1051,7 +1051,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81437", "_from" : "worldVertices/capital-bandar-seri-begawan", "_to" : "worldVertices/country-brunei", - "_rev" : "_gM2QpKS--_", + "_rev" : "_gjDBWoW--F", "type" : "is-in" }, { @@ -1059,7 +1059,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81439", "_from" : "worldVertices/capital-beijing", "_to" : "worldVertices/country-people-s-republic-of-china", - "_rev" : "_gM2QpKS--A", + "_rev" : "_gjDBWoW--G", "type" : "is-in" }, { @@ -1067,7 +1067,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81441", "_from" : "worldVertices/capital-berlin", "_to" : "worldVertices/country-germany", - "_rev" : "_gM2QpKS--B", + "_rev" : "_gjDBWoW--H", "type" : "is-in" }, { @@ -1075,7 +1075,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81443", "_from" : "worldVertices/capital-bogota", "_to" : "worldVertices/country-colombia", - "_rev" : "_gM2QpKW---", + "_rev" : "_gjDBWoW--I", "type" : "is-in" }, { @@ -1083,7 +1083,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81445", "_from" : "worldVertices/capital-brasilia", "_to" : "worldVertices/country-brazil", - "_rev" : "_gM2QpKW--_", + "_rev" : "_gjDBWoa---", "type" : "is-in" }, { @@ -1091,7 +1091,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81447", "_from" : "worldVertices/capital-bridgetown", "_to" : "worldVertices/country-barbados", - "_rev" : "_gM2QpKW--A", + "_rev" : "_gjDBWoa--_", "type" : "is-in" }, { @@ -1099,7 +1099,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81449", "_from" : "worldVertices/capital-brussels", "_to" : "worldVertices/country-belgium", - "_rev" : "_gM2QpKW--B", + "_rev" : "_gjDBWoa--A", "type" : "is-in" }, { @@ -1107,7 +1107,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81451", "_from" : "worldVertices/capital-buenos-aires", "_to" : "worldVertices/country-argentina", - "_rev" : "_gM2QpKa---", + "_rev" : "_gjDBWoa--B", "type" : "is-in" }, { @@ -1115,7 +1115,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81453", "_from" : "worldVertices/capital-bujumbura", "_to" : "worldVertices/country-burundi", - "_rev" : "_gM2QpKa--_", + "_rev" : "_gjDBWoa--C", "type" : "is-in" }, { @@ -1123,7 +1123,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81455", "_from" : "worldVertices/capital-cairo", "_to" : "worldVertices/country-egypt", - "_rev" : "_gM2QpKa--A", + "_rev" : "_gjDBWoa--D", "type" : "is-in" }, { @@ -1131,7 +1131,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81457", "_from" : "worldVertices/capital-canberra", "_to" : "worldVertices/country-australia", - "_rev" : "_gM2QpKe---", + "_rev" : "_gjDBWoa--E", "type" : "is-in" }, { @@ -1139,7 +1139,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81459", "_from" : "worldVertices/capital-copenhagen", "_to" : "worldVertices/country-denmark", - "_rev" : "_gM2QpKe--_", + "_rev" : "_gjDBWoa--F", "type" : "is-in" }, { @@ -1147,7 +1147,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81461", "_from" : "worldVertices/capital-dhaka", "_to" : "worldVertices/country-bangladesh", - "_rev" : "_gM2QpKe--A", + "_rev" : "_gjDBWoa--G", "type" : "is-in" }, { @@ -1155,7 +1155,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81463", "_from" : "worldVertices/capital-gaborone", "_to" : "worldVertices/country-botswana", - "_rev" : "_gM2QpKe--B", + "_rev" : "_gjDBWoa--H", "type" : "is-in" }, { @@ -1163,7 +1163,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81465", "_from" : "worldVertices/capital-helsinki", "_to" : "worldVertices/country-finland", - "_rev" : "_gM2QpKi---", + "_rev" : "_gjDBWoa--I", "type" : "is-in" }, { @@ -1171,7 +1171,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81467", "_from" : "worldVertices/capital-kabul", "_to" : "worldVertices/country-afghanistan", - "_rev" : "_gM2QpKi--_", + "_rev" : "_gjDBWoe---", "type" : "is-in" }, { @@ -1179,7 +1179,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81469", "_from" : "worldVertices/capital-la-paz", "_to" : "worldVertices/country-bolivia", - "_rev" : "_gM2QpKi--A", + "_rev" : "_gjDBWoe--_", "type" : "is-in" }, { @@ -1187,7 +1187,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81471", "_from" : "worldVertices/capital-luanda", "_to" : "worldVertices/country-angola", - "_rev" : "_gM2QpKi--B", + "_rev" : "_gjDBWoe--A", "type" : "is-in" }, { @@ -1195,7 +1195,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81473", "_from" : "worldVertices/capital-manama", "_to" : "worldVertices/country-bahrain", - "_rev" : "_gM2QpKm---", + "_rev" : "_gjDBWoe--B", "type" : "is-in" }, { @@ -1203,7 +1203,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81475", "_from" : "worldVertices/capital-nassau", "_to" : "worldVertices/country-bahamas", - "_rev" : "_gM2QpKm--_", + "_rev" : "_gjDBWoe--C", "type" : "is-in" }, { @@ -1211,7 +1211,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81477", "_from" : "worldVertices/capital-n-djamena", "_to" : "worldVertices/country-chad", - "_rev" : "_gM2QpKm--A", + "_rev" : "_gjDBWoe--D", "type" : "is-in" }, { @@ -1219,7 +1219,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81479", "_from" : "worldVertices/capital-ottawa", "_to" : "worldVertices/country-canada", - "_rev" : "_gM2QpKm--B", + "_rev" : "_gjDBWoe--E", "type" : "is-in" }, { @@ -1227,7 +1227,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81481", "_from" : "worldVertices/capital-ouagadougou", "_to" : "worldVertices/country-burkina-faso", - "_rev" : "_gM2QpKq---", + "_rev" : "_gjDBWoe--F", "type" : "is-in" }, { @@ -1235,7 +1235,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81483", "_from" : "worldVertices/capital-paris", "_to" : "worldVertices/country-france", - "_rev" : "_gM2QpKq--_", + "_rev" : "_gjDBWoe--G", "type" : "is-in" }, { @@ -1243,7 +1243,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81485", "_from" : "worldVertices/capital-phnom-penh", "_to" : "worldVertices/country-cambodia", - "_rev" : "_gM2QpKq--A", + "_rev" : "_gjDBWoe--H", "type" : "is-in" }, { @@ -1251,7 +1251,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81487", "_from" : "worldVertices/capital-prague", "_to" : "worldVertices/country-czech-republic", - "_rev" : "_gM2QpKq--B", + "_rev" : "_gjDBWoi---", "type" : "is-in" }, { @@ -1259,7 +1259,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81489", "_from" : "worldVertices/capital-quito", "_to" : "worldVertices/country-ecuador", - "_rev" : "_gM2QpKu---", + "_rev" : "_gjDBWoi--_", "type" : "is-in" }, { @@ -1267,7 +1267,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81491", "_from" : "worldVertices/capital-saint-john-s", "_to" : "worldVertices/country-antigua-and-barbuda", - "_rev" : "_gM2QpKu--_", + "_rev" : "_gjDBWoi--A", "type" : "is-in" }, { @@ -1275,7 +1275,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81493", "_from" : "worldVertices/capital-santiago", "_to" : "worldVertices/country-chile", - "_rev" : "_gM2QpKu--A", + "_rev" : "_gjDBWoi--B", "type" : "is-in" }, { @@ -1283,7 +1283,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81495", "_from" : "worldVertices/capital-sarajevo", "_to" : "worldVertices/country-bosnia-and-herzegovina", - "_rev" : "_gM2QpKu--B", + "_rev" : "_gjDBWoi--C", "type" : "is-in" }, { @@ -1291,7 +1291,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81497", "_from" : "worldVertices/capital-sofia", "_to" : "worldVertices/country-bulgaria", - "_rev" : "_gM2QpKy---", + "_rev" : "_gjDBWoi--D", "type" : "is-in" }, { @@ -1299,7 +1299,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81499", "_from" : "worldVertices/capital-thimphu", "_to" : "worldVertices/country-bhutan", - "_rev" : "_gM2QpKy--_", + "_rev" : "_gjDBWoi--E", "type" : "is-in" }, { @@ -1307,7 +1307,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81501", "_from" : "worldVertices/capital-tirana", "_to" : "worldVertices/country-albania", - "_rev" : "_gM2QpKy--A", + "_rev" : "_gjDBWoi--F", "type" : "is-in" }, { @@ -1315,7 +1315,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81503", "_from" : "worldVertices/capital-vienna", "_to" : "worldVertices/country-austria", - "_rev" : "_gM2QpKy--B", + "_rev" : "_gjDBWoi--G", "type" : "is-in" }, { @@ -1323,7 +1323,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81505", "_from" : "worldVertices/capital-yamoussoukro", "_to" : "worldVertices/country-cote-d-ivoire", - "_rev" : "_gM2QpK2---", + "_rev" : "_gjDBWoi--H", "type" : "is-in" }, { @@ -1331,7 +1331,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81507", "_from" : "worldVertices/capital-yaounde", "_to" : "worldVertices/country-cameroon", - "_rev" : "_gM2QpK2--_", + "_rev" : "_gjDBWoi--I", "type" : "is-in" }, { @@ -1339,7 +1339,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81509", "_from" : "worldVertices/capital-zagreb", "_to" : "worldVertices/country-croatia", - "_rev" : "_gM2QpK2--A", + "_rev" : "_gjDBWom---", "type" : "is-in" } ] diff --git a/3.9/generated/Examples/job_delete_02.generated b/3.9/generated/Examples/job_delete_02.generated index e38b91309c..6135a10aff 100644 --- a/3.9/generated/Examples/job_delete_02.generated +++ b/3.9/generated/Examples/job_delete_02.generated @@ -22,9 +22,9 @@ x-content-type-options: nosniff { "error" : false, "code" : 200, - "time" : 1687621381.4327047 + "time" : 1693580485.3359842 } -shell> curl -X DELETE --header 'accept: application/json' --dump - http://localhost:8529/_api/job/expired?stamp=1687621381.4327047 +shell> curl -X DELETE --header 'accept: application/json' --dump - http://localhost:8529/_api/job/expired?stamp=1693580485.3359842 HTTP/1.1 200 OK content-type: application/json diff --git a/3.9/generated/Examples/jsStreamTransaction_1.generated b/3.9/generated/Examples/jsStreamTransaction_1.generated index 16465e2239..a0ea1147fc 100644 --- a/3.9/generated/Examples/jsStreamTransaction_1.generated +++ b/3.9/generated/Examples/jsStreamTransaction_1.generated @@ -13,16 +13,16 @@ arangosh> if (task) { { "_key" : "123", "_id" : "tasks/123", - "_rev" : "_gM2QpUi---", + "_rev" : "_gjDBWsq--_", "type" : "sendEmail", "date" : "2022-07-07T15:20:00.000Z" } { "_key" : "124", "_id" : "tasks/124", - "_rev" : "_gM2QpUq--_", + "_rev" : "_gjDBWsu--_", "type" : "sendEmail", - "date" : "2023-06-24T15:43:01.483Z" + "date" : "2023-09-01T15:01:25.356Z" } arangosh> trx.status(); { diff --git a/3.9/generated/Examples/listCurrentConfigOpts.generated b/3.9/generated/Examples/listCurrentConfigOpts.generated index c6267b80cb..6011634dcb 100644 --- a/3.9/generated/Examples/listCurrentConfigOpts.generated +++ b/3.9/generated/Examples/listCurrentConfigOpts.generated @@ -48,10 +48,10 @@ arangosh> db._executeTransaction({ collections "agency.supervision-ok-threshold" : 5, "agency.wait-for-sync" : true, "arangosearch.columns-cache-limit" : 0, - "arangosearch.commit-threads" : 5, - "arangosearch.commit-threads-idle" : 5, - "arangosearch.consolidation-threads" : 5, - "arangosearch.consolidation-threads-idle" : 5, + "arangosearch.commit-threads" : 6, + "arangosearch.commit-threads-idle" : 6, + "arangosearch.consolidation-threads" : 6, + "arangosearch.consolidation-threads-idle" : 6, "arangosearch.fail-queries-on-out-of-sync" : false, "arangosearch.skip-recovery" : [ ], "arangosearch.threads" : 0, @@ -66,7 +66,7 @@ arangosh> db._executeTransaction({ collections "backup.files-per-batch" : 100, "backup.local-path-prefix" : "/", "cache.rebalancing-interval" : 2000000, - "cache.size" : 16338163712, + "cache.size" : 17872713728, "cluster.agency-endpoint" : [ ], "cluster.api-jwt-policy" : "jwt-compat", "cluster.create-waits-for-sync-replication" : true, @@ -92,7 +92,7 @@ arangosh> db._executeTransaction({ collections "cluster.write-concern" : 1, "database.auto-upgrade" : false, "database.check-version" : false, - "database.directory" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/data", + "database.directory" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/data", "database.extended-names-databases" : true, "database.force-sync-properties" : false, "database.ignore-datafile-errors" : false, @@ -123,7 +123,7 @@ arangosh> db._executeTransaction({ collections "javascript.allow-admin-execute" : true, "javascript.allow-external-process-control" : false, "javascript.allow-port-testing" : false, - "javascript.app-path" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/apps", + "javascript.app-path" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/apps", "javascript.copy-installation" : false, "javascript.enabled" : true, "javascript.endpoints-allowlist" : [ ], @@ -222,7 +222,7 @@ arangosh> db._executeTransaction({ collections "log.color" : true, "log.escape-control-chars" : true, "log.escape-unicode-chars" : false, - "log.file" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/log", + "log.file" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/log", "log.file-group" : "", "log.file-mode" : "", "log.force-direct" : false, @@ -240,7 +240,7 @@ arangosh> db._executeTransaction({ collections "log.line-number" : false, "log.max-entry-length" : 134217728, "log.output" : [ - "file:///tmp/arangosh_kpAOli/rocksdb-clusterOrNot/log" + "file:///tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/log" ], "log.performance" : false, "log.prefix" : "", @@ -267,14 +267,14 @@ arangosh> db._executeTransaction({ collections "query.cache-include-system-collections" : false, "query.cache-mode" : "off", "query.fail-on-warning" : false, - "query.global-memory-limit" : 54675112182, + "query.global-memory-limit" : 59647054233, "query.log-failed" : false, "query.log-memory-usage-threshold" : 4294967296, "query.max-artifact-log-length" : 4096, "query.max-nodes-per-callstack" : 250, "query.max-parallelism" : 4, "query.max-runtime" : 0, - "query.memory-limit" : 40500083097, + "query.memory-limit" : 44183003136, "query.memory-limit-override" : true, "query.optimizer-max-plans" : 128, "query.optimizer-rules" : [ ], @@ -294,6 +294,7 @@ arangosh> db._executeTransaction({ collections "rclone.argument" : [ ], "rclone.executable" : "rclone-arangodb", "replication.active-failover" : false, + "replication.active-failover-leader-grace-period" : 120, "replication.auto-repair-revision-trees" : true, "replication.auto-start" : true, "replication.automatic-failover" : false, @@ -311,7 +312,7 @@ arangosh> db._executeTransaction({ collections "rocksdb.auto-refill-index-caches-queue-capacity" : 131072, "rocksdb.block-align-data-blocks" : false, "rocksdb.block-cache-shard-bits" : -1, - "rocksdb.block-cache-size" : 19605796454, + "rocksdb.block-cache-size" : 21447256473, "rocksdb.cache-index-and-filter-blocks" : false, "rocksdb.cache-index-and-filter-blocks-with-high-priority" : true, "rocksdb.compaction-read-ahead-size" : 2097152, @@ -336,7 +337,7 @@ arangosh> db._executeTransaction({ collections "rocksdb.level0-slowdown-trigger" : 16, "rocksdb.level0-stop-trigger" : 256, "rocksdb.limit-open-files-at-startup" : false, - "rocksdb.max-background-jobs" : 32, + "rocksdb.max-background-jobs" : 36, "rocksdb.max-bytes-for-level-base" : 268435456, "rocksdb.max-bytes-for-level-multiplier" : 10, "rocksdb.max-concurrent-index-fill-tasks" : 4, @@ -358,8 +359,8 @@ arangosh> db._executeTransaction({ collections "rocksdb.minimum-disk-free-bytes" : 16777216, "rocksdb.minimum-disk-free-percent" : 0.01, "rocksdb.num-levels" : 7, - "rocksdb.num-threads-priority-high" : 16, - "rocksdb.num-threads-priority-low" : 16, + "rocksdb.num-threads-priority-high" : 18, + "rocksdb.num-threads-priority-low" : 18, "rocksdb.num-uncompressed-levels" : 2, "rocksdb.optimize-filters-for-hits" : false, "rocksdb.pending-compactions-slowdown-trigger" : 131072, @@ -380,7 +381,7 @@ arangosh> db._executeTransaction({ collections "rocksdb.throttle-scaling-factor" : 17, "rocksdb.throttle-slots" : 120, "rocksdb.throttle-slow-down-writes-trigger" : 8, - "rocksdb.total-write-buffer-size" : 26141061939, + "rocksdb.total-write-buffer-size" : 28596341964, "rocksdb.transaction-lock-timeout" : 1000, "rocksdb.use-direct-io-for-flush-and-compaction" : false, "rocksdb.use-direct-reads" : false, @@ -400,20 +401,20 @@ arangosh> db._executeTransaction({ collections "server.authentication-unix-sockets" : true, "server.descriptors-minimum" : 8192, "server.endpoint" : [ - "tcp://127.0.0.1:18654" + "tcp://127.0.0.1:12821" ], "server.export-metrics-api" : true, "server.export-read-write-metrics" : false, "server.gid" : "", "server.harden" : false, - "server.io-threads" : 8, + "server.io-threads" : 9, "server.local-authentication" : true, "server.maintenance-actions-block" : 2, "server.maintenance-actions-linger" : 3600, - "server.maintenance-slow-threads" : 4, - "server.maintenance-threads" : 9, + "server.maintenance-slow-threads" : 5, + "server.maintenance-threads" : 10, "server.maximal-queue-size" : 4096, - "server.maximal-threads" : 64, + "server.maximal-threads" : 72, "server.minimal-threads" : 4, "server.ongoing-low-priority-multiplier" : 4, "server.prio1-size" : 4096, @@ -441,7 +442,7 @@ arangosh> db._executeTransaction({ collections "ssl.session-cache" : false, "tcp.backlog-size" : 64, "tcp.reuse-address" : true, - "temp.path" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/tmp", + "temp.path" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/tmp", "transaction.streaming-idle-timeout" : 60, "transaction.streaming-lock-timeout" : 8, "ttl.frequency" : 30000, diff --git a/3.9/generated/Examples/satelliteGraphGeneralGraph1_cluster.generated b/3.9/generated/Examples/satelliteGraphGeneralGraph1_cluster.generated index a4244d4965..9fdeabc816 100644 --- a/3.9/generated/Examples/satelliteGraphGeneralGraph1_cluster.generated +++ b/3.9/generated/Examples/satelliteGraphGeneralGraph1_cluster.generated @@ -2,13 +2,13 @@ arangosh> var graphModule = var satelliteGraphModule = require("@arangodb/satellite-graph"); arangosh> graphModule._create("normalGraph", [ graphModule._relation("edges", "vertices", "vertices") ], [], {}); {[Graph] - "edges" : [ArangoCollection 10136, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10135, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10134, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10133, "vertices" (type document, status loaded)] } arangosh> satelliteGraphModule._create("satelliteGraph", [ satelliteGraphModule._relation("satEdges", "satVertices", "satVertices") ], [], {}); {[SatelliteGraph] - "satEdges" : [ArangoCollection 10143, "satEdges" (type edge, status loaded)], - "satVertices" : [ArangoCollection 10141, "satVertices" (type document, status loaded)] + "satEdges" : [ArangoCollection 10141, "satEdges" (type edge, status loaded)], + "satVertices" : [ArangoCollection 10139, "satVertices" (type document, status loaded)] } arangosh> db._create("collection", {numberOfShards: 8}); -[ArangoCollection 10147, "collection" (type document, status loaded)] +[ArangoCollection 10145, "collection" (type document, status loaded)] diff --git a/3.9/generated/Examples/satelliteGraphGeneralGraph2_cluster.generated b/3.9/generated/Examples/satelliteGraphGeneralGraph2_cluster.generated index ea78d92e97..fc87908ba6 100644 --- a/3.9/generated/Examples/satelliteGraphGeneralGraph2_cluster.generated +++ b/3.9/generated/Examples/satelliteGraphGeneralGraph2_cluster.generated @@ -28,10 +28,10 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] scatter-in-cluster 0.00001 - restrict-to-single-shard 0.00001 - remove-unnecessary-remote-scatter 0.00001 - optimize-traversals 0.00000 - distribute-in-cluster 0.00000 + optimize-traversals 0.00001 + restrict-to-single-shard 0.00000 + remove-unnecessary-remote-scatter 0.00000 + use-indexes 0.00000 59 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/satelliteGraphGeneralGraph3_cluster.generated b/3.9/generated/Examples/satelliteGraphGeneralGraph3_cluster.generated index dcd2bbaa1b..9dfcb2ee0e 100644 --- a/3.9/generated/Examples/satelliteGraphGeneralGraph3_cluster.generated +++ b/3.9/generated/Examples/satelliteGraphGeneralGraph3_cluster.generated @@ -32,11 +32,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - scatter-satellite-graphs 0.00003 + scatter-satellite-graphs 0.00002 scatter-in-cluster 0.00001 remove-satellite-joins 0.00001 - distribute-filtercalc-to-cluster 0.00001 - restrict-to-single-shard 0.00001 + restrict-to-single-shard 0.00000 + parallelize-gather 0.00000 59 rule(s) executed, 1 plan(s) created diff --git a/3.9/generated/Examples/satelliteGraphManagementCreate2_cluster.generated b/3.9/generated/Examples/satelliteGraphManagementCreate2_cluster.generated index 5d1c180dbe..3e49904046 100644 --- a/3.9/generated/Examples/satelliteGraphManagementCreate2_cluster.generated +++ b/3.9/generated/Examples/satelliteGraphManagementCreate2_cluster.generated @@ -3,6 +3,6 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions); arangosh> graph_module._graph("myGraph"); {[SatelliteGraph] - "edges" : [ArangoCollection 10234, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10232, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10232, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10230, "vertices" (type document, status loaded)] } diff --git a/3.9/generated/Examples/satelliteGraphManagementCreate3_cluster.generated b/3.9/generated/Examples/satelliteGraphManagementCreate3_cluster.generated index 029470d96f..a546d565e9 100644 --- a/3.9/generated/Examples/satelliteGraphManagementCreate3_cluster.generated +++ b/3.9/generated/Examples/satelliteGraphManagementCreate3_cluster.generated @@ -3,8 +3,8 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions, ["sessions"]); arangosh> graph_module._graph("myGraph"); {[SatelliteGraph] - "myRelation" : [ArangoCollection 10247, "myRelation" (type edge, status loaded)], - "female" : [ArangoCollection 10246, "female" (type document, status loaded)], - "male" : [ArangoCollection 10245, "male" (type document, status loaded)], - "sessions" : [ArangoCollection 10243, "sessions" (type document, status loaded)] + "myRelation" : [ArangoCollection 10245, "myRelation" (type edge, status loaded)], + "female" : [ArangoCollection 10244, "female" (type document, status loaded)], + "male" : [ArangoCollection 10243, "male" (type document, status loaded)], + "sessions" : [ArangoCollection 10241, "sessions" (type document, status loaded)] } diff --git a/3.9/generated/Examples/satelliteGraphManagementModify6_cluster.generated b/3.9/generated/Examples/satelliteGraphManagementModify6_cluster.generated index eef287c1e4..c4f8048042 100644 --- a/3.9/generated/Examples/satelliteGraphManagementModify6_cluster.generated +++ b/3.9/generated/Examples/satelliteGraphManagementModify6_cluster.generated @@ -4,5 +4,5 @@ arangosh> var graph = graph_module._create( arangosh> graph._deleteEdgeDefinition("edges", true); arangosh> graph_module._graph("myGraph"); {[SatelliteGraph] - "vertices" : [ArangoCollection 10323, "vertices" (type document, status loaded)] + "vertices" : [ArangoCollection 10325, "vertices" (type document, status loaded)] } diff --git a/3.9/generated/Examples/shard_id1_cluster.generated b/3.9/generated/Examples/shard_id1_cluster.generated index e53ff3ad80..cc34ad6a6b 100644 --- a/3.9/generated/Examples/shard_id1_cluster.generated +++ b/3.9/generated/Examples/shard_id1_cluster.generated @@ -3,5 +3,5 @@ @R [ - "s10394" + "s10396" ] \ No newline at end of file diff --git a/3.9/generated/Examples/smartGraphCreate2_cluster.generated b/3.9/generated/Examples/smartGraphCreate2_cluster.generated index 048dd4bbbd..cbb2a59974 100644 --- a/3.9/generated/Examples/smartGraphCreate2_cluster.generated +++ b/3.9/generated/Examples/smartGraphCreate2_cluster.generated @@ -3,6 +3,6 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions, [], {smartGraphAttribute: "region", numberOfShards: 9}); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "edges" : [ArangoCollection 10418, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10408, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10420, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10410, "vertices" (type document, status loaded)] } diff --git a/3.9/generated/Examples/smartGraphCreate3_cluster.generated b/3.9/generated/Examples/smartGraphCreate3_cluster.generated index 360a2cde08..40c9fe4467 100644 --- a/3.9/generated/Examples/smartGraphCreate3_cluster.generated +++ b/3.9/generated/Examples/smartGraphCreate3_cluster.generated @@ -3,8 +3,8 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions, ["sessions"], {smartGraphAttribute: "region", numberOfShards: 9}); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "myRelation" : [ArangoCollection 10468, "myRelation" (type edge, status loaded)], - "female" : [ArangoCollection 10467, "female" (type document, status loaded)], - "male" : [ArangoCollection 10466, "male" (type document, status loaded)], - "sessions" : [ArangoCollection 10456, "sessions" (type document, status loaded)] + "myRelation" : [ArangoCollection 10470, "myRelation" (type edge, status loaded)], + "female" : [ArangoCollection 10469, "female" (type document, status loaded)], + "male" : [ArangoCollection 10468, "male" (type document, status loaded)], + "sessions" : [ArangoCollection 10458, "sessions" (type document, status loaded)] } diff --git a/3.9/generated/Examples/smartGraphCreateGraphHowTo2_cluster.generated b/3.9/generated/Examples/smartGraphCreateGraphHowTo2_cluster.generated index a23bd420ad..d12ba054a2 100644 --- a/3.9/generated/Examples/smartGraphCreateGraphHowTo2_cluster.generated +++ b/3.9/generated/Examples/smartGraphCreateGraphHowTo2_cluster.generated @@ -3,7 +3,7 @@ arangosh> graph._addVertexCollection("customer arangosh> graph._addVertexCollection("pet"); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "customer" : [ArangoCollection 10541, "customer" (type document, status loaded)], - "pet" : [ArangoCollection 10552, "pet" (type document, status loaded)], - "shop" : [ArangoCollection 10530, "shop" (type document, status loaded)] + "customer" : [ArangoCollection 10543, "customer" (type document, status loaded)], + "pet" : [ArangoCollection 10554, "pet" (type document, status loaded)], + "shop" : [ArangoCollection 10532, "shop" (type document, status loaded)] } diff --git a/3.9/generated/Examples/smartGraphCreateGraphHowTo3_cluster.generated b/3.9/generated/Examples/smartGraphCreateGraphHowTo3_cluster.generated index e976bc81f2..cb02a9b734 100644 --- a/3.9/generated/Examples/smartGraphCreateGraphHowTo3_cluster.generated +++ b/3.9/generated/Examples/smartGraphCreateGraphHowTo3_cluster.generated @@ -2,8 +2,8 @@ arangosh> var rel = graph_module._relation( arangosh> graph._extendEdgeDefinitions(rel); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "isCustomer" : [ArangoCollection 10607, "isCustomer" (type edge, status loaded)], - "shop" : [ArangoCollection 10573, "shop" (type document, status loaded)], - "customer" : [ArangoCollection 10584, "customer" (type document, status loaded)], - "pet" : [ArangoCollection 10595, "pet" (type document, status loaded)] + "isCustomer" : [ArangoCollection 10609, "isCustomer" (type edge, status loaded)], + "shop" : [ArangoCollection 10575, "shop" (type document, status loaded)], + "customer" : [ArangoCollection 10586, "customer" (type document, status loaded)], + "pet" : [ArangoCollection 10597, "pet" (type document, status loaded)] } diff --git a/3.9/generated/Examples/smartGraphModify2_cluster.generated b/3.9/generated/Examples/smartGraphModify2_cluster.generated index e8e51ff0ed..9fba750914 100644 --- a/3.9/generated/Examples/smartGraphModify2_cluster.generated +++ b/3.9/generated/Examples/smartGraphModify2_cluster.generated @@ -1,6 +1,6 @@ arangosh> graph._removeVertexCollection("other", true); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "edges" : [ArangoCollection 10722, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10711, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10724, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10713, "vertices" (type document, status loaded)] } diff --git a/3.9/generated/Examples/smartGraphModify6_cluster.generated b/3.9/generated/Examples/smartGraphModify6_cluster.generated index 1bf034efc4..2e8d91078a 100644 --- a/3.9/generated/Examples/smartGraphModify6_cluster.generated +++ b/3.9/generated/Examples/smartGraphModify6_cluster.generated @@ -4,5 +4,5 @@ arangosh> var graph = graph_module._create( arangosh> graph._deleteEdgeDefinition("edges", true); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "vertices" : [ArangoCollection 10911, "vertices" (type document, status loaded)] + "vertices" : [ArangoCollection 10913, "vertices" (type document, status loaded)] } diff --git a/3.9/generated/Examples/usingToArray.generated b/3.9/generated/Examples/usingToArray.generated index c2b9775011..0d5fb8520c 100644 --- a/3.9/generated/Examples/usingToArray.generated +++ b/3.9/generated/Examples/usingToArray.generated @@ -6,31 +6,31 @@ arangosh> db.five.toArray() { "_key" : "81974", "_id" : "five/81974", - "_rev" : "_gM2QpoG---", + "_rev" : "_gjDBW6y--_", "value" : 0 }, { "_key" : "81976", "_id" : "five/81976", - "_rev" : "_gM2QpoG--_", + "_rev" : "_gjDBW6y--A", "value" : 1 }, { "_key" : "81978", "_id" : "five/81978", - "_rev" : "_gM2QpoG--A", + "_rev" : "_gjDBW6y--B", "value" : 2 }, { "_key" : "81980", "_id" : "five/81980", - "_rev" : "_gM2QpoK---", + "_rev" : "_gjDBW6y--C", "value" : 3 }, { "_key" : "81982", "_id" : "five/81982", - "_rev" : "_gM2QpoK--_", + "_rev" : "_gjDBW6y--D", "value" : 4 } ] diff --git a/3.9/generated/Examples/uuid1.generated b/3.9/generated/Examples/uuid1.generated index 21183e1c99..aefb7f0a85 100644 --- a/3.9/generated/Examples/uuid1.generated +++ b/3.9/generated/Examples/uuid1.generated @@ -4,7 +4,7 @@ @R [ - "9fe15628-0ae5-417f-99d9-fdf355faeba4", - "450982e0-e98d-425b-9e32-442fe5ac0564", - "f01a23ee-c7cb-4456-a393-35198f623959" + "47a43189-75a1-4b09-8aa1-3a4ecc216d4b", + "9397f237-8e6d-419c-bea6-f905518cb4b8", + "066b2157-3bce-4391-87a2-4a1d5967b8c4" ] \ No newline at end of file diff --git a/3.9/generated/Examples/working_with_date_time.generated b/3.9/generated/Examples/working_with_date_time.generated index 943bd34c9c..eb40776e49 100644 --- a/3.9/generated/Examples/working_with_date_time.generated +++ b/3.9/generated/Examples/working_with_date_time.generated @@ -7,21 +7,21 @@ arangosh> db._query("FOR d IN exampleTime FILT { "_key" : "82182", "_id" : "exampleTime/82182", - "_rev" : "_gM2Qpui---", + "_rev" : "_gjDBW96--A", "value" : 1, "ts" : "2014-05-07T21:19:09.522" }, { "_key" : "82184", "_id" : "exampleTime/82184", - "_rev" : "_gM2Qpui--_", + "_rev" : "_gjDBW96--B", "value" : 2, "ts" : "2014-05-08T04:19:09.522" }, { "_key" : "82186", "_id" : "exampleTime/82186", - "_rev" : "_gM2Qpui--A", + "_rev" : "_gjDBW96--C", "value" : 3, "ts" : "2014-05-08T11:19:09.522" } diff --git a/3.9/generated/allComments.txt b/3.9/generated/allComments.txt index f8e293ea11..e98fdb669e 100644 --- a/3.9/generated/allComments.txt +++ b/3.9/generated/allComments.txt @@ -1135,10 +1135,10 @@ arangosh> db._executeTransaction({ collections "agency.supervision-ok-threshold" : 5, "agency.wait-for-sync" : true, "arangosearch.columns-cache-limit" : 0, - "arangosearch.commit-threads" : 5, - "arangosearch.commit-threads-idle" : 5, - "arangosearch.consolidation-threads" : 5, - "arangosearch.consolidation-threads-idle" : 5, + "arangosearch.commit-threads" : 6, + "arangosearch.commit-threads-idle" : 6, + "arangosearch.consolidation-threads" : 6, + "arangosearch.consolidation-threads-idle" : 6, "arangosearch.fail-queries-on-out-of-sync" : false, "arangosearch.skip-recovery" : [ ], "arangosearch.threads" : 0, @@ -1153,7 +1153,7 @@ arangosh> db._executeTransaction({ collections "backup.files-per-batch" : 100, "backup.local-path-prefix" : "/", "cache.rebalancing-interval" : 2000000, - "cache.size" : 16338163712, + "cache.size" : 17872713728, "cluster.agency-endpoint" : [ ], "cluster.api-jwt-policy" : "jwt-compat", "cluster.create-waits-for-sync-replication" : true, @@ -1179,7 +1179,7 @@ arangosh> db._executeTransaction({ collections "cluster.write-concern" : 1, "database.auto-upgrade" : false, "database.check-version" : false, - "database.directory" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/data", + "database.directory" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/data", "database.extended-names-databases" : true, "database.force-sync-properties" : false, "database.ignore-datafile-errors" : false, @@ -1210,7 +1210,7 @@ arangosh> db._executeTransaction({ collections "javascript.allow-admin-execute" : true, "javascript.allow-external-process-control" : false, "javascript.allow-port-testing" : false, - "javascript.app-path" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/apps", + "javascript.app-path" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/apps", "javascript.copy-installation" : false, "javascript.enabled" : true, "javascript.endpoints-allowlist" : [ ], @@ -1309,7 +1309,7 @@ arangosh> db._executeTransaction({ collections "log.color" : true, "log.escape-control-chars" : true, "log.escape-unicode-chars" : false, - "log.file" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/log", + "log.file" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/log", "log.file-group" : "", "log.file-mode" : "", "log.force-direct" : false, @@ -1327,7 +1327,7 @@ arangosh> db._executeTransaction({ collections "log.line-number" : false, "log.max-entry-length" : 134217728, "log.output" : [ - "file:///tmp/arangosh_kpAOli/rocksdb-clusterOrNot/log" + "file:///tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/log" ], "log.performance" : false, "log.prefix" : "", @@ -1354,14 +1354,14 @@ arangosh> db._executeTransaction({ collections "query.cache-include-system-collections" : false, "query.cache-mode" : "off", "query.fail-on-warning" : false, - "query.global-memory-limit" : 54675112182, + "query.global-memory-limit" : 59647054233, "query.log-failed" : false, "query.log-memory-usage-threshold" : 4294967296, "query.max-artifact-log-length" : 4096, "query.max-nodes-per-callstack" : 250, "query.max-parallelism" : 4, "query.max-runtime" : 0, - "query.memory-limit" : 40500083097, + "query.memory-limit" : 44183003136, "query.memory-limit-override" : true, "query.optimizer-max-plans" : 128, "query.optimizer-rules" : [ ], @@ -1381,6 +1381,7 @@ arangosh> db._executeTransaction({ collections "rclone.argument" : [ ], "rclone.executable" : "rclone-arangodb", "replication.active-failover" : false, + "replication.active-failover-leader-grace-period" : 120, "replication.auto-repair-revision-trees" : true, "replication.auto-start" : true, "replication.automatic-failover" : false, @@ -1398,7 +1399,7 @@ arangosh> db._executeTransaction({ collections "rocksdb.auto-refill-index-caches-queue-capacity" : 131072, "rocksdb.block-align-data-blocks" : false, "rocksdb.block-cache-shard-bits" : -1, - "rocksdb.block-cache-size" : 19605796454, + "rocksdb.block-cache-size" : 21447256473, "rocksdb.cache-index-and-filter-blocks" : false, "rocksdb.cache-index-and-filter-blocks-with-high-priority" : true, "rocksdb.compaction-read-ahead-size" : 2097152, @@ -1423,7 +1424,7 @@ arangosh> db._executeTransaction({ collections "rocksdb.level0-slowdown-trigger" : 16, "rocksdb.level0-stop-trigger" : 256, "rocksdb.limit-open-files-at-startup" : false, - "rocksdb.max-background-jobs" : 32, + "rocksdb.max-background-jobs" : 36, "rocksdb.max-bytes-for-level-base" : 268435456, "rocksdb.max-bytes-for-level-multiplier" : 10, "rocksdb.max-concurrent-index-fill-tasks" : 4, @@ -1445,8 +1446,8 @@ arangosh> db._executeTransaction({ collections "rocksdb.minimum-disk-free-bytes" : 16777216, "rocksdb.minimum-disk-free-percent" : 0.01, "rocksdb.num-levels" : 7, - "rocksdb.num-threads-priority-high" : 16, - "rocksdb.num-threads-priority-low" : 16, + "rocksdb.num-threads-priority-high" : 18, + "rocksdb.num-threads-priority-low" : 18, "rocksdb.num-uncompressed-levels" : 2, "rocksdb.optimize-filters-for-hits" : false, "rocksdb.pending-compactions-slowdown-trigger" : 131072, @@ -1467,7 +1468,7 @@ arangosh> db._executeTransaction({ collections "rocksdb.throttle-scaling-factor" : 17, "rocksdb.throttle-slots" : 120, "rocksdb.throttle-slow-down-writes-trigger" : 8, - "rocksdb.total-write-buffer-size" : 26141061939, + "rocksdb.total-write-buffer-size" : 28596341964, "rocksdb.transaction-lock-timeout" : 1000, "rocksdb.use-direct-io-for-flush-and-compaction" : false, "rocksdb.use-direct-reads" : false, @@ -1487,20 +1488,20 @@ arangosh> db._executeTransaction({ collections "server.authentication-unix-sockets" : true, "server.descriptors-minimum" : 8192, "server.endpoint" : [ - "tcp://127.0.0.1:18654" + "tcp://127.0.0.1:12821" ], "server.export-metrics-api" : true, "server.export-read-write-metrics" : false, "server.gid" : "", "server.harden" : false, - "server.io-threads" : 8, + "server.io-threads" : 9, "server.local-authentication" : true, "server.maintenance-actions-block" : 2, "server.maintenance-actions-linger" : 3600, - "server.maintenance-slow-threads" : 4, - "server.maintenance-threads" : 9, + "server.maintenance-slow-threads" : 5, + "server.maintenance-threads" : 10, "server.maximal-queue-size" : 4096, - "server.maximal-threads" : 64, + "server.maximal-threads" : 72, "server.minimal-threads" : 4, "server.ongoing-low-priority-multiplier" : 4, "server.prio1-size" : 4096, @@ -1528,7 +1529,7 @@ arangosh> db._executeTransaction({ collections "ssl.session-cache" : false, "tcp.backlog-size" : 64, "tcp.reuse-address" : true, - "temp.path" : "/tmp/arangosh_kpAOli/rocksdb-clusterOrNot/tmp", + "temp.path" : "/tmp/arangosh_KCGlPn/rocksdb-clusterOrNot/tmp", "transaction.streaming-idle-timeout" : 60, "transaction.streaming-lock-timeout" : 8, "ttl.frequency" : 30000, @@ -2417,7 +2418,7 @@ arangosh> db._query("FOR doc IN view SEARCH AN { "_key" : "70681", "_id" : "coll/70681", - "_rev" : "_gM2QmxG--_", + "_rev" : "_gjDBU4u---", "value" : "regular" } ] @@ -2466,7 +2467,7 @@ arangosh> db._query("FOR d IN view SEARCH PHRA { "_key" : "70604", "_id" : "coll/70604", - "_rev" : "_gM2QmuK---", + "_rev" : "_gjDBU2u--_", "text" : "A-B-C-D" } ] @@ -2476,7 +2477,7 @@ arangosh> db._query("FOR d IN view SEARCH PHRA { "_key" : "70604", "_id" : "coll/70604", - "_rev" : "_gM2QmuK---", + "_rev" : "_gjDBU2u--_", "text" : "A-B-C-D" } ] @@ -2488,7 +2489,7 @@ arangosh> db._query("FOR d IN view SEARCH PHRA { "_key" : "70604", "_id" : "coll/70604", - "_rev" : "_gM2QmuK---", + "_rev" : "_gjDBU2u--_", "text" : "A-B-C-D" } ] @@ -2809,7 +2810,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70787", "_key" : "70787", - "_rev" : "_gM2Qm3S---", + "_rev" : "_gjDBU82--_", "location" : { "type" : "Point", "coordinates" : [ @@ -2822,7 +2823,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70788", "_key" : "70788", - "_rev" : "_gM2Qm3S--_", + "_rev" : "_gjDBU82--A", "location" : { "type" : "Point", "coordinates" : [ @@ -2903,7 +2904,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70837", "_key" : "70837", - "_rev" : "_gM2Qm7m---", + "_rev" : "_gjDBVA----", "location" : [ 50.932, 6.937 @@ -2913,7 +2914,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70838", "_key" : "70838", - "_rev" : "_gM2Qm7m--_", + "_rev" : "_gjDBVA---_", "location" : [ 50.941, 6.956 @@ -2994,7 +2995,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70812", "_key" : "70812", - "_rev" : "_gM2Qm5W---", + "_rev" : "_gjDBV-S--_", "location" : { "lat" : 50.932, "lng" : 6.937 @@ -3004,7 +3005,7 @@ arangosh> db._query(`LET point = GEO_POINT(6.93, 50 { "_id" : "geo/70813", "_key" : "70813", - "_rev" : "_gM2Qm5W--_", + "_rev" : "_gjDBV-S--A", "location" : { "lat" : 50.941, "lng" : 6.956 @@ -3316,7 +3317,7 @@ arangosh> tasks.register({ { "id" : "mytask-1", "name" : "this is a sample task to spawn a slow aql query", - "created" : 1687621326.9080029, + "created" : 1693580432.9125261, "type" : "timed", "offset" : 0, "command" : "(function (params) { require('@arangodb').db._query('FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong'); } )(params);", @@ -3331,8 +3332,8 @@ arangosh> queries.current(); "query" : "FOR sleepLoooong IN 1..5 LET sleepLoooonger = SLEEP(1000) RETURN sleepLoooong", "bindVars" : { }, - "started" : "2023-06-24T15:42:06Z", - "runTime" : 1.028408644720912, + "started" : "2023-09-01T15:00:32Z", + "runTime" : 1.0192390090001027, "state" : "executing", "stream" : false } @@ -3425,31 +3426,31 @@ arangosh> while (a.hasNext()) print(a.next( { "_key" : "71590", "_id" : "five/71590", - "_rev" : "_gM2Qndy---", + "_rev" : "_gjDBVZO--_", "name" : "one" } { "_key" : "71592", "_id" : "five/71592", - "_rev" : "_gM2Qnd2---", + "_rev" : "_gjDBVZO--A", "name" : "two" } { "_key" : "71594", "_id" : "five/71594", - "_rev" : "_gM2Qnd2--_", + "_rev" : "_gjDBVZS---", "name" : "three" } { "_key" : "71596", "_id" : "five/71596", - "_rev" : "_gM2Qnd6---", + "_rev" : "_gjDBVZS--_", "name" : "four" } { "_key" : "71598", "_id" : "five/71598", - "_rev" : "_gM2Qnd6--_", + "_rev" : "_gjDBVZS--A", "name" : "five" } @@ -3476,7 +3477,7 @@ arangosh> db._query("FOR x IN five RETURN x&qu { "_key" : "71609", "_id" : "five/71609", - "_rev" : "_gM2QneO---", + "_rev" : "_gjDBVZa---", "name" : "one" } @@ -3510,19 +3511,19 @@ arangosh> var result = db.users.all().toArr { "_key" : "72305", "_id" : "users/72305", - "_rev" : "_gM2Qnqu---", + "_rev" : "_gjDBVxW--_", "name" : "Gerhard" }, { "_key" : "72307", "_id" : "users/72307", - "_rev" : "_gM2Qnqu--_", + "_rev" : "_gjDBVxW--A", "name" : "Helmut" }, { "_key" : "72309", "_id" : "users/72309", - "_rev" : "_gM2Qnqu--A", + "_rev" : "_gjDBVxW--B", "name" : "Angela" } ] @@ -3530,19 +3531,19 @@ arangosh> var result = db.users.all().toArr { "_key" : "72305", "_id" : "users/72305", - "_rev" : "_gM2Qnqu---", + "_rev" : "_gjDBVxW--_", "name" : "Gerhard" }, { "_key" : "72307", "_id" : "users/72307", - "_rev" : "_gM2Qnqu--_", + "_rev" : "_gjDBVxW--A", "name" : "Helmut" }, { "_key" : "72309", "_id" : "users/72309", - "_rev" : "_gM2Qnqu--A", + "_rev" : "_gjDBVxW--B", "name" : "Angela" } ] @@ -3589,19 +3590,19 @@ arangosh> var result = [ ]; { "_key" : "72286", "_id" : "users/72286", - "_rev" : "_gM2QnqW---", + "_rev" : "_gjDBVxK--_", "name" : "Gerhard" }, { "_key" : "72288", "_id" : "users/72288", - "_rev" : "_gM2QnqW--_", + "_rev" : "_gjDBVxK--A", "name" : "Helmut" }, { "_key" : "72290", "_id" : "users/72290", - "_rev" : "_gM2QnqW--A", + "_rev" : "_gjDBVxK--B", "name" : "Angela" } ] @@ -3609,19 +3610,19 @@ arangosh> var result = [ ]; { "_key" : "72286", "_id" : "users/72286", - "_rev" : "_gM2QnqW---", + "_rev" : "_gjDBVxK--_", "name" : "Gerhard" }, { "_key" : "72288", "_id" : "users/72288", - "_rev" : "_gM2QnqW--_", + "_rev" : "_gjDBVxK--A", "name" : "Helmut" }, { "_key" : "72290", "_id" : "users/72290", - "_rev" : "_gM2QnqW--A", + "_rev" : "_gjDBVxK--B", "name" : "Angela" } ] @@ -3775,7 +3776,7 @@ arangosh> col.save({ "Hello" : "_id" : "example/71571", "_key" : "71571", - "_rev" : "_gM2QncG--_" + "_rev" : "_gjDBVYi--_" } arangosh> col.count(); 1 @@ -3807,7 +3808,7 @@ arangosh> col.count();
 arangosh> db.example.properties();
 { 
-  "globallyUniqueId" : "h4B0D1F61ADB6/71521", 
+  "globallyUniqueId" : "hF3D8AF2E752B/71521", 
   "isSystem" : false, 
   "waitForSync" : false, 
   "keyOptions" : { 
@@ -3841,7 +3842,7 @@ arangosh> db.example.properties();
 
 arangosh> db.example.properties({ waitForSync : true });
 { 
-  "globallyUniqueId" : "h4B0D1F61ADB6/71529", 
+  "globallyUniqueId" : "hF3D8AF2E752B/71529", 
   "isSystem" : false, 
   "waitForSync" : true, 
   "keyOptions" : { 
@@ -3877,9 +3878,9 @@ arangosh> db.demo.figures()
 { 
   "indexes" : { 
     "count" : 1, 
-    "size" : 1673 
+    "size" : 1672 
   }, 
-  "documentsSize" : 3326, 
+  "documentsSize" : 3324, 
   "cacheInUse" : false, 
   "cacheSize" : 0, 
   "cacheUsage" : 0 
@@ -3907,9 +3908,9 @@ arangosh> db.demo.figures(true)
 { 
   "indexes" : { 
     "count" : 1, 
-    "size" : 1673 
+    "size" : 1672 
   }, 
-  "documentsSize" : 3326, 
+  "documentsSize" : 3324, 
   "cacheInUse" : false, 
   "cacheSize" : 0, 
   "cacheUsage" : 0, 
@@ -4036,7 +4037,7 @@ arangosh> c = db._create("users");
 [ArangoCollection 71373, "users" (type document, status loaded)]
 arangosh> c.properties();
 { 
-  "globallyUniqueId" : "h4B0D1F61ADB6/71373", 
+  "globallyUniqueId" : "hF3D8AF2E752B/71373", 
   "isSystem" : false, 
   "waitForSync" : false, 
   "keyOptions" : { 
@@ -4073,7 +4074,7 @@ arangosh> c = db._create("users",
 [ArangoCollection 71353, "users" (type document, status loaded)]
 arangosh> c.properties();
 { 
-  "globallyUniqueId" : "h4B0D1F61ADB6/71353", 
+  "globallyUniqueId" : "hF3D8AF2E752B/71353", 
   "isSystem" : false, 
   "waitForSync" : true, 
   "keyOptions" : { 
@@ -4113,19 +4114,19 @@ arangosh> db.users.save({ name: "_id" : "users/10", 
   "_key" : "10", 
-  "_rev" : "_gM2QnNq--_" 
+  "_rev" : "_gjDBVKC--_" 
 }
 arangosh> db.users.save({ name: "user 2" });
 { 
   "_id" : "users/15", 
   "_key" : "15", 
-  "_rev" : "_gM2QnNu---" 
+  "_rev" : "_gjDBVKC--A" 
 }
 arangosh> db.users.save({ name: "user 3" });
 { 
   "_id" : "users/20", 
   "_key" : "20", 
-  "_rev" : "_gM2QnNu--_" 
+  "_rev" : "_gjDBVKG---" 
 }
 
Hide execution results
@@ -4156,7 +4157,7 @@ arangosh> db.users.save({ name: "_id" : "users/71366", "_key" : "71366", - "_rev" : "_gM2QnOK---" + "_rev" : "_gjDBVKO--_" } arangosh> db.users.save({ name: "user 2", _key: "myuser" }); [ArangoError 1222: unexpected document key] @@ -4164,7 +4165,7 @@ arangosh> db.users.save({ name: "_id" : "users/71369", "_key" : "71369", - "_rev" : "_gM2QnOK--_" + "_rev" : "_gjDBVKS---" }
Hide execution results
@@ -4304,7 +4305,7 @@ arangosh> col.save({ "Hello" : "_id"
: "example/71408", "_key" : "71408", - "_rev" : "_gM2QnPO--_" + "_rev" : "_gjDBVKu--_" } arangosh> col.count(); 1 @@ -4340,7 +4341,7 @@ arangosh> col.save({ "Hello" : "_id"
: "example/71420", "_key" : "71420", - "_rev" : "_gM2QnQy---" + "_rev" : "_gjDBVM----" } arangosh> col.count(); 1 @@ -4467,7 +4468,7 @@ arangosh> db._document("example/12345"
"_key" : "12345", "_id" : "example/12345", - "_rev" : "_gM2Qnl2--_" + "_rev" : "_gjDBVuS---" }
Hide execution results
@@ -4492,14 +4493,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71949", "_key" : "71949", - "_rev" : "_gM2QnmC---" + "_rev" : "_gjDBVuW--_" } arangosh> a2 = db._replace(a1, { a : 2 }); { "_id" : "example/71949", "_key" : "71949", - "_rev" : "_gM2QnmC--_", - "_oldRev" : "_gM2QnmC---" + "_rev" : "_gjDBVuW--A", + "_oldRev" : "_gjDBVuW--_" } arangosh> a3 = db._replace(a1, { a : 3 }); [ArangoError 1200: conflict, _rev values do not match] @@ -4528,14 +4529,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71727", "_key" : "71727", - "_rev" : "_gM2QnhK--_" + "_rev" : "_gjDBVbC--_" } arangosh> a2 = db._update(a1, { b : 2 }); { "_id" : "example/71727", "_key" : "71727", - "_rev" : "_gM2QnhO---", - "_oldRev" : "_gM2QnhK--_" + "_rev" : "_gjDBVbC--A", + "_oldRev" : "_gjDBVbC--_" } arangosh> a3 = db._update(a1, { c : 3 }); [ArangoError 1200: conflict, _rev values do not match] @@ -4564,13 +4565,13 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71848", "_key" : "71848", - "_rev" : "_gM2Qnj2---" + "_rev" : "_gjDBVtO--_" } arangosh> db._remove(a1); { "_id" : "example/71848", "_key" : "71848", - "_rev" : "_gM2Qnj2---" + "_rev" : "_gjDBVtO--_" } arangosh> db._remove(a1); [ArangoError 1202: document not found] @@ -4602,14 +4603,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71825", "_key" : "71825", - "_rev" : "_gM2QnjW---" + "_rev" : "_gjDBVt---_" } arangosh> a2 = db._replace(a1, { a : 2 }); { "_id" : "example/71825", "_key" : "71825", - "_rev" : "_gM2Qnja---", - "_oldRev" : "_gM2QnjW---" + "_rev" : "_gjDBVt---A", + "_oldRev" : "_gjDBVt---_" } arangosh> db._remove(a1); [ArangoError 1200: conflict, _rev values do not match] @@ -4617,7 +4618,7 @@ arangosh> db._remove(a1, {overwrite: "_id" : "example/71825", "_key" : "71825", - "_rev" : "_gM2Qnja---" + "_rev" : "_gjDBVt---A" } arangosh> db._document(a1); [ArangoError 1202: document not found] @@ -4648,14 +4649,14 @@ arangosh> db.example.insert({ _key: "_id" : "example/11265325374", "_key" : "11265325374", - "_rev" : "_gM2Qnjq---" + "_rev" : "_gjDBVtK---" } arangosh> db.example.remove("example/11265325374", ........> { overwrite: true, waitForSync: false}) { "_id" : "example/11265325374", "_key" : "11265325374", - "_rev" : "_gM2Qnjq---" + "_rev" : "_gjDBVtK---" }
Hide execution results
@@ -4682,62 +4683,62 @@ arangosh> db.five.insert({ name : "_id" : "five/110", "_key" : "110", - "_rev" : "_gM2Przy--_" + "_rev" : "_gjDAfQW--_" } arangosh> db.five.insert({ name : "two" }); { "_id" : "five/112", "_key" : "112", - "_rev" : "_gM2Prz6---" + "_rev" : "_gjDAfQa---" } arangosh> db.five.insert({ name : "three" }); { "_id" : "five/114", "_key" : "114", - "_rev" : "_gM2Prz6--_" + "_rev" : "_gjDAfQa--_" } arangosh> db.five.insert({ name : "four" }); { "_id" : "five/116", "_key" : "116", - "_rev" : "_gM2Pr0----" + "_rev" : "_gjDAfQa--A" } arangosh> db.five.insert({ name : "five" }); { "_id" : "five/118", "_key" : "118", - "_rev" : "_gM2Pr0---_" + "_rev" : "_gjDAfQa--B" } arangosh> db.five.all().toArray(); [ { "_key" : "110", "_id" : "five/110", - "_rev" : "_gM2Przy--_", + "_rev" : "_gjDAfQW--_", "name" : "one" }, { "_key" : "112", "_id" : "five/112", - "_rev" : "_gM2Prz6---", + "_rev" : "_gjDAfQa---", "name" : "two" }, { "_key" : "114", "_id" : "five/114", - "_rev" : "_gM2Prz6--_", + "_rev" : "_gjDAfQa--_", "name" : "three" }, { "_key" : "116", "_id" : "five/116", - "_rev" : "_gM2Pr0----", + "_rev" : "_gjDAfQa--A", "name" : "four" }, { "_key" : "118", "_id" : "five/118", - "_rev" : "_gM2Pr0---_", + "_rev" : "_gjDAfQa--B", "name" : "five" } ] @@ -4769,44 +4770,44 @@ arangosh> db.five.insert({ name : "_id" : "five/130", "_key" : "130", - "_rev" : "_gM2Pr1i---" + "_rev" : "_gjDAfRO--_" } arangosh> db.five.insert({ name : "two" }); { "_id" : "five/132", "_key" : "132", - "_rev" : "_gM2Pr1i--_" + "_rev" : "_gjDAfRO--A" } arangosh> db.five.insert({ name : "three" }); { "_id" : "five/134", "_key" : "134", - "_rev" : "_gM2Pr1m---" + "_rev" : "_gjDAfRO--B" } arangosh> db.five.insert({ name : "four" }); { "_id" : "five/136", "_key" : "136", - "_rev" : "_gM2Pr1m--_" + "_rev" : "_gjDAfRO--C" } arangosh> db.five.insert({ name : "five" }); { "_id" : "five/138", "_key" : "138", - "_rev" : "_gM2Pr1q---" + "_rev" : "_gjDAfRO--D" } arangosh> db.five.all().limit(2).toArray(); [ { "_key" : "130", "_id" : "five/130", - "_rev" : "_gM2Pr1i---", + "_rev" : "_gjDAfRO--_", "name" : "one" }, { "_key" : "132", "_id" : "five/132", - "_rev" : "_gM2Pr1i--_", + "_rev" : "_gjDAfRO--A", "name" : "two" } ] @@ -4838,38 +4839,38 @@ arangosh> db.users.insert({ name: "_id" : "users/150", "_key" : "150", - "_rev" : "_gM2Pr2K---" + "_rev" : "_gjDAfRe--_" } arangosh> db.users.insert({ name: "Helmut" }); { "_id" : "users/152", "_key" : "152", - "_rev" : "_gM2Pr2K--_" + "_rev" : "_gjDAfRe--A" } arangosh> db.users.insert({ name: "Angela" }); { "_id" : "users/154", "_key" : "154", - "_rev" : "_gM2Pr2O---" + "_rev" : "_gjDAfRe--B" } arangosh> db.users.all().toArray(); [ { "_key" : "150", "_id" : "users/150", - "_rev" : "_gM2Pr2K---", + "_rev" : "_gjDAfRe--_", "name" : "Gerhard" }, { "_key" : "152", "_id" : "users/152", - "_rev" : "_gM2Pr2K--_", + "_rev" : "_gjDAfRe--A", "name" : "Helmut" }, { "_key" : "154", "_id" : "users/154", - "_rev" : "_gM2Pr2O---", + "_rev" : "_gjDAfRe--B", "name" : "Angela" } ] @@ -4880,7 +4881,7 @@ arangosh> db.users.byExample({ "name""_key" : "150", "_id" : "users/150", - "_rev" : "_gM2Pr2K---", + "_rev" : "_gjDAfRe--_", "name" : "Gerhard" } ] @@ -4915,26 +4916,26 @@ arangosh> db.users.insert({ name: "_id" : "users/172", "_key" : "172", - "_rev" : "_gM2Pr26---" + "_rev" : "_gjDAfRy--_" } arangosh> db.users.insert({ name: "Helmut" }); { "_id" : "users/174", "_key" : "174", - "_rev" : "_gM2Pr26--_" + "_rev" : "_gjDAfRy--A" } arangosh> db.users.insert({ name: "Angela" }); { "_id" : "users/176", "_key" : "176", - "_rev" : "_gM2Pr26--A" + "_rev" : "_gjDAfRy--B" } arangosh> var a = db.users.byExample( {"name" : "Angela" } ); arangosh> while (a.hasNext()) print(a.next()); { "_key" : "176", "_id" : "users/176", - "_rev" : "_gM2Pr26--A", + "_rev" : "_gjDAfRy--B", "name" : "Angela" } @@ -4964,7 +4965,7 @@ arangosh> db.users.firstExample("name"
"_key" : "71468", "_id" : "users/71468", - "_rev" : "_gM2QnZu---", + "_rev" : "_gjDBVXW--A", "name" : "Angela" } @@ -5006,7 +5007,7 @@ arangosh> db.example.document("example/2873916 { "_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2QnjK--_" + "_rev" : "_gjDBVs2--_" }
Hide execution results
@@ -5031,7 +5032,7 @@ arangosh> db.example.document("2873916""_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2Qnim--_" + "_rev" : "_gjDBVsi--_" }
Hide execution results
@@ -5056,7 +5057,7 @@ arangosh> db.example.document({_id: "_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2Qniy--_" + "_rev" : "_gjDBVsq--_" }
Hide execution results
@@ -5082,12 +5083,12 @@ arangosh> db.example.document(["2873916"< { "_key" : "2873916", "_id" : "example/2873916", - "_rev" : "_gM2Qnj----" + "_rev" : "_gjDBVsu--_" }, { "_key" : "2873917", "_id" : "example/2873917", - "_rev" : "_gM2Qnj---_" + "_rev" : "_gjDBVsy---" } ] @@ -5153,61 +5154,61 @@ arangosh> db.example.documents(keys); { "_key" : "test0", "_id" : "example/test0", - "_rev" : "_gM2Qnau---", + "_rev" : "_gjDBVX6---", "value" : 0 }, { "_key" : "test1", "_id" : "example/test1", - "_rev" : "_gM2Qnau--_", + "_rev" : "_gjDBVX6--_", "value" : 1 }, { "_key" : "test2", "_id" : "example/test2", - "_rev" : "_gM2Qnau--A", + "_rev" : "_gjDBVX6--A", "value" : 2 }, { "_key" : "test3", "_id" : "example/test3", - "_rev" : "_gM2Qnay---", + "_rev" : "_gjDBVX6--B", "value" : 3 }, { "_key" : "test4", "_id" : "example/test4", - "_rev" : "_gM2Qnay--_", + "_rev" : "_gjDBVX6--C", "value" : 4 }, { "_key" : "test5", "_id" : "example/test5", - "_rev" : "_gM2Qnay--A", + "_rev" : "_gjDBVX6--D", "value" : 5 }, { "_key" : "test6", "_id" : "example/test6", - "_rev" : "_gM2Qnay--B", + "_rev" : "_gjDBVX6--E", "value" : 6 }, { "_key" : "test7", "_id" : "example/test7", - "_rev" : "_gM2Qna2---", + "_rev" : "_gjDBVX6--F", "value" : 7 }, { "_key" : "test8", "_id" : "example/test8", - "_rev" : "_gM2Qna2--_", + "_rev" : "_gjDBVX6--G", "value" : 8 }, { "_key" : "test9", "_id" : "example/test9", - "_rev" : "_gM2Qna2--A", + "_rev" : "_gjDBVX6--H", "value" : 9 } ] @@ -5240,13 +5241,13 @@ arangosh> db.example.insert({ Hello : "_id" : "example/71752", "_key" : "71752", - "_rev" : "_gM2Qnhy---" + "_rev" : "_gjDBVs---_" } arangosh> db.example.insert({ Hello : "World" }, {waitForSync: true}); { "_id" : "example/71754", "_key" : "71754", - "_rev" : "_gM2Qnhy--_" + "_rev" : "_gjDBVs---A" }
Hide execution results
@@ -5273,12 +5274,12 @@ arangosh> db.example.insert([{ Hello : "_id" : "example/71739", "_key" : "71739", - "_rev" : "_gM2Qnha--_" + "_rev" : "_gjDBVbK--_" }, { "_id" : "example/71740", "_key" : "71740", - "_rev" : "_gM2Qnhe---" + "_rev" : "_gjDBVbK--A" } ] arangosh> db.example.insert([{ Hello : "World" }, {}], {waitForSync: true}); @@ -5286,12 +5287,12 @@ arangosh> db.example.insert([{ Hello : "_id" : "example/71742", "_key" : "71742", - "_rev" : "_gM2Qnhe--_" + "_rev" : "_gjDBVbK--B" }, { "_id" : "example/71743", "_key" : "71743", - "_rev" : "_gM2Qnhe--A" + "_rev" : "_gjDBVbK--C" } ] @@ -5318,18 +5319,18 @@ arangosh> db.example.insert({ _key : "_id" : "example/666", "_key" : "666", - "_rev" : "_gM2QniG---" + "_rev" : "_gjDBVsS--_" } arangosh> db.example.insert({ _key : "666", Hello : "Universe" }, {overwrite: true, returnOld: true}); { "_id" : "example/666", "_key" : "666", - "_rev" : "_gM2QniG--_", - "_oldRev" : "_gM2QniG---", + "_rev" : "_gjDBVsS--A", + "_oldRev" : "_gjDBVsS--_", "old" : { "_key" : "666", "_id" : "example/666", - "_rev" : "_gM2QniG---", + "_rev" : "_gjDBVsS--_", "Hello" : "World" } } @@ -5357,14 +5358,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71860", "_key" : "71860", - "_rev" : "_gM2QnkC--_" + "_rev" : "_gjDBVtW--_" } arangosh> a2 = db.example.replace(a1, { a : 2 }); { "_id" : "example/71860", "_key" : "71860", - "_rev" : "_gM2QnkG---", - "_oldRev" : "_gM2QnkC--_" + "_rev" : "_gjDBVtW--A", + "_oldRev" : "_gjDBVtW--_" } arangosh> a3 = db.example.replace(a1, { a : 3 }); [ArangoError 1200: conflict, _rev values do not match] @@ -5393,14 +5394,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/3903045", "_key" : "3903045", - "_rev" : "_gM2QnkS--_" + "_rev" : "_gjDBVte--A" } arangosh> a2 = db.example.replace("example/3903044", { a : 2 }); { "_id" : "example/3903044", "_key" : "3903044", - "_rev" : "_gM2QnkW---", - "_oldRev" : "_gM2QnkS---" + "_rev" : "_gjDBVte--B", + "_oldRev" : "_gjDBVte--_" }
Hide execution results
@@ -5426,14 +5427,14 @@ arangosh> a1 = db.example.insert({"a""_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnke--_" + "_rev" : "_gjDBVtm--_" } arangosh> a2 = db.example.update(a1, {"b" : 2, "c" : 3}); { "_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnki---", - "_oldRev" : "_gM2Qnke--_" + "_rev" : "_gjDBVtm--A", + "_oldRev" : "_gjDBVtm--_" } arangosh> a3 = db.example.update(a1, {"d" : 4}); [ArangoError 1200: conflict, _rev values do not match] @@ -5441,14 +5442,14 @@ arangosh> a4 = db.example.update(a2, {"e" { "_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnki--_", - "_oldRev" : "_gM2Qnki---" + "_rev" : "_gjDBVtq---", + "_oldRev" : "_gjDBVtm--A" } arangosh> db.example.document(a4); { "_key" : "71883", "_id" : "example/71883", - "_rev" : "_gM2Qnki--_", + "_rev" : "_gjDBVtq---", "a" : 1, "c" : 3, "b" : 2, @@ -5459,14 +5460,14 @@ arangosh> a5 = db.example.update(a4, {"a" { "_id" : "example/71883", "_key" : "71883", - "_rev" : "_gM2Qnkm---", - "_oldRev" : "_gM2Qnki--_" + "_rev" : "_gjDBVtq--_", + "_oldRev" : "_gjDBVtq---" } arangosh> db.example.document(a5); { "_key" : "71883", "_id" : "example/71883", - "_rev" : "_gM2Qnkm---", + "_rev" : "_gjDBVtq--_", "a" : 1, "c" : 9, "b" : 2, @@ -5502,14 +5503,14 @@ arangosh> a1 = db.example.insert({"a""_id" : "example/18612116", "_key" : "18612116", - "_rev" : "_gM2Qnlq--_" + "_rev" : "_gjDBVuK--_" } arangosh> a2 = db.example.update("example/18612115", { "x" : 1, "y" : 2 }); { "_id" : "example/18612115", "_key" : "18612115", - "_rev" : "_gM2Qnlq--A", - "_oldRev" : "_gM2Qnlq---" + "_rev" : "_gjDBVuK--A", + "_oldRev" : "_gjDBVuK---" }
Hide execution results
@@ -5535,21 +5536,21 @@ arangosh> db.example.insert({"a" : { "_id" : "example/19988372", "_key" : "19988372", - "_rev" : "_gM2QnlS---" + "_rev" : "_gjDBVu---_" } arangosh> db.example.update("example/19988371", ........> { "b" : null, "c" : null, "d" : 3 }); { "_id" : "example/19988371", "_key" : "19988371", - "_rev" : "_gM2QnlS--_", - "_oldRev" : "_gM2QnlO--_" + "_rev" : "_gjDBVu---A", + "_oldRev" : "_gjDBVu----" } arangosh> db.example.document("example/19988371"); { "_key" : "19988371", "_id" : "example/19988371", - "_rev" : "_gM2QnlS--_", + "_rev" : "_gjDBVu---A", "d" : 3, "c" : null, "b" : null @@ -5558,14 +5559,14 @@ arangosh> db.example.update("example/19988371& { "_id" : "example/19988371", "_key" : "19988371", - "_rev" : "_gM2QnlW---", - "_oldRev" : "_gM2QnlS--_" + "_rev" : "_gjDBVu---B", + "_oldRev" : "_gjDBVu---A" } arangosh> db.example.document("example/19988371"); { "_key" : "19988371", "_id" : "example/19988371", - "_rev" : "_gM2QnlW---", + "_rev" : "_gjDBVu---B", "d" : 3, "c" : null, "b" : null @@ -5575,14 +5576,14 @@ arangosh> db.example.update("example/19988371& { "_id" : "example/19988371", "_key" : "19988371", - "_rev" : "_gM2QnlW--_", - "_oldRev" : "_gM2QnlW---" + "_rev" : "_gjDBVuC---", + "_oldRev" : "_gjDBVu---B" } arangosh> db.example.document("example/19988371"); { "_key" : "19988371", "_id" : "example/19988371", - "_rev" : "_gM2QnlW--_" + "_rev" : "_gjDBVuC---" }
Hide execution results
@@ -5616,21 +5617,21 @@ arangosh> db.example.insert({"a" { "_id" : "example/20774804", "_key" : "20774804", - "_rev" : "_gM2Qnk6--_" + "_rev" : "_gjDBVty--A" } arangosh> db.example.update("example/20774803", {"a" : { "four" : 4 }, ........> "b" : { "b1" : 1 }}); { "_id" : "example/20774803", "_key" : "20774803", - "_rev" : "_gM2Qnk6--A", - "_oldRev" : "_gM2Qnk6---" + "_rev" : "_gjDBVty--B", + "_oldRev" : "_gjDBVty--_" } arangosh> db.example.document("example/20774803"); { "_key" : "20774803", "_id" : "example/20774803", - "_rev" : "_gM2Qnk6--A", + "_rev" : "_gjDBVty--B", "b" : { "b1" : 1 }, @@ -5644,14 +5645,14 @@ arangosh> db.example.update("example/20774803& { "_id" : "example/20774803", "_key" : "20774803", - "_rev" : "_gM2Qnl----", - "_oldRev" : "_gM2Qnk6--A" + "_rev" : "_gjDBVt2---", + "_oldRev" : "_gjDBVty--B" } arangosh> db.example.document("example/20774803"); { "_key" : "20774803", "_id" : "example/20774803", - "_rev" : "_gM2Qnl----", + "_rev" : "_gjDBVt2---", "a" : { "four" : 4 } @@ -5687,20 +5688,20 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71715", "_key" : "71715", - "_rev" : "_gM2Qng6--_" + "_rev" : "_gjDBVa6--_" } arangosh> db.example.document(a1); { "_key" : "71715", "_id" : "example/71715", - "_rev" : "_gM2Qng6--_", + "_rev" : "_gjDBVa6--_", "a" : 1 } arangosh> db.example.remove(a1); { "_id" : "example/71715", "_key" : "71715", - "_rev" : "_gM2Qng6--_" + "_rev" : "_gjDBVa6--_" } arangosh> db.example.document(a1); [ArangoError 1202: document not found] @@ -5730,14 +5731,14 @@ arangosh> a1 = db.example.insert({ a : "_id" : "example/71701", "_key" : "71701", - "_rev" : "_gM2Qngm---" + "_rev" : "_gjDBVay--_" } arangosh> a2 = db.example.replace(a1, { a : 2 }); { "_id" : "example/71701", "_key" : "71701", - "_rev" : "_gM2Qngm--_", - "_oldRev" : "_gM2Qngm---" + "_rev" : "_gjDBVay--A", + "_oldRev" : "_gjDBVay--_" } arangosh> db.example.remove(a1); [ArangoError 1200: conflict, _rev values do not match] @@ -5745,7 +5746,7 @@ arangosh> db.example.remove(a1, true); { "_id" : "example/71701", "_key" : "71701", - "_rev" : "_gM2Qngm--_" + "_rev" : "_gjDBVay--A" } arangosh> db.example.document(a1); [ArangoError 1202: document not found] @@ -5827,7 +5828,7 @@ arangosh> db.example.insert({ Hello : "_id" : "example/198", "_key" : "198", - "_rev" : "_gM2Pr3m--_" + "_rev" : "_gjDAfSK---" } arangosh> db.example.replaceByExample({ Hello: "world" }, {Hello: "mars"}, false, 5); 1 @@ -5855,7 +5856,7 @@ arangosh> db.example.insert({ Hello : "_id" : "example/209", "_key" : "209", - "_rev" : "_gM2Pr36--_" + "_rev" : "_gjDAfSS--_" } arangosh> db.example.updateByExample({ Hello: "world" }, { Hello: "foo", World: "bar" }, false); 1 @@ -5864,7 +5865,7 @@ arangosh> db.example.byExample({ Hello: "_key" : "209", "_id" : "example/209", - "_rev" : "_gM2Pr4C---", + "_rev" : "_gjDAfSW---", "Hello" : "foo", "foo" : "bar", "World" : "bar" @@ -5900,20 +5901,20 @@ arangosh> myGraph.v1 = db.vertex.insert({ name { "_id" : "vertex/61277", "_key" : "61277", - "_rev" : "_gM2Pz_K---" + "_rev" : "_gjDAi7K--A" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { "_id" : "vertex/61279", "_key" : "61279", - "_rev" : "_gM2Pz_K--_" + "_rev" : "_gjDAi7O---" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { "_id" : "relation/61281", "_key" : "61281", - "_rev" : "_gM2Pz_O---" + "_rev" : "_gjDAi7O--_" } arangosh> db._document(myGraph.e1); { @@ -5921,7 +5922,7 @@ arangosh> db._document(myGraph.e1); "_id" : "relation/61281", "_from" : "vertex/61277", "_to" : "vertex/61279", - "_rev" : "_gM2Pz_O---", + "_rev" : "_gjDAi7O--_", "label" : "knows" } arangosh> db.relation.edges(myGraph.e1._id); @@ -5961,20 +5962,20 @@ arangosh> myGraph.v1 = db.vertex.insert({ name { "_id" : "vertex/61301", "_key" : "61301", - "_rev" : "_gM2Pz_m--_" + "_rev" : "_gjDAi7a--A" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { "_id" : "vertex/61303", "_key" : "61303", - "_rev" : "_gM2Pz_q---" + "_rev" : "_gjDAi7e---" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { "_id" : "relation/61305", "_key" : "61305", - "_rev" : "_gM2Pz_q--_" + "_rev" : "_gjDAi7e--_" } arangosh> db._document(myGraph.e1); { @@ -5982,7 +5983,7 @@ arangosh> db._document(myGraph.e1); "_id" : "relation/61305", "_from" : "vertex/61301", "_to" : "vertex/61303", - "_rev" : "_gM2Pz_q--_", + "_rev" : "_gjDAi7e--_", "label" : "knows" } arangosh> db.relation.inEdges(myGraph.v1._id); @@ -5994,7 +5995,7 @@ arangosh> db.relation.inEdges(myGraph.v2._id); "_id" : "relation/61305", "_from" : "vertex/61301", "_to" : "vertex/61303", - "_rev" : "_gM2Pz_q--_", + "_rev" : "_gjDAi7e--_", "label" : "knows" } ] @@ -6033,20 +6034,20 @@ arangosh> myGraph.v1 = db.vertex.insert({ name { "_id" : "vertex/61327", "_key" : "61327", - "_rev" : "_gM2PzAC--_" + "_rev" : "_gjDAi7q--A" } arangosh> myGraph.v2 = db.vertex.insert({ name : "vertex 2" }); { "_id" : "vertex/61329", "_key" : "61329", - "_rev" : "_gM2PzAG---" + "_rev" : "_gjDAi7u---" } arangosh> myGraph.e1 = db.relation.insert(myGraph.v1, myGraph.v2, ........> { label : "knows"}); { "_id" : "relation/61331", "_key" : "61331", - "_rev" : "_gM2PzAG--_" + "_rev" : "_gjDAi7u--_" } arangosh> db._document(myGraph.e1); { @@ -6054,7 +6055,7 @@ arangosh> db._document(myGraph.e1); "_id" : "relation/61331", "_from" : "vertex/61327", "_to" : "vertex/61329", - "_rev" : "_gM2PzAG--_", + "_rev" : "_gjDAi7u--_", "label" : "knows" } arangosh> db.relation.outEdges(myGraph.v1._id); @@ -6064,7 +6065,7 @@ arangosh> db.relation.outEdges(myGraph.v1._id); "_id" : "relation/61331", "_from" : "vertex/61327", "_to" : "vertex/61329", - "_rev" : "_gM2PzAG--_", + "_rev" : "_gjDAi7u--_", "label" : "knows" } ] @@ -6115,7 +6116,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/70579", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599274899734529", + "name" : "idx_1775847849021407234", "sparse" : true, "type" : "geo", "unique" : false, @@ -6846,10 +6847,10 @@ arangosh> var graph = examples.loadGraph(var any = require("@arangodb").db.relation.any(); arangosh> graph._fromVertex("relation/" + any._key); { - "_key" : "alice", - "_id" : "female/alice", - "_rev" : "_gM2Qnyu---", - "name" : "Alice" + "_key" : "charly", + "_id" : "male/charly", + "_rev" : "_gjDBV1W--A", + "name" : "Charly" }
Hide execution results
@@ -6878,10 +6879,10 @@ arangosh> var graph = examples.loadGraph(var
any = require("@arangodb").db.relation.any(); arangosh> graph._toVertex("relation/" + any._key); { - "_key" : "diana", - "_id" : "female/diana", - "_rev" : "_gM2Qnze--B", - "name" : "Diana" + "_key" : "bob", + "_id" : "male/bob", + "_rev" : "_gjDBV1y--_", + "name" : "Bob" }
Hide execution results
@@ -7028,17 +7029,17 @@ arangosh> graph._commonNeighbors( "left" : "germanCity/Hamburg", "right" : "germanCity/Berlin", "neighbors" : [ - "frenchCity/Paris", "frenchCity/Lyon", - "germanCity/Cologne" + "germanCity/Cologne", + "frenchCity/Paris" ] }, { "left" : "germanCity/Hamburg", "right" : "germanCity/Cologne", "neighbors" : [ - "frenchCity/Paris", - "frenchCity/Lyon" + "frenchCity/Lyon", + "frenchCity/Paris" ] } ] @@ -7402,13 +7403,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "edges" : [ ], @@ -7416,7 +7417,7 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" } ] @@ -7425,13 +7426,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "edges" : [ @@ -7440,7 +7441,7 @@ arangosh> g._paths(); "_id" : "relation/76158", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoUm--_", + "_rev" : "_gjDBWP6--C", "type" : "married", "vertex" : "alice" } @@ -7449,13 +7450,13 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" } ] @@ -7464,13 +7465,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -7479,7 +7480,7 @@ arangosh> g._paths(); "_id" : "relation/76158", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoUm--_", + "_rev" : "_gjDBWP6--C", "type" : "married", "vertex" : "alice" }, @@ -7488,7 +7489,7 @@ arangosh> g._paths(); "_id" : "relation/76164", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoUq---", + "_rev" : "_gjDBWP6--F", "type" : "friend", "vertex" : "bob" } @@ -7497,19 +7498,19 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -7518,13 +7519,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "edges" : [ @@ -7533,7 +7534,7 @@ arangosh> g._paths(); "_id" : "relation/76160", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoUm--A", + "_rev" : "_gjDBWP6--D", "type" : "friend", "vertex" : "alice" } @@ -7542,13 +7543,13 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" } ] @@ -7557,13 +7558,13 @@ arangosh> g._paths(); "source" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -7572,7 +7573,7 @@ arangosh> g._paths(); "_id" : "relation/76160", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoUm--A", + "_rev" : "_gjDBWP6--D", "type" : "friend", "vertex" : "alice" }, @@ -7581,7 +7582,7 @@ arangosh> g._paths(); "_id" : "relation/76162", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoUm--B", + "_rev" : "_gjDBWP6--E", "type" : "married", "vertex" : "charly" } @@ -7590,19 +7591,19 @@ arangosh> g._paths(); { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoUi---", + "_rev" : "_gjDBWP6---", "name" : "Alice" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -7611,13 +7612,13 @@ arangosh> g._paths(); "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ ], @@ -7625,7 +7626,7 @@ arangosh> g._paths(); { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -7634,13 +7635,13 @@ arangosh> g._paths(); "source" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "destination" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "edges" : [ ], @@ -7648,7 +7649,7 @@ arangosh> g._paths(); { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" } ] @@ -7657,13 +7658,13 @@ arangosh> g._paths(); "source" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -7672,7 +7673,7 @@ arangosh> g._paths(); "_id" : "relation/76164", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoUq---", + "_rev" : "_gjDBWP6--F", "type" : "friend", "vertex" : "bob" } @@ -7681,13 +7682,13 @@ arangosh> g._paths(); { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoUi--_", + "_rev" : "_gjDBWP6--_", "name" : "Bob" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -7696,13 +7697,13 @@ arangosh> g._paths(); "source" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "destination" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "edges" : [ ], @@ -7710,7 +7711,7 @@ arangosh> g._paths(); { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" } ] @@ -7719,13 +7720,13 @@ arangosh> g._paths(); "source" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, "destination" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" }, "edges" : [ @@ -7734,7 +7735,7 @@ arangosh> g._paths(); "_id" : "relation/76162", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoUm--B", + "_rev" : "_gjDBWP6--E", "type" : "married", "vertex" : "charly" } @@ -7743,13 +7744,13 @@ arangosh> g._paths(); { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoUi--A", + "_rev" : "_gjDBWP6--A", "name" : "Charly" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoUm---", + "_rev" : "_gjDBWP6--B", "name" : "Diana" } ] @@ -7784,13 +7785,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, "edges" : [ @@ -7799,7 +7800,7 @@ arangosh> g._paths({direction : "_id" : "relation/76224", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoV6--B", + "_rev" : "_gjDBWQq---", "type" : "married", "vertex" : "charly" } @@ -7808,13 +7809,13 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" } ] @@ -7823,13 +7824,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -7838,7 +7839,7 @@ arangosh> g._paths({direction : "_id" : "relation/76224", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QoV6--B", + "_rev" : "_gjDBWQq---", "type" : "married", "vertex" : "charly" }, @@ -7847,7 +7848,7 @@ arangosh> g._paths({direction : "_id" : "relation/76222", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoV6--A", + "_rev" : "_gjDBWQm--D", "type" : "friend", "vertex" : "alice" } @@ -7856,19 +7857,19 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] @@ -7877,13 +7878,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, "edges" : [ @@ -7892,7 +7893,7 @@ arangosh> g._paths({direction : "_id" : "relation/76226", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoW----", + "_rev" : "_gjDBWQq--_", "type" : "friend", "vertex" : "bob" } @@ -7901,13 +7902,13 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" } ] @@ -7916,13 +7917,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -7931,7 +7932,7 @@ arangosh> g._paths({direction : "_id" : "relation/76226", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QoW----", + "_rev" : "_gjDBWQq--_", "type" : "friend", "vertex" : "bob" }, @@ -7940,7 +7941,7 @@ arangosh> g._paths({direction : "_id" : "relation/76220", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoV6--_", + "_rev" : "_gjDBWQm--C", "type" : "married", "vertex" : "alice" } @@ -7949,19 +7950,19 @@ arangosh> g._paths({direction : "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QoV6---", + "_rev" : "_gjDBWQm--B", "name" : "Diana" }, { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] @@ -7970,13 +7971,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -7985,7 +7986,7 @@ arangosh> g._paths({direction : "_id" : "relation/76220", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QoV6--_", + "_rev" : "_gjDBWQm--C", "type" : "married", "vertex" : "alice" } @@ -7994,13 +7995,13 @@ arangosh> g._paths({direction : "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QoV2--_", + "_rev" : "_gjDBWQm--_", "name" : "Bob" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] @@ -8009,13 +8010,13 @@ arangosh> g._paths({direction : "source" : { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, "destination" : { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" }, "edges" : [ @@ -8024,7 +8025,7 @@ arangosh> g._paths({direction : "_id" : "relation/76222", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QoV6--A", + "_rev" : "_gjDBWQm--D", "type" : "friend", "vertex" : "alice" } @@ -8033,13 +8034,13 @@ arangosh> g._paths({direction : "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QoV2--A", + "_rev" : "_gjDBWQm--A", "name" : "Charly" }, { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QoV2---", + "_rev" : "_gjDBWQm---", "name" : "Alice" } ] @@ -8082,7 +8083,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id"
: "frenchHighway/76796", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--A", + "_rev" : "_gjDBWUO--A", "distance" : 550 } ], @@ -8099,7 +8100,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id"
: "internationalHighway/76798", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--B", + "_rev" : "_gjDBWUO--B", "distance" : 1100 } ], @@ -8116,7 +8117,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id"
: "internationalHighway/76806", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocS---", + "_rev" : "_gjDBWUO--F", "distance" : 700 } ], @@ -8133,7 +8134,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id"
: "internationalHighway/76804", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocO--A", + "_rev" : "_gjDBWUO--E", "distance" : 1300 } ], @@ -8150,7 +8151,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id"
: "frenchHighway/76796", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--A", + "_rev" : "_gjDBWUO--A", "distance" : 550 } ], @@ -8167,7 +8168,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76800", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO---", + "_rev" : "_gjDBWUO--C", "distance" : 1200 } ], @@ -8184,7 +8185,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76808", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocS--_", + "_rev" : "_gjDBWUO--G", "distance" : 550 } ], @@ -8201,7 +8202,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76802", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO--_", + "_rev" : "_gjDBWUO--D", "distance" : 900 } ], @@ -8218,7 +8219,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76798", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocK--B", + "_rev" : "_gjDBWUO--B", "distance" : 1100 } ], @@ -8235,7 +8236,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76800", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO---", + "_rev" : "_gjDBWUO--C", "distance" : 1200 } ], @@ -8252,7 +8253,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76790", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocG--_", + "_rev" : "_gjDBWUK--A", "distance" : 850 } ], @@ -8269,7 +8270,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76792", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", - "_rev" : "_gM2QocK---", + "_rev" : "_gjDBWUO---", "distance" : 400 } ], @@ -8286,7 +8287,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76806", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocS---", + "_rev" : "_gjDBWUO--F", "distance" : 700 } ], @@ -8303,7 +8304,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76808", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocS--_", + "_rev" : "_gjDBWUO--G", "distance" : 550 } ], @@ -8320,7 +8321,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76790", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocG--_", + "_rev" : "_gjDBWUK--A", "distance" : 850 } ], @@ -8337,7 +8338,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76794", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocK--_", + "_rev" : "_gjDBWUO--_", "distance" : 500 } ], @@ -8354,7 +8355,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76804", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2QocO--A", + "_rev" : "_gjDBWUO--E", "distance" : 1300 } ], @@ -8371,7 +8372,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "internationalHighway/76802", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", - "_rev" : "_gM2QocO--_", + "_rev" : "_gjDBWUO--D", "distance" : 900 } ], @@ -8388,7 +8389,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76792", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", - "_rev" : "_gM2QocK---", + "_rev" : "_gjDBWUO---", "distance" : 400 } ], @@ -8405,7 +8406,7 @@ arangosh> g._shortestPath({}, {}, {weight : "_id" : "germanHighway/76794", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", - "_rev" : "_gM2QocK--_", + "_rev" : "_gjDBWUO--_", "distance" : 500 } ], @@ -8450,7 +8451,7 @@ arangosh> g._shortestPath([{_id: "_id" : "internationalHighway/76905", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qody--_", + "_rev" : "_gjDBWVG--_", "distance" : 700 } ], @@ -9840,7 +9841,7 @@ arangosh> graph.male.save({name: "_id" : "male/floyd", "_key" : "floyd", - "_rev" : "_gM2QogO--_" + "_rev" : "_gjDBWWa--A" }
Hide execution results
@@ -9869,14 +9870,14 @@ arangosh> graph.male.save({neym: "_id" : "male/john", "_key" : "john", - "_rev" : "_gM2Qofm---" + "_rev" : "_gjDBWWC--G" } arangosh> graph.male.replace("male/john", {name: "John"}); { "_id" : "male/john", "_key" : "john", - "_rev" : "_gM2Qofm--_", - "_oldRev" : "_gM2Qofm---" + "_rev" : "_gjDBWWG---", + "_oldRev" : "_gjDBWWC--G" }
Hide execution results
@@ -9906,14 +9907,14 @@ arangosh> graph.female.save({name: "_id" : "female/linda", "_key" : "linda", - "_rev" : "_gM2Qog2--_" + "_rev" : "_gjDBWWu--C" } arangosh> graph.female.update("female/linda", {name: "Linda", _key: "linda"}); { "_id" : "female/linda", "_key" : "linda", - "_rev" : "_gM2Qog2--A", - "_oldRev" : "_gM2Qog2--_" + "_rev" : "_gjDBWWu--D", + "_oldRev" : "_gjDBWWu--C" }
Hide execution results
@@ -9943,7 +9944,7 @@ arangosh> graph.male.save({name: "_id" : "male/kermit", "_key" : "kermit", - "_rev" : "_gM2Qoey--_" + "_rev" : "_gjDBWVq--B" } arangosh> db._exists("male/kermit") true @@ -9984,7 +9985,7 @@ arangosh> graph.relation.save({ { "_id" : "relation/bobAndAlice", "_key" : "bobAndAlice", - "_rev" : "_gM2Qnwm---" + "_rev" : "_gjDBV0S--B" }
Hide execution results
@@ -10037,14 +10038,14 @@ arangosh> graph.relation.save("female/alice&qu { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnv6--_" + "_rev" : "_gjDBVz6--D" } arangosh> graph.relation.replace("relation/aliceAndDiana", {type: "knows", _from: "female/alice", _to: "female/diana"}); { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnv6--A", - "_oldRev" : "_gM2Qnv6--_" + "_rev" : "_gjDBVz6--E", + "_oldRev" : "_gjDBVz6--D" }
Hide execution results
@@ -10074,14 +10075,14 @@ arangosh> graph.relation.save("female/alice&qu { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnx2--A" + "_rev" : "_gjDBV06--G" } arangosh> graph.relation.update("relation/aliceAndDiana", {type: "quarreled", _key: "aliceAndDiana"}); { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2Qnx6---", - "_oldRev" : "_gM2Qnx2--A" + "_rev" : "_gjDBV1----", + "_oldRev" : "_gjDBV06--G" }
Hide execution results
@@ -10111,7 +10112,7 @@ arangosh> graph.relation.save("female/alice&qu { "_id" : "relation/aliceAndDiana", "_key" : "aliceAndDiana", - "_rev" : "_gM2QnvG--_" + "_rev" : "_gjDBVzi--_" } arangosh> db._exists("relation/aliceAndDiana") true @@ -10310,16 +10311,16 @@ arangosh> var graphModule = var satelliteGraphModule = require("@arangodb/satellite-graph"); arangosh> graphModule._create("normalGraph", [ graphModule._relation("edges", "vertices", "vertices") ], [], {}); {[Graph] - "edges" : [ArangoCollection 10136, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10135, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10134, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10133, "vertices" (type document, status loaded)] } arangosh> satelliteGraphModule._create("satelliteGraph", [ satelliteGraphModule._relation("satEdges", "satVertices", "satVertices") ], [], {}); {[SatelliteGraph] - "satEdges" : [ArangoCollection 10143, "satEdges" (type edge, status loaded)], - "satVertices" : [ArangoCollection 10141, "satVertices" (type document, status loaded)] + "satEdges" : [ArangoCollection 10141, "satEdges" (type edge, status loaded)], + "satVertices" : [ArangoCollection 10139, "satVertices" (type document, status loaded)] } arangosh> db._create("collection", {numberOfShards: 8}); -[ArangoCollection 10147, "collection" (type document, status loaded)] +[ArangoCollection 10145, "collection" (type document, status loaded)]
Hide execution results
@@ -10373,10 +10374,10 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] scatter-in-cluster 0.00001 - restrict-to-single-shard 0.00001 - remove-unnecessary-remote-scatter 0.00001 - optimize-traversals 0.00000 - distribute-in-cluster 0.00000 + optimize-traversals 0.00001 + restrict-to-single-shard 0.00000 + remove-unnecessary-remote-scatter 0.00000 + use-indexes 0.00000 59 rule(s) executed, 1 plan(s) created @@ -10434,11 +10435,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - scatter-satellite-graphs 0.00003 + scatter-satellite-graphs 0.00002 scatter-in-cluster 0.00001 remove-satellite-joins 0.00001 - distribute-filtercalc-to-cluster 0.00001 - restrict-to-single-shard 0.00001 + restrict-to-single-shard 0.00000 + parallelize-gather 0.00000 59 rule(s) executed, 1 plan(s) created @@ -10486,8 +10487,8 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions); arangosh> graph_module._graph("myGraph"); {[SatelliteGraph] - "edges" : [ArangoCollection 10234, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10232, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10232, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10230, "vertices" (type document, status loaded)] }
@@ -10508,10 +10509,10 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions, ["sessions"]); arangosh> graph_module._graph("myGraph"); {[SatelliteGraph] - "myRelation" : [ArangoCollection 10247, "myRelation" (type edge, status loaded)], - "female" : [ArangoCollection 10246, "female" (type document, status loaded)], - "male" : [ArangoCollection 10245, "male" (type document, status loaded)], - "sessions" : [ArangoCollection 10243, "sessions" (type document, status loaded)] + "myRelation" : [ArangoCollection 10245, "myRelation" (type edge, status loaded)], + "female" : [ArangoCollection 10244, "female" (type document, status loaded)], + "male" : [ArangoCollection 10243, "male" (type document, status loaded)], + "sessions" : [ArangoCollection 10241, "sessions" (type document, status loaded)] }
Hide execution results
@@ -10641,7 +10642,7 @@ arangosh> var graph = graph_module._create( arangosh> graph._deleteEdgeDefinition("edges", true); arangosh> graph_module._graph("myGraph"); {[SatelliteGraph] - "vertices" : [ArangoCollection 10323, "vertices" (type document, status loaded)] + "vertices" : [ArangoCollection 10325, "vertices" (type document, status loaded)] } @@ -10748,9 +10749,9 @@ arangosh> graph._addVertexCollection("customer arangosh> graph._addVertexCollection("pet"); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "customer" : [ArangoCollection 10541, "customer" (type document, status loaded)], - "pet" : [ArangoCollection 10552, "pet" (type document, status loaded)], - "shop" : [ArangoCollection 10530, "shop" (type document, status loaded)] + "customer" : [ArangoCollection 10543, "customer" (type document, status loaded)], + "pet" : [ArangoCollection 10554, "pet" (type document, status loaded)], + "shop" : [ArangoCollection 10532, "shop" (type document, status loaded)] }
Hide execution results
@@ -10778,10 +10779,10 @@ arangosh> var rel = graph_module._relation( arangosh> graph._extendEdgeDefinitions(rel); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "isCustomer" : [ArangoCollection 10607, "isCustomer" (type edge, status loaded)], - "shop" : [ArangoCollection 10573, "shop" (type document, status loaded)], - "customer" : [ArangoCollection 10584, "customer" (type document, status loaded)], - "pet" : [ArangoCollection 10595, "pet" (type document, status loaded)] + "isCustomer" : [ArangoCollection 10609, "isCustomer" (type edge, status loaded)], + "shop" : [ArangoCollection 10575, "shop" (type document, status loaded)], + "customer" : [ArangoCollection 10586, "customer" (type document, status loaded)], + "pet" : [ArangoCollection 10597, "pet" (type document, status loaded)] }
Hide execution results
@@ -10890,8 +10891,8 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions, [], {smartGraphAttribute: "region", numberOfShards: 9}); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "edges" : [ArangoCollection 10418, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10408, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10420, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10410, "vertices" (type document, status loaded)] } @@ -10912,10 +10913,10 @@ arangosh> var edgeDefinitions = [ graph_mod arangosh> var graph = graph_module._create("myGraph", edgeDefinitions, ["sessions"], {smartGraphAttribute: "region", numberOfShards: 9}); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "myRelation" : [ArangoCollection 10468, "myRelation" (type edge, status loaded)], - "female" : [ArangoCollection 10467, "female" (type document, status loaded)], - "male" : [ArangoCollection 10466, "male" (type document, status loaded)], - "sessions" : [ArangoCollection 10456, "sessions" (type document, status loaded)] + "myRelation" : [ArangoCollection 10470, "myRelation" (type edge, status loaded)], + "female" : [ArangoCollection 10469, "female" (type document, status loaded)], + "male" : [ArangoCollection 10468, "male" (type document, status loaded)], + "sessions" : [ArangoCollection 10458, "sessions" (type document, status loaded)] }
Hide execution results
@@ -10963,8 +10964,8 @@ arangosh> graph._orphanCollections(); arangosh> graph._removeVertexCollection("other", true); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "edges" : [ArangoCollection 10722, "edges" (type edge, status loaded)], - "vertices" : [ArangoCollection 10711, "vertices" (type document, status loaded)] + "edges" : [ArangoCollection 10724, "edges" (type edge, status loaded)], + "vertices" : [ArangoCollection 10713, "vertices" (type document, status loaded)] } @@ -11045,7 +11046,7 @@ arangosh> var graph = graph_module._create( arangosh> graph._deleteEdgeDefinition("edges", true); arangosh> graph_module._graph("myGraph"); {[SmartGraph] - "vertices" : [ArangoCollection 10911, "vertices" (type document, status loaded)] + "vertices" : [ArangoCollection 10913, "vertices" (type document, status loaded)] } @@ -11116,31 +11117,31 @@ arangosh> db.persons.toArray() { "_key" : "alice", "_id" : "persons/alice", - "_rev" : "_gM2QpCC---", + "_rev" : "_gjDBWk2---", "name" : "Alice" }, { "_key" : "bob", "_id" : "persons/bob", - "_rev" : "_gM2QpCG---", + "_rev" : "_gjDBWk2--_", "name" : "Bob" }, { "_key" : "charlie", "_id" : "persons/charlie", - "_rev" : "_gM2QpCG--_", + "_rev" : "_gjDBWk2--A", "name" : "Charlie" }, { "_key" : "dave", "_id" : "persons/dave", - "_rev" : "_gM2QpCG--A", + "_rev" : "_gjDBWk2--B", "name" : "Dave" }, { "_key" : "eve", "_id" : "persons/eve", - "_rev" : "_gM2QpCK---", + "_rev" : "_gjDBWk2--C", "name" : "Eve" } ] @@ -11151,7 +11152,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80869", "_from" : "persons/alice", "_to" : "persons/bob", - "_rev" : "_gM2QpCK--_", + "_rev" : "_gjDBWk2--D", "vertex" : "alice" }, { @@ -11159,7 +11160,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80871", "_from" : "persons/bob", "_to" : "persons/charlie", - "_rev" : "_gM2QpCK--A", + "_rev" : "_gjDBWk2--E", "vertex" : "bob" }, { @@ -11167,7 +11168,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80873", "_from" : "persons/bob", "_to" : "persons/dave", - "_rev" : "_gM2QpCO---", + "_rev" : "_gjDBWk2--F", "vertex" : "bob" }, { @@ -11175,7 +11176,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80875", "_from" : "persons/eve", "_to" : "persons/alice", - "_rev" : "_gM2QpCO--_", + "_rev" : "_gjDBWk6---", "vertex" : "eve" }, { @@ -11183,7 +11184,7 @@ arangosh> db.knows.toArray(); "_id" : "knows/80877", "_from" : "persons/eve", "_to" : "persons/bob", - "_rev" : "_gM2QpCO--A", + "_rev" : "_gjDBWk6--_", "vertex" : "eve" } ] @@ -11218,13 +11219,13 @@ arangosh> db.female.toArray() { "_key" : "alice", "_id" : "female/alice", - "_rev" : "_gM2QpGG---", + "_rev" : "_gjDBWmm---", "name" : "Alice" }, { "_key" : "diana", "_id" : "female/diana", - "_rev" : "_gM2QpGK--A", + "_rev" : "_gjDBWmm--B", "name" : "Diana" } ] @@ -11233,13 +11234,13 @@ arangosh> db.male.toArray() { "_key" : "bob", "_id" : "male/bob", - "_rev" : "_gM2QpGK---", + "_rev" : "_gjDBWmm--_", "name" : "Bob" }, { "_key" : "charly", "_id" : "male/charly", - "_rev" : "_gM2QpGK--_", + "_rev" : "_gjDBWmm--A", "name" : "Charly" } ] @@ -11250,7 +11251,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81123", "_from" : "female/alice", "_to" : "male/bob", - "_rev" : "_gM2QpGK--B", + "_rev" : "_gjDBWmm--C", "type" : "married", "vertex" : "alice" }, @@ -11259,7 +11260,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81125", "_from" : "female/alice", "_to" : "male/charly", - "_rev" : "_gM2QpGO---", + "_rev" : "_gjDBWmm--D", "type" : "friend", "vertex" : "alice" }, @@ -11268,7 +11269,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81127", "_from" : "male/charly", "_to" : "female/diana", - "_rev" : "_gM2QpGO--_", + "_rev" : "_gjDBWmm--E", "type" : "married", "vertex" : "charly" }, @@ -11277,7 +11278,7 @@ arangosh> db.relation.toArray() "_id" : "relation/81129", "_from" : "male/bob", "_to" : "female/diana", - "_rev" : "_gM2QpGO--A", + "_rev" : "_gjDBWmq---", "type" : "friend", "vertex" : "bob" } @@ -11314,7 +11315,7 @@ arangosh> db.frenchCity.toArray(); { "_key" : "Lyon", "_id" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-a--_", + "_rev" : "_gjDBWjG--B", "population" : 80000, "isCapital" : false, "geometry" : { @@ -11328,7 +11329,7 @@ arangosh> db.frenchCity.toArray(); { "_key" : "Paris", "_id" : "frenchCity/Paris", - "_rev" : "_gM2Qp-a--A", + "_rev" : "_gjDBWjG--C", "population" : 4000000, "isCapital" : true, "geometry" : { @@ -11345,7 +11346,7 @@ arangosh> db.germanCity.toArray(); { "_key" : "Berlin", "_id" : "germanCity/Berlin", - "_rev" : "_gM2Qp-W---", + "_rev" : "_gjDBWjG---", "population" : 3000000, "isCapital" : true, "geometry" : { @@ -11359,7 +11360,7 @@ arangosh> db.germanCity.toArray(); { "_key" : "Cologne", "_id" : "germanCity/Cologne", - "_rev" : "_gM2Qp-W--_", + "_rev" : "_gjDBWjG--_", "population" : 1000000, "isCapital" : false, "geometry" : { @@ -11373,7 +11374,7 @@ arangosh> db.germanCity.toArray(); { "_key" : "Hamburg", "_id" : "germanCity/Hamburg", - "_rev" : "_gM2Qp-a---", + "_rev" : "_gjDBWjG--A", "population" : 1000000, "isCapital" : false, "geometry" : { @@ -11392,7 +11393,7 @@ arangosh> db.germanHighway.toArray(); "_id" : "germanHighway/80630", "_from" : "germanCity/Berlin", "_to" : "germanCity/Cologne", - "_rev" : "_gM2Qp-i---", + "_rev" : "_gjDBWjK--_", "distance" : 850 }, { @@ -11400,7 +11401,7 @@ arangosh> db.germanHighway.toArray(); "_id" : "germanHighway/80632", "_from" : "germanCity/Berlin", "_to" : "germanCity/Hamburg", - "_rev" : "_gM2Qp-i--_", + "_rev" : "_gjDBWjK--A", "distance" : 400 }, { @@ -11408,7 +11409,7 @@ arangosh> db.germanHighway.toArray(); "_id" : "germanHighway/80634", "_from" : "germanCity/Hamburg", "_to" : "germanCity/Cologne", - "_rev" : "_gM2Qp-i--A", + "_rev" : "_gjDBWjK--B", "distance" : 500 } ] @@ -11419,7 +11420,7 @@ arangosh> db.frenchHighway.toArray(); "_id" : "frenchHighway/80636", "_from" : "frenchCity/Paris", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-m---", + "_rev" : "_gjDBWjK--C", "distance" : 550 } ] @@ -11430,7 +11431,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80638", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-m--_", + "_rev" : "_gjDBWjK--D", "distance" : 1100 }, { @@ -11438,7 +11439,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80640", "_from" : "germanCity/Berlin", "_to" : "frenchCity/Paris", - "_rev" : "_gM2Qp-m--A", + "_rev" : "_gjDBWjK--E", "distance" : 1200 }, { @@ -11446,7 +11447,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80642", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Paris", - "_rev" : "_gM2Qp-m--B", + "_rev" : "_gjDBWjO---", "distance" : 900 }, { @@ -11454,7 +11455,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80644", "_from" : "germanCity/Hamburg", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-q---", + "_rev" : "_gjDBWjO--_", "distance" : 1300 }, { @@ -11462,7 +11463,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80646", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Lyon", - "_rev" : "_gM2Qp-q--_", + "_rev" : "_gjDBWjO--A", "distance" : 700 }, { @@ -11470,7 +11471,7 @@ arangosh> db.internationalHighway.toArray(); "_id" : "internationalHighway/80648", "_from" : "germanCity/Cologne", "_to" : "frenchCity/Paris", - "_rev" : "_gM2Qp-q--A", + "_rev" : "_gjDBWjO--B", "distance" : 550 } ] @@ -11508,67 +11509,67 @@ arangosh> db.circles.toArray(); { "_key" : "A", "_id" : "circles/A", - "_rev" : "_gM2QpH----", + "_rev" : "_gjDBWnC---", "label" : "1" }, { "_key" : "B", "_id" : "circles/B", - "_rev" : "_gM2QpH---_", + "_rev" : "_gjDBWnC--_", "label" : "2" }, { "_key" : "C", "_id" : "circles/C", - "_rev" : "_gM2QpH---A", + "_rev" : "_gjDBWnC--A", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", - "_rev" : "_gM2QpH---B", + "_rev" : "_gjDBWnC--B", "label" : "4" }, { "_key" : "E", "_id" : "circles/E", - "_rev" : "_gM2QpHC---", + "_rev" : "_gjDBWnC--C", "label" : "5" }, { "_key" : "F", "_id" : "circles/F", - "_rev" : "_gM2QpHC--_", + "_rev" : "_gjDBWnC--D", "label" : "6" }, { "_key" : "G", "_id" : "circles/G", - "_rev" : "_gM2QpHC--A", + "_rev" : "_gjDBWnG---", "label" : "7" }, { "_key" : "H", "_id" : "circles/H", - "_rev" : "_gM2QpHC--B", + "_rev" : "_gjDBWnG--_", "label" : "8" }, { "_key" : "I", "_id" : "circles/I", - "_rev" : "_gM2QpHC--C", + "_rev" : "_gjDBWnG--A", "label" : "9" }, { "_key" : "J", "_id" : "circles/J", - "_rev" : "_gM2QpHG---", + "_rev" : "_gjDBWnG--B", "label" : "10" }, { "_key" : "K", "_id" : "circles/K", - "_rev" : "_gM2QpHG--_", + "_rev" : "_gjDBWnG--C", "label" : "11" } ] @@ -11579,7 +11580,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81191", "_from" : "circles/A", "_to" : "circles/B", - "_rev" : "_gM2QpHG--A", + "_rev" : "_gjDBWnG--D", "theFalse" : false, "theTruth" : true, "label" : "left_bar" @@ -11589,7 +11590,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81193", "_from" : "circles/B", "_to" : "circles/C", - "_rev" : "_gM2QpHK---", + "_rev" : "_gjDBWnG--E", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" @@ -11599,7 +11600,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81195", "_from" : "circles/C", "_to" : "circles/D", - "_rev" : "_gM2QpHK--_", + "_rev" : "_gjDBWnG--F", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" @@ -11609,7 +11610,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81197", "_from" : "circles/B", "_to" : "circles/E", - "_rev" : "_gM2QpHK--A", + "_rev" : "_gjDBWnG--G", "theFalse" : false, "theTruth" : true, "label" : "left_blub" @@ -11619,7 +11620,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81199", "_from" : "circles/E", "_to" : "circles/F", - "_rev" : "_gM2QpHO---", + "_rev" : "_gjDBWnG--H", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" @@ -11629,7 +11630,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81201", "_from" : "circles/A", "_to" : "circles/G", - "_rev" : "_gM2QpHO--_", + "_rev" : "_gjDBWnG--I", "theFalse" : false, "theTruth" : true, "label" : "right_foo" @@ -11639,7 +11640,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81203", "_from" : "circles/G", "_to" : "circles/H", - "_rev" : "_gM2QpHO--A", + "_rev" : "_gjDBWnK---", "theFalse" : false, "theTruth" : true, "label" : "right_blob" @@ -11649,7 +11650,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81205", "_from" : "circles/H", "_to" : "circles/I", - "_rev" : "_gM2QpHS---", + "_rev" : "_gjDBWnK--_", "theFalse" : false, "theTruth" : true, "label" : "right_blub" @@ -11659,7 +11660,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81207", "_from" : "circles/G", "_to" : "circles/J", - "_rev" : "_gM2QpHS--_", + "_rev" : "_gjDBWnK--A", "theFalse" : false, "theTruth" : true, "label" : "right_zip" @@ -11669,7 +11670,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/81209", "_from" : "circles/J", "_to" : "circles/K", - "_rev" : "_gM2QpHS--A", + "_rev" : "_gjDBWnK--B", "theFalse" : false, "theTruth" : true, "label" : "right_zup" @@ -11706,109 +11707,109 @@ arangosh> db.places.toArray(); { "_key" : "Inverness", "_id" : "places/Inverness", - "_rev" : "_gM2QpC6---", + "_rev" : "_gjDBWlO---", "label" : "Inverness" }, { "_key" : "Aberdeen", "_id" : "places/Aberdeen", - "_rev" : "_gM2QpD----", + "_rev" : "_gjDBWlO--_", "label" : "Aberdeen" }, { "_key" : "Leuchars", "_id" : "places/Leuchars", - "_rev" : "_gM2QpD---_", + "_rev" : "_gjDBWlO--A", "label" : "Leuchars" }, { "_key" : "StAndrews", "_id" : "places/StAndrews", - "_rev" : "_gM2QpD---A", + "_rev" : "_gjDBWlO--B", "label" : "StAndrews" }, { "_key" : "Edinburgh", "_id" : "places/Edinburgh", - "_rev" : "_gM2QpDC---", + "_rev" : "_gjDBWlO--C", "label" : "Edinburgh" }, { "_key" : "Glasgow", "_id" : "places/Glasgow", - "_rev" : "_gM2QpDC--_", + "_rev" : "_gjDBWlO--D", "label" : "Glasgow" }, { "_key" : "York", "_id" : "places/York", - "_rev" : "_gM2QpDC--A", + "_rev" : "_gjDBWlO--E", "label" : "York" }, { "_key" : "Carlisle", "_id" : "places/Carlisle", - "_rev" : "_gM2QpDG---", + "_rev" : "_gjDBWlO--F", "label" : "Carlisle" }, { "_key" : "Birmingham", "_id" : "places/Birmingham", - "_rev" : "_gM2QpDG--_", + "_rev" : "_gjDBWlO--G", "label" : "Birmingham" }, { "_key" : "London", "_id" : "places/London", - "_rev" : "_gM2QpDG--A", + "_rev" : "_gjDBWlS---", "label" : "London" }, { "_key" : "Brussels", "_id" : "places/Brussels", - "_rev" : "_gM2QpDG--B", + "_rev" : "_gjDBWlS--_", "label" : "Brussels" }, { "_key" : "Cologne", "_id" : "places/Cologne", - "_rev" : "_gM2QpDK---", + "_rev" : "_gjDBWlS--A", "label" : "Cologne" }, { "_key" : "Toronto", "_id" : "places/Toronto", - "_rev" : "_gM2QpDK--_", + "_rev" : "_gjDBWlS--B", "label" : "Toronto" }, { "_key" : "Winnipeg", "_id" : "places/Winnipeg", - "_rev" : "_gM2QpDK--A", + "_rev" : "_gjDBWlS--C", "label" : "Winnipeg" }, { "_key" : "Saskatoon", "_id" : "places/Saskatoon", - "_rev" : "_gM2QpDO---", + "_rev" : "_gjDBWlS--D", "label" : "Saskatoon" }, { "_key" : "Edmonton", "_id" : "places/Edmonton", - "_rev" : "_gM2QpDO--_", + "_rev" : "_gjDBWlS--E", "label" : "Edmonton" }, { "_key" : "Jasper", "_id" : "places/Jasper", - "_rev" : "_gM2QpDO--A", + "_rev" : "_gjDBWlS--F", "label" : "Jasper" }, { "_key" : "Vancouver", "_id" : "places/Vancouver", - "_rev" : "_gM2QpDO--B", + "_rev" : "_gjDBWlS--G", "label" : "Vancouver" } ] @@ -11819,7 +11820,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80938", "_from" : "places/Inverness", "_to" : "places/Aberdeen", - "_rev" : "_gM2QpDS---", + "_rev" : "_gjDBWlS--H", "travelTime" : 3 }, { @@ -11827,7 +11828,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80940", "_from" : "places/Aberdeen", "_to" : "places/Inverness", - "_rev" : "_gM2QpDS--_", + "_rev" : "_gjDBWlS--I", "travelTime" : 2.5 }, { @@ -11835,7 +11836,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80942", "_from" : "places/Aberdeen", "_to" : "places/Leuchars", - "_rev" : "_gM2QpDS--A", + "_rev" : "_gjDBWlW---", "travelTime" : 1.5 }, { @@ -11843,7 +11844,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80944", "_from" : "places/Leuchars", "_to" : "places/Aberdeen", - "_rev" : "_gM2QpDS--B", + "_rev" : "_gjDBWlW--_", "travelTime" : 1 }, { @@ -11851,7 +11852,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80946", "_from" : "places/Leuchars", "_to" : "places/Edinburgh", - "_rev" : "_gM2QpDW---", + "_rev" : "_gjDBWlW--A", "travelTime" : 1.5 }, { @@ -11859,7 +11860,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80948", "_from" : "places/Edinburgh", "_to" : "places/Leuchars", - "_rev" : "_gM2QpDW--_", + "_rev" : "_gjDBWlW--B", "travelTime" : 3 }, { @@ -11867,7 +11868,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80950", "_from" : "places/Edinburgh", "_to" : "places/Glasgow", - "_rev" : "_gM2QpDW--A", + "_rev" : "_gjDBWlW--C", "travelTime" : 1 }, { @@ -11875,7 +11876,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80952", "_from" : "places/Glasgow", "_to" : "places/Edinburgh", - "_rev" : "_gM2QpDa---", + "_rev" : "_gjDBWlW--D", "travelTime" : 1 }, { @@ -11883,7 +11884,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80954", "_from" : "places/Edinburgh", "_to" : "places/York", - "_rev" : "_gM2QpDa--_", + "_rev" : "_gjDBWlW--E", "travelTime" : 3.5 }, { @@ -11891,7 +11892,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80956", "_from" : "places/York", "_to" : "places/Edinburgh", - "_rev" : "_gM2QpDa--A", + "_rev" : "_gjDBWlW--F", "travelTime" : 4 }, { @@ -11899,7 +11900,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80958", "_from" : "places/Glasgow", "_to" : "places/Carlisle", - "_rev" : "_gM2QpDa--B", + "_rev" : "_gjDBWlW--G", "travelTime" : 1 }, { @@ -11907,7 +11908,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80960", "_from" : "places/Carlisle", "_to" : "places/Glasgow", - "_rev" : "_gM2QpDe---", + "_rev" : "_gjDBWlW--H", "travelTime" : 1 }, { @@ -11915,7 +11916,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80962", "_from" : "places/Carlisle", "_to" : "places/York", - "_rev" : "_gM2QpDe--_", + "_rev" : "_gjDBWla---", "travelTime" : 2.5 }, { @@ -11923,7 +11924,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80964", "_from" : "places/York", "_to" : "places/Carlisle", - "_rev" : "_gM2QpDe--A", + "_rev" : "_gjDBWla--_", "travelTime" : 3.5 }, { @@ -11931,7 +11932,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80966", "_from" : "places/Carlisle", "_to" : "places/Birmingham", - "_rev" : "_gM2QpDe--B", + "_rev" : "_gjDBWla--A", "travelTime" : 2 }, { @@ -11939,7 +11940,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80968", "_from" : "places/Birmingham", "_to" : "places/Carlisle", - "_rev" : "_gM2QpDi---", + "_rev" : "_gjDBWla--B", "travelTime" : 1 }, { @@ -11947,7 +11948,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80970", "_from" : "places/Birmingham", "_to" : "places/London", - "_rev" : "_gM2QpDi--_", + "_rev" : "_gjDBWla--C", "travelTime" : 1.5 }, { @@ -11955,7 +11956,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80972", "_from" : "places/London", "_to" : "places/Birmingham", - "_rev" : "_gM2QpDi--A", + "_rev" : "_gjDBWla--D", "travelTime" : 2.5 }, { @@ -11963,7 +11964,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80974", "_from" : "places/Leuchars", "_to" : "places/StAndrews", - "_rev" : "_gM2QpDm---", + "_rev" : "_gjDBWla--E", "travelTime" : 0.2 }, { @@ -11971,7 +11972,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80976", "_from" : "places/StAndrews", "_to" : "places/Leuchars", - "_rev" : "_gM2QpDm--_", + "_rev" : "_gjDBWla--F", "travelTime" : 0.2 }, { @@ -11979,7 +11980,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80978", "_from" : "places/York", "_to" : "places/London", - "_rev" : "_gM2QpDm--A", + "_rev" : "_gjDBWla--G", "travelTime" : 1.8 }, { @@ -11987,7 +11988,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80980", "_from" : "places/London", "_to" : "places/York", - "_rev" : "_gM2QpDm--B", + "_rev" : "_gjDBWla--H", "travelTime" : 2 }, { @@ -11995,7 +11996,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80982", "_from" : "places/London", "_to" : "places/Brussels", - "_rev" : "_gM2QpDq---", + "_rev" : "_gjDBWla--I", "travelTime" : 2.5 }, { @@ -12003,7 +12004,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80984", "_from" : "places/Brussels", "_to" : "places/London", - "_rev" : "_gM2QpDq--_", + "_rev" : "_gjDBWle---", "travelTime" : 3.5 }, { @@ -12011,7 +12012,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80986", "_from" : "places/Brussels", "_to" : "places/Cologne", - "_rev" : "_gM2QpDq--A", + "_rev" : "_gjDBWle--_", "travelTime" : 2 }, { @@ -12019,7 +12020,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80988", "_from" : "places/Cologne", "_to" : "places/Brussels", - "_rev" : "_gM2QpDq--B", + "_rev" : "_gjDBWle--A", "travelTime" : 1.5 }, { @@ -12027,7 +12028,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80990", "_from" : "places/Toronto", "_to" : "places/Winnipeg", - "_rev" : "_gM2QpDu---", + "_rev" : "_gjDBWle--B", "travelTime" : 36 }, { @@ -12035,7 +12036,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80992", "_from" : "places/Winnipeg", "_to" : "places/Toronto", - "_rev" : "_gM2QpDu--_", + "_rev" : "_gjDBWle--C", "travelTime" : 35 }, { @@ -12043,7 +12044,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80994", "_from" : "places/Winnipeg", "_to" : "places/Saskatoon", - "_rev" : "_gM2QpDu--A", + "_rev" : "_gjDBWle--D", "travelTime" : 12 }, { @@ -12051,7 +12052,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80996", "_from" : "places/Saskatoon", "_to" : "places/Winnipeg", - "_rev" : "_gM2QpDy---", + "_rev" : "_gjDBWle--E", "travelTime" : 5 }, { @@ -12059,7 +12060,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/80998", "_from" : "places/Saskatoon", "_to" : "places/Edmonton", - "_rev" : "_gM2QpDy--_", + "_rev" : "_gjDBWle--F", "travelTime" : 12 }, { @@ -12067,7 +12068,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81000", "_from" : "places/Edmonton", "_to" : "places/Saskatoon", - "_rev" : "_gM2QpDy--A", + "_rev" : "_gjDBWle--G", "travelTime" : 17 }, { @@ -12075,7 +12076,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81002", "_from" : "places/Edmonton", "_to" : "places/Jasper", - "_rev" : "_gM2QpDy--B", + "_rev" : "_gjDBWle--H", "travelTime" : 6 }, { @@ -12083,7 +12084,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81004", "_from" : "places/Jasper", "_to" : "places/Edmonton", - "_rev" : "_gM2QpD2---", + "_rev" : "_gjDBWli---", "travelTime" : 5 }, { @@ -12091,7 +12092,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81006", "_from" : "places/Jasper", "_to" : "places/Vancouver", - "_rev" : "_gM2QpD2--_", + "_rev" : "_gjDBWli--_", "travelTime" : 12 }, { @@ -12099,7 +12100,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/81008", "_from" : "places/Vancouver", "_to" : "places/Jasper", - "_rev" : "_gM2QpD2--A", + "_rev" : "_gjDBWli--A", "travelTime" : 13 } ] @@ -12134,56 +12135,56 @@ arangosh> db.worldVertices.toArray(); { "_key" : "world", "_id" : "worldVertices/world", - "_rev" : "_gM2QpIG---", + "_rev" : "_gjDBWnm---", "name" : "World", "type" : "root" }, { "_key" : "continent-africa", "_id" : "worldVertices/continent-africa", - "_rev" : "_gM2QpIG--_", + "_rev" : "_gjDBWnm--_", "name" : "Africa", "type" : "continent" }, { "_key" : "continent-asia", "_id" : "worldVertices/continent-asia", - "_rev" : "_gM2QpIK---", + "_rev" : "_gjDBWnm--A", "name" : "Asia", "type" : "continent" }, { "_key" : "continent-australia", "_id" : "worldVertices/continent-australia", - "_rev" : "_gM2QpIK--_", + "_rev" : "_gjDBWnm--B", "name" : "Australia", "type" : "continent" }, { "_key" : "continent-europe", "_id" : "worldVertices/continent-europe", - "_rev" : "_gM2QpIK--A", + "_rev" : "_gjDBWnm--C", "name" : "Europe", "type" : "continent" }, { "_key" : "continent-north-america", "_id" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpIK--B", + "_rev" : "_gjDBWnm--D", "name" : "North America", "type" : "continent" }, { "_key" : "continent-south-america", "_id" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpIO---", + "_rev" : "_gjDBWnm--E", "name" : "South America", "type" : "continent" }, { "_key" : "country-afghanistan", "_id" : "worldVertices/country-afghanistan", - "_rev" : "_gM2QpIO--_", + "_rev" : "_gjDBWnm--F", "name" : "Afghanistan", "type" : "country", "code" : "AFG" @@ -12191,7 +12192,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-albania", "_id" : "worldVertices/country-albania", - "_rev" : "_gM2QpIO--A", + "_rev" : "_gjDBWnm--G", "name" : "Albania", "type" : "country", "code" : "ALB" @@ -12199,7 +12200,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-algeria", "_id" : "worldVertices/country-algeria", - "_rev" : "_gM2QpIO--B", + "_rev" : "_gjDBWnq---", "name" : "Algeria", "type" : "country", "code" : "DZA" @@ -12207,7 +12208,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-andorra", "_id" : "worldVertices/country-andorra", - "_rev" : "_gM2QpIS---", + "_rev" : "_gjDBWnq--_", "name" : "Andorra", "type" : "country", "code" : "AND" @@ -12215,7 +12216,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-angola", "_id" : "worldVertices/country-angola", - "_rev" : "_gM2QpIS--_", + "_rev" : "_gjDBWnq--A", "name" : "Angola", "type" : "country", "code" : "AGO" @@ -12223,7 +12224,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-antigua-and-barbuda", "_id" : "worldVertices/country-antigua-and-barbuda", - "_rev" : "_gM2QpIS--A", + "_rev" : "_gjDBWnq--B", "name" : "Antigua and Barbuda", "type" : "country", "code" : "ATG" @@ -12231,7 +12232,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-argentina", "_id" : "worldVertices/country-argentina", - "_rev" : "_gM2QpIS--B", + "_rev" : "_gjDBWnq--C", "name" : "Argentina", "type" : "country", "code" : "ARG" @@ -12239,7 +12240,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-australia", "_id" : "worldVertices/country-australia", - "_rev" : "_gM2QpIW---", + "_rev" : "_gjDBWnq--D", "name" : "Australia", "type" : "country", "code" : "AUS" @@ -12247,7 +12248,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-austria", "_id" : "worldVertices/country-austria", - "_rev" : "_gM2QpIW--_", + "_rev" : "_gjDBWnq--E", "name" : "Austria", "type" : "country", "code" : "AUT" @@ -12255,7 +12256,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bahamas", "_id" : "worldVertices/country-bahamas", - "_rev" : "_gM2QpIW--A", + "_rev" : "_gjDBWnq--F", "name" : "Bahamas", "type" : "country", "code" : "BHS" @@ -12263,7 +12264,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bahrain", "_id" : "worldVertices/country-bahrain", - "_rev" : "_gM2QpIW--B", + "_rev" : "_gjDBWnq--G", "name" : "Bahrain", "type" : "country", "code" : "BHR" @@ -12271,7 +12272,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bangladesh", "_id" : "worldVertices/country-bangladesh", - "_rev" : "_gM2QpIa---", + "_rev" : "_gjDBWnq--H", "name" : "Bangladesh", "type" : "country", "code" : "BGD" @@ -12279,7 +12280,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-barbados", "_id" : "worldVertices/country-barbados", - "_rev" : "_gM2QpIa--_", + "_rev" : "_gjDBWnq--I", "name" : "Barbados", "type" : "country", "code" : "BRB" @@ -12287,7 +12288,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-belgium", "_id" : "worldVertices/country-belgium", - "_rev" : "_gM2QpIa--A", + "_rev" : "_gjDBWnu---", "name" : "Belgium", "type" : "country", "code" : "BEL" @@ -12295,7 +12296,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bhutan", "_id" : "worldVertices/country-bhutan", - "_rev" : "_gM2QpIa--B", + "_rev" : "_gjDBWnu--_", "name" : "Bhutan", "type" : "country", "code" : "BTN" @@ -12303,7 +12304,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bolivia", "_id" : "worldVertices/country-bolivia", - "_rev" : "_gM2QpIa--C", + "_rev" : "_gjDBWnu--A", "name" : "Bolivia", "type" : "country", "code" : "BOL" @@ -12311,7 +12312,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bosnia-and-herzegovina", "_id" : "worldVertices/country-bosnia-and-herzegovina", - "_rev" : "_gM2QpIe---", + "_rev" : "_gjDBWnu--B", "name" : "Bosnia and Herzegovina", "type" : "country", "code" : "BIH" @@ -12319,7 +12320,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-botswana", "_id" : "worldVertices/country-botswana", - "_rev" : "_gM2QpIe--_", + "_rev" : "_gjDBWnu--C", "name" : "Botswana", "type" : "country", "code" : "BWA" @@ -12327,7 +12328,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-brazil", "_id" : "worldVertices/country-brazil", - "_rev" : "_gM2QpIe--A", + "_rev" : "_gjDBWnu--D", "name" : "Brazil", "type" : "country", "code" : "BRA" @@ -12335,7 +12336,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-brunei", "_id" : "worldVertices/country-brunei", - "_rev" : "_gM2QpIe--B", + "_rev" : "_gjDBWnu--E", "name" : "Brunei", "type" : "country", "code" : "BRN" @@ -12343,7 +12344,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-bulgaria", "_id" : "worldVertices/country-bulgaria", - "_rev" : "_gM2QpIi---", + "_rev" : "_gjDBWnu--F", "name" : "Bulgaria", "type" : "country", "code" : "BGR" @@ -12351,7 +12352,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-burkina-faso", "_id" : "worldVertices/country-burkina-faso", - "_rev" : "_gM2QpIi--_", + "_rev" : "_gjDBWnu--G", "name" : "Burkina Faso", "type" : "country", "code" : "BFA" @@ -12359,7 +12360,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-burundi", "_id" : "worldVertices/country-burundi", - "_rev" : "_gM2QpIi--A", + "_rev" : "_gjDBWnu--H", "name" : "Burundi", "type" : "country", "code" : "BDI" @@ -12367,7 +12368,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-cambodia", "_id" : "worldVertices/country-cambodia", - "_rev" : "_gM2QpIi--B", + "_rev" : "_gjDBWnu--I", "name" : "Cambodia", "type" : "country", "code" : "KHM" @@ -12375,7 +12376,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-cameroon", "_id" : "worldVertices/country-cameroon", - "_rev" : "_gM2QpIm---", + "_rev" : "_gjDBWny---", "name" : "Cameroon", "type" : "country", "code" : "CMR" @@ -12383,7 +12384,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-canada", "_id" : "worldVertices/country-canada", - "_rev" : "_gM2QpIm--_", + "_rev" : "_gjDBWny--_", "name" : "Canada", "type" : "country", "code" : "CAN" @@ -12391,7 +12392,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-chad", "_id" : "worldVertices/country-chad", - "_rev" : "_gM2QpIm--A", + "_rev" : "_gjDBWny--A", "name" : "Chad", "type" : "country", "code" : "TCD" @@ -12399,7 +12400,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-chile", "_id" : "worldVertices/country-chile", - "_rev" : "_gM2QpIq---", + "_rev" : "_gjDBWny--B", "name" : "Chile", "type" : "country", "code" : "CHL" @@ -12407,7 +12408,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-colombia", "_id" : "worldVertices/country-colombia", - "_rev" : "_gM2QpIq--_", + "_rev" : "_gjDBWny--C", "name" : "Colombia", "type" : "country", "code" : "COL" @@ -12415,7 +12416,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-cote-d-ivoire", "_id" : "worldVertices/country-cote-d-ivoire", - "_rev" : "_gM2QpIq--A", + "_rev" : "_gjDBWny--D", "name" : "Cote d'Ivoire", "type" : "country", "code" : "CIV" @@ -12423,7 +12424,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-croatia", "_id" : "worldVertices/country-croatia", - "_rev" : "_gM2QpIq--B", + "_rev" : "_gjDBWny--E", "name" : "Croatia", "type" : "country", "code" : "HRV" @@ -12431,7 +12432,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-czech-republic", "_id" : "worldVertices/country-czech-republic", - "_rev" : "_gM2QpIq--C", + "_rev" : "_gjDBWny--F", "name" : "Czech Republic", "type" : "country", "code" : "CZE" @@ -12439,7 +12440,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-denmark", "_id" : "worldVertices/country-denmark", - "_rev" : "_gM2QpIu---", + "_rev" : "_gjDBWny--G", "name" : "Denmark", "type" : "country", "code" : "DNK" @@ -12447,7 +12448,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-ecuador", "_id" : "worldVertices/country-ecuador", - "_rev" : "_gM2QpIu--_", + "_rev" : "_gjDBWny--H", "name" : "Ecuador", "type" : "country", "code" : "ECU" @@ -12455,7 +12456,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-egypt", "_id" : "worldVertices/country-egypt", - "_rev" : "_gM2QpIu--A", + "_rev" : "_gjDBWny--I", "name" : "Egypt", "type" : "country", "code" : "EGY" @@ -12463,7 +12464,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-eritrea", "_id" : "worldVertices/country-eritrea", - "_rev" : "_gM2QpIu--B", + "_rev" : "_gjDBWny--J", "name" : "Eritrea", "type" : "country", "code" : "ERI" @@ -12471,7 +12472,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-finland", "_id" : "worldVertices/country-finland", - "_rev" : "_gM2QpIy---", + "_rev" : "_gjDBWn2---", "name" : "Finland", "type" : "country", "code" : "FIN" @@ -12479,7 +12480,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-france", "_id" : "worldVertices/country-france", - "_rev" : "_gM2QpIy--_", + "_rev" : "_gjDBWn2--_", "name" : "France", "type" : "country", "code" : "FRA" @@ -12487,7 +12488,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-germany", "_id" : "worldVertices/country-germany", - "_rev" : "_gM2QpIy--A", + "_rev" : "_gjDBWn2--A", "name" : "Germany", "type" : "country", "code" : "DEU" @@ -12495,7 +12496,7 @@ arangosh> db.worldVertices.toArray(); { "_key" : "country-people-s-republic-of-china", "_id" : "worldVertices/country-people-s-republic-of-china", - "_rev" : "_gM2QpIy--B", + "_rev" : "_gjDBWn2--B", "name" : "People's Republic of China", "type" : "country", "code" : "CHN" @@ -12503,280 +12504,280 @@ arangosh> db.worldVertices.toArray(); { "_key" : "capital-algiers", "_id" : "worldVertices/capital-algiers", - "_rev" : "_gM2QpI2---", + "_rev" : "_gjDBWn2--C", "name" : "Algiers", "type" : "capital" }, { "_key" : "capital-andorra-la-vella", "_id" : "worldVertices/capital-andorra-la-vella", - "_rev" : "_gM2QpI2--_", + "_rev" : "_gjDBWn2--D", "name" : "Andorra la Vella", "type" : "capital" }, { "_key" : "capital-asmara", "_id" : "worldVertices/capital-asmara", - "_rev" : "_gM2QpI2--A", + "_rev" : "_gjDBWn2--E", "name" : "Asmara", "type" : "capital" }, { "_key" : "capital-bandar-seri-begawan", "_id" : "worldVertices/capital-bandar-seri-begawan", - "_rev" : "_gM2QpI6---", + "_rev" : "_gjDBWn2--F", "name" : "Bandar Seri Begawan", "type" : "capital" }, { "_key" : "capital-beijing", "_id" : "worldVertices/capital-beijing", - "_rev" : "_gM2QpI6--_", + "_rev" : "_gjDBWn2--G", "name" : "Beijing", "type" : "capital" }, { "_key" : "capital-berlin", "_id" : "worldVertices/capital-berlin", - "_rev" : "_gM2QpI6--A", + "_rev" : "_gjDBWn2--H", "name" : "Berlin", "type" : "capital" }, { "_key" : "capital-bogota", "_id" : "worldVertices/capital-bogota", - "_rev" : "_gM2QpI6--B", + "_rev" : "_gjDBWn2--I", "name" : "Bogota", "type" : "capital" }, { "_key" : "capital-brasilia", "_id" : "worldVertices/capital-brasilia", - "_rev" : "_gM2QpJ----", + "_rev" : "_gjDBWn6---", "name" : "Brasilia", "type" : "capital" }, { "_key" : "capital-bridgetown", "_id" : "worldVertices/capital-bridgetown", - "_rev" : "_gM2QpJ---_", + "_rev" : "_gjDBWn6--_", "name" : "Bridgetown", "type" : "capital" }, { "_key" : "capital-brussels", "_id" : "worldVertices/capital-brussels", - "_rev" : "_gM2QpJ---A", + "_rev" : "_gjDBWn6--A", "name" : "Brussels", "type" : "capital" }, { "_key" : "capital-buenos-aires", "_id" : "worldVertices/capital-buenos-aires", - "_rev" : "_gM2QpJ---B", + "_rev" : "_gjDBWn6--B", "name" : "Buenos Aires", "type" : "capital" }, { "_key" : "capital-bujumbura", "_id" : "worldVertices/capital-bujumbura", - "_rev" : "_gM2QpJ---C", + "_rev" : "_gjDBWn6--C", "name" : "Bujumbura", "type" : "capital" }, { "_key" : "capital-cairo", "_id" : "worldVertices/capital-cairo", - "_rev" : "_gM2QpJC---", + "_rev" : "_gjDBWn6--D", "name" : "Cairo", "type" : "capital" }, { "_key" : "capital-canberra", "_id" : "worldVertices/capital-canberra", - "_rev" : "_gM2QpJC--_", + "_rev" : "_gjDBWn6--E", "name" : "Canberra", "type" : "capital" }, { "_key" : "capital-copenhagen", "_id" : "worldVertices/capital-copenhagen", - "_rev" : "_gM2QpJC--A", + "_rev" : "_gjDBWn6--F", "name" : "Copenhagen", "type" : "capital" }, { "_key" : "capital-dhaka", "_id" : "worldVertices/capital-dhaka", - "_rev" : "_gM2QpJC--B", + "_rev" : "_gjDBWn6--G", "name" : "Dhaka", "type" : "capital" }, { "_key" : "capital-gaborone", "_id" : "worldVertices/capital-gaborone", - "_rev" : "_gM2QpJG---", + "_rev" : "_gjDBWn6--H", "name" : "Gaborone", "type" : "capital" }, { "_key" : "capital-helsinki", "_id" : "worldVertices/capital-helsinki", - "_rev" : "_gM2QpJG--_", + "_rev" : "_gjDBWn6--I", "name" : "Helsinki", "type" : "capital" }, { "_key" : "capital-kabul", "_id" : "worldVertices/capital-kabul", - "_rev" : "_gM2QpJG--A", + "_rev" : "_gjDBWn6--J", "name" : "Kabul", "type" : "capital" }, { "_key" : "capital-la-paz", "_id" : "worldVertices/capital-la-paz", - "_rev" : "_gM2QpJK---", + "_rev" : "_gjDBWo----", "name" : "La Paz", "type" : "capital" }, { "_key" : "capital-luanda", "_id" : "worldVertices/capital-luanda", - "_rev" : "_gM2QpJK--_", + "_rev" : "_gjDBWo---_", "name" : "Luanda", "type" : "capital" }, { "_key" : "capital-manama", "_id" : "worldVertices/capital-manama", - "_rev" : "_gM2QpJK--A", + "_rev" : "_gjDBWo---A", "name" : "Manama", "type" : "capital" }, { "_key" : "capital-nassau", "_id" : "worldVertices/capital-nassau", - "_rev" : "_gM2QpJK--B", + "_rev" : "_gjDBWo---B", "name" : "Nassau", "type" : "capital" }, { "_key" : "capital-n-djamena", "_id" : "worldVertices/capital-n-djamena", - "_rev" : "_gM2QpJO---", + "_rev" : "_gjDBWo---C", "name" : "N'Djamena", "type" : "capital" }, { "_key" : "capital-ottawa", "_id" : "worldVertices/capital-ottawa", - "_rev" : "_gM2QpJO--_", + "_rev" : "_gjDBWo---D", "name" : "Ottawa", "type" : "capital" }, { "_key" : "capital-ouagadougou", "_id" : "worldVertices/capital-ouagadougou", - "_rev" : "_gM2QpJO--A", + "_rev" : "_gjDBWo---E", "name" : "Ouagadougou", "type" : "capital" }, { "_key" : "capital-paris", "_id" : "worldVertices/capital-paris", - "_rev" : "_gM2QpJS---", + "_rev" : "_gjDBWo---F", "name" : "Paris", "type" : "capital" }, { "_key" : "capital-phnom-penh", "_id" : "worldVertices/capital-phnom-penh", - "_rev" : "_gM2QpJS--_", + "_rev" : "_gjDBWo---G", "name" : "Phnom Penh", "type" : "capital" }, { "_key" : "capital-prague", "_id" : "worldVertices/capital-prague", - "_rev" : "_gM2QpJS--A", + "_rev" : "_gjDBWoC---", "name" : "Prague", "type" : "capital" }, { "_key" : "capital-quito", "_id" : "worldVertices/capital-quito", - "_rev" : "_gM2QpJS--B", + "_rev" : "_gjDBWoC--_", "name" : "Quito", "type" : "capital" }, { "_key" : "capital-saint-john-s", "_id" : "worldVertices/capital-saint-john-s", - "_rev" : "_gM2QpJW---", + "_rev" : "_gjDBWoC--A", "name" : "Saint John's", "type" : "capital" }, { "_key" : "capital-santiago", "_id" : "worldVertices/capital-santiago", - "_rev" : "_gM2QpJW--_", + "_rev" : "_gjDBWoC--B", "name" : "Santiago", "type" : "capital" }, { "_key" : "capital-sarajevo", "_id" : "worldVertices/capital-sarajevo", - "_rev" : "_gM2QpJW--A", + "_rev" : "_gjDBWoC--C", "name" : "Sarajevo", "type" : "capital" }, { "_key" : "capital-sofia", "_id" : "worldVertices/capital-sofia", - "_rev" : "_gM2QpJW--B", + "_rev" : "_gjDBWoC--D", "name" : "Sofia", "type" : "capital" }, { "_key" : "capital-thimphu", "_id" : "worldVertices/capital-thimphu", - "_rev" : "_gM2QpJa---", + "_rev" : "_gjDBWoC--E", "name" : "Thimphu", "type" : "capital" }, { "_key" : "capital-tirana", "_id" : "worldVertices/capital-tirana", - "_rev" : "_gM2QpJa--_", + "_rev" : "_gjDBWoC--F", "name" : "Tirana", "type" : "capital" }, { "_key" : "capital-vienna", "_id" : "worldVertices/capital-vienna", - "_rev" : "_gM2QpJa--A", + "_rev" : "_gjDBWoC--G", "name" : "Vienna", "type" : "capital" }, { "_key" : "capital-yamoussoukro", "_id" : "worldVertices/capital-yamoussoukro", - "_rev" : "_gM2QpJa--B", + "_rev" : "_gjDBWoC--H", "name" : "Yamoussoukro", "type" : "capital" }, { "_key" : "capital-yaounde", "_id" : "worldVertices/capital-yaounde", - "_rev" : "_gM2QpJa--C", + "_rev" : "_gjDBWoC--I", "name" : "Yaounde", "type" : "capital" }, { "_key" : "capital-zagreb", "_id" : "worldVertices/capital-zagreb", - "_rev" : "_gM2QpJe---", + "_rev" : "_gjDBWoC--J", "name" : "Zagreb", "type" : "capital" } @@ -12788,7 +12789,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81339", "_from" : "worldVertices/continent-africa", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJe--_", + "_rev" : "_gjDBWoG---", "type" : "is-in" }, { @@ -12796,7 +12797,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81341", "_from" : "worldVertices/continent-asia", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJe--A", + "_rev" : "_gjDBWoG--_", "type" : "is-in" }, { @@ -12804,7 +12805,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81343", "_from" : "worldVertices/continent-australia", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi---", + "_rev" : "_gjDBWoG--A", "type" : "is-in" }, { @@ -12812,7 +12813,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81345", "_from" : "worldVertices/continent-europe", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi--_", + "_rev" : "_gjDBWoG--B", "type" : "is-in" }, { @@ -12820,7 +12821,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81347", "_from" : "worldVertices/continent-north-america", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi--A", + "_rev" : "_gjDBWoG--C", "type" : "is-in" }, { @@ -12828,7 +12829,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81349", "_from" : "worldVertices/continent-south-america", "_to" : "worldVertices/world", - "_rev" : "_gM2QpJi--B", + "_rev" : "_gjDBWoG--D", "type" : "is-in" }, { @@ -12836,7 +12837,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81351", "_from" : "worldVertices/country-afghanistan", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJm---", + "_rev" : "_gjDBWoG--E", "type" : "is-in" }, { @@ -12844,7 +12845,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81353", "_from" : "worldVertices/country-albania", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJm--_", + "_rev" : "_gjDBWoG--F", "type" : "is-in" }, { @@ -12852,7 +12853,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81355", "_from" : "worldVertices/country-algeria", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJm--A", + "_rev" : "_gjDBWoG--G", "type" : "is-in" }, { @@ -12860,7 +12861,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81357", "_from" : "worldVertices/country-andorra", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJm--B", + "_rev" : "_gjDBWoG--H", "type" : "is-in" }, { @@ -12868,7 +12869,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81359", "_from" : "worldVertices/country-angola", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJq---", + "_rev" : "_gjDBWoG--I", "type" : "is-in" }, { @@ -12876,7 +12877,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81361", "_from" : "worldVertices/country-antigua-and-barbuda", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpJq--_", + "_rev" : "_gjDBWoK---", "type" : "is-in" }, { @@ -12884,7 +12885,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81363", "_from" : "worldVertices/country-argentina", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpJq--A", + "_rev" : "_gjDBWoK--_", "type" : "is-in" }, { @@ -12892,7 +12893,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81365", "_from" : "worldVertices/country-australia", "_to" : "worldVertices/continent-australia", - "_rev" : "_gM2QpJq--B", + "_rev" : "_gjDBWoK--A", "type" : "is-in" }, { @@ -12900,7 +12901,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81367", "_from" : "worldVertices/country-austria", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJu---", + "_rev" : "_gjDBWoK--B", "type" : "is-in" }, { @@ -12908,7 +12909,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81369", "_from" : "worldVertices/country-bahamas", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpJu--_", + "_rev" : "_gjDBWoK--C", "type" : "is-in" }, { @@ -12916,7 +12917,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81371", "_from" : "worldVertices/country-bahrain", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJu--A", + "_rev" : "_gjDBWoK--D", "type" : "is-in" }, { @@ -12924,7 +12925,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81373", "_from" : "worldVertices/country-bangladesh", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJu--B", + "_rev" : "_gjDBWoK--E", "type" : "is-in" }, { @@ -12932,7 +12933,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81375", "_from" : "worldVertices/country-barbados", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpJy---", + "_rev" : "_gjDBWoK--F", "type" : "is-in" }, { @@ -12940,7 +12941,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81377", "_from" : "worldVertices/country-belgium", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJy--_", + "_rev" : "_gjDBWoK--G", "type" : "is-in" }, { @@ -12948,7 +12949,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81379", "_from" : "worldVertices/country-bhutan", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJy--A", + "_rev" : "_gjDBWoK--H", "type" : "is-in" }, { @@ -12956,7 +12957,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81381", "_from" : "worldVertices/country-bolivia", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpJy--B", + "_rev" : "_gjDBWoO---", "type" : "is-in" }, { @@ -12964,7 +12965,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81383", "_from" : "worldVertices/country-bosnia-and-herzegovina", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJ2---", + "_rev" : "_gjDBWoO--_", "type" : "is-in" }, { @@ -12972,7 +12973,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81385", "_from" : "worldVertices/country-botswana", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJ2--_", + "_rev" : "_gjDBWoO--A", "type" : "is-in" }, { @@ -12980,7 +12981,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81387", "_from" : "worldVertices/country-brazil", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpJ2--A", + "_rev" : "_gjDBWoO--B", "type" : "is-in" }, { @@ -12988,7 +12989,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81389", "_from" : "worldVertices/country-brunei", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpJ6---", + "_rev" : "_gjDBWoO--C", "type" : "is-in" }, { @@ -12996,7 +12997,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81391", "_from" : "worldVertices/country-bulgaria", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpJ6--_", + "_rev" : "_gjDBWoO--D", "type" : "is-in" }, { @@ -13004,7 +13005,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81393", "_from" : "worldVertices/country-burkina-faso", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJ6--A", + "_rev" : "_gjDBWoO--E", "type" : "is-in" }, { @@ -13012,7 +13013,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81395", "_from" : "worldVertices/country-burundi", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpJ6--B", + "_rev" : "_gjDBWoO--F", "type" : "is-in" }, { @@ -13020,7 +13021,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81397", "_from" : "worldVertices/country-cambodia", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpK----", + "_rev" : "_gjDBWoO--G", "type" : "is-in" }, { @@ -13028,7 +13029,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81399", "_from" : "worldVertices/country-cameroon", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpK---_", + "_rev" : "_gjDBWoO--H", "type" : "is-in" }, { @@ -13036,7 +13037,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81401", "_from" : "worldVertices/country-canada", "_to" : "worldVertices/continent-north-america", - "_rev" : "_gM2QpK---A", + "_rev" : "_gjDBWoO--I", "type" : "is-in" }, { @@ -13044,7 +13045,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81403", "_from" : "worldVertices/country-chad", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKC---", + "_rev" : "_gjDBWoS---", "type" : "is-in" }, { @@ -13052,7 +13053,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81405", "_from" : "worldVertices/country-chile", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpKC--_", + "_rev" : "_gjDBWoS--_", "type" : "is-in" }, { @@ -13060,7 +13061,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81407", "_from" : "worldVertices/country-colombia", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpKC--A", + "_rev" : "_gjDBWoS--A", "type" : "is-in" }, { @@ -13068,7 +13069,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81409", "_from" : "worldVertices/country-cote-d-ivoire", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKC--B", + "_rev" : "_gjDBWoS--B", "type" : "is-in" }, { @@ -13076,7 +13077,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81411", "_from" : "worldVertices/country-croatia", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKG---", + "_rev" : "_gjDBWoS--C", "type" : "is-in" }, { @@ -13084,7 +13085,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81413", "_from" : "worldVertices/country-czech-republic", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKG--_", + "_rev" : "_gjDBWoS--D", "type" : "is-in" }, { @@ -13092,7 +13093,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81415", "_from" : "worldVertices/country-denmark", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKG--A", + "_rev" : "_gjDBWoS--E", "type" : "is-in" }, { @@ -13100,7 +13101,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81417", "_from" : "worldVertices/country-ecuador", "_to" : "worldVertices/continent-south-america", - "_rev" : "_gM2QpKG--B", + "_rev" : "_gjDBWoS--F", "type" : "is-in" }, { @@ -13108,7 +13109,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81419", "_from" : "worldVertices/country-egypt", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKK---", + "_rev" : "_gjDBWoS--G", "type" : "is-in" }, { @@ -13116,7 +13117,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81421", "_from" : "worldVertices/country-eritrea", "_to" : "worldVertices/continent-africa", - "_rev" : "_gM2QpKK--_", + "_rev" : "_gjDBWoS--H", "type" : "is-in" }, { @@ -13124,7 +13125,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81423", "_from" : "worldVertices/country-finland", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKK--A", + "_rev" : "_gjDBWoW---", "type" : "is-in" }, { @@ -13132,7 +13133,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81425", "_from" : "worldVertices/country-france", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKK--B", + "_rev" : "_gjDBWoW--_", "type" : "is-in" }, { @@ -13140,7 +13141,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81427", "_from" : "worldVertices/country-germany", "_to" : "worldVertices/continent-europe", - "_rev" : "_gM2QpKO---", + "_rev" : "_gjDBWoW--A", "type" : "is-in" }, { @@ -13148,7 +13149,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81429", "_from" : "worldVertices/country-people-s-republic-of-china", "_to" : "worldVertices/continent-asia", - "_rev" : "_gM2QpKO--_", + "_rev" : "_gjDBWoW--B", "type" : "is-in" }, { @@ -13156,7 +13157,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81431", "_from" : "worldVertices/capital-algiers", "_to" : "worldVertices/country-algeria", - "_rev" : "_gM2QpKO--A", + "_rev" : "_gjDBWoW--C", "type" : "is-in" }, { @@ -13164,7 +13165,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81433", "_from" : "worldVertices/capital-andorra-la-vella", "_to" : "worldVertices/country-andorra", - "_rev" : "_gM2QpKO--B", + "_rev" : "_gjDBWoW--D", "type" : "is-in" }, { @@ -13172,7 +13173,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81435", "_from" : "worldVertices/capital-asmara", "_to" : "worldVertices/country-eritrea", - "_rev" : "_gM2QpKS---", + "_rev" : "_gjDBWoW--E", "type" : "is-in" }, { @@ -13180,7 +13181,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81437", "_from" : "worldVertices/capital-bandar-seri-begawan", "_to" : "worldVertices/country-brunei", - "_rev" : "_gM2QpKS--_", + "_rev" : "_gjDBWoW--F", "type" : "is-in" }, { @@ -13188,7 +13189,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81439", "_from" : "worldVertices/capital-beijing", "_to" : "worldVertices/country-people-s-republic-of-china", - "_rev" : "_gM2QpKS--A", + "_rev" : "_gjDBWoW--G", "type" : "is-in" }, { @@ -13196,7 +13197,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81441", "_from" : "worldVertices/capital-berlin", "_to" : "worldVertices/country-germany", - "_rev" : "_gM2QpKS--B", + "_rev" : "_gjDBWoW--H", "type" : "is-in" }, { @@ -13204,7 +13205,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81443", "_from" : "worldVertices/capital-bogota", "_to" : "worldVertices/country-colombia", - "_rev" : "_gM2QpKW---", + "_rev" : "_gjDBWoW--I", "type" : "is-in" }, { @@ -13212,7 +13213,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81445", "_from" : "worldVertices/capital-brasilia", "_to" : "worldVertices/country-brazil", - "_rev" : "_gM2QpKW--_", + "_rev" : "_gjDBWoa---", "type" : "is-in" }, { @@ -13220,7 +13221,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81447", "_from" : "worldVertices/capital-bridgetown", "_to" : "worldVertices/country-barbados", - "_rev" : "_gM2QpKW--A", + "_rev" : "_gjDBWoa--_", "type" : "is-in" }, { @@ -13228,7 +13229,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81449", "_from" : "worldVertices/capital-brussels", "_to" : "worldVertices/country-belgium", - "_rev" : "_gM2QpKW--B", + "_rev" : "_gjDBWoa--A", "type" : "is-in" }, { @@ -13236,7 +13237,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81451", "_from" : "worldVertices/capital-buenos-aires", "_to" : "worldVertices/country-argentina", - "_rev" : "_gM2QpKa---", + "_rev" : "_gjDBWoa--B", "type" : "is-in" }, { @@ -13244,7 +13245,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81453", "_from" : "worldVertices/capital-bujumbura", "_to" : "worldVertices/country-burundi", - "_rev" : "_gM2QpKa--_", + "_rev" : "_gjDBWoa--C", "type" : "is-in" }, { @@ -13252,7 +13253,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81455", "_from" : "worldVertices/capital-cairo", "_to" : "worldVertices/country-egypt", - "_rev" : "_gM2QpKa--A", + "_rev" : "_gjDBWoa--D", "type" : "is-in" }, { @@ -13260,7 +13261,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81457", "_from" : "worldVertices/capital-canberra", "_to" : "worldVertices/country-australia", - "_rev" : "_gM2QpKe---", + "_rev" : "_gjDBWoa--E", "type" : "is-in" }, { @@ -13268,7 +13269,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81459", "_from" : "worldVertices/capital-copenhagen", "_to" : "worldVertices/country-denmark", - "_rev" : "_gM2QpKe--_", + "_rev" : "_gjDBWoa--F", "type" : "is-in" }, { @@ -13276,7 +13277,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81461", "_from" : "worldVertices/capital-dhaka", "_to" : "worldVertices/country-bangladesh", - "_rev" : "_gM2QpKe--A", + "_rev" : "_gjDBWoa--G", "type" : "is-in" }, { @@ -13284,7 +13285,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81463", "_from" : "worldVertices/capital-gaborone", "_to" : "worldVertices/country-botswana", - "_rev" : "_gM2QpKe--B", + "_rev" : "_gjDBWoa--H", "type" : "is-in" }, { @@ -13292,7 +13293,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81465", "_from" : "worldVertices/capital-helsinki", "_to" : "worldVertices/country-finland", - "_rev" : "_gM2QpKi---", + "_rev" : "_gjDBWoa--I", "type" : "is-in" }, { @@ -13300,7 +13301,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81467", "_from" : "worldVertices/capital-kabul", "_to" : "worldVertices/country-afghanistan", - "_rev" : "_gM2QpKi--_", + "_rev" : "_gjDBWoe---", "type" : "is-in" }, { @@ -13308,7 +13309,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81469", "_from" : "worldVertices/capital-la-paz", "_to" : "worldVertices/country-bolivia", - "_rev" : "_gM2QpKi--A", + "_rev" : "_gjDBWoe--_", "type" : "is-in" }, { @@ -13316,7 +13317,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81471", "_from" : "worldVertices/capital-luanda", "_to" : "worldVertices/country-angola", - "_rev" : "_gM2QpKi--B", + "_rev" : "_gjDBWoe--A", "type" : "is-in" }, { @@ -13324,7 +13325,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81473", "_from" : "worldVertices/capital-manama", "_to" : "worldVertices/country-bahrain", - "_rev" : "_gM2QpKm---", + "_rev" : "_gjDBWoe--B", "type" : "is-in" }, { @@ -13332,7 +13333,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81475", "_from" : "worldVertices/capital-nassau", "_to" : "worldVertices/country-bahamas", - "_rev" : "_gM2QpKm--_", + "_rev" : "_gjDBWoe--C", "type" : "is-in" }, { @@ -13340,7 +13341,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81477", "_from" : "worldVertices/capital-n-djamena", "_to" : "worldVertices/country-chad", - "_rev" : "_gM2QpKm--A", + "_rev" : "_gjDBWoe--D", "type" : "is-in" }, { @@ -13348,7 +13349,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81479", "_from" : "worldVertices/capital-ottawa", "_to" : "worldVertices/country-canada", - "_rev" : "_gM2QpKm--B", + "_rev" : "_gjDBWoe--E", "type" : "is-in" }, { @@ -13356,7 +13357,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81481", "_from" : "worldVertices/capital-ouagadougou", "_to" : "worldVertices/country-burkina-faso", - "_rev" : "_gM2QpKq---", + "_rev" : "_gjDBWoe--F", "type" : "is-in" }, { @@ -13364,7 +13365,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81483", "_from" : "worldVertices/capital-paris", "_to" : "worldVertices/country-france", - "_rev" : "_gM2QpKq--_", + "_rev" : "_gjDBWoe--G", "type" : "is-in" }, { @@ -13372,7 +13373,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81485", "_from" : "worldVertices/capital-phnom-penh", "_to" : "worldVertices/country-cambodia", - "_rev" : "_gM2QpKq--A", + "_rev" : "_gjDBWoe--H", "type" : "is-in" }, { @@ -13380,7 +13381,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81487", "_from" : "worldVertices/capital-prague", "_to" : "worldVertices/country-czech-republic", - "_rev" : "_gM2QpKq--B", + "_rev" : "_gjDBWoi---", "type" : "is-in" }, { @@ -13388,7 +13389,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81489", "_from" : "worldVertices/capital-quito", "_to" : "worldVertices/country-ecuador", - "_rev" : "_gM2QpKu---", + "_rev" : "_gjDBWoi--_", "type" : "is-in" }, { @@ -13396,7 +13397,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81491", "_from" : "worldVertices/capital-saint-john-s", "_to" : "worldVertices/country-antigua-and-barbuda", - "_rev" : "_gM2QpKu--_", + "_rev" : "_gjDBWoi--A", "type" : "is-in" }, { @@ -13404,7 +13405,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81493", "_from" : "worldVertices/capital-santiago", "_to" : "worldVertices/country-chile", - "_rev" : "_gM2QpKu--A", + "_rev" : "_gjDBWoi--B", "type" : "is-in" }, { @@ -13412,7 +13413,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81495", "_from" : "worldVertices/capital-sarajevo", "_to" : "worldVertices/country-bosnia-and-herzegovina", - "_rev" : "_gM2QpKu--B", + "_rev" : "_gjDBWoi--C", "type" : "is-in" }, { @@ -13420,7 +13421,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81497", "_from" : "worldVertices/capital-sofia", "_to" : "worldVertices/country-bulgaria", - "_rev" : "_gM2QpKy---", + "_rev" : "_gjDBWoi--D", "type" : "is-in" }, { @@ -13428,7 +13429,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81499", "_from" : "worldVertices/capital-thimphu", "_to" : "worldVertices/country-bhutan", - "_rev" : "_gM2QpKy--_", + "_rev" : "_gjDBWoi--E", "type" : "is-in" }, { @@ -13436,7 +13437,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81501", "_from" : "worldVertices/capital-tirana", "_to" : "worldVertices/country-albania", - "_rev" : "_gM2QpKy--A", + "_rev" : "_gjDBWoi--F", "type" : "is-in" }, { @@ -13444,7 +13445,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81503", "_from" : "worldVertices/capital-vienna", "_to" : "worldVertices/country-austria", - "_rev" : "_gM2QpKy--B", + "_rev" : "_gjDBWoi--G", "type" : "is-in" }, { @@ -13452,7 +13453,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81505", "_from" : "worldVertices/capital-yamoussoukro", "_to" : "worldVertices/country-cote-d-ivoire", - "_rev" : "_gM2QpK2---", + "_rev" : "_gjDBWoi--H", "type" : "is-in" }, { @@ -13460,7 +13461,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81507", "_from" : "worldVertices/capital-yaounde", "_to" : "worldVertices/country-cameroon", - "_rev" : "_gM2QpK2--_", + "_rev" : "_gjDBWoi--I", "type" : "is-in" }, { @@ -13468,7 +13469,7 @@ arangosh> db.worldEdges.toArray(); "_id" : "worldEdges/81509", "_from" : "worldVertices/capital-zagreb", "_to" : "worldVertices/country-croatia", - "_rev" : "_gM2QpK2--A", + "_rev" : "_gjDBWom---", "type" : "is-in" } ] @@ -13507,32 +13508,32 @@ arangosh> db.mps_verts.toArray(); { "_key" : "A", "_id" : "mps_verts/A", - "_rev" : "_gM2QpFK---" + "_rev" : "_gjDBWmK--_" }, { "_key" : "B", "_id" : "mps_verts/B", - "_rev" : "_gM2QpFO---" + "_rev" : "_gjDBWmK--A" }, { "_key" : "C", "_id" : "mps_verts/C", - "_rev" : "_gM2QpFO--_" + "_rev" : "_gjDBWmK--B" }, { "_key" : "D", "_id" : "mps_verts/D", - "_rev" : "_gM2QpFO--A" + "_rev" : "_gjDBWmK--C" }, { "_key" : "E", "_id" : "mps_verts/E", - "_rev" : "_gM2QpFO--B" + "_rev" : "_gjDBWmK--D" }, { "_key" : "F", "_id" : "mps_verts/F", - "_rev" : "_gM2QpFS---" + "_rev" : "_gjDBWmO---" } ] arangosh> db.mps_edges.toArray(); @@ -13542,7 +13543,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81057", "_from" : "mps_verts/A", "_to" : "mps_verts/B", - "_rev" : "_gM2QpFS--_", + "_rev" : "_gjDBWmO--_", "vertex" : "A" }, { @@ -13550,7 +13551,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81059", "_from" : "mps_verts/A", "_to" : "mps_verts/E", - "_rev" : "_gM2QpFS--A", + "_rev" : "_gjDBWmO--A", "vertex" : "A" }, { @@ -13558,7 +13559,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81061", "_from" : "mps_verts/A", "_to" : "mps_verts/D", - "_rev" : "_gM2QpFS--B", + "_rev" : "_gjDBWmO--B", "vertex" : "A" }, { @@ -13566,7 +13567,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81063", "_from" : "mps_verts/B", "_to" : "mps_verts/C", - "_rev" : "_gM2QpFW---", + "_rev" : "_gjDBWmO--C", "vertex" : "B" }, { @@ -13574,7 +13575,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81065", "_from" : "mps_verts/D", "_to" : "mps_verts/C", - "_rev" : "_gM2QpFW--_", + "_rev" : "_gjDBWmO--D", "vertex" : "D" }, { @@ -13582,7 +13583,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81067", "_from" : "mps_verts/E", "_to" : "mps_verts/F", - "_rev" : "_gM2QpFW--A", + "_rev" : "_gjDBWmO--E", "vertex" : "E" }, { @@ -13590,7 +13591,7 @@ arangosh> db.mps_edges.toArray(); "_id" : "mps_edges/81069", "_from" : "mps_verts/F", "_to" : "mps_verts/C", - "_rev" : "_gM2QpFa---", + "_rev" : "_gjDBWmO--F", "vertex" : "F" } ] @@ -13625,182 +13626,182 @@ arangosh> db.components.toArray(); { "_key" : "A1", "_id" : "components/A1", - "_rev" : "_gM2Qp_q---" + "_rev" : "_gjDBWj2---" }, { "_key" : "A2", "_id" : "components/A2", - "_rev" : "_gM2Qp_q--_" + "_rev" : "_gjDBWj2--_" }, { "_key" : "A3", "_id" : "components/A3", - "_rev" : "_gM2Qp_q--A" + "_rev" : "_gjDBWj2--A" }, { "_key" : "A4", "_id" : "components/A4", - "_rev" : "_gM2Qp_u---" + "_rev" : "_gjDBWj2--B" }, { "_key" : "B1", "_id" : "components/B1", - "_rev" : "_gM2Qp_u--_" + "_rev" : "_gjDBWj2--C" }, { "_key" : "B3", "_id" : "components/B3", - "_rev" : "_gM2Qp_u--A" + "_rev" : "_gjDBWj2--D" }, { "_key" : "B2", "_id" : "components/B2", - "_rev" : "_gM2Qp_u--B" + "_rev" : "_gjDBWj2--E" }, { "_key" : "B4", "_id" : "components/B4", - "_rev" : "_gM2Qp_y---" + "_rev" : "_gjDBWj2--F" }, { "_key" : "B6", "_id" : "components/B6", - "_rev" : "_gM2Qp_y--_" + "_rev" : "_gjDBWj2--G" }, { "_key" : "B5", "_id" : "components/B5", - "_rev" : "_gM2Qp_y--A" + "_rev" : "_gjDBWj2--H" }, { "_key" : "B7", "_id" : "components/B7", - "_rev" : "_gM2Qp_y--B" + "_rev" : "_gjDBWj2--I" }, { "_key" : "B8", "_id" : "components/B8", - "_rev" : "_gM2Qp_2---" + "_rev" : "_gjDBWj6---" }, { "_key" : "B9", "_id" : "components/B9", - "_rev" : "_gM2Qp_2--_" + "_rev" : "_gjDBWj6--_" }, { "_key" : "B10", "_id" : "components/B10", - "_rev" : "_gM2Qp_2--A" + "_rev" : "_gjDBWj6--A" }, { "_key" : "B19", "_id" : "components/B19", - "_rev" : "_gM2Qp_2--B" + "_rev" : "_gjDBWj6--B" }, { "_key" : "B11", "_id" : "components/B11", - "_rev" : "_gM2Qp_6---" + "_rev" : "_gjDBWj6--C" }, { "_key" : "B12", "_id" : "components/B12", - "_rev" : "_gM2Qp_6--_" + "_rev" : "_gjDBWj6--D" }, { "_key" : "B13", "_id" : "components/B13", - "_rev" : "_gM2Qp_6--A" + "_rev" : "_gjDBWj6--E" }, { "_key" : "B20", "_id" : "components/B20", - "_rev" : "_gM2Qp_6--B" + "_rev" : "_gjDBWj6--F" }, { "_key" : "B14", "_id" : "components/B14", - "_rev" : "_gM2QpA----" + "_rev" : "_gjDBWj6--G" }, { "_key" : "B15", "_id" : "components/B15", - "_rev" : "_gM2QpA---_" + "_rev" : "_gjDBWj6--H" }, { "_key" : "B16", "_id" : "components/B16", - "_rev" : "_gM2QpA---A" + "_rev" : "_gjDBWj6--I" }, { "_key" : "B17", "_id" : "components/B17", - "_rev" : "_gM2QpA---B" + "_rev" : "_gjDBWk----" }, { "_key" : "B18", "_id" : "components/B18", - "_rev" : "_gM2QpAC---" + "_rev" : "_gjDBWk---_" }, { "_key" : "B21", "_id" : "components/B21", - "_rev" : "_gM2QpAC--_" + "_rev" : "_gjDBWk---A" }, { "_key" : "B22", "_id" : "components/B22", - "_rev" : "_gM2QpAC--A" + "_rev" : "_gjDBWk---B" }, { "_key" : "C1", "_id" : "components/C1", - "_rev" : "_gM2QpAC--B" + "_rev" : "_gjDBWk---C" }, { "_key" : "C2", "_id" : "components/C2", - "_rev" : "_gM2QpAG---" + "_rev" : "_gjDBWk---D" }, { "_key" : "C3", "_id" : "components/C3", - "_rev" : "_gM2QpAG--_" + "_rev" : "_gjDBWk---E" }, { "_key" : "C4", "_id" : "components/C4", - "_rev" : "_gM2QpAG--A" + "_rev" : "_gjDBWk---F" }, { "_key" : "C5", "_id" : "components/C5", - "_rev" : "_gM2QpAG--B" + "_rev" : "_gjDBWk---G" }, { "_key" : "C7", "_id" : "components/C7", - "_rev" : "_gM2QpAK---" + "_rev" : "_gjDBWk---H" }, { "_key" : "C6", "_id" : "components/C6", - "_rev" : "_gM2QpAK--_" + "_rev" : "_gjDBWk---I" }, { "_key" : "C8", "_id" : "components/C8", - "_rev" : "_gM2QpAK--A" + "_rev" : "_gjDBWk---J" }, { "_key" : "C9", "_id" : "components/C9", - "_rev" : "_gM2QpAK--B" + "_rev" : "_gjDBWkC---" }, { "_key" : "C10", "_id" : "components/C10", - "_rev" : "_gM2QpAK--C" + "_rev" : "_gjDBWkC--_" } ] arangosh> db.connections.toArray(); @@ -13810,252 +13811,252 @@ arangosh> db.connections.toArray(); "_id" : "connections/80751", "_from" : "components/A1", "_to" : "components/A2", - "_rev" : "_gM2QpAO---" + "_rev" : "_gjDBWkC--A" }, { "_key" : "80753", "_id" : "connections/80753", "_from" : "components/A2", "_to" : "components/A3", - "_rev" : "_gM2QpAO--_" + "_rev" : "_gjDBWkC--B" }, { "_key" : "80755", "_id" : "connections/80755", "_from" : "components/A3", "_to" : "components/A4", - "_rev" : "_gM2QpAO--A" + "_rev" : "_gjDBWkC--C" }, { "_key" : "80757", "_id" : "connections/80757", "_from" : "components/A4", "_to" : "components/A1", - "_rev" : "_gM2QpAS---" + "_rev" : "_gjDBWkC--D" }, { "_key" : "80759", "_id" : "connections/80759", "_from" : "components/B1", "_to" : "components/B3", - "_rev" : "_gM2QpAS--_" + "_rev" : "_gjDBWkC--E" }, { "_key" : "80761", "_id" : "connections/80761", "_from" : "components/B2", "_to" : "components/B4", - "_rev" : "_gM2QpAS--A" + "_rev" : "_gjDBWkC--F" }, { "_key" : "80763", "_id" : "connections/80763", "_from" : "components/B3", "_to" : "components/B6", - "_rev" : "_gM2QpAS--B" + "_rev" : "_gjDBWkC--G" }, { "_key" : "80765", "_id" : "connections/80765", "_from" : "components/B4", "_to" : "components/B3", - "_rev" : "_gM2QpAW---" + "_rev" : "_gjDBWkC--H" }, { "_key" : "80767", "_id" : "connections/80767", "_from" : "components/B4", "_to" : "components/B5", - "_rev" : "_gM2QpAW--_" + "_rev" : "_gjDBWkG---" }, { "_key" : "80769", "_id" : "connections/80769", "_from" : "components/B6", "_to" : "components/B7", - "_rev" : "_gM2QpAW--A" + "_rev" : "_gjDBWkG--_" }, { "_key" : "80771", "_id" : "connections/80771", "_from" : "components/B7", "_to" : "components/B8", - "_rev" : "_gM2QpAW--B" + "_rev" : "_gjDBWkG--A" }, { "_key" : "80773", "_id" : "connections/80773", "_from" : "components/B7", "_to" : "components/B9", - "_rev" : "_gM2QpAa---" + "_rev" : "_gjDBWkG--B" }, { "_key" : "80775", "_id" : "connections/80775", "_from" : "components/B7", "_to" : "components/B10", - "_rev" : "_gM2QpAa--_" + "_rev" : "_gjDBWkG--C" }, { "_key" : "80777", "_id" : "connections/80777", "_from" : "components/B7", "_to" : "components/B19", - "_rev" : "_gM2QpAa--A" + "_rev" : "_gjDBWkG--D" }, { "_key" : "80779", "_id" : "connections/80779", "_from" : "components/B11", "_to" : "components/B10", - "_rev" : "_gM2QpAe---" + "_rev" : "_gjDBWkG--E" }, { "_key" : "80781", "_id" : "connections/80781", "_from" : "components/B12", "_to" : "components/B11", - "_rev" : "_gM2QpAe--_" + "_rev" : "_gjDBWkG--F" }, { "_key" : "80783", "_id" : "connections/80783", "_from" : "components/B13", "_to" : "components/B12", - "_rev" : "_gM2QpAe--A" + "_rev" : "_gjDBWkG--G" }, { "_key" : "80785", "_id" : "connections/80785", "_from" : "components/B13", "_to" : "components/B20", - "_rev" : "_gM2QpAe--B" + "_rev" : "_gjDBWkG--H" }, { "_key" : "80787", "_id" : "connections/80787", "_from" : "components/B14", "_to" : "components/B13", - "_rev" : "_gM2QpAi---" + "_rev" : "_gjDBWkK---" }, { "_key" : "80789", "_id" : "connections/80789", "_from" : "components/B15", "_to" : "components/B14", - "_rev" : "_gM2QpAi--_" + "_rev" : "_gjDBWkK--_" }, { "_key" : "80791", "_id" : "connections/80791", "_from" : "components/B15", "_to" : "components/B16", - "_rev" : "_gM2QpAi--A" + "_rev" : "_gjDBWkK--A" }, { "_key" : "80793", "_id" : "connections/80793", "_from" : "components/B17", "_to" : "components/B15", - "_rev" : "_gM2QpAi--B" + "_rev" : "_gjDBWkK--B" }, { "_key" : "80795", "_id" : "connections/80795", "_from" : "components/B17", "_to" : "components/B18", - "_rev" : "_gM2QpAm---" + "_rev" : "_gjDBWkK--C" }, { "_key" : "80797", "_id" : "connections/80797", "_from" : "components/B19", "_to" : "components/B17", - "_rev" : "_gM2QpAm--_" + "_rev" : "_gjDBWkK--D" }, { "_key" : "80799", "_id" : "connections/80799", "_from" : "components/B20", "_to" : "components/B21", - "_rev" : "_gM2QpAm--A" + "_rev" : "_gjDBWkK--E" }, { "_key" : "80801", "_id" : "connections/80801", "_from" : "components/B20", "_to" : "components/B22", - "_rev" : "_gM2QpAq---" + "_rev" : "_gjDBWkK--F" }, { "_key" : "80803", "_id" : "connections/80803", "_from" : "components/C1", "_to" : "components/C2", - "_rev" : "_gM2QpAq--_" + "_rev" : "_gjDBWkK--G" }, { "_key" : "80805", "_id" : "connections/80805", "_from" : "components/C2", "_to" : "components/C3", - "_rev" : "_gM2QpAq--A" + "_rev" : "_gjDBWkK--H" }, { "_key" : "80807", "_id" : "connections/80807", "_from" : "components/C3", "_to" : "components/C4", - "_rev" : "_gM2QpAq--B" + "_rev" : "_gjDBWkK--I" }, { "_key" : "80809", "_id" : "connections/80809", "_from" : "components/C4", "_to" : "components/C5", - "_rev" : "_gM2QpAu---" + "_rev" : "_gjDBWkO---" }, { "_key" : "80811", "_id" : "connections/80811", "_from" : "components/C4", "_to" : "components/C7", - "_rev" : "_gM2QpAu--_" + "_rev" : "_gjDBWkO--_" }, { "_key" : "80813", "_id" : "connections/80813", "_from" : "components/C5", "_to" : "components/C6", - "_rev" : "_gM2QpAu--A" + "_rev" : "_gjDBWkO--A" }, { "_key" : "80815", "_id" : "connections/80815", "_from" : "components/C5", "_to" : "components/C7", - "_rev" : "_gM2QpAu--B" + "_rev" : "_gjDBWkO--B" }, { "_key" : "80817", "_id" : "connections/80817", "_from" : "components/C7", "_to" : "components/C8", - "_rev" : "_gM2QpAy---" + "_rev" : "_gjDBWkO--C" }, { "_key" : "80819", "_id" : "connections/80819", "_from" : "components/C8", "_to" : "components/C9", - "_rev" : "_gM2QpAy--_" + "_rev" : "_gjDBWkO--D" }, { "_key" : "80821", "_id" : "connections/80821", "_from" : "components/C8", "_to" : "components/C10", - "_rev" : "_gM2QpAy--A" + "_rev" : "_gjDBWkO--E" } ] arangosh> examples.dropGraph("connectedComponentsGraph"); @@ -14090,7 +14091,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/71976", "isNewlyCreated" : true, "minLength" : 3, - "name" : "idx_1769599275864424448", + "name" : "idx_1775847849981902849", "sparse" : true, "type" : "fulltext", "unique" : false, @@ -14100,50 +14101,50 @@ arangosh> db.example.save({ text : "_id" : "example/71980", "_key" : "71980", - "_rev" : "_gM2Qnmq--_" + "_rev" : "_gjDBVvS--A" } arangosh> db.example.save({ text : "quick brown fox", b : { c : 2 } }); { "_id" : "example/71982", "_key" : "71982", - "_rev" : "_gM2Qnmu---" + "_rev" : "_gjDBVvW---" } arangosh> db.example.save({ text : "brown fox jums", b : { c : 3 } }); { "_id" : "example/71984", "_key" : "71984", - "_rev" : "_gM2Qnmu--_" + "_rev" : "_gjDBVvW--_" } arangosh> db.example.save({ text : "fox jumps over", b : { c : 4 } }); { "_id" : "example/71986", "_key" : "71986", - "_rev" : "_gM2Qnmy---" + "_rev" : "_gjDBVvW--A" } arangosh> db.example.save({ text : "jumps over the", b : { c : 5 } }); { "_id" : "example/71988", "_key" : "71988", - "_rev" : "_gM2Qnmy--_" + "_rev" : "_gjDBVva---" } arangosh> db.example.save({ text : "over the lazy", b : { c : 6 } }); { "_id" : "example/71990", "_key" : "71990", - "_rev" : "_gM2Qnmy--A" + "_rev" : "_gjDBVva--_" } arangosh> db.example.save({ text : "the lazy dog", b : { c : 7 } }); { "_id" : "example/71992", "_key" : "71992", - "_rev" : "_gM2Qnm2---" + "_rev" : "_gjDBVva--A" } arangosh> db._query("FOR document IN FULLTEXT(example, 'text', 'the') RETURN document"); [ { "_key" : "71980", "_id" : "example/71980", - "_rev" : "_gM2Qnmq--_", + "_rev" : "_gjDBVvS--A", "text" : "the quick brown", "b" : { "c" : 1 @@ -14152,7 +14153,7 @@ arangosh> db._query("FOR document IN FULLTEXT( { "_key" : "71988", "_id" : "example/71988", - "_rev" : "_gM2Qnmy--_", + "_rev" : "_gjDBVva---", "text" : "jumps over the", "b" : { "c" : 5 @@ -14161,7 +14162,7 @@ arangosh> db._query("FOR document IN FULLTEXT( { "_key" : "71990", "_id" : "example/71990", - "_rev" : "_gM2Qnmy--A", + "_rev" : "_gjDBVva--_", "text" : "over the lazy", "b" : { "c" : 6 @@ -14170,7 +14171,7 @@ arangosh> db._query("FOR document IN FULLTEXT( { "_key" : "71992", "_id" : "example/71992", - "_rev" : "_gM2Qnm2---", + "_rev" : "_gjDBVva--A", "text" : "the lazy dog", "b" : { "c" : 7 @@ -14215,7 +14216,7 @@ arangosh> db.geo.ensureIndex({ type: "id" : "geo/77726", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599276927680512", + "name" : "idx_1775847850694934528", "sparse" : true, "type" : "geo", "unique" : false, @@ -14252,7 +14253,7 @@ arangosh> db.geo2.ensureIndex({ type: "id" : "geo2/77737", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599276930826240", + "name" : "idx_1775847850695983105", "sparse" : true, "type" : "geo", "unique" : false, @@ -14289,7 +14290,7 @@ arangosh> db.geoSort.ensureIndex({ type: "id" : "geoSort/79169", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599277135298561", + "name" : "idx_1775847850772529153", "sparse" : true, "type" : "geo", "unique" : false, @@ -14315,7 +14316,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 7 idx_1769599277135298561 geo geoSort false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < "unlimited") + 7 idx_1775847850772529153 geo geoSort false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < "unlimited") Optimization rules applied: Id RuleName @@ -14326,19 +14327,19 @@ Optimization rules with highest execution time RuleName Duration [s] geo-index-optimizer 0.00001 remove-unnecessary-calculations-2 0.00000 + reduce-extraction-to-projection 0.00000 move-calculations-up 0.00000 - simplify-conditions 0.00000 - use-indexes 0.00000 + replace-function-with-index 0.00000 -41 rule(s) executed, 1 plan(s) created +41 rule(s) executed, 1 plan(s) created -arangosh> db._query(query); +arangosh> db._query(query); [ { "_key" : "79875", "_id" : "geoSort/79875", - "_rev" : "_gM2Qo4---_", + "_rev" : "_gjDBWgi--H", "name" : "Name/0/0", "latitude" : 0, "longitude" : 0 @@ -14346,7 +14347,7 @@ arangosh> db._query(query); { "_key" : "79949", "_id" : "geoSort/79949", - "_rev" : "_gM2Qo4i--A", + "_rev" : "_gjDBWgy--_", "name" : "Name/10/0", "latitude" : 10, "longitude" : 0 @@ -14354,7 +14355,7 @@ arangosh> db._query(query); { "_key" : "79877", "_id" : "geoSort/79877", - "_rev" : "_gM2Qo4---A", + "_rev" : "_gjDBWgi--I", "name" : "Name/0/10", "latitude" : 0, "longitude" : 10 @@ -14362,7 +14363,7 @@ arangosh> db._query(query); { "_key" : "79801", "_id" : "geoSort/79801", - "_rev" : "_gM2Qo3a---", + "_rev" : "_gjDBWgW--D", "name" : "Name/-10/0", "latitude" : -10, "longitude" : 0 @@ -14370,7 +14371,7 @@ arangosh> db._query(query); { "_key" : "79873", "_id" : "geoSort/79873", - "_rev" : "_gM2Qo4----", + "_rev" : "_gjDBWgi--G", "name" : "Name/0/-10", "latitude" : 0, "longitude" : -10 @@ -14389,7 +14390,7 @@ arangosh> for (i = -var query = "FOR doc in geoSort SORT DISTANCE(doc.latitude, doc.longitude, 0, 0) LIMIT 5 RETURN doc" arangosh> db._explain(query, {}, {colors: false}); -arangosh> db._query(query); +arangosh> db._query(query);
Show execution results
@@ -14415,7 +14416,7 @@ arangosh> db.geoFilter.ensureIndex({ type: "id"
: "geoFilter/77748", "isNewlyCreated" : true, "maxNumCoverCells" : 8, - "name" : "idx_1769599276933971969", + "name" : "idx_1775847850698080257", "sparse" : true, "type" : "geo", "unique" : false, @@ -14440,7 +14441,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 6 idx_1769599276933971969 geo geoFilter false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < 2000) + 6 idx_1775847850698080257 geo geoFilter false true n/a [ `latitude`, `longitude` ] (GEO_DISTANCE([ 0, 0 ], [ doc.`longitude`, doc.`latitude` ]) < 2000) Optimization rules applied: Id RuleName @@ -14449,10 +14450,10 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - geo-index-optimizer 0.00002 + geo-index-optimizer 0.00001 remove-unnecessary-calculations-2 0.00000 - reduce-extraction-to-projection 0.00000 optimize-subqueries 0.00000 + reduce-extraction-to-projection 0.00000 move-calculations-up 0.00000 41 rule(s) executed, 1 plan(s) created @@ -14463,7 +14464,7 @@ arangosh> db._query(query); { "_key" : "78454", "_id" : "geoFilter/78454", - "_rev" : "_gM2QosK---", + "_rev" : "_gjDBWc---H", "name" : "Name/0/0", "latitude" : 0, "longitude" : 0 @@ -14506,7 +14507,7 @@ arangosh> db.ids.ensureIndex({ type: "id" : "ids/72254", "isNewlyCreated" : true, - "name" : "idx_1769599275916853248", + "name" : "idx_1775847850008117249", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14517,22 +14518,22 @@ arangosh> db.ids.save({ "myId": "_id"
: "ids/72258", "_key" : "72258", - "_rev" : "_gM2Qnpy--_" + "_rev" : "_gjDBVw2--A" } arangosh> db.ids.save({ "myId": 456 }); { "_id" : "ids/72260", "_key" : "72260", - "_rev" : "_gM2Qnp2---" + "_rev" : "_gjDBVw6---" } arangosh> db.ids.save({ "myId": 789 }); { "_id" : "ids/72262", "_key" : "72262", - "_rev" : "_gM2Qnp2--_" + "_rev" : "_gjDBVw6--_" } arangosh> db.ids.save({ "myId": 123 }); -[ArangoError 1210: unique constraint violated - in index idx_1769599275916853248 of type persistent over 'myId'; conflicting key: 72258] +[ArangoError 1210: unique constraint violated - in index idx_1775847850008117249 of type persistent over 'myId'; conflicting key: 72258]
Hide execution results
@@ -14566,7 +14567,7 @@ arangosh> db.ids.ensureIndex({ type: "id" : "ids/72235", "isNewlyCreated" : true, - "name" : "idx_1769599275910561793", + "name" : "idx_1775847850004971521", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14577,22 +14578,22 @@ arangosh> db.ids.save({ "name" : { { "_id" : "ids/72239", "_key" : "72239", - "_rev" : "_gM2Qnpe---" + "_rev" : "_gjDBVwu---" } arangosh> db.ids.save({ "name" : { "first" : "jens", "last": "jensen" }}); { "_id" : "ids/72241", "_key" : "72241", - "_rev" : "_gM2Qnpe--_" + "_rev" : "_gjDBVwu--_" } arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "jensen" }}); { "_id" : "ids/72243", "_key" : "72243", - "_rev" : "_gM2Qnpi---" + "_rev" : "_gjDBVwu--A" } arangosh> db.ids.save({ "name" : { "first" : "hans", "last": "hansen" }}); -[ArangoError 1210: unique constraint violated - in index idx_1769599275910561793 of type persistent over 'name.first, name.last'; conflicting key: 72239] +[ArangoError 1210: unique constraint violated - in index idx_1775847850004971521 of type persistent over 'name.first, name.last'; conflicting key: 72239]
Hide execution results
@@ -14625,7 +14626,7 @@ arangosh> db.names.ensureIndex({ type: "id" : "names/72003", "isNewlyCreated" : true, - "name" : "idx_1769599275873861632", + "name" : "idx_1775847849988194305", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14636,31 +14637,31 @@ arangosh> db.names.save({ "first" { "_id" : "names/72007", "_key" : "72007", - "_rev" : "_gM2QnnO--_" + "_rev" : "_gjDBVvu---" } arangosh> db.names.save({ "first" : "Tom" }); { "_id" : "names/72009", "_key" : "72009", - "_rev" : "_gM2QnnS---" + "_rev" : "_gjDBVvy---" } arangosh> db.names.save({ "first" : "John" }); { "_id" : "names/72011", "_key" : "72011", - "_rev" : "_gM2QnnS--_" + "_rev" : "_gjDBVvy--_" } arangosh> db.names.save({ "first" : "Tim" }); { "_id" : "names/72013", "_key" : "72013", - "_rev" : "_gM2QnnW---" + "_rev" : "_gjDBVvy--A" } arangosh> db.names.save({ "first" : "Tom" }); { "_id" : "names/72015", "_key" : "72015", - "_rev" : "_gM2QnnW--_" + "_rev" : "_gjDBVv2---" }
Hide execution results
@@ -14695,7 +14696,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/72024", "isNewlyCreated" : true, - "name" : "idx_1769599275880153088", + "name" : "idx_1775847849993437184", "sparse" : true, "type" : "ttl", "unique" : false, @@ -14732,7 +14733,7 @@ arangosh> db.collection.ensureIndex({ type: "id"
: "collection/72275", "isNewlyCreated" : true, - "name" : "idx_1769599275922096129", + "name" : "idx_1775847850011262977", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14769,7 +14770,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/71487", "isNewlyCreated" : true, - "name" : "idx_1769599275654709249", + "name" : "idx_1775847849585541120", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14796,7 +14797,7 @@ arangosh> db.test.getIndexes(); "attribute" ], "id" : "test/71479", - "name" : "idx_1769599275653660672", + "name" : "idx_1775847849583443969", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14809,7 +14810,7 @@ arangosh> db.test.getIndexes(); "uniqueAttribute" ], "id" : "test/71483", - "name" : "idx_1769599275654709248", + "name" : "idx_1775847849584492544", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14823,7 +14824,7 @@ arangosh> db.test.getIndexes(); "secondAttribute.subAttribute" ], "id" : "test/71487", - "name" : "idx_1769599275654709249", + "name" : "idx_1775847849585541120", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14860,7 +14861,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/71445", "isNewlyCreated" : true, - "name" : "idx_1769599275520491520", + "name" : "idx_1775847849404137473", "selectivityEstimate" : 1, "sparse" : true, "type" : "persistent", @@ -14877,7 +14878,7 @@ arangosh> db.test.ensureIndex({ type: "id" : "test/71449", "isNewlyCreated" : true, - "name" : "idx_1769599275521540096", + "name" : "idx_1775847849405186048", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14914,7 +14915,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/71318", "isNewlyCreated" : true, - "name" : "idx_1769599275432411136", + "name" : "idx_1775847849351708673", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -14943,7 +14944,7 @@ arangosh> indexInfo; "b" ], "id" : "example/71318", - "name" : "idx_1769599275432411136", + "name" : "idx_1775847849351708673", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -15020,7 +15021,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/66796", "isNewlyCreated" : true, - "name" : "idx_1769599220455571457", + "name" : "idx_1775847796007501825", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -15054,7 +15055,7 @@ arangosh> db._index(indexInfo[1]) "b" ], "id" : "example/66796", - "name" : "idx_1769599220455571457", + "name" : "idx_1775847796007501825", "sparse" : false, "type" : "persistent", "unique" : false, @@ -15093,7 +15094,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/71961", "isNewlyCreated" : true, - "name" : "idx_1769599275858132992", + "name" : "idx_1775847849968271360", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -15122,7 +15123,7 @@ arangosh> indexInfo; "b" ], "id" : "example/71961", - "name" : "idx_1769599275858132992", + "name" : "idx_1775847849968271360", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -15182,7 +15183,7 @@ arangosh> db.example.ensureIndex({ type: "id" : "example/66810", "isNewlyCreated" : true, - "name" : "idx_1769599220468154368", + "name" : "idx_1775847796012744704", "selectivityEstimate" : 1, "sparse" : false, "type" : "persistent", @@ -15201,7 +15202,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 6 idx_1769599220468154368 persistent example false false 100.00 % [ `a`, `b` ] (doc.`a` < 23) + 6 idx_1775847796012744704 persistent example false false 100.00 % [ `a`, `b` ] (doc.`a` < 23) Optimization rules applied: Id RuleName @@ -15211,11 +15212,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - use-indexes 0.00004 + use-indexes 0.00002 remove-filter-covered-by-index 0.00001 geo-index-optimizer 0.00000 - reduce-extraction-to-projection 0.00000 remove-unnecessary-calculations-2 0.00000 + reduce-extraction-to-projection 0.00000 41 rule(s) executed, 1 plan(s) created @@ -15353,31 +15354,31 @@ arangosh> db.five.toArray() { "_key" : "81974", "_id" : "five/81974", - "_rev" : "_gM2QpoG---", + "_rev" : "_gjDBW6y--_", "value" : 0 }, { "_key" : "81976", "_id" : "five/81976", - "_rev" : "_gM2QpoG--_", + "_rev" : "_gjDBW6y--A", "value" : 1 }, { "_key" : "81978", "_id" : "five/81978", - "_rev" : "_gM2QpoG--A", + "_rev" : "_gjDBW6y--B", "value" : 2 }, { "_key" : "81980", "_id" : "five/81980", - "_rev" : "_gM2QpoK---", + "_rev" : "_gjDBW6y--C", "value" : 3 }, { "_key" : "81982", "_id" : "five/81982", - "_rev" : "_gM2QpoK--_", + "_rev" : "_gjDBW6y--D", "value" : 4 } ] @@ -15503,16 +15504,16 @@ arangosh> if (task) { { "_key" : "123", "_id" : "tasks/123", - "_rev" : "_gM2QpUi---", + "_rev" : "_gjDBWsq--_", "type" : "sendEmail", "date" : "2022-07-07T15:20:00.000Z" } { "_key" : "124", "_id" : "tasks/124", - "_rev" : "_gM2QpUq--_", + "_rev" : "_gjDBWsu--_", "type" : "sendEmail", - "date" : "2023-06-24T15:43:01.483Z" + "date" : "2023-09-01T15:01:25.356Z" } arangosh> trx.status(); { @@ -15632,7 +15633,7 @@ Execution plan: Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 7 idx_1769599219300040704 geo germanCity false true n/a [ `geometry` ] (GEO_DISTANCE([ 7.0998, 50.734 ], startCity.`geometry`) < 400000) + 7 idx_1775847795381501953 geo germanCity false true n/a [ `geometry` ] (GEO_DISTANCE([ 7.0998, 50.734 ], startCity.`geometry`) < 400000) Optimization rules applied: Id RuleName @@ -15647,9 +15648,9 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] geo-index-optimizer 0.00001 - move-calculations-up 0.00001 - remove-redundant-calculations 0.00001 - reduce-extraction-to-projection 0.00001 + remove-redundant-calculations 0.00000 + move-calculations-up 0.00000 + reduce-extraction-to-projection 0.00000 move-calculations-up-2 0.00000 42 rule(s) executed, 1 plan(s) created @@ -16381,11 +16382,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] + use-indexes 0.00000 move-calculations-up 0.00000 - optimize-subqueries 0.00000 - replace-function-with-index 0.00000 optimize-count 0.00000 - remove-redundant-calculations 0.00000 + move-calculations-down 0.00000 + splice-subqueries 0.00000 41 rule(s) executed, 1 plan(s) created @@ -16417,8 +16418,8 @@ Execution plan: Id NodeType Calls Items Runtime [s] Comment 1 SingletonNode 1 1 0.00000 * ROOT 4 CalculationNode 1 1 0.00000 - LET #2 = 1 /* json expression */ /* const assignment */ - 2 CalculationNode 1 1 0.25239 - LET s = SLEEP(0.25) /* simple expression */ - 3 CalculationNode 1 1 0.50498 - LET t = SLEEP(0.5) /* simple expression */ + 2 CalculationNode 1 1 0.25371 - LET s = SLEEP(0.25) /* simple expression */ + 3 CalculationNode 1 1 0.50792 - LET t = SLEEP(0.5) /* simple expression */ 5 ReturnNode 1 1 0.00001 - RETURN #2 Indexes used: @@ -16430,17 +16431,17 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 0 0 0 0 0.75753 + 0 0 0 0 0 0 0.76174 Query Profile: Query Stage Duration [s] initializing 0.00000 - parsing 0.00002 + parsing 0.00001 optimizing ast 0.00000 loading collections 0.00000 instantiating plan 0.00001 - optimizing plan 0.00012 - executing 0.75739 + optimizing plan 0.00008 + executing 0.76164 finalizing 0.00004 @@ -16648,7 +16649,7 @@ arangosh> stmt.explain(); { "id" : "40", "type" : "hash", - "name" : "idx_1769599211114856448", + "name" : "idx_1775847790951268352", "fields" : [ "user" ], @@ -17013,16 +17014,16 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] - use-indexes 0.00002 - move-filters-into-enumerate 0.00001 + use-indexes 0.00001 + move-filters-into-enumerate 0.00000 reduce-extraction-to-projection 0.00000 - remove-filter-covered-by-index 0.00000 move-calculations-up 0.00000 + replace-function-with-index 0.00000 -41 rule(s) executed, 1 plan(s) created +41 rule(s) executed, 1 plan(s) created - +
Hide execution results
@@ -17105,7 +17106,7 @@ arangosh> db.test.ensureIndex({ type: "persistent", fields: [ "
   ], 
   "id" : "test/60630", 
   "isNewlyCreated" : true, 
-  "name" : "idx_1769599219178405888", 
+  "name" : "idx_1775847795318587394", 
   "selectivityEstimate" : 1, 
   "sparse" : false, 
   "type" : "persistent", 
@@ -17126,7 +17127,7 @@ Execution plan:
 
 Indexes used:
  By   Name                      Type         Collection   Unique   Sparse   Selectivity   Fields        Ranges
-  9   idx_1769599219178405888   persistent   test         false    false       100.00 %   [ `value` ]   (i.`value` > 97)
+  9   idx_1775847795318587394   persistent   test         false    false       100.00 %   [ `value` ]   (i.`value` > 97)
 
 Optimization rules applied:
  Id   RuleName
@@ -17144,11 +17145,11 @@ Optimization rules applied:
 
 Optimization rules with highest execution times:
  RuleName                                    Duration [s]
- use-indexes                                      0.00003
+ use-indexes                                      0.00002
  remove-redundant-calculations                    0.00001
- remove-filter-covered-by-index                   0.00001
  move-calculations-up                             0.00001
- use-index-for-sort                               0.00001
+ remove-filter-covered-by-index                   0.00001
+ remove-unnecessary-calculations                  0.00000
 
 43 rule(s) executed, 1 plan(s) created
 
@@ -17220,7 +17221,7 @@ arangosh> stmt.explain();
           { 
             "id" : "60630", 
             "type" : "persistent", 
-            "name" : "idx_1769599219178405888", 
+            "name" : "idx_1775847795318587394", 
             "fields" : [ 
               "value" 
             ], 
@@ -17521,7 +17522,7 @@ arangosh> stmt.explain({ allPlans: "id" : "60630", 
               "type" : "persistent", 
-              "name" : "idx_1769599219178405888", 
+              "name" : "idx_1775847795318587394", 
               "fields" : [ 
                 "value" 
               ], 
@@ -18239,7 +18240,7 @@ arangosh> stmt.explain({ optimizer: { "id" : "60630", 
             "type" : "persistent", 
-            "name" : "idx_1769599219178405888", 
+            "name" : "idx_1775847795318587394", 
             "fields" : [ 
               "value" 
             ], 
@@ -18474,7 +18475,7 @@ arangosh> stmt.explain({ maxNumberOfPlans: "id" : "60630", 
             "type" : "persistent", 
-            "name" : "idx_1769599219178405888", 
+            "name" : "idx_1775847795318587394", 
             "fields" : [ 
               "value" 
             ], 
@@ -18777,8 +18778,8 @@ Query String (581   SingletonNode                 1       1       0.00000   * ROOT
-  2   EnumerateCollectionNode       1      10       0.00408     - FOR doc IN acollection   /* full collection scan  */   FILTER (doc.`value` < 10)   /* early pruning */
+  1   SingletonNode                 1       1       0.00001   * ROOT
+  2   EnumerateCollectionNode       1      10       0.00253     - FOR doc IN acollection   /* full collection scan  */   FILTER (doc.`value` < 10)   /* early pruning */
   5   ReturnNode                    1      10       0.00000       - RETURN doc
 
 Indexes used:
@@ -18790,18 +18791,18 @@ Optimization rules applied:
 
 Query Statistics:
  Writes Exec   Writes Ign   Scan Full   Scan Index   Filtered   Peak Mem [b]   Exec Time [s]
-           0            0       10000            0       9990              0         0.00434
+           0            0       10000            0       9990              0         0.00271
 
 Query Profile:
  Query Stage           Duration [s]
  initializing               0.00001
- parsing                    0.00004
+ parsing                    0.00003
  optimizing ast             0.00000
  loading collections        0.00000
- instantiating plan         0.00002
- optimizing plan            0.00017
- executing                  0.00410
- finalizing                 0.00002
+ instantiating plan         0.00001
+ optimizing plan            0.00011
+ executing                  0.00254
+ finalizing                 0.00001
 
 
 
@@ -18840,12 +18841,12 @@ Query String (58
1 SingletonNode 1 1 0.00001 * ROOT - 6 IndexNode 1 10 0.00009 - FOR doc IN acollection /* persistent index scan + document lookup */ - 5 ReturnNode 1 10 0.00001 - RETURN doc + 6 IndexNode 1 10 0.00006 - FOR doc IN acollection /* persistent index scan + document lookup */ + 5 ReturnNode 1 10 0.00000 - RETURN doc Indexes used: By Name Type Collection Unique Sparse Selectivity Fields Ranges - 6 idx_1769599214656946176 persistent acollection false false 100.00 % [ `value` ] (doc.`value` < 10) + 6 idx_1775847793278058496 persistent acollection false false 100.00 % [ `value` ] (doc.`value` < 10) Optimization rules applied: Id RuleName @@ -18855,18 +18856,18 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 0 10 0 0 0.00046 + 0 0 0 10 0 0 0.00024 Query Profile: Query Stage Duration [s] initializing 0.00001 - parsing 0.00005 - optimizing ast 0.00001 + parsing 0.00002 + optimizing ast 0.00000 loading collections 0.00000 - instantiating plan 0.00002 - optimizing plan 0.00024 - executing 0.00012 - finalizing 0.00002 + instantiating plan 0.00001 + optimizing plan 0.00012 + executing 0.00007 + finalizing 0.00001 @@ -18906,16 +18907,16 @@ Query String (116 chars, cacheable: false): Execution plan: Id NodeType Calls Items Runtime [s] Comment - 1 SingletonNode 1 1 0.00001 * ROOT + 1 SingletonNode 1 1 0.00000 * ROOT 12 SubqueryStartNode 1 2 0.00001 - LET list = ( /* subquery begin */ - 3 EnumerateCollectionNode 11 10001 0.00362 - FOR doc IN acollection /* full collection scan */ - 4 CalculationNode 11 10001 0.00268 - LET #5 = (doc.`value` > 90) /* simple expression */ /* collections used: doc : acollection */ - 5 FilterNode 10 9910 0.00230 - FILTER #5 - 13 SubqueryEndNode 1 1 0.00164 - RETURN doc ) /* subquery end */ - 8 EnumerateListNode 10 9909 0.00184 - FOR a IN list /* list iteration */ - 9 CalculationNode 10 9909 0.00265 - LET #7 = (a.`value` < 91) /* simple expression */ - 10 FilterNode 1 0 0.00053 - FILTER #7 - 11 ReturnNode 1 0 0.00001 - RETURN a + 3 EnumerateCollectionNode 11 10001 0.00243 - FOR doc IN acollection /* full collection scan */ + 4 CalculationNode 11 10001 0.00177 - LET #5 = (doc.`value` > 90) /* simple expression */ /* collections used: doc : acollection */ + 5 FilterNode 10 9910 0.00137 - FILTER #5 + 13 SubqueryEndNode 1 1 0.00115 - RETURN doc ) /* subquery end */ + 8 EnumerateListNode 10 9909 0.00115 - FOR a IN list /* list iteration */ + 9 CalculationNode 10 9909 0.00173 - LET #7 = (a.`value` < 91) /* simple expression */ + 10 FilterNode 1 0 0.00027 - FILTER #7 + 11 ReturnNode 1 0 0.00000 - RETURN a Indexes used: none @@ -18926,18 +18927,18 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 10000 0 10000 720896 0.01564 + 0 0 10000 0 10000 720896 0.01008 Query Profile: Query Stage Duration [s] initializing 0.00001 - parsing 0.00006 - optimizing ast 0.00001 + parsing 0.00003 + optimizing ast 0.00000 loading collections 0.00000 - instantiating plan 0.00004 - optimizing plan 0.00021 - executing 0.01530 - finalizing 0.00004 + instantiating plan 0.00002 + optimizing plan 0.00012 + executing 0.00989 + finalizing 0.00002 @@ -18988,14 +18989,14 @@ Query String (186 chars, cacheable: false): Execution plan: Id NodeType Calls Items Runtime [s] Comment - 1 SingletonNode 1 1 0.00001 * ROOT - 2 EnumerateCollectionNode 1 20 0.00007 - FOR u IN myusers /* full collection scan, projections: `age` */ - 3 CalculationNode 1 20 0.00003 - LET #5 = (FLOOR((u.`age` / 10)) * 10) /* simple expression */ /* collections used: u : myusers */ - 4 CalculationNode 1 20 0.00001 - LET #7 = u.`age` /* attribute expression */ /* collections used: u : myusers */ - 6 CollectNode 1 7 0.00003 - COLLECT ageGroup = #5 AGGREGATE minAge = MIN(#7), maxAge = MAX(#7), len = LENGTH() /* hash */ + 1 SingletonNode 1 1 0.00000 * ROOT + 2 EnumerateCollectionNode 1 20 0.00004 - FOR u IN myusers /* full collection scan, projections: `age` */ + 3 CalculationNode 1 20 0.00001 - LET #5 = (FLOOR((u.`age` / 10)) * 10) /* simple expression */ /* collections used: u : myusers */ + 4 CalculationNode 1 20 0.00000 - LET #7 = u.`age` /* attribute expression */ /* collections used: u : myusers */ + 6 CollectNode 1 7 0.00001 - COLLECT ageGroup = #5 AGGREGATE minAge = MIN(#7), maxAge = MAX(#7), len = LENGTH() /* hash */ 9 SortNode 1 7 0.00001 - SORT ageGroup ASC /* sorting strategy: standard */ 7 CalculationNode 1 7 0.00001 - LET #11 = { "ageGroup" : ageGroup, "minAge" : minAge, "maxAge" : maxAge, "len" : len } /* simple expression */ - 8 ReturnNode 1 7 0.00001 - RETURN #11 + 8 ReturnNode 1 7 0.00000 - RETURN #11 Indexes used: none @@ -19011,18 +19012,18 @@ Optimization rules applied: Query Statistics: Writes Exec Writes Ign Scan Full Scan Index Filtered Peak Mem [b] Exec Time [s] - 0 0 20 0 0 32768 0.00074 + 0 0 20 0 0 32768 0.00038 Query Profile: Query Stage Duration [s] initializing 0.00000 - parsing 0.00008 + parsing 0.00004 optimizing ast 0.00001 loading collections 0.00000 - instantiating plan 0.00004 - optimizing plan 0.00042 - executing 0.00019 - finalizing 0.00003 + instantiating plan 0.00002 + optimizing plan 0.00022 + executing 0.00009 + finalizing 0.00001 @@ -19072,7 +19073,7 @@ arangosh> db._query(` "filtered" : 0, "httpRequests" : 0, "fullCount" : 0, - "executionTime" : 0.0017627514898777008, + "executionTime" : 0.0007732799999757844, "peakMemoryUsage" : 32768 } } @@ -19093,7 +19094,7 @@ arangosh> db._query({ "filtered" : 0, "httpRequests" : 0, "fullCount" : 0, - "executionTime" : 0.0015123281627893448, + "executionTime" : 0.0008030709998365637, "peakMemoryUsage" : 32768 } } @@ -20911,9 +20912,9 @@ RETURN UNION_DISTINCT(
 [
   [
-    2,
+    1,
     3,
-    1
+    2
   ]
 ]
Hide query result
@@ -21820,7 +21821,7 @@ RETURN UNSHIFT( [ 1,
 [
   {
-    "local": "2023-06-24T16:42:59.280",
+    "local": "2023-09-01T16:01:23.758",
     "tzdb": "2023a",
     "zoneInfo": {
       "name": "WAT",
@@ -21984,21 +21985,21 @@ arangosh> db._query("FOR d IN exampleTime FILT
   { 
     "_key" : "82182", 
     "_id" : "exampleTime/82182", 
-    "_rev" : "_gM2Qpui---", 
+    "_rev" : "_gjDBW96--A", 
     "value" : 1, 
     "ts" : "2014-05-07T21:19:09.522" 
   }, 
   { 
     "_key" : "82184", 
     "_id" : "exampleTime/82184", 
-    "_rev" : "_gM2Qpui--_", 
+    "_rev" : "_gjDBW96--B", 
     "value" : 2, 
     "ts" : "2014-05-08T04:19:09.522" 
   }, 
   { 
     "_key" : "82186", 
     "_id" : "exampleTime/82186", 
-    "_rev" : "_gM2Qpui--A", 
+    "_rev" : "_gjDBW96--C", 
     "value" : 3, 
     "ts" : "2014-05-08T11:19:09.522" 
   } 
@@ -22464,7 +22465,7 @@ RETURN GEO_MULTIPOLYGON([
   {
     "_key": "alice",
     "_id": "persons/alice",
-    "_rev": "_gM2PzAq---",
+    "_rev": "_gjDAi8----",
     "name": "Alice"
   }
 ]
@@ -22498,7 +22499,7 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzCW---", + "_rev": "_gjDAi86--A", "name": "Alice" } ] @@ -22533,13 +22534,13 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzC6---", + "_rev": "_gjDAi9S---", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzC6--_", + "_rev": "_gjDAi9S--_", "name": "Bob" } ] @@ -22575,13 +22576,13 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzDe---", + "_rev": "_gjDAi9i--A", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzDe--_", + "_rev": "_gjDAi9m---", "name": "Bob" } ] @@ -22622,7 +22623,7 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzEC---", + "_rev": "_gjDAi92--A", "name": "Alice" } ] @@ -22672,13 +22673,13 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzEm---", + "_rev": "_gjDAj-K--A", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzEm--_", + "_rev": "_gjDAj-K--B", "name": "Bob" } ] @@ -22722,7 +22723,7 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzFG---", + "_rev": "_gjDAj-e--_", "name": "Alice" } ] @@ -22757,13 +22758,13 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzFq---", + "_rev": "_gjDAj-y---", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzFq--_", + "_rev": "_gjDAj-y--_", "name": "Bob" } ] @@ -22803,7 +22804,7 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzGO---", + "_rev": "_gjDAj_G---", "name": "Alice" } ] @@ -22851,13 +22852,13 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "alice", "_id": "persons/alice", - "_rev": "_gM2PzBO---", + "_rev": "_gjDAi8S---", "name": "Alice" }, { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzBO--_", + "_rev": "_gjDAi8S--_", "name": "Bob" } ] @@ -22905,7 +22906,7 @@ RETURN GEO_MULTIPOLYGON([ { "_key": "bob", "_id": "persons/bob", - "_rev": "_gM2PzBy--_", + "_rev": "_gjDAi8q--_", "name": "Bob" } ] @@ -22941,7 +22942,7 @@ RETURN GEO_MULTIPOLYGON([ Query results:
 [
-  "s10394"
+  "s10396"
 ]
@@ -23278,9 +23279,9 @@ RETURN GEO_MULTIPOLYGON([ Query results:
 [
-  "9fe15628-0ae5-417f-99d9-fdf355faeba4",
-  "450982e0-e98d-425b-9e32-442fe5ac0564",
-  "f01a23ee-c7cb-4456-a393-35198f623959"
+  "47a43189-75a1-4b09-8aa1-3a4ecc216d4b",
+  "9397f237-8e6d-419c-bea6-f905518cb4b8",
+  "066b2157-3bce-4391-87a2-4a1d5967b8c4"
 ]
Hide query result
@@ -23310,109 +23311,109 @@ arangosh> db.places.toArray(); { "_key" : "Inverness", "_id" : "places/Inverness", - "_rev" : "_gM2PzIG---", + "_rev" : "_gjDAjAG---", "label" : "Inverness" }, { "_key" : "Aberdeen", "_id" : "places/Aberdeen", - "_rev" : "_gM2PzIG--_", + "_rev" : "_gjDAjAG--_", "label" : "Aberdeen" }, { "_key" : "Leuchars", "_id" : "places/Leuchars", - "_rev" : "_gM2PzIK---", + "_rev" : "_gjDAjAG--A", "label" : "Leuchars" }, { "_key" : "StAndrews", "_id" : "places/StAndrews", - "_rev" : "_gM2PzIK--_", + "_rev" : "_gjDAjAG--B", "label" : "StAndrews" }, { "_key" : "Edinburgh", "_id" : "places/Edinburgh", - "_rev" : "_gM2PzIK--A", + "_rev" : "_gjDAjAG--C", "label" : "Edinburgh" }, { "_key" : "Glasgow", "_id" : "places/Glasgow", - "_rev" : "_gM2PzIK--B", + "_rev" : "_gjDAjAG--D", "label" : "Glasgow" }, { "_key" : "York", "_id" : "places/York", - "_rev" : "_gM2PzIK--C", + "_rev" : "_gjDAjAK---", "label" : "York" }, { "_key" : "Carlisle", "_id" : "places/Carlisle", - "_rev" : "_gM2PzIO---", + "_rev" : "_gjDAjAK--_", "label" : "Carlisle" }, { "_key" : "Birmingham", "_id" : "places/Birmingham", - "_rev" : "_gM2PzIO--_", + "_rev" : "_gjDAjAK--A", "label" : "Birmingham" }, { "_key" : "London", "_id" : "places/London", - "_rev" : "_gM2PzIO--A", + "_rev" : "_gjDAjAK--B", "label" : "London" }, { "_key" : "Brussels", "_id" : "places/Brussels", - "_rev" : "_gM2PzIO--B", + "_rev" : "_gjDAjAK--C", "label" : "Brussels" }, { "_key" : "Cologne", "_id" : "places/Cologne", - "_rev" : "_gM2PzIO--C", + "_rev" : "_gjDAjAK--D", "label" : "Cologne" }, { "_key" : "Toronto", "_id" : "places/Toronto", - "_rev" : "_gM2PzIS---", + "_rev" : "_gjDAjAK--E", "label" : "Toronto" }, { "_key" : "Winnipeg", "_id" : "places/Winnipeg", - "_rev" : "_gM2PzIS--_", + "_rev" : "_gjDAjAK--F", "label" : "Winnipeg" }, { "_key" : "Saskatoon", "_id" : "places/Saskatoon", - "_rev" : "_gM2PzIS--A", + "_rev" : "_gjDAjAK--G", "label" : "Saskatoon" }, { "_key" : "Edmonton", "_id" : "places/Edmonton", - "_rev" : "_gM2PzIS--B", + "_rev" : "_gjDAjAK--H", "label" : "Edmonton" }, { "_key" : "Jasper", "_id" : "places/Jasper", - "_rev" : "_gM2PzIS--C", + "_rev" : "_gjDAjAO---", "label" : "Jasper" }, { "_key" : "Vancouver", "_id" : "places/Vancouver", - "_rev" : "_gM2PzIW---", + "_rev" : "_gjDAjAO--_", "label" : "Vancouver" } ] @@ -23423,7 +23424,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62090", "_from" : "places/Inverness", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzIW--_", + "_rev" : "_gjDAjAO--A", "travelTime" : 3 }, { @@ -23431,7 +23432,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62092", "_from" : "places/Aberdeen", "_to" : "places/Inverness", - "_rev" : "_gM2PzIW--A", + "_rev" : "_gjDAjAO--B", "travelTime" : 2.5 }, { @@ -23439,7 +23440,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62094", "_from" : "places/Aberdeen", "_to" : "places/Leuchars", - "_rev" : "_gM2PzIW--B", + "_rev" : "_gjDAjAO--C", "travelTime" : 1.5 }, { @@ -23447,7 +23448,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62096", "_from" : "places/Leuchars", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzIW--C", + "_rev" : "_gjDAjAO--D", "travelTime" : 1 }, { @@ -23455,7 +23456,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62098", "_from" : "places/Leuchars", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzIa---", + "_rev" : "_gjDAjAO--E", "travelTime" : 1.5 }, { @@ -23463,7 +23464,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62100", "_from" : "places/Edinburgh", "_to" : "places/Leuchars", - "_rev" : "_gM2PzIa--_", + "_rev" : "_gjDAjAO--F", "travelTime" : 3 }, { @@ -23471,7 +23472,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62102", "_from" : "places/Edinburgh", "_to" : "places/Glasgow", - "_rev" : "_gM2PzIa--A", + "_rev" : "_gjDAjAO--G", "travelTime" : 1 }, { @@ -23479,7 +23480,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62104", "_from" : "places/Glasgow", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzIa--B", + "_rev" : "_gjDAjAS---", "travelTime" : 1 }, { @@ -23487,7 +23488,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62106", "_from" : "places/Edinburgh", "_to" : "places/York", - "_rev" : "_gM2PzIe---", + "_rev" : "_gjDAjAS--_", "travelTime" : 3.5 }, { @@ -23495,7 +23496,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62108", "_from" : "places/York", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzIe--_", + "_rev" : "_gjDAjAS--A", "travelTime" : 4 }, { @@ -23503,7 +23504,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62110", "_from" : "places/Glasgow", "_to" : "places/Carlisle", - "_rev" : "_gM2PzIe--A", + "_rev" : "_gjDAjAS--B", "travelTime" : 1 }, { @@ -23511,7 +23512,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62112", "_from" : "places/Carlisle", "_to" : "places/Glasgow", - "_rev" : "_gM2PzIe--B", + "_rev" : "_gjDAjAS--C", "travelTime" : 1 }, { @@ -23519,7 +23520,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62114", "_from" : "places/Carlisle", "_to" : "places/York", - "_rev" : "_gM2PzIi---", + "_rev" : "_gjDAjAS--D", "travelTime" : 2.5 }, { @@ -23527,7 +23528,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62116", "_from" : "places/York", "_to" : "places/Carlisle", - "_rev" : "_gM2PzIi--_", + "_rev" : "_gjDAjAS--E", "travelTime" : 3.5 }, { @@ -23535,7 +23536,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62118", "_from" : "places/Carlisle", "_to" : "places/Birmingham", - "_rev" : "_gM2PzIi--A", + "_rev" : "_gjDAjAS--F", "travelTime" : 2 }, { @@ -23543,7 +23544,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62120", "_from" : "places/Birmingham", "_to" : "places/Carlisle", - "_rev" : "_gM2PzIi--B", + "_rev" : "_gjDAjAS--G", "travelTime" : 1 }, { @@ -23551,7 +23552,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62122", "_from" : "places/Birmingham", "_to" : "places/London", - "_rev" : "_gM2PzIi--C", + "_rev" : "_gjDAjAW---", "travelTime" : 1.5 }, { @@ -23559,7 +23560,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62124", "_from" : "places/London", "_to" : "places/Birmingham", - "_rev" : "_gM2PzIm---", + "_rev" : "_gjDAjAW--_", "travelTime" : 2.5 }, { @@ -23567,7 +23568,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62126", "_from" : "places/Leuchars", "_to" : "places/StAndrews", - "_rev" : "_gM2PzIm--_", + "_rev" : "_gjDAjAW--A", "travelTime" : 0.2 }, { @@ -23575,7 +23576,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62128", "_from" : "places/StAndrews", "_to" : "places/Leuchars", - "_rev" : "_gM2PzIm--A", + "_rev" : "_gjDAjAW--B", "travelTime" : 0.2 }, { @@ -23583,7 +23584,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62130", "_from" : "places/York", "_to" : "places/London", - "_rev" : "_gM2PzIm--B", + "_rev" : "_gjDAjAW--C", "travelTime" : 1.8 }, { @@ -23591,7 +23592,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62132", "_from" : "places/London", "_to" : "places/York", - "_rev" : "_gM2PzIq---", + "_rev" : "_gjDAjAW--D", "travelTime" : 2 }, { @@ -23599,7 +23600,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62134", "_from" : "places/London", "_to" : "places/Brussels", - "_rev" : "_gM2PzIq--_", + "_rev" : "_gjDAjAW--E", "travelTime" : 2.5 }, { @@ -23607,7 +23608,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62136", "_from" : "places/Brussels", "_to" : "places/London", - "_rev" : "_gM2PzIq--A", + "_rev" : "_gjDAjAW--F", "travelTime" : 3.5 }, { @@ -23615,7 +23616,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62138", "_from" : "places/Brussels", "_to" : "places/Cologne", - "_rev" : "_gM2PzIq--B", + "_rev" : "_gjDAjAW--G", "travelTime" : 2 }, { @@ -23623,7 +23624,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62140", "_from" : "places/Cologne", "_to" : "places/Brussels", - "_rev" : "_gM2PzIu---", + "_rev" : "_gjDAjAa---", "travelTime" : 1.5 }, { @@ -23631,7 +23632,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62142", "_from" : "places/Toronto", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzIu--_", + "_rev" : "_gjDAjAa--_", "travelTime" : 36 }, { @@ -23639,7 +23640,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62144", "_from" : "places/Winnipeg", "_to" : "places/Toronto", - "_rev" : "_gM2PzIu--A", + "_rev" : "_gjDAjAa--A", "travelTime" : 35 }, { @@ -23647,7 +23648,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62146", "_from" : "places/Winnipeg", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzIu--B", + "_rev" : "_gjDAjAa--B", "travelTime" : 12 }, { @@ -23655,7 +23656,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62148", "_from" : "places/Saskatoon", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzIu--C", + "_rev" : "_gjDAjAa--C", "travelTime" : 5 }, { @@ -23663,7 +23664,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62150", "_from" : "places/Saskatoon", "_to" : "places/Edmonton", - "_rev" : "_gM2PzIy---", + "_rev" : "_gjDAjAa--D", "travelTime" : 12 }, { @@ -23671,7 +23672,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62152", "_from" : "places/Edmonton", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzIy--_", + "_rev" : "_gjDAjAa--E", "travelTime" : 17 }, { @@ -23679,7 +23680,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62154", "_from" : "places/Edmonton", "_to" : "places/Jasper", - "_rev" : "_gM2PzIy--A", + "_rev" : "_gjDAjAa--F", "travelTime" : 6 }, { @@ -23687,7 +23688,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62156", "_from" : "places/Jasper", "_to" : "places/Edmonton", - "_rev" : "_gM2PzIy--B", + "_rev" : "_gjDAjAa--G", "travelTime" : 5 }, { @@ -23695,7 +23696,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62158", "_from" : "places/Jasper", "_to" : "places/Vancouver", - "_rev" : "_gM2PzI2---", + "_rev" : "_gjDAjAe---", "travelTime" : 12 }, { @@ -23703,7 +23704,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62160", "_from" : "places/Vancouver", "_to" : "places/Jasper", - "_rev" : "_gM2PzI2--_", + "_rev" : "_gjDAjAe--_", "travelTime" : 13 } ] @@ -23878,109 +23879,109 @@ arangosh> db.places.toArray(); { "_key" : "Inverness", "_id" : "places/Inverness", - "_rev" : "_gM2PzM6---", + "_rev" : "_gjDAjCe---", "label" : "Inverness" }, { "_key" : "Aberdeen", "_id" : "places/Aberdeen", - "_rev" : "_gM2PzM6--_", + "_rev" : "_gjDAjCe--_", "label" : "Aberdeen" }, { "_key" : "Leuchars", "_id" : "places/Leuchars", - "_rev" : "_gM2PzM6--A", + "_rev" : "_gjDAjCe--A", "label" : "Leuchars" }, { "_key" : "StAndrews", "_id" : "places/StAndrews", - "_rev" : "_gM2PzM6--B", + "_rev" : "_gjDAjCe--B", "label" : "StAndrews" }, { "_key" : "Edinburgh", "_id" : "places/Edinburgh", - "_rev" : "_gM2PzM6--C", + "_rev" : "_gjDAjCi---", "label" : "Edinburgh" }, { "_key" : "Glasgow", "_id" : "places/Glasgow", - "_rev" : "_gM2PzN----", + "_rev" : "_gjDAjCi--_", "label" : "Glasgow" }, { "_key" : "York", "_id" : "places/York", - "_rev" : "_gM2PzN---_", + "_rev" : "_gjDAjCi--A", "label" : "York" }, { "_key" : "Carlisle", "_id" : "places/Carlisle", - "_rev" : "_gM2PzN---A", + "_rev" : "_gjDAjCi--B", "label" : "Carlisle" }, { "_key" : "Birmingham", "_id" : "places/Birmingham", - "_rev" : "_gM2PzN---B", + "_rev" : "_gjDAjCi--C", "label" : "Birmingham" }, { "_key" : "London", "_id" : "places/London", - "_rev" : "_gM2PzN---C", + "_rev" : "_gjDAjCi--D", "label" : "London" }, { "_key" : "Brussels", "_id" : "places/Brussels", - "_rev" : "_gM2PzNC---", + "_rev" : "_gjDAjCi--E", "label" : "Brussels" }, { "_key" : "Cologne", "_id" : "places/Cologne", - "_rev" : "_gM2PzNC--_", + "_rev" : "_gjDAjCi--F", "label" : "Cologne" }, { "_key" : "Toronto", "_id" : "places/Toronto", - "_rev" : "_gM2PzNC--A", + "_rev" : "_gjDAjCi--G", "label" : "Toronto" }, { "_key" : "Winnipeg", "_id" : "places/Winnipeg", - "_rev" : "_gM2PzNC--B", + "_rev" : "_gjDAjCi--H", "label" : "Winnipeg" }, { "_key" : "Saskatoon", "_id" : "places/Saskatoon", - "_rev" : "_gM2PzNC--C", + "_rev" : "_gjDAjCm---", "label" : "Saskatoon" }, { "_key" : "Edmonton", "_id" : "places/Edmonton", - "_rev" : "_gM2PzNG---", + "_rev" : "_gjDAjCm--_", "label" : "Edmonton" }, { "_key" : "Jasper", "_id" : "places/Jasper", - "_rev" : "_gM2PzNG--_", + "_rev" : "_gjDAjCm--A", "label" : "Jasper" }, { "_key" : "Vancouver", "_id" : "places/Vancouver", - "_rev" : "_gM2PzNG--A", + "_rev" : "_gjDAjCm--B", "label" : "Vancouver" } ] @@ -23991,7 +23992,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62480", "_from" : "places/Inverness", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzNG--B", + "_rev" : "_gjDAjCm--C", "travelTime" : 3 }, { @@ -23999,7 +24000,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62482", "_from" : "places/Aberdeen", "_to" : "places/Inverness", - "_rev" : "_gM2PzNG--C", + "_rev" : "_gjDAjCm--D", "travelTime" : 2.5 }, { @@ -24007,7 +24008,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62484", "_from" : "places/Aberdeen", "_to" : "places/Leuchars", - "_rev" : "_gM2PzNK---", + "_rev" : "_gjDAjCm--E", "travelTime" : 1.5 }, { @@ -24015,7 +24016,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62486", "_from" : "places/Leuchars", "_to" : "places/Aberdeen", - "_rev" : "_gM2PzNK--_", + "_rev" : "_gjDAjCm--F", "travelTime" : 1 }, { @@ -24023,7 +24024,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62488", "_from" : "places/Leuchars", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzNK--A", + "_rev" : "_gjDAjCm--G", "travelTime" : 1.5 }, { @@ -24031,7 +24032,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62490", "_from" : "places/Edinburgh", "_to" : "places/Leuchars", - "_rev" : "_gM2PzNK--B", + "_rev" : "_gjDAjCm--H", "travelTime" : 3 }, { @@ -24039,7 +24040,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62492", "_from" : "places/Edinburgh", "_to" : "places/Glasgow", - "_rev" : "_gM2PzNO---", + "_rev" : "_gjDAjCq---", "travelTime" : 1 }, { @@ -24047,7 +24048,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62494", "_from" : "places/Glasgow", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzNO--_", + "_rev" : "_gjDAjCq--_", "travelTime" : 1 }, { @@ -24055,7 +24056,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62496", "_from" : "places/Edinburgh", "_to" : "places/York", - "_rev" : "_gM2PzNO--A", + "_rev" : "_gjDAjCq--A", "travelTime" : 3.5 }, { @@ -24063,7 +24064,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62498", "_from" : "places/York", "_to" : "places/Edinburgh", - "_rev" : "_gM2PzNO--B", + "_rev" : "_gjDAjCq--B", "travelTime" : 4 }, { @@ -24071,7 +24072,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62500", "_from" : "places/Glasgow", "_to" : "places/Carlisle", - "_rev" : "_gM2PzNO--C", + "_rev" : "_gjDAjCq--C", "travelTime" : 1 }, { @@ -24079,7 +24080,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62502", "_from" : "places/Carlisle", "_to" : "places/Glasgow", - "_rev" : "_gM2PzNS---", + "_rev" : "_gjDAjCq--D", "travelTime" : 1 }, { @@ -24087,7 +24088,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62504", "_from" : "places/Carlisle", "_to" : "places/York", - "_rev" : "_gM2PzNS--_", + "_rev" : "_gjDAjCq--E", "travelTime" : 2.5 }, { @@ -24095,7 +24096,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62506", "_from" : "places/York", "_to" : "places/Carlisle", - "_rev" : "_gM2PzNS--A", + "_rev" : "_gjDAjCq--F", "travelTime" : 3.5 }, { @@ -24103,7 +24104,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62508", "_from" : "places/Carlisle", "_to" : "places/Birmingham", - "_rev" : "_gM2PzNS--B", + "_rev" : "_gjDAjCq--G", "travelTime" : 2 }, { @@ -24111,7 +24112,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62510", "_from" : "places/Birmingham", "_to" : "places/Carlisle", - "_rev" : "_gM2PzNW---", + "_rev" : "_gjDAjCu---", "travelTime" : 1 }, { @@ -24119,7 +24120,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62512", "_from" : "places/Birmingham", "_to" : "places/London", - "_rev" : "_gM2PzNW--_", + "_rev" : "_gjDAjCu--_", "travelTime" : 1.5 }, { @@ -24127,7 +24128,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62514", "_from" : "places/London", "_to" : "places/Birmingham", - "_rev" : "_gM2PzNW--A", + "_rev" : "_gjDAjCu--A", "travelTime" : 2.5 }, { @@ -24135,7 +24136,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62516", "_from" : "places/Leuchars", "_to" : "places/StAndrews", - "_rev" : "_gM2PzNW--B", + "_rev" : "_gjDAjCu--B", "travelTime" : 0.2 }, { @@ -24143,7 +24144,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62518", "_from" : "places/StAndrews", "_to" : "places/Leuchars", - "_rev" : "_gM2PzNa---", + "_rev" : "_gjDAjCu--C", "travelTime" : 0.2 }, { @@ -24151,7 +24152,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62520", "_from" : "places/York", "_to" : "places/London", - "_rev" : "_gM2PzNa--_", + "_rev" : "_gjDAjCu--D", "travelTime" : 1.8 }, { @@ -24159,7 +24160,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62522", "_from" : "places/London", "_to" : "places/York", - "_rev" : "_gM2PzNa--A", + "_rev" : "_gjDAjCu--E", "travelTime" : 2 }, { @@ -24167,7 +24168,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62524", "_from" : "places/London", "_to" : "places/Brussels", - "_rev" : "_gM2PzNa--B", + "_rev" : "_gjDAjCu--F", "travelTime" : 2.5 }, { @@ -24175,7 +24176,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62526", "_from" : "places/Brussels", "_to" : "places/London", - "_rev" : "_gM2PzNa--C", + "_rev" : "_gjDAjCu--G", "travelTime" : 3.5 }, { @@ -24183,7 +24184,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62528", "_from" : "places/Brussels", "_to" : "places/Cologne", - "_rev" : "_gM2PzNe---", + "_rev" : "_gjDAjCy---", "travelTime" : 2 }, { @@ -24191,7 +24192,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62530", "_from" : "places/Cologne", "_to" : "places/Brussels", - "_rev" : "_gM2PzNe--_", + "_rev" : "_gjDAjCy--_", "travelTime" : 1.5 }, { @@ -24199,7 +24200,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62532", "_from" : "places/Toronto", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzNe--A", + "_rev" : "_gjDAjCy--A", "travelTime" : 36 }, { @@ -24207,7 +24208,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62534", "_from" : "places/Winnipeg", "_to" : "places/Toronto", - "_rev" : "_gM2PzNe--B", + "_rev" : "_gjDAjCy--B", "travelTime" : 35 }, { @@ -24215,7 +24216,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62536", "_from" : "places/Winnipeg", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzNi---", + "_rev" : "_gjDAjCy--C", "travelTime" : 12 }, { @@ -24223,7 +24224,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62538", "_from" : "places/Saskatoon", "_to" : "places/Winnipeg", - "_rev" : "_gM2PzNi--_", + "_rev" : "_gjDAjCy--D", "travelTime" : 5 }, { @@ -24231,7 +24232,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62540", "_from" : "places/Saskatoon", "_to" : "places/Edmonton", - "_rev" : "_gM2PzNi--A", + "_rev" : "_gjDAjCy--E", "travelTime" : 12 }, { @@ -24239,7 +24240,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62542", "_from" : "places/Edmonton", "_to" : "places/Saskatoon", - "_rev" : "_gM2PzNi--B", + "_rev" : "_gjDAjCy--F", "travelTime" : 17 }, { @@ -24247,7 +24248,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62544", "_from" : "places/Edmonton", "_to" : "places/Jasper", - "_rev" : "_gM2PzNm---", + "_rev" : "_gjDAjCy--G", "travelTime" : 6 }, { @@ -24255,7 +24256,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62546", "_from" : "places/Jasper", "_to" : "places/Edmonton", - "_rev" : "_gM2PzNm--_", + "_rev" : "_gjDAjC2---", "travelTime" : 5 }, { @@ -24263,7 +24264,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62548", "_from" : "places/Jasper", "_to" : "places/Vancouver", - "_rev" : "_gM2PzNm--A", + "_rev" : "_gjDAjC2--_", "travelTime" : 12 }, { @@ -24271,7 +24272,7 @@ arangosh> db.connections.toArray(); "_id" : "connections/62550", "_from" : "places/Vancouver", "_to" : "places/Jasper", - "_rev" : "_gM2PzNm--B", + "_rev" : "_gjDAjC2--A", "travelTime" : 13 } ] @@ -24664,67 +24665,67 @@ arangosh> db.circles.toArray(); { "_key" : "A", "_id" : "circles/A", - "_rev" : "_gM2PzUK---", + "_rev" : "_gjDAjGG---", "label" : "1" }, { "_key" : "B", "_id" : "circles/B", - "_rev" : "_gM2PzUO---", + "_rev" : "_gjDAjGG--_", "label" : "2" }, { "_key" : "C", "_id" : "circles/C", - "_rev" : "_gM2PzUO--_", + "_rev" : "_gjDAjGG--A", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", - "_rev" : "_gM2PzUO--A", + "_rev" : "_gjDAjGG--B", "label" : "4" }, { "_key" : "E", "_id" : "circles/E", - "_rev" : "_gM2PzUO--B", + "_rev" : "_gjDAjGG--C", "label" : "5" }, { "_key" : "F", "_id" : "circles/F", - "_rev" : "_gM2PzUO--C", + "_rev" : "_gjDAjGG--D", "label" : "6" }, { "_key" : "G", "_id" : "circles/G", - "_rev" : "_gM2PzUS---", + "_rev" : "_gjDAjGK---", "label" : "7" }, { "_key" : "H", "_id" : "circles/H", - "_rev" : "_gM2PzUS--_", + "_rev" : "_gjDAjGK--_", "label" : "8" }, { "_key" : "I", "_id" : "circles/I", - "_rev" : "_gM2PzUS--A", + "_rev" : "_gjDAjGK--A", "label" : "9" }, { "_key" : "J", "_id" : "circles/J", - "_rev" : "_gM2PzUS--B", + "_rev" : "_gjDAjGK--B", "label" : "10" }, { "_key" : "K", "_id" : "circles/K", - "_rev" : "_gM2PzUS--C", + "_rev" : "_gjDAjGK--C", "label" : "11" } ] @@ -24735,7 +24736,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63121", "_from" : "circles/A", "_to" : "circles/B", - "_rev" : "_gM2PzUW---", + "_rev" : "_gjDAjGK--D", "theFalse" : false, "theTruth" : true, "label" : "left_bar" @@ -24745,7 +24746,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63123", "_from" : "circles/B", "_to" : "circles/C", - "_rev" : "_gM2PzUW--_", + "_rev" : "_gjDAjGK--E", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" @@ -24755,7 +24756,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63125", "_from" : "circles/C", "_to" : "circles/D", - "_rev" : "_gM2PzUW--A", + "_rev" : "_gjDAjGK--F", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" @@ -24765,7 +24766,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63127", "_from" : "circles/B", "_to" : "circles/E", - "_rev" : "_gM2PzUa---", + "_rev" : "_gjDAjGK--G", "theFalse" : false, "theTruth" : true, "label" : "left_blub" @@ -24775,7 +24776,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63129", "_from" : "circles/E", "_to" : "circles/F", - "_rev" : "_gM2PzUa--_", + "_rev" : "_gjDAjGK--H", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" @@ -24785,7 +24786,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63131", "_from" : "circles/A", "_to" : "circles/G", - "_rev" : "_gM2PzUa--A", + "_rev" : "_gjDAjGO---", "theFalse" : false, "theTruth" : true, "label" : "right_foo" @@ -24795,7 +24796,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63133", "_from" : "circles/G", "_to" : "circles/H", - "_rev" : "_gM2PzUa--B", + "_rev" : "_gjDAjGO--_", "theFalse" : false, "theTruth" : true, "label" : "right_blob" @@ -24805,7 +24806,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63135", "_from" : "circles/H", "_to" : "circles/I", - "_rev" : "_gM2PzUe---", + "_rev" : "_gjDAjGO--A", "theFalse" : false, "theTruth" : true, "label" : "right_blub" @@ -24815,7 +24816,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63137", "_from" : "circles/G", "_to" : "circles/J", - "_rev" : "_gM2PzUe--_", + "_rev" : "_gjDAjGO--B", "theFalse" : false, "theTruth" : true, "label" : "right_zip" @@ -24825,7 +24826,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63139", "_from" : "circles/J", "_to" : "circles/K", - "_rev" : "_gM2PzUe--A", + "_rev" : "_gjDAjGO--C", "theFalse" : false, "theTruth" : true, "label" : "right_zup" @@ -25787,67 +25788,67 @@ arangosh> db.circles.toArray(); { "_key" : "A", "_id" : "circles/A", - "_rev" : "_gM2PzVy---", + "_rev" : "_gjDAjG6---", "label" : "1" }, { "_key" : "B", "_id" : "circles/B", - "_rev" : "_gM2PzVy--_", + "_rev" : "_gjDAjG6--_", "label" : "2" }, { "_key" : "C", "_id" : "circles/C", - "_rev" : "_gM2PzV2---", + "_rev" : "_gjDAjG6--A", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", - "_rev" : "_gM2PzV2--_", + "_rev" : "_gjDAjG6--B", "label" : "4" }, { "_key" : "E", "_id" : "circles/E", - "_rev" : "_gM2PzV2--A", + "_rev" : "_gjDAjG6--C", "label" : "5" }, { "_key" : "F", "_id" : "circles/F", - "_rev" : "_gM2PzV6---", + "_rev" : "_gjDAjG6--D", "label" : "6" }, { "_key" : "G", "_id" : "circles/G", - "_rev" : "_gM2PzV6--_", + "_rev" : "_gjDAjH----", "label" : "7" }, { "_key" : "H", "_id" : "circles/H", - "_rev" : "_gM2PzV6--A", + "_rev" : "_gjDAjH---_", "label" : "8" }, { "_key" : "I", "_id" : "circles/I", - "_rev" : "_gM2PzV6--B", + "_rev" : "_gjDAjH---A", "label" : "9" }, { "_key" : "J", "_id" : "circles/J", - "_rev" : "_gM2PzV6--C", + "_rev" : "_gjDAjH---B", "label" : "10" }, { "_key" : "K", "_id" : "circles/K", - "_rev" : "_gM2PzW----", + "_rev" : "_gjDAjH---C", "label" : "11" } ] @@ -25858,7 +25859,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63206", "_from" : "circles/A", "_to" : "circles/B", - "_rev" : "_gM2PzW---_", + "_rev" : "_gjDAjH---D", "theFalse" : false, "theTruth" : true, "label" : "left_bar" @@ -25868,7 +25869,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63208", "_from" : "circles/B", "_to" : "circles/C", - "_rev" : "_gM2PzW---A", + "_rev" : "_gjDAjH---E", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" @@ -25878,7 +25879,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63210", "_from" : "circles/C", "_to" : "circles/D", - "_rev" : "_gM2PzW---B", + "_rev" : "_gjDAjH---F", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" @@ -25888,7 +25889,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63212", "_from" : "circles/B", "_to" : "circles/E", - "_rev" : "_gM2PzWC---", + "_rev" : "_gjDAjH---G", "theFalse" : false, "theTruth" : true, "label" : "left_blub" @@ -25898,7 +25899,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63214", "_from" : "circles/E", "_to" : "circles/F", - "_rev" : "_gM2PzWC--_", + "_rev" : "_gjDAjHC---", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" @@ -25908,7 +25909,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63216", "_from" : "circles/A", "_to" : "circles/G", - "_rev" : "_gM2PzWC--A", + "_rev" : "_gjDAjHC--_", "theFalse" : false, "theTruth" : true, "label" : "right_foo" @@ -25918,7 +25919,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63218", "_from" : "circles/G", "_to" : "circles/H", - "_rev" : "_gM2PzWC--B", + "_rev" : "_gjDAjHC--A", "theFalse" : false, "theTruth" : true, "label" : "right_blob" @@ -25928,7 +25929,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63220", "_from" : "circles/H", "_to" : "circles/I", - "_rev" : "_gM2PzWC--C", + "_rev" : "_gjDAjHC--B", "theFalse" : false, "theTruth" : true, "label" : "right_blub" @@ -25938,7 +25939,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63222", "_from" : "circles/G", "_to" : "circles/J", - "_rev" : "_gM2PzWG---", + "_rev" : "_gjDAjHC--C", "theFalse" : false, "theTruth" : true, "label" : "right_zip" @@ -25948,7 +25949,7 @@ arangosh> db.edges.toArray(); "_id" : "edges/63224", "_from" : "circles/J", "_to" : "circles/K", - "_rev" : "_gM2PzWG--_", + "_rev" : "_gjDAjHC--D", "theFalse" : false, "theTruth" : true, "label" : "right_zup" @@ -26403,11 +26404,11 @@ Optimization rules applied: Optimization rules with highest execution times: RuleName Duration [s] + optimize-subqueries 0.00002 optimize-traversals 0.00001 move-calculations-up 0.00001 - remove-redundant-calculations 0.00001 - move-calculations-down 0.00001 - remove-redundant-path-var 0.00000 + remove-filter-covered-by-traversal 0.00000 + remove-redundant-calculations 0.00000 41 rule(s) executed, 1 plan(s) created @@ -26480,9 +26481,9 @@ Optimization rules with highest execution times: RuleName Duration [s] optimize-traversals 0.00001 remove-filter-covered-by-traversal 0.00001 - move-calculations-up 0.00001 + move-calculations-up 0.00000 move-calculations-up-2 0.00000 - remove-redundant-calculations 0.00000 + move-filters-up 0.00000 42 rule(s) executed, 1 plan(s) created @@ -26531,7 +26532,7 @@ arangosh> db.mycollection.save({ _key: "_id" : "mycollection/testKey", "_key" : "testKey", - "_rev" : "_gM2Pr4W--_" + "_rev" : "_gjDAfSi---" } arangosh> db._query('FOR my IN mycollection RETURN my._key').toArray() [ @@ -26608,7 +26609,7 @@ arangosh> db._query(aql`FOR doc IN "_key" : "testKey", "_id" : "mycollection/testKey", - "_rev" : "_gM2Pr4W--_", + "_rev" : "_gjDAfSi---", "Hello" : "World" } ] @@ -26646,7 +26647,7 @@ arangosh> db._query(`FOR i IN 1..100 "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.0014605950564146042, + "executionTime" : 0.0008126660000016273, "peakMemoryUsage" : 32768 } } @@ -26924,18 +26925,18 @@ arangosh> c.getExtra(); "scannedIndex" : 0, "filtered" : 0, "httpRequests" : 0, - "executionTime" : 0.00013169646263122559, + "executionTime" : 0.00005018299998482689, "peakMemoryUsage" : 0 }, "profile" : { - "initializing" : 0.0000042729079723358154, - "parsing" : 0.000017190352082252502, - "optimizing ast" : 0.00000204332172870636, - "loading collections" : 0.0000018496066331863403, - "instantiating plan" : 0.00002434663474559784, - "optimizing plan" : 0.0000445488840341568, - "executing" : 0.00003676488995552063, - "finalizing" : 0.000008150935173034668 + "initializing" : 0.000001247000000148546, + "parsing" : 0.000009271999942939146, + "optimizing ast" : 9.749999207997462e-7, + "loading collections" : 5.100000635138713e-7, + "instantiating plan" : 0.000005673000032402342, + "optimizing plan" : 0.000020994999886170262, + "executing" : 0.000011008999990735902, + "finalizing" : 0.000003418000005694921 } } @@ -27549,783 +27550,1024 @@ and old versions of a document can not be restored via the `_rev` value. @endDocuBlock - -@startDocuBlock api_foxx_bundle + +@startDocuBlock get_api_database_current -@brief download service bundle +@brief retrieves information about the current database -@RESTHEADER{POST /_api/foxx/download, Download service bundle} +@RESTHEADER{GET /_api/database/current, Information of the database, getDatabases:current} @RESTDESCRIPTION -Downloads a zip bundle of the service directory. +Retrieves the properties of the current database -When development mode is enabled, this always creates a new bundle. +The response is a JSON object with the following attributes: -Otherwise the bundle will represent the version of a service that -is installed on that ArangoDB instance. +- *name*: the name of the current database -@RESTQUERYPARAMETERS +- *id*: the id of the current database -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +- *path*: the filesystem path of the current database + +- *isSystem*: whether or not the current database is the *_system* database + +- *sharding*: the default sharding method for collections created in this database + +- *replicationFactor*: the default replication factor for collections in this database + +- *writeConcern*: the default write concern for collections in this database @RESTRETURNCODES @RESTRETURNCODE{200} -Returned if the request was successful. +is returned if the information was retrieved successfully. @RESTRETURNCODE{400} -Returned if the mount path is unknown. - -@endDocuBlock +is returned if the request is invalid. +@RESTRETURNCODE{404} +is returned if the database could not be found. - -@startDocuBlock api_foxx_commit +@EXAMPLES -@brief commit local service state -@RESTHEADER{POST /_api/foxx/commit, Commit local service state} +
+ +
+
+shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/database/current
 
-@RESTQUERYPARAMETERS
+HTTP/1.1 200 OK
+content-type: application/json
+connection: Keep-Alive
+content-length: 93
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAM{replace,boolean,optional} -Overwrite existing service files in database even if they already exist. -@RESTRETURNCODE{204} -Returned if the request was successful. @endDocuBlock - -@startDocuBlock api_foxx_configuration_get + +@startDocuBlock get_api_database_delete -@brief get configuration options +@brief drop an existing database -@RESTHEADER{GET /_api/foxx/configuration, Get configuration options} +@RESTHEADER{DELETE /_api/database/{database-name}, Drop database, deleteDatabase} -@RESTDESCRIPTION -Fetches the current configuration for the service at the given mount path. +@RESTURLPARAMETERS -Returns an object mapping the configuration option names to their definitions -including a human-friendly *title* and the *current* value (if any). +@RESTURLPARAM{database-name,string,required} +The name of the database -@RESTQUERYPARAMETERS +@RESTDESCRIPTION +Drops the database along with all data stored in it. -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +**Note**: dropping a database is only possible from within the *_system* database. +The *_system* database itself cannot be dropped. @RESTRETURNCODES @RESTRETURNCODE{200} -Returned if the request was successful. - -@endDocuBlock - - - -@startDocuBlock api_foxx_configuration_replace - -@brief replace configuration options - -@RESTHEADER{PUT /_api/foxx/configuration, Replace configuration options} - -@RESTDESCRIPTION -Replaces the given service's configuration completely. - -Returns an object mapping all configuration option names to their new values. - -@RESTALLBODYPARAM{data,json,required} -A JSON object mapping configuration option names to their new values. -Any omitted options will be reset to their default values or marked as unconfigured. - -@RESTQUERYPARAMETERS - -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +is returned if the database was dropped successfully. -@RESTRETURNCODE{200} -Returned if the request was successful. +@RESTRETURNCODE{400} +is returned if the request is malformed. -@endDocuBlock +@RESTRETURNCODE{403} +is returned if the request was not executed in the *_system* database. +@RESTRETURNCODE{404} +is returned if the database could not be found. - -@startDocuBlock api_foxx_configuration_update +@EXAMPLES -@brief update configuration options -@RESTHEADER{PATCH /_api/foxx/configuration, Update configuration options} +
+ +
+
+shell> curl -X DELETE --header 'accept: application/json' --dump - http://localhost:8529/_api/database/example
 
-@RESTALLBODYPARAM{data,json,required}
-A JSON object mapping configuration option names to their new values.
-Any omitted options will be ignored.
+HTTP/1.1 200 OK
+content-type: application/json
+connection: Keep-Alive
+content-length: 40
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAMETERS -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. -@RESTRETURNCODE{200} -Returned if the request was successful. @endDocuBlock - -@startDocuBlock api_foxx_dependencies_get + +@startDocuBlock get_api_database_list -@brief get dependency options +@brief retrieves a list of all existing databases -@RESTHEADER{GET /_api/foxx/dependencies, Get dependency options} +@RESTHEADER{GET /_api/database, List of databases, getDatabases:all} @RESTDESCRIPTION -Fetches the current dependencies for service at the given mount path. - -Returns an object mapping the dependency names to their definitions -including a human-friendly *title* and the *current* mount path (if any). +Retrieves the list of all existing databases -@RESTQUERYPARAMETERS +**Note**: retrieving the list of databases is only possible from within the *_system* database. -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +**Note**: You should use the *GET user API* to fetch the list of the available databases now. @RESTRETURNCODES @RESTRETURNCODE{200} -Returned if the request was successful. - -@endDocuBlock +is returned if the list of database was compiled successfully. +@RESTRETURNCODE{400} +is returned if the request is invalid. - -@startDocuBlock api_foxx_dependencies_replace +@RESTRETURNCODE{403} +is returned if the request was not executed in the *_system* database. -@brief replace dependencies options +@EXAMPLES -@RESTHEADER{PUT /_api/foxx/dependencies, Replace dependencies options} -@RESTDESCRIPTION -Replaces the given service's dependencies completely. +
+ +
+
+shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/database
 
-@RESTQUERYPARAMETERS
+HTTP/1.1 200 OK
+content-type: application/json
+connection: Keep-Alive
+content-length: 47
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. -@RESTRETURNCODE{200} -Returned if the request was successful. @endDocuBlock - -@startDocuBlock api_foxx_dependencies_update - -@brief update dependencies options + +@startDocuBlock get_api_database_new -@RESTHEADER{PATCH /_api/foxx/dependencies, Update dependencies options} +@brief creates a new database -@RESTDESCRIPTION -Replaces the given service's dependencies. +@RESTHEADER{POST /_api/database, Create database, createDatabase} -Returns an object mapping all dependency names to their new mount paths. +@RESTBODYPARAM{name,string,required,string} +Has to contain a valid database name. The name must conform to the selected +naming convention for databases. If the name contains Unicode characters, the +name must be [NFC-normalized](https://en.wikipedia.org/wiki/Unicode_equivalence#Normal_forms). +Non-normalized names will be rejected by arangod. -@RESTALLBODYPARAM{data,json,required} -A JSON object mapping dependency names to their new mount paths. -Any omitted dependencies will be ignored. +@RESTBODYPARAM{options,object,optional,get_api_database_new_OPTIONS} +Optional object which can contain the following attributes: -@RESTQUERYPARAMETERS +@RESTSTRUCT{sharding,get_api_database_new_OPTIONS,string,optional,} +The sharding method to use for new collections in this database. Valid values +are: "", "flexible", or "single". The first two are equivalent. _(cluster only)_ -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +@RESTSTRUCT{replicationFactor,get_api_database_new_OPTIONS,integer,optional,} +Default replication factor for new collections created in this database. +Special values include "satellite", which will replicate the collection to +every DB-Server (Enterprise Edition only), and 1, which disables replication. +_(cluster only)_ -@RESTRETURNCODE{200} -Returned if the request was successful. +@RESTSTRUCT{writeConcern,get_api_database_new_OPTIONS,number,optional,} +Default write concern for new collections created in this database. +It determines how many copies of each shard are required to be +in sync on the different DB-Servers. If there are less then these many copies +in the cluster a shard will refuse to write. Writes to shards with enough +up-to-date copies will succeed at the same time however. The value of +*writeConcern* can not be larger than *replicationFactor*. _(cluster only)_ -@endDocuBlock +@RESTBODYPARAM{users,array,optional,get_api_database_new_USERS} +An array of user objects. The users will be granted *Administrate* permissions +for the new database. Users that do not exist yet will be created. +If *users* is not specified or does not contain any users, the default user +*root* will be used to ensure that the new database will be accessible after it +is created. The *root* user is created with an empty password should it not +exist. Each user object can contain the following attributes: +@RESTSTRUCT{username,get_api_database_new_USERS,string,required,} +Login name of an existing user or one to be created. - -@startDocuBlock api_foxx_development_disable +@RESTSTRUCT{passwd,get_api_database_new_USERS,string,optional,password} +The user password as a string. If not specified, it will default to an empty +string. The attribute is ignored for users that already exist. -@brief disable development mode +@RESTSTRUCT{active,get_api_database_new_USERS,boolean,optional,} +A flag indicating whether the user account should be activated or not. +The default value is *true*. If set to *false*, then the user won't be able to +log into the database. The default is *true*. The attribute is ignored for users +that already exist. -@RESTHEADER{DELETE /_api/foxx/development, Disable development mode} +@RESTSTRUCT{extra,get_api_database_new_USERS,object,optional,} +A JSON object with extra user information. It is used by the web interface +to store graph viewer settings and saved queries. Should not be set or +modified by end users, as custom attributes will not be preserved. @RESTDESCRIPTION -Puts the service at the given mount path into production mode. - -When running ArangoDB in a cluster with multiple Coordinators this will -replace the service on all other Coordinators with the version on this -Coordinator. +Creates a new database -@RESTQUERYPARAMETERS +The response is a JSON object with the attribute *result* set to *true*. -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +**Note**: creating a new database is only possible from within the *_system* database. @RESTRETURNCODES -@RESTRETURNCODE{200} -Returned if the request was successful. - -@endDocuBlock - - - -@startDocuBlock api_foxx_development_enable +@RESTRETURNCODE{201} +is returned if the database was created successfully. -@brief enable development mode +@RESTRETURNCODE{400} +is returned if the request parameters are invalid or if a database with the +specified name already exists. -@RESTHEADER{POST /_api/foxx/development, Enable development mode} +@RESTRETURNCODE{403} +is returned if the request was not executed in the *_system* database. -@RESTDESCRIPTION -Puts the service into development mode. +@RESTRETURNCODE{409} +is returned if a database with the specified name already exists. -While the service is running in development mode the service will be reloaded -from the filesystem and its setup script (if any) will be re-executed every -time the service handles a request. +@EXAMPLES -When running ArangoDB in a cluster with multiple Coordinators note that changes -to the filesystem on one Coordinator will not be reflected across the other -Coordinators. This means you should treat your Coordinators as inconsistent -as long as any service is running in development mode. +Creating a database named *example*. -@RESTQUERYPARAMETERS -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +
+ +
+
+shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/database <<EOF
+{ 
+  "name" : "example", 
+  "options" : { 
+    "sharding" : "flexible", 
+    "replicationFactor" : 3 
+  } 
+}
+EOF
 
-@endDocuBlock
+HTTP/1.1 201 Created
+content-type: application/json
+connection: Keep-Alive
+content-length: 40
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
- -@startDocuBlock api_foxx_readme -@brief service README -@RESTHEADER{GET /_api/foxx/readme, Service README} -@RESTDESCRIPTION -Fetches the service's README or README.md file's contents if any. +Creating a database named *mydb* with two users, flexible sharding and +default replication factor of 3 for collections that will be part of +the newly created database. -@RESTQUERYPARAMETERS -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +
+ +
+
+shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/database <<EOF
+{ 
+  "name" : "mydb", 
+  "users" : [ 
+    { 
+      "username" : "admin", 
+      "passwd" : "secret", 
+      "active" : true 
+    }, 
+    { 
+      "username" : "tester", 
+      "passwd" : "test001", 
+      "active" : false 
+    } 
+  ] 
+}
+EOF
 
-@RESTRETURNCODE{204}
-Returned if no README file was found.
+HTTP/1.1 201 Created
+content-type: application/json
+connection: Keep-Alive
+content-length: 40
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@endDocuBlock - -@startDocuBlock api_foxx_scripts_list -@brief list service scripts +@endDocuBlock -@RESTHEADER{GET /_api/foxx/scripts, List service scripts} -@RESTDESCRIPTION -Fetches a list of the scripts defined by the service. + +@startDocuBlock get_api_database_user -Returns an object mapping the raw script names to human-friendly names. +@brief retrieves a list of all databases the current user can access -@RESTQUERYPARAMETERS +@RESTHEADER{GET /_api/database/user, List of accessible databases, getDatabases:user} -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +@RESTDESCRIPTION +Retrieves the list of all databases the current user can access without +specifying a different username or password. @RESTRETURNCODES @RESTRETURNCODE{200} -Returned if the request was successful. - -@endDocuBlock +is returned if the list of database was compiled successfully. +@RESTRETURNCODE{400} +is returned if the request is invalid. - -@startDocuBlock api_foxx_scripts_run +@EXAMPLES -@brief run service script -@RESTHEADER{POST /_api/foxx/scripts/{name}, Run service script} +
+ +
+
+shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/database/user
 
-@RESTURLPARAM{name,string,required}
-Name of the script to run.
+HTTP/1.1 200 OK
+content-type: application/json
+connection: Keep-Alive
+content-length: 47
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAMETERS -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. -@RESTDESCRIPTION -Runs the given script for the service at the given mount path. +@endDocuBlock -Returns the exports of the script, if any. -@RESTRETURNCODES + +@startDocuBlock UserHandling_create -@RESTRETURNCODE{200} -Returned if the request was successful. +@brief Create a new user. -@endDocuBlock +@RESTHEADER{POST /_api/user, Create User} +@RESTBODYPARAM{user,string,required,string} +The name of the user as a string. This is mandatory. - -@startDocuBlock api_foxx_service_details +@RESTBODYPARAM{passwd,string,required,string} +The user password as a string. If not specified, it will default to an empty +string. -@brief service metadata +@RESTBODYPARAM{active,boolean,optional,} +An optional flag that specifies whether the user is active. If not +specified, this will default to *true*. -@RESTHEADER{GET /_api/foxx/service, Service description} +@RESTBODYPARAM{extra,object,optional,} +A JSON object with extra user information. It is used by the web interface +to store graph viewer settings and saved queries. Should not be set or +modified by end users, as custom attributes will not be preserved. @RESTDESCRIPTION -Fetches detailed information for the service at the given mount path. - -Returns an object with the following attributes: - -- *mount*: the mount path of the service -- *path*: the local file system path of the service -- *development*: *true* if the service is running in development mode -- *legacy*: *true* if the service is running in 2.8 legacy compatibility mode -- *manifest*: the normalized JSON manifest of the service - -Additionally the object may contain the following attributes if they have been set on the manifest: +Create a new user. You need server access level *Administrate* in order to +execute this REST call. -- *name*: a string identifying the service type -- *version*: a semver-compatible version string +@RESTRETURNCODES -@RESTQUERYPARAMETERS +@RESTRETURNCODE{201} +Returned if the user can be added by the server -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +@RESTRETURNCODE{400} +If the JSON representation is malformed or mandatory data is missing +from the request. -@RESTRETURNCODES +@RESTRETURNCODE{401} +Returned if you have *No access* database access level to the *_system* +database. -@RESTRETURNCODE{200} -Returned if the request was successful. +@RESTRETURNCODE{403} +Returned if you have *No access* server access level. -@RESTRETURNCODE{400} -Returned if the mount path is unknown. +@RESTRETURNCODE{409} +Returned if a user with the same name already exists. -@endDocuBlock +@EXAMPLES - -@startDocuBlock api_foxx_service_install +
+ +
+
+shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/user <<EOF
+{ 
+  "user" : "admin@example", 
+  "passwd" : "secure" 
+}
+EOF
 
-@RESTDESCRIPTION
-Installs the given new service at the given mount path.
+HTTP/1.1 201 Created
+content-type: application/json
+connection: Keep-Alive
+content-length: 74
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-The request body can be any of the following formats: -- `application/zip`: a raw zip bundle containing a service -- `application/javascript`: a standalone JavaScript file -- `application/json`: a service definition as JSON -- `multipart/form-data`: a service definition as a multipart form -A service definition is an object or form with the following properties or fields: -- *configuration*: a JSON object describing configuration values -- *dependencies*: a JSON object describing dependency settings -- *source*: a fully qualified URL or an absolute path on the server's file system +@endDocuBlock -When using multipart data, the *source* field can also alternatively be a file field -containing either a zip bundle or a standalone JavaScript file. -When using a standalone JavaScript file the given file will be executed -to define our service's HTTP endpoints. It is the same which would be defined -in the field `main` of the service manifest. + +@startDocuBlock UserHandling_grantDatabase -If *source* is a URL, the URL must be reachable from the server. -If *source* is a file system path, the path will be resolved on the server. -In either case the path or URL is expected to resolve to a zip bundle, -JavaScript file or (in case of a file system path) directory. +@brief Set the database access level. -Note that when using file system paths in a cluster with multiple Coordinators -the file system path must resolve to equivalent files on every Coordinator. +@RESTHEADER{PUT /_api/user/{user}/database/{dbname}, Set the database access level} -@RESTQUERYPARAMETERS +@RESTBODYPARAM{grant,string,required,string} +Use "rw" to set the database access level to *Administrate*.
+Use "ro" to set the database access level to *Access*.
+Use "none" to set the database access level to *No access*. -@RESTQUERYPARAM{mount,string,required} -Mount path the service should be installed at. +@RESTURLPARAMETERS -@RESTQUERYPARAM{development,boolean,optional} -Set to `true` to enable development mode. +@RESTURLPARAM{user,string,required} +The name of the user. -@RESTQUERYPARAM{setup,boolean,optional} -Set to `false` to not run the service's setup script. +@RESTURLPARAM{dbname,string,required} +The name of the database. -@RESTQUERYPARAM{legacy,boolean,optional} -Set to `true` to install the service in 2.8 legacy compatibility mode. +@RESTDESCRIPTION +Sets the database access levels for the database *dbname* of user *user*. You +need the *Administrate* server access level in order to execute this REST +call. @RESTRETURNCODES -@RESTRETURNCODE{201} -Returned if the request was successful. - -@endDocuBlock +@RESTRETURNCODE{200} +Returned if the access level was changed successfully. +@RESTRETURNCODE{400} +If the JSON representation is malformed or mandatory data is missing +from the request. - -@startDocuBlock api_foxx_service_list +@RESTRETURNCODE{401} +Returned if you have *No access* database access level to the *_system* +database. -@brief list installed services +@RESTRETURNCODE{403} +Returned if you have *No access* server access level. -@RESTHEADER{GET /_api/foxx, List installed services} +@EXAMPLES -@RESTDESCRIPTION -Fetches a list of services installed in the current database. -Returns a list of objects with the following attributes: +
+ +
+
+shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/user/admin@myapp/database/_system <<EOF
+{ 
+  "grant" : "rw" 
+}
+EOF
 
-- *name*: a string identifying the service type
-- *version*: a semver-compatible version string
+HTTP/1.1 200 OK
+content-type: application/json
+connection: Keep-Alive
+content-length: 41
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAMETERS -@RESTQUERYPARAM{excludeSystem,boolean,optional} -Whether or not system services should be excluded from the result. -@RESTRETURNCODES -@RESTRETURNCODE{200} -Returned if the request was successful. @endDocuBlock - -@startDocuBlock api_foxx_service_replace - -@brief replace a service + +@startDocuBlock UserHandling_revokeDatabase -@RESTHEADER{PUT /_api/foxx/service, Replace service} +@brief Clear the database access level, revert back to the default access level -@RESTDESCRIPTION -Removes the service at the given mount path from the database and file system. -Then installs the given new service at the same mount path. +@RESTHEADER{DELETE /_api/user/{user}/database/{dbname}, Clear the database access level} -This is a slightly safer equivalent to performing an uninstall of the old service -followed by installing the new service. The new service's main and script files -(if any) will be checked for basic syntax errors before the old service is removed. +@RESTURLPARAMETERS -The request body can be any of the following formats: +@RESTURLPARAM{user,string,required} +The name of the user. -- `application/zip`: a raw zip bundle containing a service -- `application/javascript`: a standalone JavaScript file -- `application/json`: a service definition as JSON -- `multipart/form-data`: a service definition as a multipart form +@RESTURLPARAM{dbname,string,required} +The name of the database. -A service definition is an object or form with the following properties or fields: +@RESTDESCRIPTION +Clears the database access level for the database *dbname* of user *user*. As +consequence the default database access level is used. If there is no defined +default database access level, it defaults to *No access*. You need permission +to the *_system* database in order to execute this REST call. -- *configuration*: a JSON object describing configuration values -- *dependencies*: a JSON object describing dependency settings -- *source*: a fully qualified URL or an absolute path on the server's file system +@RESTRETURNCODES -When using multipart data, the *source* field can also alternatively be a file field -containing either a zip bundle or a standalone JavaScript file. +@RESTRETURNCODE{202} +Returned if the access permissions were changed successfully. -When using a standalone JavaScript file the given file will be executed -to define our service's HTTP endpoints. It is the same which would be defined -in the field `main` of the service manifest. +@RESTRETURNCODE{400} +If the JSON representation is malformed or mandatory data is missing +from the request. -If *source* is a URL, the URL must be reachable from the server. -If *source* is a file system path, the path will be resolved on the server. -In either case the path or URL is expected to resolve to a zip bundle, -JavaScript file or (in case of a file system path) directory. +@EXAMPLES -Note that when using file system paths in a cluster with multiple Coordinators -the file system path must resolve to equivalent files on every Coordinator. -@RESTQUERYPARAMETERS +
+ +
+
+shell> curl -X DELETE --header 'accept: application/json' --dump - http://localhost:8529/_api/user/admin@myapp/database/_system
 
-@RESTQUERYPARAM{setup,boolean,optional}
-Set to `false` to not run the new service's setup script.
+HTTP/1.1 202 Accepted
+content-type: application/json
+connection: Keep-Alive
+content-length: 26
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAM{legacy,boolean,optional} -Set to `true` to install the new service in 2.8 legacy compatibility mode. -@RESTQUERYPARAM{force,boolean,optional} -Set to `true` to force service install even if no service is installed under given mount. -@RESTRETURNCODES -@RESTRETURNCODE{200} -Returned if the request was successful. @endDocuBlock - -@startDocuBlock api_foxx_service_uninstall - -@brief uninstall service - -@RESTHEADER{DELETE /_api/foxx/service, Uninstall service} + +@startDocuBlock UserHandling_grantCollection -@RESTDESCRIPTION -Removes the service at the given mount path from the database and file system. +@brief Set the collection access level. -Returns an empty response on success. +@RESTHEADER{PUT /_api/user/{user}/database/{dbname}/{collection}, Set the collection access level} -@RESTQUERYPARAMETERS +@RESTBODYPARAM{grant,string,required,string} +Use "rw" to set the collection level access to *Read/Write*. -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. +Use "ro" to set the collection level access to *Read Only*. -@RESTQUERYPARAM{teardown,boolean,optional} -Set to `false` to not run the service's teardown script. +Use "none" to set the collection level access to *No access*. -@RESTRETURNCODES +@RESTURLPARAMETERS -@RESTRETURNCODE{204} -Returned if the request was successful. +@RESTURLPARAM{user,string,required} +The name of the user. -@endDocuBlock +@RESTURLPARAM{dbname,string,required} +The name of the database. +@RESTURLPARAM{collection,string,required} +The name of the collection. - -@startDocuBlock api_foxx_service_upgrade +@RESTDESCRIPTION +Sets the collection access level for the *collection* in the database *dbname* +for user *user*. You need the *Administrate* server access level in order to +execute this REST call. -@brief upgrade a service +@RESTRETURNCODES -@RESTHEADER{PATCH /_api/foxx/service, Upgrade service} +@RESTRETURNCODE{200} +Returned if the access permissions were changed successfully. -@RESTDESCRIPTION -Installs the given new service on top of the service currently installed at the given mount path. -This is only recommended for switching between different versions of the same service. +@RESTRETURNCODE{400} +If the JSON representation is malformed or mandatory data is missing +from the request. -Unlike replacing a service, upgrading a service retains the old service's configuration -and dependencies (if any) and should therefore only be used to migrate an existing service -to a newer or equivalent service. +@RESTRETURNCODE{401} +Returned if you have *No access* database access level to the *_system* +database. -The request body can be any of the following formats: +@RESTRETURNCODE{403} +Returned if you have *No access* server access level. -- `application/zip`: a raw zip bundle containing a service -- `application/javascript`: a standalone JavaScript file -- `application/json`: a service definition as JSON -- `multipart/form-data`: a service definition as a multipart form +@EXAMPLES -A service definition is an object or form with the following properties or fields: -- *configuration*: a JSON object describing configuration values -- *dependencies*: a JSON object describing dependency settings -- *source*: a fully qualified URL or an absolute path on the server's file system - -When using multipart data, the *source* field can also alternatively be a file field -containing either a zip bundle or a standalone JavaScript file. - -When using a standalone JavaScript file the given file will be executed -to define our service's HTTP endpoints. It is the same which would be defined -in the field `main` of the service manifest. - -If *source* is a URL, the URL must be reachable from the server. -If *source* is a file system path, the path will be resolved on the server. -In either case the path or URL is expected to resolve to a zip bundle, -JavaScript file or (in case of a file system path) directory. - -Note that when using file system paths in a cluster with multiple Coordinators -the file system path must resolve to equivalent files on every Coordinator. - -@RESTQUERYPARAMETERS +
+ +
+
+shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/user/admin@myapp/database/_system/reports <<EOF
+{ 
+  "grant" : "rw" 
+}
+EOF
 
-@RESTQUERYPARAM{setup,boolean,optional}
-Set to `false` to not run the new service's setup script.
+HTTP/1.1 200 OK
+content-type: application/json
+connection: Keep-Alive
+content-length: 49
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAM{legacy,boolean,optional} -Set to `true` to install the new service in 2.8 legacy compatibility mode. -@RESTQUERYPARAM{force,boolean,optional} -Set to `true` to force service install even if no service is installed under given mount. -@RESTRETURNCODES -@RESTRETURNCODE{200} -Returned if the request was successful. @endDocuBlock - -@startDocuBlock api_foxx_swagger - -@brief swagger description - -@RESTHEADER{GET /_api/foxx/swagger, Swagger description} - -@RESTDESCRIPTION -Fetches the Swagger API description for the service at the given mount path. - -The response body will be an OpenAPI 2.0 compatible JSON description of the service API. - -@RESTQUERYPARAMETERS - -@RESTQUERYPARAM{mount,string,required} -Mount path of the installed service. - -@RESTRETURNCODES + +@startDocuBlock UserHandling_revokeCollection -@RESTRETURNCODE{200} -Returned if the request was successful. +@brief Clear the collection access level, revert back to the default access level -@endDocuBlock +@RESTHEADER{DELETE /_api/user/{user}/database/{dbname}/{collection}, Clear the collection access level} +@RESTURLPARAMETERS - -@startDocuBlock api_foxx_tests_run +@RESTURLPARAM{user,string,required} +The name of the user. -@brief run service tests +@RESTURLPARAM{dbname,string,required} +The name of the database. -@RESTHEADER{POST /_api/foxx/tests, Run service tests} +@RESTURLPARAM{collection,string,required} +The name of the collection. @RESTDESCRIPTION -Runs the tests for the service at the given mount path and returns the results. - -Supported test reporters are: +Clears the collection access level for the collection *collection* in the +database *dbname* of user *user*. As consequence the default collection +access level is used. If there is no defined default collection access level, +it defaults to *No access*. You need permissions to the *_system* database in +order to execute this REST call. -- *default*: a simple list of test cases -- *suite*: an object of test cases nested in suites -- *stream*: a raw stream of test results -- *xunit*: an XUnit/JUnit compatible structure -- *tap*: a raw TAP compatible stream +@RESTRETURNCODES -The *Accept* request header can be used to further control the response format: +@RESTRETURNCODE{202} +Returned if the access permissions were changed successfully. -When using the *stream* reporter `application/x-ldjson` will result -in the response body being formatted as a newline-delimited JSON stream. +@RESTRETURNCODE{400} +If there was an error -When using the *tap* reporter `text/plain` or `text/*` will result -in the response body being formatted as a plain text TAP report. +@EXAMPLES -When using the *xunit* reporter `application/xml` or `text/xml` will result -in the response body being formatted as XML instead of JSONML. -Otherwise the response body will be formatted as non-prettyprinted JSON. +
+ +
+
+shell> curl -X DELETE --header 'accept: application/json' --dump - http://localhost:8529/_api/user/admin@myapp/database/_system/reports
 
-@RESTQUERYPARAM{reporter,string,optional}
-Test reporter to use.
+HTTP/1.1 202 Accepted
+content-type: application/json
+connection: Keep-Alive
+content-length: 26
+server: ArangoDB
+x-arango-queue-time-seconds: 0.000000
+x-content-type-options: nosniff
+
Show response body
+
+
-@RESTQUERYPARAM{idiomatic,boolean,optional} -Use the matching format for the reporter, regardless of the *Accept* header. -@RESTQUERYPARAM{filter,string,optional} -Only run tests where the full name (including full test suites and test case) -matches this string. -@RESTRETURNCODES -@RESTRETURNCODE{200} -Returned if the request was successful. @endDocuBlock - -@startDocuBlock delete_api_view + +@startDocuBlock UserHandling_fetchDatabaseList -@brief drops a View +@brief List the accessible databases for a user -@RESTHEADER{DELETE /_api/view/{view-name}, Drops a View, deleteView} +@RESTHEADER{GET /_api/user/{user}/database/, List the accessible databases for a user} @RESTURLPARAMETERS -@RESTURLPARAM{view-name,string,required} -The name of the View to drop. +@RESTURLPARAM{user,string,required} +The name of the user for which you want to query the databases. + +@RESTQUERYPARAMETERS + +@RESTQUERYPARAM{full,boolean,optional} +Return the full set of access levels for all databases and all collections. @RESTDESCRIPTION -Drops the View identified by *view-name*. +Fetch the list of databases available to the specified *user*. You need +*Administrate* for the server access level in order to execute this REST call. -If the View was successfully dropped, an object is returned with -the following attributes: -- *error*: *false* -- *id*: The identifier of the dropped View +The call will return a JSON object with the per-database access +privileges for the specified user. The *result* object will contain +the databases names as object keys, and the associated privileges +for the database as values. + +In case you specified *full*, the result will contain the permissions +for the databases as well as the permissions for the collections. @RESTRETURNCODES +@RESTRETURNCODE{200} +Returned if the list of available databases can be returned. + @RESTRETURNCODE{400} -If the *view-name* is missing, then a *HTTP 400* is returned. +If the access privileges are not right etc. -@RESTRETURNCODE{404} -If the *view-name* is unknown, then a *HTTP 404* is returned. +@RESTRETURNCODE{401} +Returned if you have *No access* database access level to the *_system* +database. -@EXAMPLES +@RESTRETURNCODE{403} +Returned if you have *No access* server access level. -Using an identifier: +@EXAMPLES -
-