coco
09/01/2022, 10:10 AMProcessed requestId=5111,table=table_poc_OFFLINE,segments(queried/processed/matched/consuming)=785/419/193/-1,...totalExecMS=4113...numDocsScanned=229,...,scanPostFilter=1832
Processed requestId=34700,table=table_poc_OFFLINE,segments(queried/processed/matched/consuming)=784/432/163/-1,...totalExecMS=141...numDocsScanned=177,...,scanPostFilter=1416
Is there any way to reduce this high latency difference?
The table was created with a star-tree index(4 dimension columns, SUM__).
159 dimension columns, 47 metrics columns, 2 date-time columns
3.2T (3 replicas)
2,354 segments
834,221,210 docs
3 pinot-server, heap 16G
3 pinot-broker, heap 8G (the same hardware as pinot-server)Mayank
Mayank
coco
09/02/2022, 1:55 AMcoco
09/02/2022, 1:57 AMMayank
coco
09/02/2022, 8:09 AMProcessed requestId=5111,table=table_poc_OFFLINE,segments(queried/processed/matched/consuming)=785/419/193/-1,...totalExecMS=4113...numDocsScanned=229,...,scanPostFilter=1832
Processed requestId=34700,table=table_poc_OFFLINE,segments(queried/processed/matched/consuming)=784/432/163/-1,...totalExecMS=141...numDocsScanned=177,...,scanPostFilter=1416
----------------
We don't think of it as a characteristic of a table or data.
The reason is that the response results of the same query with the same condition value of the same predicate in the test are highly different.
----------------
Attached image is another test result of sending request for 5 minutes and running 4 tests.
Restarted the pinot-server before the second test (with a response time of more than 2 seconds).Mayank