Can you create branches of the workflow dynamically for posting multiple queries to the db?

Hi guys,

I am trying to develop a workflow that takes as parameter a list of N products and posts N queries in parallel to the database.

We believe that posting N queries might be faster than posting one query with N products in.

Is such a thing possible in KNIME?

Even if this use case proves us wrong, knowing that you can generate parts of the workflow dynamically might be useful in the future.

Thanks in advance,
Denis

@d3n1s you could try and create a workflow where a database query would be sent thru parallel chunks. The performance would depend on whether the database would support several accesses at the same time

2 Likes

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