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
fix: Fix number of writes reported by postgresql (#6757)
Because we didn't use the batch size, but rather the batch size limit when incrementing the counter for number of records written, the results may have been inaccurate in some cases.
0 commit comments