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: [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]
