标签: postgresql apache-spark jdbc pgbouncer spark-jdbc
我正在使用Spark JDBC DataFramReader来查询Postgres DB,该查询是在事务池中运行的PGBouncer中执行的。
从第二个执行的查询中,我收到以下错误:
org.postgresql.util.PSQLException: ERROR: prepared statement "S_1" already exists
此错误是否有解决方法?
我尝试将prepareThreshold=0添加到连接字符串。
prepareThreshold=0