Put not supported using vineyard.RPCClient
.
#1386
-
Describe your problemHow to put and get If is is a bug report, to help us reproducing this bug, please provide information below:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Currently RPC client is designed for inspecting metadata of global/remote objects (see also: https://v6d.io/notes/key-concepts/objects.html), e.g.,
The error in the description above is expected behavior. The error message itself is a bit misleading and worth a fix. |
Beta Was this translation helpful? Give feedback.
-
I see, my use case is to put a numpy array from machine A to machine B's vineyard server. I had the following strategies in mind:
Keeping solely performance in mind, do you have any suggestions? |
Beta Was this translation helpful? Give feedback.
-
Those two approaches shouldn't have big performance differences as they share the same codepath.
|
Beta Was this translation helpful? Give feedback.
-
Furthermore, I was not able to find much documentation on Object Migration and the APIs for the same. Where can I find that? |
Beta Was this translation helpful? Give feedback.
Those two approaches shouldn't have big performance differences as they share the same codepath.