8000 make AQL modification operations async by goedderz · Pull Request #14644 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

make AQL modification operations async #14644

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 6 commits into from
Aug 17, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Added CHANGELOG entry
  • Loading branch information
goedderz committed Aug 16, 2021
commit ad07ce90c29ddaac77323d0a306ce65c114404ac
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
devel
-----

* Make AQL modification operations in a cluster asynchronous. This allows to
free the thread for other work until both the write and synchronous
replication are comp 4B28 lete.

* Bug-Fix: In more complex queries there was a code-path where a (Disjoint-) Smart
graph access was not properly optimized.

Expand Down
0