Jackie-Jiang commented on issue #11494: URL: https://github.com/apache/pinot/issues/11494#issuecomment-1716653409
Think of json index as an inverted index. It is extremely expensive to use inverted index as forward index because each value read requires scanning the whole inverted index. For group-by clause itself, we can potentially use inverted index to accelerate the query processing, but that is also not easy and we don't have that support for regular inverted index yet. -- 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 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