Re: indexing longish string

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: indexing longish string
Дата
Msg-id 4CF53B0B.8060906@gmail.com
обсуждение исходный текст
Ответ на Re: indexing longish string  (jose <jojapasa@gmail.com>)
Ответы Re: indexing longish string
Список pgsql-sql
If the performance against an index doesn't cut it, we would be forced
to choose just such an implementation, but if pg can do it straight up
that would be less work for us.  A good thing, to be sure.

On 11/30/2010 10:50 AM, jose wrote:
> Why don't you use some type of hash like md5 for indexing ?
> 
> 2010/11/30 Rob Sargent <robjsargent@gmail.com>:
>> Were we to create a table which included a text field for a small block
>> of xml (100-1000 chars worth), would an index on that field be useful
>> against exact match queries?
>>
>> We're wondering if a criterion such as "where 'a string expected to be
>> of size range 100 to 500' = tabelWithStrings.stringSearched" would make
>> good use of an index on "stringSearched" column.
>>
>> The key is that there will only be exact match queries.
>>
>> Thanks for your thoughts.
>>
>>
>>
>> --
>> Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-sql
>>
> 


В списке pgsql-sql по дате отправления:

Предыдущее
От: jose
Дата:
Сообщение: Re: indexing longish string
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: indexing longish string