许多 Postgres.exe 进程
即使我没有激活我的 PosgreSQL,我的计算机上也有很多 postgres.exe 进程。为什么postgres有很多进程?与 MySQL 和其他数据库不同。有什么解释吗?
There are many postgres.exe process in my computer, even if I'm not activating my PosgreSQL. Why does postgres has many process? unlike MySQL and the others. Any explanation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Postgresql Server 有很多进程,如 autovacuum 进程、wal writer 进程、stats Collector 进程、writer 进程,其父进程是 Postgres 进程。
Postgresql Server has many process such as autovacuum process,wal writer process ,stats collector process ,writer process whose parent's process is Postgres process.