Re: Postgres or Greenplum

From: Gabriele Bartolini <Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it>
To: Radosław Smogura <rsmogura(at)softperience(dot)eu>
Cc: Simon Riggs <simon(at)2ndQuadrant(dot)com>, Simon Windsor <simon(dot)windsor(at)cornfield(dot)me(dot)uk>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres or Greenplum
Date: 2011-06-08 11:36:54
Message-ID: 60b0727dd0c3446ef8f61336f1061c71@2ndquadrant.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Radoslaw,

On Wed, 08 Jun 2011 07:30:33 +0200, Radosław Smogura
<rsmogura(at)softperience(dot)eu> wrote:
>
> But, I think GreenPlum is "share nothing", isn't it?

Yes, indeed. In very simple words Greenplum is a parallel processing
database solution that implements the "shared-nothing" architecture. One
master server is responsible for managing data distribution and query
processing among several segments - usually residing on multiple servers
(that do not share any physical resource, but the network). The shared
nothing architecture allows the system to be linearly scalable by adding
commodity hardware to the cluster.

There is a special version of Greenplum (Greenplum Community Edition)
that can be used for testing and development (the license allows usage
in production environments as well under certain circumstances - for
instance research). Greenplum is owned by EMC and is not open-source.

Greenplum typical usage is for data warehousing purposes, as main
source for business intelligence and analytics query. If you are
interested in topics like this, I suggest that you participate to
Char(11) (www.char11.org), the second edition of the Clustering, High
Availability and Replication conference.

Cheers,
Gabriele

--
Gabriele Bartolini - 2ndQuadrant Italia
PostgreSQL Training, Services and Support
Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it - www.2ndQuadrant.it

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gaëtan Allart 2011-06-08 12:59:05 Abnormal long SELECT query under postgresql 9.0.4
Previous Message hubert depesz lubaczewski 2011-06-08 10:24:40 Re: Recurring events