Hi, I had a quick question I wanted to ask, I depl...
# ask-community-for-troubleshooting
q
Hi, I had a quick question I wanted to ask, I deployed airbyte on a compute engine instance and connected the cloud proxy on it, however even though I connected with my db replica, the CPU utilization for my database has immensely increased (till 80%). I wanted to understand how airbyte is connecting with my replica SQL instance since this is unexpected behavior. Secondly, to make use for CDC it was written in the docs to upgrade postgres to 10+, would CDC also work on postgres 9.6?
u
the method Airbyte use to get data using CDC was only available in PG 10+
do you have any monitor enable in your database which could help you understand the reason of the high CPU usage?
q
got it, thanks