Skip to content

Commit 17ff464

Browse files
authored
Merge pull request #157 from wshayes/patch-1
Add warning about simple queries in documentation
2 parents bc65da7 + bccac76 commit 17ff464

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/simple.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Simple Queries
22
--------------
33

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+
46
Here is an example of using ArangoDB's **simply queries**:
57

68
.. testcode::
@@ -60,4 +62,4 @@ Here are all simple query (and other utility) methods available:
6062
* :func:`arango.collection.StandardCollection.update_match`
6163
* :func:`arango.collection.StandardCollection.replace_match`
6264
* :func:`arango.collection.StandardCollection.delete_match`
63-
* :func:`arango.collection.StandardCollection.import_bulk`
65+
* :func:`arango.collection.StandardCollection.import_bulk`

0 commit comments

Comments
 (0)