在application.yml中设置threads为16,批量删除、更新时发生死锁
ni65a41a1#
可查看greenplum官方文档关于全局死锁检测器的介绍:https://gpdb.docs.pivotal.io/6-3/admin_guide/dml.html#topic_gdd
解决方法:启用全局死锁检测器,命令如下:gpconfig -c gp_enable_global_deadlock_detector -v 'on'修改完配置需要重启greenplum数据库生效
1条答案
按热度按时间ni65a41a1#
可查看greenplum官方文档关于全局死锁检测器的介绍:
https://gpdb.docs.pivotal.io/6-3/admin_guide/dml.html#topic_gdd
解决方法:
启用全局死锁检测器,命令如下:
gpconfig -c gp_enable_global_deadlock_detector -v 'on'
修改完配置需要重启greenplum数据库生效