ArangoDB AQL Optimization: Returning & Modifying in v2.4
ArangoDB provides many options for finding and modifying data. Though there are several more specialized operation, data-modification AQL queries are the most general solution in ArangoDB. They allow to find documents using arbitrary filter criteria, and to modify or remove the documents once found.
Read in Jan’s blog how INSERT, UPDATE, REMOVE and REPLACE operations can now return modified documents and allow to find, modify and return documents from the same AQL query. Read on
1 Comments
Leave a Comment
Get the latest tutorials, blog posts and news:
quick question. Are these operations (eg. update a value and return) atomic?