-
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
[opt](memory) Process profile add metadata profile #44647
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 40273 ms
|
TPC-DS: Total hot run time: 197603 ms
|
ClickBench: Total hot run time: 32.03 s
|
TeamCity be ut coverage result: |
run buildall |
TPC-H: Total hot run time: 39957 ms
|
TPC-DS: Total hot run time: 191084 ms
|
ClickBench: Total hot run time: 33 s
|
TeamCity be ut coverage result: |
34d00c6
to
14add1e
Compare
run buildall |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 40028 ms
|
TPC-DS: Total hot run time: 196517 ms
|
ClickBench: Total hot run time: 32.84 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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
### What problem does this PR solve? Problem Summary: http://127.0.0.1:8040/profile ``` ObjectHeapDump: - AllRowsetsMemBytes: 16.33 MB - AllRowsetsNum: 76.45K - AllSegmentsMemBytes: 4.16 KB - AllSegmentsNum: 1 - BitmapIndexReaderMemBytes: 0 - BitmapIndexReaderNum: 0 - BloomFilterIndexReaderMemBytes: 0 - BloomFilterIndexReaderNum: 0 - ColumnReaderMemBytes: 0 - ColumnReaderNum: 0 - IndexPageReaderMemBytes: 0 - IndexPageReaderNum: 0 - IndexedColumnReaderMemBytes: 0 - IndexedColumnReaderNum: 0 - InvertedIndexReaderMemBytes: 0 - InvertedIndexReaderNum: 0 - OrdinalIndexReaderMemBytes: 0 - OrdinalIndexReaderNum: 0 - RowsetMetaMemBytes: 45.47 MB - RowsetMetaNum: 76.45K - TabletColumnMemBytes: 253.28 MB - TabletColumnNum: 922.18K - TabletIndexMemBytes: 16.78 MB - TabletIndexNum: 104.74K - TabletMetaMemBytes: 17.50 MB - TabletMetaNum: 45.89K - TabletSchemaMemBytes: 60.15 MB - TabletSchemaNum: 49.19K - ZoneMapIndexReaderMemBytes: 0 - ZoneMapIndexReaderNum: 0 ```
What problem does this PR solve?
Problem Summary:
http://127.0.0.1:8040/profile
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)