I have a case with two options:
- check a tuple existense and delete if it exists
- unconditional delete
The majority of operations are trying to delete a tuple which is not exist in space (get without delete or uncoditional delete).
I wonder what is preferrable operation?