我正在使用Talend DI 6.5。 将Postgres数据库从9.6版迁移到11.5版后,在处理来自大型csv文件(10磨行)的数据时遇到错误消息
An I/O error occurred while sending to the backend.
Exception in component tPostgresqlOutput_1 (emp_table)
org.postgresql.util.PSQLException: This connection has been closed.
ETL作业在9.6 postgres版本上工作正常。 我需要在Talend DI中更改此数据库升级的任何设置吗? 是否需要任何驱动程序升级?请建议