Re: Optimizing

Поиск
Список
Период
Сортировка
От Dan Langille
Тема Re: Optimizing
Дата
Msg-id 20030228201127.M54500@xeon.unixathome.org
обсуждение исходный текст
Ответ на Optimizing  ("Montrone, Marc -- 7183" <marc.montrone@novastar1.com>)
Список pgsql-sql
On Fri, 28 Feb 2003, Montrone, Marc -- 7183 wrote:

> Please advise how I can improve performance of query searching for telephone
> numbers. I have a table with over a million records of phone numbers in a
> single indexed field. To find one phone number takes nearly 20 seconds.
> Aside from hardware upgrades, how can I improve the performance of this
> query? Thank you in advance.

Please provide the following which will help us to help you:

The output of this commend : select version();

Please prefix your query with "explain analyze" and provide us with both
the query and the output of this command.


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

Предыдущее
От: "Teddy"
Дата:
Сообщение: Users and groups
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Optimizing