-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#25865] YSQL, QueryDiagnostics: Utilize SPI to fetch ASH data
Summary: Currently, we were fetching ASH data directly from ASH's circular by doing a binary search over it. This involves unnecessary complexity. This diff utilizes SPI framework to dump ASH data. Jira: DB-15168 Test Plan: yb_build.sh --java-test 'org.yb.pgsql.TestYbQueryDiagnostics#testLongQueryWith5000Constants' yb_build.sh --java-test 'org.yb.pgsql.TestYbQueryDiagnostics#testComplexQuery' yb_build.sh --java-test 'org.yb.pgsql.TestYbQueryDiagnostics#checkAshData' Reviewers: asaha Reviewed By: asaha Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D41747
- Loading branch information
1 parent
79dc5da
commit 0260740
Showing
2 changed files
with
216 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.