Re: Working with huge amount of data.

From: Mario Lopez <mario(at)lar3d(dot)com>
To: depesz(at)depesz(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Working with huge amount of data.
Date: 2008-02-11 16:02:18
Message-ID: 47B0718A.6060805@lar3d.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hubert,

Your two posts look pretty cool :), I would read them tonight and answer
you back :)

Thanks!
> On Mon, Feb 11, 2008 at 04:37:24PM +0100, Mario Lopez wrote:
>
>> SELECT * FROM names WHERE name LIKE ‘keyword%’
>> Or
>> SELECT * FROM names WHERE name LIKE ‘%keyword%’
>>
>
> check this:
> http://www.depesz.com/index.php/2007/07/30/indexable-field-like-something/
> and this:
> http://www.depesz.com/index.php/2007/09/15/speeding-up-like-xxx/
>
> depesz
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2008-02-11 16:07:24 Re: Working with huge amount of data.
Previous Message hubert depesz lubaczewski 2008-02-11 15:51:59 Re: Working with huge amount of data.