Re: Resources

Поиск
Список
Период
Сортировка
От Isabelle Brette
Тема Re: Resources
Дата
Msg-id 20020111151720.A1754@aparima.com
обсуждение исходный текст
Ответ на Resources  (Gurudutt <guru@indvalley.com>)
Список pgsql-sql
Hello,

I just looked at your tables/queries/explains.

My piece of advice would be : add indexes on the columns you use the
most in the query (especially those used for joins).

A "seq scan" takes quite a time, an "index scan" takes nearly no time.

Well, indexes take a little space, but if your database is not that big,
it should be what you're looking for. Disk space does not cost that much
these times ^^

-- 
Isabelle Brette - isabelle@apartia.fr


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

Предыдущее
От: Gurudutt
Дата:
Сообщение: Re: Resources
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Resources