Distributed Environment

From: Naomi Walker <nwalker(at)eldocomp(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Distributed Environment
Date: 2004-02-12 20:58:14
Message-ID: 5.1.0.14.2.20040212134618.03537788@imap.eldocomp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


We currently use a legacy database (DB/C) for our application. Because it
is old and funky, the only reasonable way at the moment to get decent
ODBC-accessed realtime reporting data, is by using a Veritas clustered file
system (on our Sun platforms). This will work since the underlying code
uses fcntl.

In the meantime, we are (very slowly) rewriting our application to use
postgres and java servlets. It will probably be years before we are
completely off DB/C. Still, I hate to spend gobs of money on the clustered
file system, since I do not believe it will work with Postgres, since the
locking mechanism is in shared memory. When we are all postgres, i'll
probably use replication for realtime data copying to a report server.

Unless, of course, someone is considering making postgres work in a
distributed environment. Is this on anyones to-do list? Does anyone think
it would be an important addition to postgres?

Naomi

-------------------------------------------------------------------------------------------------------------------------
Naomi Walker Chief Information Officer
Eldorado Computing, Inc.
nwalker(at)eldocomp(dot)com 602-604-3100
-------------------------------------------------------------------------------------------------------------------------
Forget past mistakes. Forget failures. Forget everything except what you're
going to do now and do it.
- William Durant, founder of General Motors
------------------------------------------------------------------------------------------------------------------------

-- CONFIDENTIALITY NOTICE --

This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email, and delete the message. Thank you.

Browse pgsql-admin by date

  From Date Subject
Next Message Mike Johnson 2004-02-12 22:01:25 Re: Showing all groups
Previous Message Dani Mezher 2004-02-12 18:52:59 Urgent!!!! Setting permissions on Views