Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40350: URL: https://github.com/apache/doris/pull/40350#issuecomment-2327829043 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 4b975504aa578ac3692f9b069246730232f29887 with default session variables Stream

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40350: URL: https://github.com/apache/doris/pull/40350#issuecomment-2327826537 ClickBench: Total hot run time: 30.96 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-09-03 Thread via GitHub
doris-robot commented on PR #40350: URL: https://github.com/apache/doris/pull/40350#issuecomment-2327811998 TPC-H: Total hot run time: 49141 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-09-03 Thread via GitHub
eldenmoon opened a new pull request, #40350: URL: https://github.com/apache/doris/pull/40350 #40091 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-09-01 Thread via GitHub
eldenmoon merged PR #40091: URL: https://github.com/apache/doris/pull/40091 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-31 Thread via GitHub
github-actions[bot] commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2323152251 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-31 Thread via GitHub
github-actions[bot] commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2323152246 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2316679850 ClickBench: Total hot run time: 32.2 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2316674904 TPC-DS: Total hot run time: 192347 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2316665198 TPC-H: Total hot run time: 37931 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2316640312 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-28 Thread via GitHub
eldenmoon commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2316635186 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40091: URL: https://github.com/apache/doris/pull/40091#issuecomment-2316634900 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Refactor](SchemaCache) remove redundant Schema cache [doris]

2024-08-28 Thread via GitHub
eldenmoon opened a new pull request, #40091: URL: https://github.com/apache/doris/pull/40091 We already introduced TabletSchema cache and it is enough at present, and Schema cache may introduce inconsistency bettween Schema and TabletSchema ## Proposed changes Issue Number: clo