Hey Team, i am benchmarking pinot for our usecase, i am using queryrunner to serve a batch of queries at varying qps, each query has a unique no of records it will fetch, is there a way to get
Throughput of records fetched per sec
as well , i dont see that metric given by QueryRunner
x
Xiang Fu
04/10/2023, 6:31 PM
For this, you need to parse each query response and count/calculate the throughout of records fetched per second
Xiang Fu
04/10/2023, 6:32 PM
There is response metadata field of numDocsScanned
t
Tanmay Varun
04/10/2023, 6:49 PM
yeah, but seems will need to tweak query runner to print that in report..