Re: [PR] [improve](backup) Only compress the running backup/restore job [doris]

2024-11-04 Thread via GitHub
dataroaring merged PR #43177: URL: https://github.com/apache/doris/pull/43177 -- 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.

Re: [PR] [improve](backup) Only compress the running backup/restore job [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43177: URL: https://github.com/apache/doris/pull/43177#issuecomment-2456404846 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] [improve](backup) Only compress the running backup/restore job [doris]

2024-11-04 Thread via GitHub
github-actions[bot] commented on PR #43177: URL: https://github.com/apache/doris/pull/43177#issuecomment-2456403450 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] [improve](backup) Only compress the running backup/restore job [doris]

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

Re: [PR] [improve](backup) Only compress the running backup/restore job [doris]

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

Re: [PR] [improve](backup) Only compress the running backup/restore job [doris]

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

Re: [PR] [improve](backup) Only compress the running backup/restore job [doris]

2024-11-03 Thread via GitHub
doris-robot commented on PR #43177: URL: https://github.com/apache/doris/pull/43177#issuecomment-2453763110 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

Re: [PR] [improve](backup) Only compress the running backup/restore job [doris]

2024-11-03 Thread via GitHub
w41ter commented on PR #43177: URL: https://github.com/apache/doris/pull/43177#issuecomment-2453763185 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 unsub

[PR] [improve](backup) Only compress the running backup/restore job [doris]

2024-11-03 Thread via GitHub
w41ter opened a new pull request, #43177: URL: https://github.com/apache/doris/pull/43177 For a completed job, there's no need to save it with compressed serialization as it has no snapshot or backup meta info, making it small in size. This helps maintain compatibility more easily.