You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying out Databend in its simplest form: local Docker container (minio + databend). The experience is good so far, but there's a problem I've faced already. I am writing IOT device data to databend table as soon as I receive it, and performance for individual insert is too slow at the moment. The speed is around two inserts per second.
I can implement client-side buffering and do COPY FROM operation (or a bulk-request) on client side, but I'd love if Databend to be able to do this for me instead, so that I don't have to complicate my app's logic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying out Databend in its simplest form: local Docker container (minio + databend). The experience is good so far, but there's a problem I've faced already. I am writing IOT device data to databend table as soon as I receive it, and performance for individual insert is too slow at the moment. The speed is around two inserts per second.
I can implement client-side buffering and do COPY FROM operation (or a bulk-request) on client side, but I'd love if Databend to be able to do this for me instead, so that I don't have to complicate my app's logic.
Maybe something like this is already present?
Beta Was this translation helpful? Give feedback.
All reactions