Customer suggestion for TableStorage: #17619
joshhayles
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This customer has a suggestion:
[directly from the customer]
"We disabled TableStorage
table_storage.metrics
metrics and now the integration is working.Some merge operations (in our case using FiveTran) in Snowflake create temporary tables. We are not a gigantic company, so I'd imagine other Datadog customers using the Datadog Integration are also hitting this issue:
It would be nice if you could note the documentation page that this metric may cause an issue if you have a large number of tables. You can include this query as a way to check the distinct table count.
select count(distinct table_name, table_schema) from snowflake.account_usage.table_storage_metrics;
Our snowflake account returns 24,487,108 for this query. This much data appears to be more than the agent can handle."
Beta Was this translation helpful? Give feedback.
All reactions