Re: Search across multiple sources - Mailing list pgsql-general

From Bernd Helmle
Subject Re: Search across multiple sources
Date
Msg-id 401E1C87.90405@oopsware.de
Whole thread Raw
In response to Search across multiple sources  ("Merrall, Graeme" <gmerrall@team.aol7.com.au>)
List pgsql-general
Merrall, Graeme wrote:
> I don't think there's an easy way to do this but I thought I better ask just in case.  I'm trying to come up with a
wayto search across a number of databases without resorting to lots of horrible scripts. In one database I have a lot
ofnews stories from our news provider while in another database I have a lot of user entered content. Ideally I'd like
tosearch across both databases via a single web-based search form. 
>
> The obvious way is to create a tsearch index/table in both databases and then to connect to each one in turn and to
mergethe results together but that doesn't seem like the best solution and potentially there could be issues with
rankingand so on. 
>
> Is it possible to create a single search database which can store search data from a number of different databases.
Thisis all on the same server of course.   
>
> Another option I looked at was to use an external search tool lke mnogosearch
(http://www.mnogosearch.ru/doc/msearch-extended-indexing.html#htdb)although since I've used tsearch elsewhere it would
benice to use it here as well. 
>
> Cheers,
>  Graeme
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>

I don't know if it works, just a thought:

You can examine, wether contrib/dblink works in conjunction with
tsearch[2]. If this is runnable, you can create a "search database" with
dblink'ed search queries/views over your data store.

   Bernd


pgsql-general by date:

Previous
From: Együd Csaba
Date:
Subject: Re: How to kick out automatically stuck in queries
Next
From: "John Sidney-Woollett"
Date:
Subject: Re: Unicode vs SQL_ASCII DBs