Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-12 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2716994692 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-12 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2717600597 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-12 Thread via GitHub
xinyiZzz commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r199122 ## be/src/olap/page_cache.h: ## @@ -37,33 +37,54 @@ namespace doris { class PageCacheHandle; -template -class PageBase : private TAllocator, public LRUCacheValue

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-12 Thread via GitHub
doris-robot commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2717211854 ClickBench: Total hot run time: 31.56 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

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

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

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

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-12 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2716991292 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-12 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2716835264 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990706522 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -1185,4 +1188,58 @@ Status Segment::seek_and_read_by_rowid(const TabletSchema& schema, SlotDescripto return S

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990545766 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -1185,4 +1188,58 @@ Status Segment::seek_and_read_by_rowid(const TabletSchema& schema, SlotDescripto return S

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990539196 ## be/src/olap/rowset/segment_v2/segment.cpp: ## @@ -1185,4 +1188,58 @@ Status Segment::seek_and_read_by_rowid(const TabletSchema& schema, SlotDescripto return S

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990526307 ## be/src/olap/page_cache.h: ## @@ -210,9 +235,11 @@ class PageCacheHandle { } LRUCachePolicy* cache() const { return _cache; } -Slice data() const { -

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1990525697 ## be/src/olap/page_cache.h: ## @@ -37,33 +37,55 @@ namespace doris { class PageCacheHandle; -template -class PageBase : private TAllocator, public LRUCacheValue

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2716211838 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2714429903 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r197406 ## be/src/olap/segment_footer_cache.h: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2713330929 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r194704 ## be/src/olap/segment_footer_cache.h: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1988859663 ## be/src/olap/segment_footer_cache.h: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1988859663 ## be/src/olap/segment_footer_cache.h: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1988851491 ## be/src/util/doris_metrics.h: ## @@ -230,6 +230,7 @@ class DorisMetrics { IntCounter* scanner_ctx_cnt = nullptr; IntCounter* scanner_cnt = nullptr; In

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1988849218 ## be/src/olap/segment_footer_cache.h: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1988837577 ## be/src/olap/segment_footer_cache.h: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
yiguolei commented on code in PR #48924: URL: https://github.com/apache/doris/pull/48924#discussion_r1988821632 ## be/src/olap/segment_footer_cache.h: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2713312631 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. T

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
Thearas commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2713291625 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] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- opened a new pull request, #48924: URL: https://github.com/apache/doris/pull/48924 NED ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Autho

Re: [PR] [WIP](segment) Segment footer PB cache [doris]

2025-03-11 Thread via GitHub
zhiqiang- commented on PR #48924: URL: https://github.com/apache/doris/pull/48924#issuecomment-2713292346 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. T