hansva opened a new issue, #7823: URL: https://github.com/apache/hop/issues/7823
### Apache Hop version? 2.18.1 ### Java version? 21 ### Operating system Windows ### What happened? The call in LogMessage to `HopConfig.readStringVariable()` takes 655 µs this is a cost per row that goes to logging. Writing 100k rows to logging takes around ~75 s By cachign the values of `getDescribedVariables` the speed goes up to ~2.9 s (1.0 µs per line) ### Issue Priority Priority: 2 ### Issue Component Component: API -- 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]
