Re: index scan

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: index scan
Дата
Msg-id 4FE353C6.5060401@agliodbs.com
обсуждение исходный текст
Ответ на index scan  (Amir Sehan <ean_ibnisaid@yahoo.com>)
Список pgsql-students
Amir,

> I have problem with EXPLAIN ANALYZE QUERY.
> I want to change a plan node, from seq scan to index scan.
> But i don't know the methode for it.

This is to test your indexing code?

Then:

 SET enable_seqscan = false;


--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Amir Sehan
Дата:
Сообщение: index scan
Следующее
От: Josh Berkus
Дата:
Сообщение: Reminder: Midterms must be filled out *this week*