Jackie-Jiang commented on issue #17821: URL: https://github.com/apache/pinot/issues/17821#issuecomment-4091558686
@praveenc7 The intention for `enableDynamicStarTreeCreation` is to avoid the memory/CPU overhead of creating star-tree index on server during segment reload. It is not intended to keep the stale star-tree index when a new segment is created. This flag shouldn't apply to minion. A common usage for this flag is to only let minion generate the new star-tree index and refresh the segments to avoid the overhead on servers. -- 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]
