You should restart the cluster once you have deleted hcatalog database. And then you can 'vacuum freeze' the remaining database.
Thanks, Zhenglin Love Higher <[email protected]> 于2022年2月14日周一 10:32写道: > 非常感谢你的回复,很奇怪的是 > 我们尝试过使用您说的这种方式但视乎还是没有解决问题,不清楚问题在哪里,相同的针对hcatalog的警告和报警也并没有消失,期待你的回复。 > > 陶征霖 <[email protected]> 于2022年2月13日周日 01:30写道: > >> Hi, >> >> >> hcatalog database is useless in HAWQ, you can feel free to delete >> hcatalog database in utility mode like this: PGOPTIONS='-c >> gp_session_role=utility' psql -p port_num template1 -c "set >> allow_system_table_mods='DML';delete from pg_database where >> datname='hcatalog';" port_num would usually be 5432 for master and 40000 >> for segment. >> >> >> Thanks, >> >> Zhenglin >> >> Love Higher <[email protected]> 于2022年2月12日周六 12:28写道: >> >>> 你好! >>> >>> >>> >>> 最近我使用Apache-Hawq大数据仓库遇到了一点问题,在网上找了很多的解决方式都无法得到解决,想请教你一下,请你帮我看看我应该怎么做才能解决这个问题,不管有没有帮助都万分感谢,Hawq报错提示如下: >>> [image: image.png] >>> 我尝试对Hawq中的Hcatalog库进行vacuum操作,但发现Hawq提示Hcatalog库不能被连接操作,提示如下: >>> [image: image.png] >>> 请问我该如何解决这个问题呢? 感谢你的任何帮助,再次感谢。 >>> >>
