Re: [D] Support Parallel Processing of Window Functions. [cloudberry]

2025-07-07 Thread via GitHub
GitHub user avamingli added a comment to the discussion: Support Parallel Processing of Window Functions. Yes, and the focus is more on optimizer changes, specifically leveraging Motion to redistribute data based on the Partition By clauses of window functions. Once the plan is established, e

Re: [D] Add Support for the diskquota extension in Apache Cloudberry [cloudberry]

2025-07-07 Thread via GitHub
GitHub user my-ship-it added a comment to the discussion: Add Support for the diskquota extension in Apache Cloudberry Hi @nicko858, do you still have problems or resolved by yourself? Feel free to share building results if you need any help form the community. GitHub link: https://github.co

Re: [D] [Ideas] Build some like greenplum_fdw for GPDB or ADB-to-ADB connector for Arenadata, for Cloudberry to run queries between one and more CBDB clusters [cloudberry]

2025-07-07 Thread via GitHub
GitHub user my-ship-it added a comment to the discussion: [Ideas] Build some like greenplum_fdw for GPDB or ADB-to-ADB connector for Arenadata, for Cloudberry to run queries between one and more CBDB clusters Thanks for working on it. Could you please share design documents here so that more

Re: [D] Support Parallel Processing of Window Functions. [cloudberry]

2025-07-07 Thread via GitHub
GitHub user my-ship-it added a comment to the discussion: Support Parallel Processing of Window Functions. Leverage parallel approach of MPP to implent executor parallelism seems to be a viable path. In fact, because Cloudberry data has distribution information, we can implement executor par

[RESULT][VOTE] Release Apache Cloudberry (Incubating) 2.0.0-rc2

2025-07-07 Thread Ed Espino
Hi all, The vote to release Apache Cloudberry (Incubating) 2.0.0-rc2 has concluded successfully. Vote result: +1 (binding): 5 +1 (non-binding): 0 0: 0 -1: 0 Binding Votes: - Ed Espino - Dianjin Wang - Max Yang - Zhang Mingli - Alwin Tang Thanks to everyone who reviewed and voted on the release.

Re: [VOTE] Release Apache Cloudberry (Incubating) 2.0.0-rc2

2025-07-07 Thread Ed Espino
Hi all, The vote to release Apache Cloudberry (Incubating) 2.0.0-rc2 has concluded successfully. Vote result: +1 (binding): 5 +1 (non-binding): 0 0: 0 -1: 0 Thanks to everyone who reviewed and voted on the release. As the community vote has passed, we will now proceed with initiating the IPMC (

Re: [D] Support Parallel Processing of Window Functions. [cloudberry]

2025-07-07 Thread via GitHub
GitHub user cnliuchong added a comment to the discussion: Support Parallel Processing of Window Functions. When large amounts of data, the window function is performance low. If parallel execution is possible, the performance will be greatly improved. GitHub link: https://github.com/apache/c