MiniSho opened a new pull request, #11201: URL: https://github.com/apache/iotdb/pull/11201
Previously, we had only one global PipeInsertNodeCache caching wal data. We've optimized this by using `static Map<DataRegionId, WalInsertNodeCache>` to create a separate cache for each leader data region to improve performance. -- 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]
