gpdb
gpdb copied to clipboard
Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.
### Greenplum version or build 4.3 & 6X_STABLE ### OS version and uname -a Linux x86_64 GNU/Linux ### autoconf options used ( config.status --config ) ### Installation information ( pg_config...
'make cluster' with enviroment variables was added after 'make cluster' in fd2e045, but was not changed to 'make create-demo-cluster' in either c3d74c6 or bb022db. Add environment variables to the demo...
Previously, Orca disallowed all aggregate functions from being executed on replicated slices. This meant that the results were broadcasted or gathered on a single segment to ensure consistency and correct...
When gprecoverseg is running, gpstate -e command displays status of the recovered segments. if the user kills the gprecoverseg process then gpstate -e continues to report the status of the...
### Greenplum version or build master as of 992cc6f8e83, did not test on 6X. ### Expected behavior In a psql session connected in utility mode to a segment postmaster, queries...
### Greenplum version or build GPDB v6.x ### OS version and uname -a RHEL/CentOS 7.x ### autoconf options used ( config.status --config ) GPDB Enterprise Edition ### Installation information (...
This is a behavior mismatch between 6X and master. Whether the extra motion node is desirable is debatable but it should be same for 6X and master. ### Greenplum version...
### Greenplum version or build gpdb master latest ### Step to reproduce the behavior ``` gpconfig -c wal_level -v logical gpstop -r ``` ``` cd contrib/test_decoding; make install ``` ```...
### Greenplum version or build Tested on GPDB 6, all versions are presumably affected. ### Expected behavior ``` -- Create test table with one partition, for values equal to '1'....
### Greenplum version or build master, 6, 5 ### Step to reproduce the behavior ``` create table ta(a int check(a = 1)); insert into ta values(null); select * from ta...