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

[New Feature][Query Diagnostics] Bundle of troubleshooting data per query #22155

Open
1 of 11 tasks
IshanChhangani opened this issue Apr 25, 2024 · 0 comments
Open
1 of 11 tasks
Labels
kind/new-feature This is a request for a completely new feature

Comments

@IshanChhangani
Copy link
Contributor

IshanChhangani commented Apr 25, 2024

Description

Solving query issues in customer environments can be cumbersome. The Query Diagnostics feature aims to streamline this process. In the first phase, offers̄ support personnel with a comprehensive solution to gather all necessary data from the customer in one go. This data includes:

  • Explain plan (.txt)
  • Bind variables (.csv)
  • PG stat statements (.csv)
  • Schema details (.txt)
  • Active Session History (.csv)
  • Queryid to QueryString (.csv)

The process involves initiating a function within the SQL shell along with the required parameters. Subsequently, the collected data is dumped into a folder within the file system.

This issue tracks DB side changes needed for query diagnostics:

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@IshanChhangani IshanChhangani added the kind/new-feature This is a request for a completely new feature label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/new-feature This is a request for a completely new feature
Projects
None yet
Development

No branches or pull requests

1 participant