gpt4 book ai didi

postgresql - 为什么 SQL drop 语句会超时

转载 作者:行者123 更新时间:2023-11-29 11:39:19 25 4
gpt4 key购买 nike

我正在尝试删除 Postgres 数据库中的一些表。对于其中一些表,我遇到了事务超时(即使它们是空的)。

这是我的 table

CREATE TABLE many_2_many_table (
id integer NOT NULL,
object_1_id integer NOT NULL,
object_2_id integer NOT NULL);

id 是主键并且 object_1_id 和 object_2_id 都是外键。

现在表是空的,我想删除它。 Drop 和 Truncate 都给我传输超时。我已经能够放弃它和我的其他 postgres 环境。超时时间为 30 秒后。

最佳答案

检查 pg_lockspg_stat_activity查看该表是否仍在被某些进程使用。

关于postgresql - 为什么 SQL drop 语句会超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5020917/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com