stdpain commented on issue #5849: URL: https://github.com/apache/incubator-doris/issues/5849#issuecomment-846717548
I looked at the implementation of the CRoaring Bitmap, the memory will be inflated especially in the larger than int32, the probability is that this is the cause, and the probability of your data distribution between int32 ~ int64 is likely to have problems Try to keep your values as close together as possible and you'll be fine, hash will make the values too loosely arranged -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
