Re: [HACKERS] Mariposa

From: Adriaan Joubert <a(dot)joubert(at)albourne(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Mariposa
Date: 1999-08-04 06:00:02
Message-ID: 37A7D6E2.E72FE2B4@albourne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've been reading all this with interest, even though I know nothing
about distributed database design. I've used Tandem's a bit though, and
they do a rather good job of parallelising queries. A key part of
building an efficient database system on a Tandem is figuring out how
the database is distributed over the disks, which used to correspond (on
the K10000 anyway) to processors. This partitioning is explicitly
declared. I believe the query optimizer used this information to figure
out where it had to go for data. If yor partitioning was wrong,
performance would be dismal, if it was right -- pheew, it would fly.
Bit more onus on the dba, or application developer, but, having worked
on lots of parallel applications, it is my experience that a completely
automatic solution is never terribly good. Distributing work/data
optimally is just too complex a problem to automate.

Adriaan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 1999-08-04 11:20:30 Re: [HACKERS] Threads
Previous Message Lamar Owen 1999-08-03 23:56:06 Re: [HACKERS] Threads