cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.

Results 292 cloudberry issues
Sort by recently updated
recently updated
newest added

### Cloudberry Database version 1.3.0 ### What happened gppkg -r is invalid ### What you think should happen instead 【Execution Step】 After using gppkg -i command to install zombodb plug-in,...

type: Bug
status: Completed

### Cloudberry Database version ``` warehouse=# select version(); version ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------- PostgreSQL 14.4 (Cloudberry Database 1.4.0 build commit:e83e3ffc22d538deb2dbceeeae0138ca2de064e6) on x86_64-pc-linux-gnu, compiled by gcc (GCC) 10.2.1 20210130 (Red Hat 10 .2.1-11),...

type: Bug

``` create table t11(a int, b int); insert into t11 select i%3, i from generate_series(1,15)i; gpadmin=# set optimizer=off; SET gpadmin=# select * from t11 order by a fetch first 2...

We need to enhance materialized view in CBDB: ``` Automatically refresh mt view instead of manually. Incremental refresh mt view. Results reuse for mt view by planner ```

We could support offline repo, so that Cloudberry could download dependencies automatically.

We need to support for parallel cursor. For some scenario, users want to rescan partial parallel cursor results, but current we don't support it. Let parallel cursor could be rescanable...

### Cloudberry Database version _No response_ ### What happened This is added by me when implementing AO/AOCS's parallel scan feature. `segfilecount` is used to parallel workers for AO/AOCS. It's updated...

type: Enhancement

Sincle we introduce new singlenode deploy mode, we should add related tests in CI/CD pipeline. I have discussed with @sandiandian , he will take care of it after #77 is...

type: Pipeline