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.
There is a clerical error about 'gp_resource_group_memory_limit' introductions. For example, 0.175 means 17.5%, so we should not add '%' after 0.175. ## Here are some reminders before you submit the...
This is a new feature for supporting authentication using aws default profiles into S3 pluginSupport. When both accessid and secret are empty in s3 config file, we will try to...
When we ask GPDB to explain a query, it uses flow to count rows number, and it can be either a single segment command, a command that can be executed...
## Bug Report ### Greenplum version or build - 6.19.1 ### OS version and uname -a ### autoconf options used ( config.status --config ) ### Installation information ( pg_config )...
## Bug Report ### Greenplum version or build 6X ### OS version and uname -a Linux ### autoconf options used ( config.status --config ) ### Installation information ( pg_config )...
### Greenplum version or build `master` branch; likely applies to 4->6 and 5->6 upgrade cases as well ### Problematic behavior After a column is dropped from an AO/CO table and...
``` create table index_confusion ( col1 int, col2 int, col3 int, col4 int, col5 int, col6 int, col7 int, col8 int, col9 int, col10 int, col11 int, col12 int) PARTITION...
### Greenplum version or build Greenplum Database 5.8.0+dev.27.g06a5f48 build dev ### Step to reproduce the behavior #### Create the test table ``` CREATE TABLE m_partition (a int,b date,c text,d int)...
Reference: https://github.com/greenplum-db/gpdb/pull/3510 Currently, in case of ALTER TABLE REORGANIZE and CTAS, the master dispatches the CREATE command for creating internal temporary tables and lets the primary segments evaluate the reloptions....
Aggregates were disabled by 386d54232, but a lot of fixes were already applied, so maybe it's time to exercise CI against DQWA. May be related to #12641.