gpt4 book ai didi

postgresql - 为什么重启后后台运行了多个postgres实例?

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

为什么重启后后台运行了多个postgres实例?

enter image description here

如何设置开机不启动?

最佳答案

这很正常。

Postgres 使用多进程架构而不是多线程架构。

那些不是“多实例”,而是 Postgres 在服务器启动期间创建的后台进程(因为它的多进程架构)。

参见 Who has any documents that about PostgreSQL background processes?有关 Postgres 启动的后台进程的更多信息或 this example processlist在手册中

This presentation还提供了一些关于 Postgres 后台进程的见解。

关于postgresql - 为什么重启后后台运行了多个postgres实例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52753970/

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