postgresql and openmosix migration

From: "Bill" <bill(at)math(dot)uchicago(dot)edu>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: postgresql and openmosix migration
Date: 2004-06-22 14:29:39
Message-ID: 004001c45865$59cc9f20$dfc58780@billnotebook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi, I am trying to make a cluster out of any database, postgresql or mysql or any other free database. I have looked at openmosix patched with the migshm patch for shared memory support and it seems that neither work fully. Postgresql in particular uses "shared memory but not the system semaphores for locking it". Thus apparently it won't benefit from an openmosix cluster. In addition mysql doesn't seem to migrate because it is multithreaded. Any ideas of how I can cluster my database (around 800 GB in size so even partial replication is not really practical)?

If interested this is my source for openmosix and migshm information http://howto.ipng.be/MigSHM-openMosix/x90.html

Thanks.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Litao Wu 2004-06-22 15:00:42 Re: reindex and copy - deadlock?
Previous Message Andrew Hammond 2004-06-22 13:49:15 Re: Postgres over Linux NBD or NFS