From: | Alfonso Afonso <aafonsoc(at)gmail(dot)com> |
---|---|
To: | Rafał Pietrak <rafal(at)zorro(dot)isa-geek(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: using text search |
Date: | 2013-04-22 18:36:20 |
Message-ID: | 363F7106-D48B-401C-8A1A-7282E3EBE48F@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
And using substring function? Do you have the same results?
I understand your arguments about normalization but, as you know, BNF is the best SQL Developer friend ;)
I used to avoid text fields and search/filter them (when it is possible), mainly because this consumption issues.... if the query has been on execution for more than 5 minutes, the virtual table that postgresql is preparing in memory should be huge.
Bye for now and good luck :)
El 22/04/2013, a las 18:12, Rafał Pietrak <rafal(at)zorro(dot)isa-geek(dot)com> escribió:
>> About your question, if you are searching a text inside another text you could obtain bizarre results and consume a lot of resources, but my approximation to your problem
>
Alfonso Afonso
(personal)
From | Date | Subject | |
---|---|---|---|
Next Message | Alfonso Afonso | 2013-04-22 18:43:22 | Re: using text search |
Previous Message | John R Pierce | 2013-04-22 17:59:28 | Re: Need solution for weekly database "snapshot" |