Re: Sequential Scans

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Sequential Scans
Дата
Msg-id CAOR=d=1Z4UU4m6OFkLW3TEApVQcNAHxZEw=-onGtwzSvCOnTyg@mail.gmail.com
обсуждение исходный текст
Ответ на Sequential Scans  (Efraín Déctor <efraindector@motumweb.com>)
Ответы Re: Sequential Scans
Список pgsql-general
On Mon, Apr 2, 2012 at 12:30 PM, Efraín Déctor
<efraindector@motumweb.com> wrote:
> Hello.  What is the difference between Sequential Scans and Sequential
> Tuples Read?.

A sequential scan is what happens when the table is read sequentially.
 One sequential scan can result in MANY tuples being read
sequentially.  I.e. a table with 1M rows being sequentially scanned
from end to end will result in 1M sequential tuples being read.

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

Предыдущее
От: Efraín Déctor
Дата:
Сообщение: Sequential Scans
Следующее
От: Efraín Déctor
Дата:
Сообщение: Re: Sequential Scans