Data Warehouse Solution

What makes many companies failed on their data warehouse project? What is the important aspect to implement Data Warehouse Solution? This humble Data Warehouse Solution Review site will try to provide those simple answers


Greenplum Database and PostgreSQL

with one comment

The object-relational database management system known as PostgreSQL is derived from the POSTGRES package written at the University of California at Berkeley. With almost three decades of development behind it, PostgreSQL is now the most advanced open-source database available.
Greenplum Database is built upon the PostgreSQL 8.2.5 code base and has many similarities to PostgreSQL. For example, many of the client and server applications, configuration files, supported SQL commands, and syntax will be the same or very similar to PostgreSQL.
Greenplum Database is essentially several PostgreSQL instances acting as one cohesive database management system. The internals of PostgreSQL have been modified or supplemented to support the parallel structure of Greenplum Database. For example the system catalog has been supplemented to track all of the segment instances that comprise a Greenplum database. The query parser, query planner, query optimizer, and query executor processes have been modified and enhanced to be able to execute queries in parallel across all of the segments.
Data Query and Manipulation Language (DQL/DML) is essentially supported as it is in PostgreSQL. SELECT, INSERT, UPDATE, and DELETE are DQL/DML commands. All other SQL commands are considered Data Definition Language (DDL) or utility commands. Most DDL and utility SQL statements are supported in Greenplum Database as they are in PostgreSQL, with a few minor exceptions. See “SQL Support” on page 24 for more information.
Greenplum Download Registration

Similar Posts:

    None Found

Related Article

Written by Admin

Posted in Green Plum

Tagged with

One Response to 'Greenplum Database and PostgreSQL'

Subscribe to comments with RSS or TrackBack to 'Greenplum Database and PostgreSQL'.

  1. [...] Greenplum Database and PostgreSQL The object-relational database management system known as PostgreSQL is derived from the POSTGRES [...]

Leave a Reply