-
Notifications
You must be signed in to change notification settings - Fork 871
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
Support cluster selection for DELETE commands #6590
Comments
Hey Dustin, Doesn't the simpler command Scott |
Hi @smolinari I think yes but it has nothing to do with it. I want to remove a record from a specific cluster. |
Oh boy. Sorry about that. Don't know what I was thinking...... Scott |
@StarpTech you can always delete edges by using rids. This is fast and is executed only by the servers that have the record: DELETE EDGE #13:4343 or DELETE EDGE [#13:4343, #134:434, #32:965976] |
I've just checked and |
Implemented in 2.2.x and develop branches. |
Hi @lvca thank you but can you port it to the 2.1.x series? You know my issues with switching to the 2.2.x series. thank you. |
DELETE EDGE edgename |
OrientDB Version, operating system, or hardware.
All Versions!
Operating System
Expected behavior and actual behavior
With regard to the Distribution strategy of orientdb it must be possible to select a cluster to avoid a scan through all irrelevant clusters.
Expected sql support:
Steps to reproduce the problem
throws an exception:
The text was updated successfully, but these errors were encountered: