Re: Index usage for BYTEA column in OR/IN clause

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index usage for BYTEA column in OR/IN clause
Дата
Msg-id 18666.1080508413@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Index usage for BYTEA column in OR/IN clause  (David Garamond <lists@zara.6.isreserved.com>)
Ответы Re: Index usage for BYTEA column in OR/IN clause
Список pgsql-general
David Garamond <lists@zara.6.isreserved.com> writes:
> 1. script to create the test table (a 1mil-record table; each record
> contains 1-40 random bytes):

This script is lacking a VACUUM or ANALYZE command, so the planner
doesn't know how large the table is.  Note the ridiculously small
cost estimates in EXPLAIN ...

            regards, tom lane

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