clintropolis opened a new pull request, #18856: URL: https://github.com/apache/druid/pull/18856
### Description This PR improves `druid.segmentCache.virtualStorage=true` to make it no longer necessary to set `druid.server.maxSize`, instead using a computed value that is based on the assumption that ~1G of heap can comfortably serve ~50k segments, and using a 300M segment size as the conversion rate works out to ~15T of disk per ~1G of heap, which is quite a lot for bigger servers, but not totally unlimited either. The web console does look pretty amusing, need to maybe make some improvements here to better indicate a tier is using virtual storage. <img width="863" height="118" alt="Screenshot 2025-12-18 at 1 35 55 PM" src="https://github.com/user-attachments/assets/bcabb7e2-41d2-4e1c-8c7d-52bdb3834d1f" /> -- 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]
