Leonid
Leonid
Lets discuss what does it means - Command Center. Original Command Center is UI utility for diagnose and manage Greenplum Database (Databases). gpdb already have SQL interface for manage objects...
Let's go a little big deeper ) We have our own solutions for GPDB 6.X and we are trying to open them up. The problem is that all our diagnostic...
2. Our diagnostic/monitoring/tuning tools is Web-application too. (I) So we have our GP cluster (with extensions), (II) Special application (named agent) that: - gather info about SQL executed in GP...
Tests still failed - patch did not help The good news it's stable reproduced in my dev env, script for it - ``` CREATE TABLE city ( id integer NOT...
Commit Oct 4, 2022 "[ORCA] Avoid pushdown of predicate with set-returning function (#14201)" fixed the issue Tests in my dev env: ``` parallel group (8 tests): qp_executor qp_bitmapscan qp_olap_windowerr qp_with_clause...
I fixed the tests, but it may need to be run again. I cannot do it by myself (and force-push does not work).
Yes! I want to believe we one time could reduce the number of rows in SubqueryScan. And use Forward and Backward filter pass ) That's what inspires me - [Debunking...
@tuhaihe Here I want to add test whether debian package builds successfully, please review.
Fixed all the issues. Yep, there was a big mess in dependencies, I tried to fix it by comparing with rocky linux dependencies. Also I checked the installation on base...
@tuhaihe I fixed .asf.yaml too, but see 4 pending checks - they marked as required. It looks strange, all tests are green, maybe https://github.com/apache/cloudberry/pull/1172 does not work as expected ...