geekboood opened a new issue, #10844: URL: https://github.com/apache/pinot/issues/10844
I have one pinot server instance useing version 0.12.1, with 8000+ segments and each segments contains 1048576 rows. I create inverted index and bloom filter (and set on heap) for this filter field, but the query time still too slow. Here is the tracing detail. `{\"ColumnValueSegmentPruner Time\":18},{\"SegmentPrunerService Time\":35},{\"CombinePlanNode Time\":7192},{\"SelectionOrderByCombineOperator Time\":813},{\"InstanceResponseOperator Time\":813}` ``` "numServersQueried": 1, "numServersResponded": 1, "numSegmentsQueried": 8507, "numSegmentsProcessed": 427, "numSegmentsMatched": 19, "numConsumingSegmentsQueried": 0, "numConsumingSegmentsProcessed": 0, "numConsumingSegmentsMatched": 0, "numDocsScanned": 628, "numEntriesScannedInFilter": 0, "numEntriesScannedPostFilter": 1256, "numGroupsLimitReached": false, "totalDocs": 8920236032, "timeUsedMs": 8098, ``` What could be the problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org