CarlosJuncher03 opened a new issue, #7589: URL: https://github.com/apache/hop/issues/7589
### What would you like to happen? The Data Validation transformation may exhibit scalability limitations when processing moderate to large workloads. Validation appears to be performed row-by-row, which can create a processing bottleneck. This issue is more pronounced when validation relies on external data sources, as each validation step may require additional I/O operations. Memory consumption also appears to be relatively high during these workloads. Potential improvements could include: Batch processing of rows. Support for controlled parallel validation. Issues may also arise when parallel execution is enabled. When a Table Input transformation supplies the data used by the Data Validation transformation, enabling parallel execution causes the validation transformation to fail in locating or accessing the data coming from the Table Input. ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- 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]
