-
Couldn't load subscription status.
- Fork 63
Description
We implemented a new Azure Function using the SQL Trigger and have enabled Change Tracking on the SQL Server database and tables we want (SQL Server VM, not Azure SQL).
When we enable the Azure Function and it starts the polling mechanism for changes, it causes the CPU to spike up and stay on high on the SQL Server, to the point where it makes that production database server unusable. This impacts the operations of the main application that relies on that server. So we've had to stop the Azure Function, which immediately drops the CPU back to normal levels on the SQL Server.
Can you provide insight on what might cause this behavior? What can we do to avoid the high CPU usage on the database server?