klsince opened a new pull request, #13577: URL: https://github.com/apache/pinot/pull/13577
Add feature flag for two optimizations for TextIndex recently: 1) reuse mutable index when converting mutable segment to immutable segment; 2) use NRT caching for mutable segment. The feature flags are add to TextIndex config are below - reuseMutableIndex - enableNRTCachingDirectory I set them to false by default so one can enable them incrementally. As those are validated more widely and we can set them to true by default to keep them on by default. -- 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]
