Uh oh!
There was an error while loading. Please reload this page.
[feature](metacache) add system table catalog_meta_cache_statistics - #40155
Merged
Conversation
doris-robot
commented
Aug 29, 2024
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! 👍" |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
morningman
commented
Aug 30, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Aug 30, 2024
TPC-H: Total hot run time: 38064 ms |
doris-robot
commented
Aug 30, 2024
TPC-DS: Total hot run time: 193673 ms |
doris-robot
commented
Aug 30, 2024
ClickBench: Total hot run time: 32.41 s |
morningman
commented
Aug 31, 2024
ContributorAuthor
run buildall |
morningman
marked this pull request as ready for review
August 31, 2024 02:07
doris-robot
commented
Aug 31, 2024
TPC-H: Total hot run time: 38142 ms |
doris-robot
commented
Aug 31, 2024
TPC-DS: Total hot run time: 193560 ms |
doris-robot
commented
Aug 31, 2024
ClickBench: Total hot run time: 32.41 s |
morningmanforce-pushed
the
meta_cache_table
branch
from
September 1, 2024 14:47
d651001 to
9561e15Comparemorningman
commented
Sep 1, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Sep 1, 2024
TPC-H: Total hot run time: 38130 ms |
doris-robot
commented
Sep 1, 2024
TPC-DS: Total hot run time: 193133 ms |
doris-robot
commented
Sep 1, 2024
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
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
…pache#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 | +--------------+-----------------------------+----------------------+---------------------+ ```
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 freeto 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