Re: Partitioning / Clustering

From: Mischa Sandberg <mischa(dot)sandberg(at)telus(dot)net>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Partitioning / Clustering
Date: 2005-05-11 01:34:26
Message-ID: 1115775266.42816122ec4e3@webmail.telus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Quoting Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>:

> > This is why I mention partitioning. It solves this issue by storing
> > different data sets on different machines under the same schema.
> > These seperate chunks of the table can then be replicated as well for
> > data redundancy and so on. MySQL are working on these things
> *laff*
> Yeah, like they've been working on views for the last 5 years, and
> still haven't released them :D :D :D

?
http://dev.mysql.com/doc/mysql/en/create-view.html
...for MySQL 5.0.1+ ?

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Joshua D. Drake 2005-05-11 01:48:48 Re: Partitioning / Clustering
Previous Message Christopher Kings-Lynne 2005-05-11 01:24:10 Re: Partitioning / Clustering