nci/gsky

Improving polygon drill grpc performance

Closed this issue · 0 comments

Currently, drill_grpc.go uses default grpc buffer size which 4MB and the concurrency limit over worker node pool is fixed to 16. The combination of these two is a performance bottleneck as drilling over long time series of high dimensional data is a very compute intensive task.