Is there a way to make the Python Script node faster?

Hi everyone,

In my workflow, I am using a Python Script node. I wonder that Is there a way to make the Python Script node runtime faster? When I take a look at Python Script configuration, I see that options like chunk size, row limit etc. Can these options be used for performance enhancement?

Best,

Kerem

@KKERROXXX you could try the new

https://www.knime.com/blog/improved-performance-with-new-table-backend

and new python nodes and see if that could speed up the transfer of data - if that in fact is the limiting factor.

Then you could check the code itself if anything can be done to speed that up.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.