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

Added TODOs and local pgbench results. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jan-M
Copy link
Collaborator

@Jan-M Jan-M commented May 27, 2020

Added some TODOs we should walk through together.

Also added results from local pgbench vs pg12 on ubuntu 20.04. Scale factor 100.

There seems to be issues with tracking the timing, that part remains empty.

@RafiaSabih
Copy link
Owner

Added some TODOs we should walk through together.

Also added results from local pgbench vs pg12 on ubuntu 20.04. Scale factor 100.

Thank you, that seems quite helpful.

There seems to be issues with tracking the timing, that part remains empty.

By default it only tracks timing for queries with execution times greater than 1000 ms, needs to configure via min_duration

@@ -439,13 +439,13 @@ pgmon_save_firsttuple(QueryDesc *queryDesc)
static void
pgmon_plan_store(QueryDesc *queryDesc)
{
Assert(queryDesc != NULL);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is illegal in C to have a variable declaration not at the beginning of code block.

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

Successfully merging this pull request may close these issues.

3 participants