Re: initdb in 8.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: initdb in 8.3
Дата
Msg-id 27854.1209045736@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: initdb in 8.3  ("Christopher Condit" <condit@sdsc.edu>)
Список pgsql-general
"Christopher Condit" <condit@sdsc.edu> writes:
> Although, once you've built the index with varchar_pattern_ops index,
> the following two (essentially equivalent) queries will run at vastly
> different speeds:
> select * from A where A.value like 'Nacho';
> select * from A where A.value = 'Nacho';

> Seems that the optimizer should catch this...

Yeah, it's on the to-do list ...
http://archives.postgresql.org/pgsql-hackers/2008-02/msg01003.php

            regards, tom lane

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

Предыдущее
От: "Christopher Condit"
Дата:
Сообщение: Re: initdb in 8.3
Следующее
От: Erik Jones
Дата:
Сообщение: Re: Best backup setup