Continuous Performance Test

Поиск
Список
Период
Сортировка
От Jean Baro
Тема Continuous Performance Test
Дата
Msg-id CA+fQeenoiMsgHMtKcJxEnccmQzrpXzFjCkJPHqUFaJXf7Oz-vQ@mail.gmail.com
обсуждение исходный текст
Ответы Continuous Performance Test
Re: Continuous Performance Test
Список 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
Вложения

В списке pgsql-performance по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Re: performance bottlenecks on lock transactionid
Следующее
От: Jean Baro
Дата:
Сообщение: Continuous Performance Test