Hi team, we are have a latency issue with a Pinot query for UI, it’s simple doing a select sum of a Int column from a table with 2 billion total records with 6milliom records scanned after filtering by one inverted index and timecolumnname, but it always took more than 2 seconds. Is this normal and can this latency be improved?
j
Jackie
08/06/2021, 7:10 PM
Can you give an example query and the index you have?
Jackie
08/06/2021, 7:10 PM
Also the metadata from the query response
c
Carl
08/06/2021, 7:17 PM
Numofdocscaned 9m totaldoc:4b, num of segmentqueried:821 what other meta data might be insightful too?
k
Kishore G
08/06/2021, 7:30 PM
servers
Kishore G
08/06/2021, 7:30 PM
pasting the json response will be hepful
c
Carl
08/06/2021, 7:32 PM
Number of server queried and responded is both 4
k
Ken Krugler
08/06/2021, 8:18 PM
For low latency I’d have a range index on datecolumnname, and a star tree defined with id & datecolumnname columns as dimensions, and