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
Use case:
I need import data from file and batch write with block api,but I notice that although WriteApiBlocking.writePoints( String bucket, String org, List<Point> points) accept collection of points,but the implementation of it write data one by one,which is too slow in my use case.
By the way, when I tried your non-blocking api,sometime it create too many TIMED_WAITING thread,and casue oom finally.
Proposal:
batch write data with block api
Use case:
I need import data from file and batch write with block api,but I notice that although
WriteApiBlocking.writePoints( String bucket, String org, List<Point> points)
accept collection of points,but the implementation of it write data one by one,which is too slow in my use case.By the way, when I tried your non-blocking api,sometime it create too many
TIMED_WAITING
thread,and casue oom finally.threaddump-1604541290817.zip
The text was updated successfully, but these errors were encountered: