gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.

Results 379 gpdb issues
Sort by recently updated
recently updated
newest added

In multi-phase aggregate, this feature streams entries of the bottom phase when out of memory instead of spilling to disk, it avoids the disk I/O and roughly deduplicates to save...

## Bug Report ERROR: CLI execute error: [SAS][ODBC Greenplum Wire Protocol driver][Greenplum]ERROR: failed to acquire resources on one or more segments(Detail server closed the connection unexpectedly This probably means the...

type: bug

I just changed the gpfdist.c file and completed the demo test with the execute external table: 1, compile and generate executable file 2, create a shell script file named [gcurl.sh],...

The pg_resgroup_move_query() function implemented in 51ee26b has several disadvantages: 1) Slot leaking. The slot acquired in initiator process doesn't free if target process isn't alive, didn't receive a signal, or...

community

For multi-insert, our insert workflow already supports batched WAL and there is no page locking by virtue of buffer cache bypass for AO/CO relations. So there is not much to...

type: fixme
area: aoco
area: copy

This is the backport of #13974. The resource group pipeline uses ORCA as an optimizer by default. But as a resource management tool, it's unimportant which optimizer we use. So...

## Bug Report ### Greenplum version or build master branch with top commit (86d7da285c3fdd95d458d6a77b929c7d42220253) ``` gpadmin@mdw:~/benchmarks/tpcds/sql$ psql tpcds Timing is on. psql (12beta2) Type "help" for help. tpcds=# \i 116.sql...

type: bug
area: gporca

I use docker to deploy the greenplum cluster, use the docker image of centos7, the rpm package is greenplum-db-6.16.3-rhel7-x86_64.rpm, during the deployment process, I encountered the situation that gpssh-exkeys succeeded...

type: bug

This PR ported https://github.com/greenplum-db/gpdb/pull/16861 to 6x. ---- Current gpexpand doesn't handle the ICProxy addresses. So, if we are in icproxy mode: the proxy addresses of newly added segments are still...

topic: cluster mgmt
version: 6X_STABLE
cla-not-required

### What this PR does Before this PR, GPDB won't push OFFSET/LIMIT in the remote servers for MPP FDW when both offset and limit clause are specified. Because it's **unsafe**...

cla-not-required