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.
I encounter a bug. When copy data into a partition leaf table and table value for partition key is null, data can be copied into leaf table successfully. Even if...
## Bug Report ### Greenplum version or build master branch ### Step to reproduce the behavior ``` create table part_heap (id int, name text, race text) DISTRIBUTED BY (id) PARTITION...
## Problem An error occurs in python lib when a plpython function is executed. After our analysis, in the user's cluster, a plpython UDF was running with the unstable network,...
## Bug Report ### Greenplum version or build - 6.25.3 ### OS version and uname -a ### autoconf options used ( config.status --config ) ### Installation information ( pg_config )...
## Bug Report ### Greenplum version or build - 6.24.4 ### OS version and uname -a ### autoconf options used ( config.status --config ) ### Installation information ( pg_config )...
## Bug Report When gpload.py utility degenerates temporary table for loading data it uses array of distibuted keys generated by get_table_dist_key method, which provide list of distibution keys without considering...
Real-time data processing can be realized only through SQL. When the source table changes, the result table automatically changes.
## Here are some reminders before you submit the pull request - [ ] Add tests for the change - [ ] Document changes - [ ] Communicate in the...
### Greenplum version or build PostgreSQL 8.3.23 (Greenplum Database 5.23.1) ### OS version and uname -a Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release : 14.04 Codename: trusty Linux *******...
When correlated Var refer to unavailable rels, in subselect of IN/ANY sublink, convert this sublink to semi join will lead to a wrong result. For example, ``` EXPLAIN (Costs off)...