Replies: 1 comment 1 reply
-
Hi @Caviarion, Thanks for letting us know that. In fact there's a bug in the implementation (there's uncessary sync with etcd). That is a unknown bug and has been fixed by pull request #207. A new version of vineyard will be release tomorrow or Fri. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context: I'm thinking about the possibility of using
vineyard
as a centralized IPC service to transfer data blobs between multiple processes.Our previous approach is socket, so I tried to do some benchmark as comparison:
The result is around 100MB/s on our machine.
Speed could reach > 1GB/s without
delete
, but ends withNotEnoughMemoryException
soon.Is this reasonable ? If so, are there any chances to improve the speed of
delete
?Beta Was this translation helpful? Give feedback.
All reactions