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.
## Bug Report ### Greenplum version or build build from source code on master branch ### OS version and uname -a `Linux localhost.localdomain 3.10.0-1160.15.2.el7.x86_64 #1 SMP Wed Feb 3 15:06:38...
## Bug Report ### Greenplum version or build Database 6.21.0 build commit:d0087e3b24c54d203ca8bb315559205f13cd6393 Open Source ### OS version and uname -a ### autoconf options used ( config.status --config ) ### Installation...
docs for https://github.com/greenplum-db/gpdb/pull/13588 (master) and https://github.com/greenplum-db/gpdb/pull/13600 (6X_STABLE) in this PR: add topic for new ip4r module. question: did i appropriately state the attribution? will be backported to 6X_STABLE. doc review...
## Bug Report ### Greenplum version or build - 6.19.1 ### OS version and uname -a ### autoconf options used ( config.status --config ) ### Installation information ( pg_config )...
The last query from the series ``` set optimizer=off; create table t_replicate_dst(id serial, i integer) distributed replicated; create table t_replicate_src(i integer) distributed replicated; insert into t_replicate_src select i from generate_series(1,...
Hi, Team, PGSQL 9.4 introduces `ALTER SYSTEM` command for modifying GUCs inside database instances. https://paquier.xyz/postgresql-2/postgres-9-4-feature-highlight-alter-system-set-for-dynamic-configuration/ https://www.cybertec-postgresql.com/en/setting-postgresql-configuration-parameters/ https://www.postgresql.org/docs/9.4/sql-altersystem.html This helps users managing their GUCs elegantly. But currently `gpconfig` command still changes...
### Greenplum version or build - GP: 5.28.1 ### OS version and uname -a - Docker Container: Centos7 - Docker Host: Linux mdw 4.15.0-117-generic # 118-Ubuntu SMP Fri Sep 4...
## Feature Request **Is your feature request related to a problem? Please describe:** With the explosion of data volume, we often store data in stages according to the heat of...
### Greenplum version or build GPDB master, python3 ### Description In some python code, the function wants to get the message of the `Exception`, but the Exception object doesn't have...
## Feature Request **Is your feature request related to a problem? Please describe:** I have to make sure all corresponding partitions exist before inserting tuples into a partitioned table, otherwise,...