You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just saw you added this - really nice listing - and useful when you can use them.
I started using them and then had to back out as they aren't dependable. I didn't realize how limited they were.
Your library and docs just keep getting better and better. Thank you!
Copy file name to clipboardExpand all lines: docs/simple.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
Simple Queries
2
2
--------------
3
3
4
+
.. caution:: There is no option to add a TTL (Time to live) or batch size optimizations to the Simple Queries due to how Arango is handling simple collection HTTP requests. Your request may time out and you'll see a CursorNextError exception. The AQL queries provide full functionality.
5
+
4
6
Here is an example of using ArangoDB's **simply queries**:
5
7
6
8
.. testcode::
@@ -60,4 +62,4 @@ Here are all simple query (and other utility) methods available:
0 commit comments