Re: Fragmentation project

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Gustavo Tonini <gustavotonini(at)gmail(dot)com>
Cc: pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fragmentation project
Date: 2007-04-23 12:17:46
Message-ID: 462CA3EA.3060109@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gustavo Tonini wrote:
> Well, I'm thinking in define (maybe via SQL) a set of servers as a
> cluster and make the fragmentation rules based on "select clauses",
> storing this "configuration" in a specific catalog in global schema.
> For example: when a record is inserted in a server which not store
> this fragment (no rule matches), it will be automatically moved do the
> correct server (the server who matches that record), transparently to
> the user. This process involves transaction management and a lot more
> validations.
>
> A propose is:
>
> create partition <name> on <site> as <select clause>
>
> This create a replication in this site with the rules of the select clause.
>
> We can provide, for example, users create a foreign key in a site
> referencing a table who stored in other(s). In this case, the foreign
> key will be created in global schema but the validations of the local
> schema's would be managed by DRDBMS.
>
> These are my ideas. Is this supported today?

Oh, you're talking about distributing partitions across different nodes
and parallelizing queries. No, we don't do that today.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2007-04-23 12:44:07 Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to InstallCheck failure]
Previous Message Heikki Linnakangas 2007-04-23 11:37:36 Re: Dead Space Map version 3 (simplified)