You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm installing Postgres DBM to monitor my hosted Postgres database, and I'm trying to understand why it requires us to create a new custom function. Obviously, this requires us to make a change to our database's schema, which requires a lot more care and review, adding friction to the adoption of DBM.
Why is a custom function required? What is the benefit to Datadog of executing the custom function, versus executing a normal EXPLAIN (FORMAT JSON) statement directly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm installing Postgres DBM to monitor my hosted Postgres database, and I'm trying to understand why it requires us to create a new custom function. Obviously, this requires us to make a change to our database's schema, which requires a lot more care and review, adding friction to the adoption of DBM.
Why is a custom function required? What is the benefit to Datadog of executing the custom function, versus executing a normal
EXPLAIN (FORMAT JSON)
statement directly?Beta Was this translation helpful? Give feedback.
All reactions