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
What would you like to be added:
Make data ingestion pipelined, aka make sure not every insert needs to wait until the server responds.
Why is this needed:
Currently the data ingestion is completely dominated by RTT between the tool and the database. Each individual insert requires one round trip.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Make data ingestion pipelined, aka make sure not every insert needs to wait until the server responds.
Why is this needed:
Currently the data ingestion is completely dominated by RTT between the tool and the database. Each individual insert requires one round trip.
The text was updated successfully, but these errors were encountered: