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

Add slow query logging #526

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Add slow query logging #526

merged 1 commit into from
Sep 3, 2024

Conversation

hanahmily
Copy link
Contributor

This PR introduces slow query logging to BanyanDB. Slow query logging records the slow query before its execution latency times out. This will remind users to analyze the query by using query tracing. When the query takes a long time to execute, the query tracing result may not provide enough information to analyze the root cause. With this feature, users will have a better chance of identifying and troubleshooting slow queries.

  • Update the documentation to include this new feature.
  • Update the CHANGES log.

Signed-off-by: Gao Hongtao <[email protected]>
@hanahmily hanahmily added the enhancement New feature or request label Sep 3, 2024
@hanahmily hanahmily added this to the 0.7.0 milestone Sep 3, 2024
Copy link
Member

@wu-sheng wu-sheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good. I like this flag.

@wu-sheng wu-sheng merged commit 2bad32a into main Sep 3, 2024
15 checks passed
@wu-sheng wu-sheng deleted the slow-query branch September 3, 2024 12:44
StLeoX pushed a commit to StLeoX/skywalking-banyandb that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants