Re: PostgreSQL clustering VS MySQL clustering
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Hervé Piedvache <herve@elma.fr>
Cc: Jeff <threshar@torgo.978.org>, pgsql-performance@postgresql.org
Date: 2005-01-20T14:58:42Z
Lists: pgsql-performance
>>Or you could fork over hundreds of thousands of dollars for Oracle's >>RAC. > > > No please do not talk about this again ... I'm looking about a PostgreSQL > solution ... I know RAC ... and I'm not able to pay for a RAC certify > hardware configuration plus a RAC Licence. There is absolutely zero PostgreSQL solution... You may have to split the data yourself onto two independent db servers and combine the results somehow in your application. Chris