Re: Transfer the GitHub repos to ASF

2024-12-04 Thread Kent Yao
Thank you for the update, Tianjin! Bests, Kent Dianjin Wang 于2024年12月5日周四 12:33写道: > Hi Kent, > > Sorry for the late reply. > I just updated these two fields, PTAL: > > https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/cloudberry.yml > . > > Best, > Dianjin Wang > > > On

Update: Cloudberry Project Incubation Status

2024-12-04 Thread Dianjin Wang
Hi all, I've updated the source code of `Cloudberry Project Incubation Status` page[1] to reflect the latest status of Cloudberry incubation. You should see the updated information here[2] shortly. For the page changes see the attachment. Welcome to have a review. If any questions, please let me

Re: Transfer the GitHub repos to ASF

2024-12-04 Thread Dianjin Wang
Hi Kent, Sorry for the late reply. I just updated these two fields, PTAL: https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/cloudberry.yml . Best, Dianjin Wang On Tue, Oct 29, 2024 at 11:10 AM Kent Yao wrote: > LGTM. > > BTW, Can you update the IP clearance and sga fiel

Re: [D] [Feature] Dynamic Tables [cloudberry]

2024-12-04 Thread via GitHub
GitHub user avamingli edited a comment on the discussion: [Feature] Dynamic Tables > I think we can leverage the combination of these techniques, including > materialized views for external tables, dynamic tables (auto refreshing > materialized views) and AQUMV to solve the problem often rais

Re: [D] [Feature] Dynamic Tables [cloudberry]

2024-12-04 Thread via GitHub
GitHub user avamingli edited a comment on the discussion: [Feature] Dynamic Tables > I think we can leverage the combination of these techniques, including > materialized views for external tables, dynamic tables (auto refreshing > materialized views) and AQUMV to solve the problem often rais

Re: [D] [Feature] Dynamic Tables [cloudberry]

2024-12-04 Thread via GitHub
GitHub user avamingli added a comment to the discussion: [Feature] Dynamic Tables > I think we can leverage the combination of these techniques, including > materialized views for external tables, dynamic tables (auto refreshing > materialized views) and AQUMV to solve the problem often raise

Re: [D] Enable answer query using Materialized View for external table. [cloudberry]

2024-12-04 Thread via GitHub
GitHub user my-ship-it closed a discussion: Enable answer query using Materialized View for external table. ### Description Currently, for inner table, planner knows to use MV to speed up query, for example: ``` create table tbl_heap(c1 int, c2 int); insert into tbl_heap select generate_ser

Re: [D] Enable answer query using Materialized View for external table. [cloudberry]

2024-12-04 Thread via GitHub
GitHub user avamingli added a comment to the discussion: Enable answer query using Materialized View for external table. Implemented by #702 GitHub link: https://github.com/apache/cloudberry/discussions/693#discussioncomment-11458877 This is an automatically sent email for dev@cloudber