cloudberry
cloudberry copied to clipboard
One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.
### Cloudberry Database version Cloudberry Database 1.7.0+dev.23.g200e3561 build 88554 commit:200e3561 ### What happened +WARNING: terminating connection because of crash of another server process +server closed the connection unexpectedly + This...
### Cloudberry Database version ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ PostgreSQL 14.4 (Cloudberry Database 1.6.0 build 1) on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22), 64-bit compiled on Sep 3 2024 07:22:14...
### Cloudberry Database version HEAD ### What happened There is an issue with psql `\d+` feature for partiotion root tables that i encountered while reviewing pr https://github.com/cloudberrydb/cloudberrydb/pull/695. Long story short:...
### Cloudberry Database version main ### What happened Commit 9e6035c5fefcbcd94be16b28935e91ba7c4bc339 bring back enable_geqo, but the GUC is still not used in CBDB: https://github.com/search?q=repo%3Acloudberrydb%2Fcloudberrydb+enable_geqo&type=code In Postgres, it surely be used in...
When we create Cloudberry cluster in single node mode, partition selector is disabled. We want to enable it so we could get following plan: ``` create table lprt_a (a int...
Modify the script-related content to ensure that pip3 installs consistent software versions across different platforms. fix #ISSUE_Number --- ### Change logs _Describe your change clearly, including what problem is being...
### Cloudberry Database version All versions affected Also GP7 have the same issue. ### What happened ``` create table t1(v varchar(100)); insert into t1 values('abc~001'); create or replace function sameout...
### Cloudberry Database version the latest main branch. ### What happened When I run the `./configure` cmd at the CBDB directory, the configure error happens. ``` configure: error: The pkg-config...
Currently, Postgres `Access Method` is not supported by ORCA, since storage type is hard coded. We need to refactor ORCA so that it could support more storage type, for example,...
qp_union_intersect, In qp_union_intersect_optimizer.out line 1736,the sql ``` set optimizer_segments=2; ANALYZE dml_union_r, dml_union_s; UPDATE dml_union_r SET a = ( SELECT a FROM dml_union_r UNION ALL SELECT a|1724 -- ERROR: one or...