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
Currently when using the batch actor to stream insert data, if one entry in the batch causes the insert to fail then the entire batch is discarded, which leads to data loss.
We should try to split the batch in multiple subbatches and try to insert those, and split any failures again up to some configured threshold.
The text was updated successfully, but these errors were encountered:
Currently when using the batch actor to stream insert data, if one entry in the batch causes the insert to fail then the entire batch is discarded, which leads to data loss.
We should try to split the batch in multiple
subbatches
and try to insert those, and split any failures again up to some configured threshold.The text was updated successfully, but these errors were encountered: