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

sql/query_stat_io_time.sql #11

Open
Dsolik opened this issue Jul 18, 2023 · 0 comments
Open

sql/query_stat_io_time.sql #11

Dsolik opened this issue Jul 18, 2023 · 0 comments

Comments

@Dsolik
Copy link

Dsolik commented Jul 18, 2023

Hello, tell me why in sql (sql/query_stat_io_time.sql) in avg_time multiplication by 1000 is performed ( (sum(total_time)1000/sum(calls))::numeric(10,3) AS avg_time and (total_time1000/calls)::numeric(20,2) AS avg_time) ?

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