Sort and index

Поиск
Список
Период
Сортировка
От Andrei Gaspar
Тема Sort and index
Дата
Msg-id 4263D3EE.5010409@softnrg.dnttm.ro
обсуждение исходный текст
Список pgsql-performance
Hi,

I thought that an index can be used for sorting.
I'm a little confused about the following result:

create index OperationsName on Operations(cOperationName);
explain SELECT * FROM Operations ORDER BY cOperationName;
                              QUERY PLAN
-----------------------------------------------------------------------
 Sort  (cost=185.37..189.20 rows=1532 width=498)
   Sort Key: coperationname
   ->  Seq Scan on operations  (cost=0.00..104.32 rows=1532 width=498)
(3 rows)

Is this supposed to be so?

Andrei


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.15 - Release Date: 4/16/2005


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

Предыдущее
От: "Dave Held"
Дата:
Сообщение: Re: How to improve db performance with $7K?
Следующее
От: Greg Stark
Дата:
Сообщение: Re: How to improve db performance with $7K?