gianm commented on PR #14142: URL: https://github.com/apache/druid/pull/14142#issuecomment-1518429085
There is some performance overhead here for the case where a server in default-value mode is reading a segment that was written in SQL-compatible mode. However, I don't really see a way around this. The dictionaries do need to be adjusted and it will add some extra overhead. There's no overhead for default-value mode reading default-value-mode-written segments, or SQL-compatible mode reading any kind of segments. -- 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]
