Fading Coder

One Final Commit for the Last Sprint

Choosing Between Append-Optimized Row and Column Storage in Greenplum

Storage Architecture Fundamentals In the Greenplum (MPP PostgreSQL) ecosystem, Append-Optimized Row (AORO) and Append-Optimized Column (AOCO) tables represent specialized storage formats designed for analytical workloads. The core distinction lies in their physical organization: AORO: Data is stored...

Greenplum 6.11.2 Cluster Installation and Tuning Guide

Capacity Planning 1.1 Target Environment OS: CentOS 7.8 (kernel 3.10.0-1127.el7.x86_64) vCPU / RAM / Disk: 4 vCPU / 8 GB / 40 GB XFS data volume Greenplum version: 6.11.2 (download link) 1.2 Node Layout Hostname IP Role Segments / Mirrors mdw 172.16.104.11 Master — sdw1 172.16.104.12 Segmant seg1,s...

Greenplum Cluster Operations and Maintenance Guide

Starting the Cluster gpstart -a # bring the entire cluster online gpstop -r # restart after configuration changes that require reboot gpstop -u # reload config files without stopping services Master-only Maintenance Mode gpstart -m # start master in utility mode PGOPTIONS='-c gp_session_role=utility...

Resolving Data Persistence and Exact-Match Query Failures in Greenplum Tables Without Defined Distribution Keys

When managing Greenplum databases through client interfaces such as Navicat, users frequent encounter scenarios where row modifications appear successful locally but revert upon refreshing the table view. Concurrently, standard equality comparisons (e.g., WHERE column = 'value') often return zero re...