Re: ExtenDB

From: Richard Huxton <dev(at)archonet(dot)com>
To: gkoskenmaki <gary(at)datamosaics(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ExtenDB
Date: 2006-03-13 19:31:38
Message-ID: 4415C89A.70805@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

gkoskenmaki wrote:
>
> Has anyone used ExtenDB? Our company is going to be putting a database
> server cluster in the coming months and we would like some feedback from
> anyone who has used ExtenDB as to what their experience with it has been
> like.

Haven't had any experience with it myself, and haven't heard anything
from them apart from a couple of announcements. There is another company
doing something similar called "greenplum" who I don't think offer a
free download of their multi-node system, but do have
manuals/white-papers etc. available for download after you register.

Both systems seem to be using the same partition-and-replicate system to
distribute queries across multiple nodes. This is straightforward enough
in theory but a lot of work in practice. The two things that will make a
difference are efficient use of the interconnect (gigabit ethernet for
both by the look of it) and the quality of the management tools.

Anyone from ExtendDB like to step forward and point Gary towards some
existing users?

--
Richard Huxton
Archonet Ltd

In response to

  • ExtenDB at 2006-03-13 18:49:38 from gkoskenmaki

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paulo 2006-03-13 19:35:40 Problems with Postgres and TCP/IP Protocol
Previous Message Chris Kratz 2006-03-13 19:29:51 Re: multi-column aggregates