Re: Problematic Index Scan

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Problematic Index Scan
Дата
Msg-id 20020725085136.Q48685-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Problematic Index Scan  (Tourtounis Sotiris <tourtoun@csd.uoc.gr>)
Список pgsql-general
On Thu, 25 Jul 2002, Tourtounis Sotiris wrote:

> I have a table with 3 attributes(int8, int8, int respectively) and I load
> to it a batch file of 150000 tuples, which each of them contains a series
> of java long, long and integer parameters respectively too. The first

Are you running vacuum analyze after doing the load (and if you're doing
any significant update/insert/delete occasionally thereafter?)



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

Предыдущее
От: Tourtounis Sotiris
Дата:
Сообщение: B-trees (Indexes) storage space
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: select distinct error ?