- Notifications
You must be signed in to change notification settings - Fork 130
Closed
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
No labels