Re: Large index

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: Large index
Дата
Msg-id CAHOFxGrSH8hAwA8qPhoR1K7xaHBBxAU1Ra8GXKVJrd1JfRrBfg@mail.gmail.com
обсуждение исходный текст
Ответ на Large index  (Yambu <hyambu@gmail.com>)
Список pgsql-general
On Thu, Nov 5, 2020, 6:52 AM Yambu <hyambu@gmail.com> wrote:
What disadvantage does a large table (30mil records) has over a small table about 20k records when it comes to querying using an indexed column?

Table with 20k rows will likely fit entirely into shared_buffers and not involve any disk i/o for its use.

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

Предыдущее
От: luis.roberto@siscobra.com.br
Дата:
Сообщение: Analyze and Statistics
Следующее
От: Yambu
Дата:
Сообщение: greater than vs between in where clause