Skip to content

Warning about simple queries #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/simple.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Simple Queries
--------------

.. 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.

Here is an example of using ArangoDB's **simply queries**:

.. testcode::
Expand Down Expand Up @@ -60,4 +62,4 @@ Here are all simple query (and other utility) methods available:
* :func:`arango.collection.StandardCollection.update_match`
* :func:`arango.collection.StandardCollection.replace_match`
* :func:`arango.collection.StandardCollection.delete_match`
* :func:`arango.collection.StandardCollection.import_bulk`
* :func:`arango.collection.StandardCollection.import_bulk`