lfernandez93 opened a new issue #7642: URL: https://github.com/apache/pinot/issues/7642
When running a query like the following `SELECT COUNT(*) FROM table WHERE id = x AND time BETWEEN a AND b` `numEntriesScannedInFilter` is showing more records than the ones scanned `numDocsScanned` , why is this the case? shouldn't it only scan the number that we have selected already on? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
