@SyxRyx you could use a local database like SQLite or H2 depending on how large your data actually is
If you need more database power MariaDB or Postgres might also be an option.
And of course you could just store your data in the several file formats KNIME does support (Parquet, ORC, ARFF and the native .table).