Re: Optimise PostgreSQL for fast testing

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Dmytrii Nagirniak <dnagir(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Optimise PostgreSQL for fast testing
Date: 2012-02-24 02:33:49
Message-ID: 201202231833.50123.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday, February 23, 2012 4:00:08 pm Dmytrii Nagirniak wrote:
> On 24/02/2012, at 2:06 AM, Adrian Klaver wrote:
> >> Would appreciate some suggestions.
> >
> > Not enough information to make suggestions.
>
> Jack Christensen pretty nailed it very well. But I'll answer the particulars
here too:
> > Why are you switching databases?
>
> Need FTS from PG. No other reasons yet.
>

Not sure if you need the specific features of FTS from Postgres, otherwise Sqlite
has FTS also:

http://www.sqlite.org/fts3.html

It is different beast than the Postgres version so I don't know if it would
apply.

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Emanuel Araújo 2012-02-24 02:34:36 Problemas com client_encoding ?
Previous Message Scott Marlowe 2012-02-24 02:19:32 Re: Optimise PostgreSQL for fast testing