Replies: 1 comment
-
Yes, that's possible, though I'm not sure if it would be any faster. More specifically, you could use the gRPC (or REST) API that the server exposes directly. Our Python client may not be the fastest, partially due to the language. If that is the case you may give our Rust client a shot. Finally, I'd like to note that you should use our batch APIs for uploading a batch of points. That is much faster than upsering every point individually. All our clients have batching functions available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to ingest a large amount of data. Is there any way I can use the API that the server uses to access the database directly rather than having to go through a client?
Beta Was this translation helpful? Give feedback.
All reactions