Re: [SQL] Using Indexes

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: [SQL] Using Indexes
Дата
Msg-id 378AD468.E1EDC26E@tech.com.au
обсуждение исходный текст
Ответ на Using Indexes  ("Mr. Poet" <poet@linuxports.com>)
Список pgsql-sql
"Mr. Poet" wrote:
> 
> Hello,
> 
> I know how to create and index... but how do I use it?
> >From my old xbase days it was use <index> but that doesn't work
> in postgres... help?

Indexes are used automatically when the database thinks it will speed a
particular query.

I don't know what <index> did in xbase. Did it order things? If you want
ordering see the sql ORDER BY clause.


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] create temp table
Следующее
От: "Esteban Chiner Sanz"
Дата:
Сообщение: Problem with timestamp and primary key.