KKcorps opened a new pull request, #9802: URL: https://github.com/apache/pinot/pull/9802
Currently, we store the whole row in the Dimension table hash map for fast lookups. However, in some cases, we can trade off the speed for memory efficiency. In this PR, I am adding a new implementation that only stores the segment reference and docID, and the actual value is read at the time of lookup. -- 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