-
Notifications
You must be signed in to change notification settings - Fork 50
docs: add document for max_execution_time and statement_timeout #1937
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
Conversation
Signed-off-by: evenyag <realevenyag@gmail.com>
Deploying greptime-docs with
|
| Latest commit: |
2e943fa
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://85d7b468.greptime-docs.pages.dev |
| Branch Preview URL: | https://docs-exec-timeout.greptime-docs.pages.dev |
nicecui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please add the ZH doc
| FROM ft_grpc_latencies GROUP BY host, t; | ||
| ``` | ||
|
|
||
| ## Query Timeout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Statement Timeout?
Signed-off-by: evenyag <realevenyag@gmail.com>
Explain the server will terminate the statement Signed-off-by: evenyag <realevenyag@gmail.com>
fengjiachun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/postgresql.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/version-0.15/user-guide/protocols/postgresql.md
Outdated
Show resolved
Hide resolved
Co-authored-by: jeremyhi <jiachun_feng@proton.me>
What's Changed in this PR
Add sections about
max_execution_timefor MySQL protocol andstatement_timeoutfor PostgreSQL protocol.Checklist
sidebars.tsmatches the current document structure when you changed the document structure.