Mysql or Postgres with Knime

@nxfxcom KNIME does work well together with all sorts of (SQL) databases. You can either use the dedicated nodes or just use your SQL code. The main benefit will be that the users will be able to combine the power and functions of KNIME with that of your database.

That being said. First the performance will very much depend on the setup and the power of the database and the server it is running on and (possibly) the network connection (if there is any).

You mentioned JSON structures in your database. Can you elaborate on that. @armingrudd said once that if you want to do more than store the data (like extracting information from a JSON substructure) other databases might be better suited then MySQL - PostGres is already on you roadmap it seems:

Luckily KNIME can also work with them :slight_smile: - maybe you can elaborate further.

2 Likes