-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[improve] (inverted index) show index file size #44120
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
cf0aa2f
to
10d75e6
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
run p1 |
run cloud_p1 |
58b66cd
to
3ff904b
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
What problem does this PR solve?
Problem Summary:
Release note
show data with detail;
to retrieve the detailed file size.DATA_LENGTH
andINDEX_LENGTH
in the systemtable information_schema.tables
.Check List (For Author)
Test
Behavior changed:
DATA_LENGTH
in the system tableinformation_schema.tables
represents the segment file size, whileINDEX_LENGTH
represents the size of the inverted index fileCheck List (For Reviewer who merge this PR)