Open stephen-soltesz opened 6 years ago
pt & ss worker handle tar file which contains thousands of tests each, so it is expected to take longer.
the average BQ insertion time used for PT is about 350ms, for ss, about 1ms, for NDT, about 200ms.
BQBufferSize is NDT: 10, SS: 100, PT: 300, I will try to reduce the Buffer size for PT.
Increasing the buffer size will mean that additional rows are written at once. A larger buffer may help increase the BQ insertion time (because more rows are inserted per call) while decreasing the overall processing time.
The new combined dashboard revealed some insights that we may have missed before:
@yachang fyi