Blog

Relationship and difference between Greenplum and PostgreSQL

Greenplum is open-source software for massively parallel database used for reporting, analytics, machine learning, artificial intelligence, and high concurrency SQL. Greenplum database is described as big data technology with a basis of MPP architecture and the PostgreSQL open-source database technology. PostgreSQL is a popular free and open-source relational

Read More »

Greenplum Hackday 2021

Come and hack Greenplum and win prizes. On Friday, Apr 16th, we are having a hackday for Greenplum around the world. The theme would be anything related to Greenplum: use Greenplum, market Greenplum, break Greenplum, hack Greenplum or do anything related to Greenplum When Friday, Apr 16th 2021

Read More »

Faster Optimization of Join Queries in ORCA

author:Hans Zeller Optimizing joins is the core part of any query optimizer. It consists of picking a good join order, the right join algorithms (hash join, nested loop join, etc.) and various other things. The number of possible options grows extremely fast and requires a method called Dynamic

Read More »

Introduction to Greenplum Architecture

This is the first article of the Greenplum Kernel series. There are a total of ten articles in this series, which will explain in depth the different modules of Greenplum. Today I’m going to explain the Greenplum architecture in more detail. Before we talk about Greenplum’s architecture, let’s

Read More »

Greenplum Summit Week 4: Parallel Postgres

Author: Bob Glithero For over 15 years, Greenplum has solved the problem of parallelizing Postgres for high-performance querying and analysis of data at massive scale.  In Week 4 of the Greenplum Summit, after a brief interlude for a discussion with Heimdall Data, we shift gears a bit to

Read More »

Greenplum Database Upgrade

Greenplum database team earlier last year started working towards building a in-place major version upgrade tool, gpupgrade. The driving force in developing less time and less space consuming upgrades was to offer an easy upgrade path for customers. This tool will enable customers to quickly and confidently upgrade to

Read More »

Relocatable Postgres Builds

As engineers on the Greenplum Release Engineering team, we recently had the opportunity to do an in-depth exploration of Postgres’ build system. Greenplum Server is based on Postgres and has inherited the upstream build system. Our team was working on producing a relocatable build of Greenplum Server which

Read More »

Greenplum Summit Preview: Run Greenplum Your Way

Why is Greenplum so popular? A few factors leap to mind: It’s backed by a thriving open source community Massively parallel data analytics performance Multi-cloud, Infrastructure-native support This third item is the focus of our first set of talks at Greenplum Summit (sign-up here). We wanted to preview

Read More »

Image Classification in Greenplum Database Using Deep Learning

Authors: Oliver Albertini, Divya Bhargov, Alexander Denissov, Francisco Guerrero, Nandish Jayaram, Nikhil Kak, Ekta Khanna, Orhan Kislal, Arun Kumar, Frank McQuillan, Lisa Owen, Venkatesh Raghavan, Domino Valdano, Yuhao Zhang Abstract: Artificial neural networks can be used to create highly accurate models in domains such as language processing and

Read More »

Bottom-up Join Enumeration in a Top-down Optimizer

Authors: Bhuvnesh Chaudhary, Hans Zeller, Sambitesh Dash, Venkatesh Raghavan MAPBU, VMWare Palo Alto CA, USA Abstract: Greenplum Database is a massively parallel processing (MPP) analytics database that adopts a shared-nothing architecture with multiple cooperating processors. A query submitted to the Greenplum master is optimized by the Orca query

Read More »
You've reached the end of this page.