Re: Best practice in postgres

From: Richard_D_Levine(at)raytheon(dot)com
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: Nilesh Doshi <nileshd(at)hotmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, pgsql-general-owner(at)postgresql(dot)org
Subject: Re: Best practice in postgres
Date: 2004-12-14 19:55:19
Message-ID: OF5481389C.D10B39B8-ON05256F6A.006D51E0@ftw.us.ray.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oracle and PostgreSQL schemas seem to have fairly equivalent functionality
from what I've read, except that PostgreSQL schemas aren't as tied to a
particular user as are Oracle's.


Robert Treat
<xzilla(at)users(dot)sourcefor To: Nilesh Doshi <nileshd(at)hotmail(dot)com>
ge.net> cc: "pgsql-general(at)postgresql(dot)org"
Sent by: <pgsql-general(at)postgresql(dot)org>
pgsql-general-owner(at)pos Subject: Re: [GENERAL] Best practice in postgres
tgresql.org


12/14/2004 09:29 AM

On Fri, 2004-12-10 at 17:49, Nilesh Doshi wrote:
> Hi All,
>
> I'm new to postgres, so I need your help.
>
> We are in the process of migrating from oracle to postgres. DB size is
about
> 400gb.
> My question is about schemas in oracle and postgres. Does every schema in

> oracle becomes a separate database in postgres ? OR it is still like
oracle,
> where all schemas are part of big database ?
>

I'm pretty sure you want schema -> schema and not schema -> database,
mainly because the semantics for querying across databases are much more
cumbersome than querying across schemas. If you are not doing any cross
schema work, then it probably doesn't matter as much.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2004-12-14 20:12:59 Re: Corrupt RTREE index
Previous Message Dann Corbit 2004-12-14 19:49:21 Re: Corrupt RTREE index