ERROR: XX000: could not read from hash-join temporary file: Success

目录

环境

症状

问题原因

解决方案

环境

系统平台:Linux x86 Red Hat Enterprise Linux 6,Linux x86-64 Red Hat Enterprise Linux 7

版本:4.1.1

症状

select语句查询报错

ERROR:  XX000: could not read from hash-join temporary file: Success

问题原因

HGDB FDE会对临时文件加密导致。

解决方案

1.扩展临时内存区,

alter system set temp_buffers='800MB';

更多解决方案请登录【瀚高技术支持平台】查看https://support.highgo.com/#/index/docContent/911ec97a01a353b0 

猜你喜欢

转载自blog.csdn.net/pg_hgdb/article/details/106279303