Re: Multiple DB join

From: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
To: "Sumeet Ambre" <sambre(at)indiana(dot)edu>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Multiple DB join
Date: 2006-08-14 22:04:35
Message-ID: bf54be870608141504m428b3af1tf1706fb8ed537d7e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I think using the contrib module 'dblink' (
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/) can help
you here.

Thanks,
--
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 8/15/06, Sumeet Ambre <sambre(at)indiana(dot)edu> wrote:
>
> Hi All,
>
> I have a database which consists of 20 million records and I've split up
> the db into 6-7 dbs. I have a base database which consists of
> the ids with link all the databases. I'm performing search on this
> single base table. After searching i get some ids which are ids in the
> other
> databases which i split up. Now i need to retrieve those records. Is
> there a way i can join tables from multiple databases as we can join
> multiple tables
> in a single database.
>
> Thanks,
> SA.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Kyle Bateman 2006-08-15 01:06:34 Re: Using bitmap index scans-more efficient
Previous Message Sumeet Ambre 2006-08-14 21:26:10 Multiple DB join