We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9e501 commit 3b1bca2Copy full SHA for 3b1bca2
core/src/main/java/com/arangodb/model/AqlQueryOptions.java
@@ -500,6 +500,10 @@ public Boolean getAllowRetry() {
500
* {@link com.arangodb.ArangoCursor#next()} in case of I/O exceptions, since the request to
501
* fetch the next batch is not idempotent (i.e. the cursor may advance multiple times on the
502
* server).
503
+ * <p/>
504
+ * Note: once you successfully received the last batch, you should call
505
+ * {@link com.arangodb.ArangoCursor#close()} so that the server does not unnecessary keep the
506
+ * batch until the cursor times out ({@link AqlQueryOptions#ttl(Integer)}).
507
* @return options
508
* @since ArangoDB 3.11
509
*/
0 commit comments