| От | Denis Perchine |
|---|---|
| Тема | Re: Re: Re: MySQL has transactions |
| Дата | |
| Msg-id | 01012419021604.00614@dyp.perchine.com обсуждение исходный текст |
| Ответ на | Re: Re: MySQL has transactions (Alexander Jerusalem <ajeru@gmx.net>) |
| Ответы |
Re: Re: Re: MySQL has transactions
|
| Список | pgsql-general |
> * Fast case insensitive text search via indexes (function based indexes) Try to: create table test (s text); create index ix_test_s on test(lower(s)); And try select * from test where lower(s) = 'test'; If you made vacuum, and have enough data in the table you will get index scan. Also you will get index scan for this: select * from test where lower(s) like 'test%'; -- Sincerely Yours, Denis Perchine ---------------------------------- E-Mail: dyp@perchine.com HomePage: http://www.perchine.com/dyp/ FidoNet: 2:5000/120.5 ----------------------------------
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера