pgsql中的jdbc连接参数配置(优化数据批量插入)
url: jdbc:postgresql://192.168.20.10:5432/库名称?reWriteBatchedInserts=true
reWriteBatchedInserts=true;控制是否将批量插入语句转换成更高效的形式
url: jdbc:postgresql://192.168.20.10:5432/库名称?reWriteBatchedInserts=true
reWriteBatchedInserts=true;控制是否将批量插入语句转换成更高效的形式