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 _No response_ ### What happened https://github.com/cloudberrydb/cloudberrydb/actions/runs/6876511536/job/18702692465?pr=291 ### What you think should happen instead _No response_ ### How to reproduce n/a ### Operating System ci ### Anything...

type: Bug

In order to ensure visibility within transactions on QE, we dispatch combocid from QD to QE. We add combocid_hook to dispatch combocid in the CommandCounterIncrement, when an SQL ends. We...

We currently only provide "make create-demo-singlenode" to create a singlenode cbdb demo service. We should figure out how to use gpinitsystem to deploy CBDB in singlenode and provide some documents.

type: Documentation

### Cloudberry Database version PostgreSQL 14.4 (Cloudberry Database 1.0.0+5d6f0e9a24 build commit:5d6f0e9a247ffe695377867ba351f1f4db060210) on x86_64-pc-linux-gnu, compiled by gcc (GCC) 7.3.0, 64-bit compiled on Oct 18 2023 14:11:14 (with assert checking) ### What...

type: Bug

### Cloudberry Database version _No response_ ### What happened in log file (dbfast2) of a recent pg_upgrade failure (https://github.com/cloudberrydb/cloudberrydb/actions/runs/6744120555/job/18339332696), many `GPOS_ASSERT` failure pops up, indicating parameter `CMemoryPool *mp` of `CMemoryPoolManager::Destroy`...

type: Bug

### Cloudberry Database version _No response_ ### What happened https://github.com/cloudberrydb/cloudberrydb/actions/runs/6730322677/job/18293680080?pr=206 ### What you think should happen instead It's still unknown whether this failure occurs in `external_fts` only or it could...

type: Bug

### Cloudberry Database version master ### What happened The orca optimizer currently returns the ANY policy for the first child of a unionall-like node, which will result in Gather Motion...

type: Bug

For partition table, is it possible we don't create child partition tables if parent table and child tables have some catalog? So that we don't need to create so many...

### Cloudberry Database version Any version ### What happened After add new like-intrenal index access method ( as like-btree, like-hash..), there are several problems as below. - If you create...

type: Bug

### Cloudberry Database version _No response_ ### What happened ```c++ ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("feature not supported on appendoptimized relations"))); ``` ### What you think should happen instead _No response_ ### How...

type: Enhancement