orientechnologies / orientechnologies/orientdb
Add RETRY/WAIT support to DELETE EDGE and other non-idempotent SQL operations
Open
@luigidellaquila is already working on this.
Since Jun 1, 2020.
enhancement
- Dominant language
- Java
- Stars
- 5k
- Forks
- 868
- Avg merge
- 15h 6m
- Merged PRs (30d)
- 18
Description
OrientDB Version: 2.2.x and 3.0.x
Expected behavior
In reference to https://community.orientdb.org/t/retry-and-wait-in-sql-queries/136
Add RETRY/WAIT support to DELETE EDGE and other non-idempotent SQL operations.
Actual behavior
Currently requires a BATCH with COMMIT/RETRY on all but CREATE EDGE.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.