Hey Team, i am benchmarking pinot for our usecase,...
# getting-started
t
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
For this, you need to parse each query response and count/calculate the throughout of records fetched per second
There is response metadata field of numDocsScanned
t
yeah, but seems will need to tweak query runner to print that in report..