Conversation
starting PR draft for pg_gather docs
Updated intro and a bit of the highlights
small text fixes
more formatting and improved descripts
more improvements to the titles of the features and describtions of what pg_gather can do for the user
added images to image folder
cleaned and finished for now
|
Hello @jobinau! I updated the readme for better flow/info presentation, let me know if you have any comments/review requests! |
jobinau
left a comment
There was a problem hiding this comment.
There are factual problems
For example, Regarding the line:
`pg_gather` is an extension designed to collect and analyze test results from PostgreSQL test runs, it is especially useful for:
pg_gather is an NOT an extension. But standalone SQL scripts/tooling.
It is the main tooling we use in Percona support for analyzing customer systems.
The main purpose is is to analyze real production workloads, configuration and performance data. Analyzing test runs and configuration is also possible, But that is not the primary objective.
I would suggest something like
pg_gather` is standalone tooling designed to collect and analyze PostgreSQL workload, configuration, schema and usage.
- update the notes with spacing - small fixes across paragraphs for clarity and text error fixes
|
@jobinau Thank you for the feedback Jobin! I have updated the file to better reflect the information, I also made smaller clarity adjustments to paragraphs, let me know how it looks now :) |
Initial README draft + commit