[feature](metacache) add system table catalog_meta_cache_statistics#40155
Merged
morningman merged 9 commits intoapache:masterfrom Sep 3, 2024
Merged
[feature](metacache) add system table catalog_meta_cache_statistics#40155morningman merged 9 commits intoapache:masterfrom
morningman merged 9 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
3 similar comments
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 38064 ms |
TPC-DS: Total hot run time: 193673 ms |
ClickBench: Total hot run time: 32.41 s |
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 38142 ms |
TPC-DS: Total hot run time: 193560 ms |
ClickBench: Total hot run time: 32.41 s |
d651001 to
9561e15
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 38130 ms |
TPC-DS: Total hot run time: 193133 ms |
ClickBench: Total hot run time: 31.27 s |
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
morningman
added a commit
that referenced
this pull request
Sep 2, 2024
wuwenchi
approved these changes
Sep 3, 2024
dataroaring
pushed a commit
that referenced
this pull request
Sep 3, 2024
…40155) Add new system table `catalog_meta_cache_statistics` ``` mysql> select * from information_schema.catalog_meta_cache_statistics; +--------------+-----------------------------+----------------------+---------------------+ | CATALOG_NAME | CACHE_NAME | METRIC_NAME | METRIC_VALUE | +--------------+-----------------------------+----------------------+---------------------+ | hms | hive_file_cache | eviction_count | 0 | | hms | hive_file_cache | hit_ratio | 0.6 | | hms | hive_file_cache | average_load_penalty | 7.60805755E7 | | hms | hive_file_cache | estimated_size | 2 | | hms | hive_file_cache | hit_count | 3 | | hms | hive_file_cache | read_count | 5 | | hms | hive_partition_cache | eviction_count | 0 | | hms | hive_partition_cache | hit_ratio | 1.0 | | hms | hive_partition_cache | average_load_penalty | 0.0 | | hms | hive_partition_cache | estimated_size | 0 | | hms | hive_partition_cache | hit_count | 0 | | hms | hive_partition_cache | read_count | 0 | | hms | hive_partition_values_cache | eviction_count | 0 | | hms | hive_partition_values_cache | hit_ratio | 1.0 | | hms | hive_partition_values_cache | average_load_penalty | 0.0 | | hms | hive_partition_values_cache | estimated_size | 0 | | hms | hive_partition_values_cache | hit_count | 0 | | hms | hive_partition_values_cache | read_count | 0 | | hms | hudi_partition_cache | eviction_count | 0 | | hms | hudi_partition_cache | hit_ratio | 1.0 | | hms | hudi_partition_cache | average_load_penalty | 0.0 | | hms | hudi_partition_cache | estimated_size | 0 | | hms | hudi_partition_cache | hit_count | 0 | | hms | hudi_partition_cache | read_count | 0 | | iceberg | iceberg_table_cache | eviction_count | 0 | | iceberg | iceberg_table_cache | hit_ratio | 0.07407407407407407 | | iceberg | iceberg_table_cache | average_load_penalty | 1.7263263424E8 | | iceberg | iceberg_table_cache | estimated_size | 25 | | iceberg | iceberg_table_cache | hit_count | 2 | | iceberg | iceberg_table_cache | read_count | 27 | | iceberg | iceberg_snapshot_cache | eviction_count | 0 | | iceberg | iceberg_snapshot_cache | hit_ratio | 1.0 | | iceberg | iceberg_snapshot_cache | average_load_penalty | 0.0 | | iceberg | iceberg_snapshot_cache | estimated_size | 0 | | iceberg | iceberg_snapshot_cache | hit_count | 0 | | iceberg | iceberg_snapshot_cache | read_count | 0 | +--------------+-----------------------------+----------------------+---------------------+ ```
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new system table
catalog_meta_cache_statistics