Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected hydrate call count from query stats #775

Open
cbruno10 opened this issue Mar 19, 2024 · 0 comments
Open

Unexpected hydrate call count from query stats #775

cbruno10 opened this issue Mar 19, 2024 · 0 comments

Comments

@cbruno10
Copy link
Contributor

The Steampipe stats are showing 2x the number of hydrate calls I'd expect for select * from aws_servicequotas_service_quota:

Time: 279.1s. Rows fetched: 41,867. Hydrate calls: 83,226.

This table (https://github.com/turbot/steampipe-plugin-aws/blob/main/aws/table_aws_servicequotas_service_quota.go#L34-L50):

  • Uses a ParentHydrate to list services
  • For each service it lists the quotas
  • For each quota it lists the tags

I’d expect 41,867 hydrate calls (1 per list tags call), but instead we get 2x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant