the-other-tim-brown commented on PR #13614: URL: https://github.com/apache/hudi/pull/13614#issuecomment-3115737753
> > Benchmarking of before/after the thread-local changes shows large win when creating a new instance of the serializer > > @the-other-tim-brown did you mean the use cases where one thread read multiple input splits? I'm curious what is the test base line @danny0405 yes, if a service running Hudi lives for more than 1 call this will start showing impact. Specifically on the timeline service which will serve many requests. The serializer instance will take about 1 ms to create on every call instead of 5ns. -- 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]
