-
Notifications
You must be signed in to change notification settings - Fork 410
feat: add ssts releated system table #6924
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
It seems this information is for diagnostics or internal use. I’m not sure whether it belongs in the information schema or the greptime private schema. @fengjiachun @sunng87 @evenyag WDYT |
6f73787
to
c7b5bb2
Compare
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. We can put them under the information schema, but only for debugging purposes, and don't provide guarantees about compatibility. We can mention this in the document.
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
Depends on #6921
What's changed and what's your intention?
Introduces information_schema.ssts_*, a system table exposing SST file metadata to aid debugging and observability.
PR Checklist
Please convert it to a draft if some of the following conditions are not met.