gpt4 book ai didi

performance - 无法写入散列连接临时文件 : No space left on device

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

我正在执行 PostgreSQL 函数来更新一个包含大量数据的表,每天更新大约 100000 条记录。在更新过程中,我收到一条错误消息:

"could not write to hash-join temporary file: No space left on device"

我还没有真正能够得到一些有用的东西来克服这个错误。我得到了一些关于 SET a temporary table spaces 的地方。但是我找不到如何创建一个临时表空间,在执行更新过程期间将在其中存储数据。

最佳答案

  1. SQL> 创建表空间 temp_tbs 位置 '/some/big/disk';
  2. 在 postgresql.conf 中更改 temp_tablespaces = 'temp_tbs'
  3. 选择 pg_reload_conf();
  4. 享受

关于performance - 无法写入散列连接临时文件 : No space left on device,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29602409/

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