Postgres: After importing production database (with replication) to my local machine, I notice network packets being sent and received from macbook

后端 未结 2 1445
忘掉有多难
忘掉有多难 2021-01-24 08:08

I\'ve been a MySQL guy, and now I\'m working with Postgres so I am learning. Wondering if someone can tell me why my postgres process on my macbook is sending and receiving data

2条回答
  •  自闭症患者
    2021-01-24 09:14

    If it's UDP traffic, to and from a high port, it's likely to be PostgreSQL's internal statistics collector.

    These are pre-bound to prevent interference and should not be accessible outside of PostgreSQL.

提交回复
热议问题