Continuous Performance Test - Mailing list pgsql-performance

From Jean Baro
Subject Continuous Performance Test
Date
Msg-id CA+fQeenoiMsgHMtKcJxEnccmQzrpXzFjCkJPHqUFaJXf7Oz-vQ@mail.gmail.com
Whole thread Raw
Responses Continuous Performance Test  (Jean Baro <jfbaro@gmail.com>)
Re: Continuous Performance Test  ("Nasby, Jim" <nasbyj@amazon.com>)
List pgsql-performance
Hello!

I was wondering if there is any external tool or extention to PostgreSQL > 10 (EC2 or RDS) which would:
  • Collect the TOP X statements (queries or DML) used in the last Y days IN PRODUCTION;
  • Everytime there is a change in the DATABASE Structure (Migrations, properties, Tables, Indexes) run these TOP X statements against a PERFORMANCE TEST DATABASE (Which would be very similar to production, on both HARDWARE and DATABASE SIZE)
  • Collect the metrics for these tests
  • Plot the results over time so that the PRODUCT team can be sure how the performance of the DATABASE is being affected by the chances over time (also as the number of rows changes). Something like this:
image.png
Query vs new change to the DATABASE (+ its size). So that we can see which migration affect the database the most.

Is there such a thing? It doesn't need to be open source nor free. But it would be good if it is :)

If the answer is "NO", would it be possible to create such a tool and make it available as OOS? I think so, but I would need some professional help (and would pay for this).

Thanks
Attachment

pgsql-performance by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Re: performance bottlenecks on lock transactionid
Next
From: Jean Baro
Date:
Subject: Continuous Performance Test