vagetablechicken opened a new issue #3307: UniqueRowsetIdGenerator may use a lot of memory URL: https://github.com/apache/incubator-doris/issues/3307 **Describe the bug** We tracked valid_rowset_ids size. And it may increase to 1G or more. One RowsetId cost 25B. So the total memory usage may exceed 25GB. It wastes memory. We can use bitmap to save memory. Working on it. Any advise?
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org