Re: Optimize a big matrix select

Поиск
Список
Период
Сортировка
От Florian Schaetz
Тема Re: Optimize a big matrix select
Дата
Msg-id 01E7E8E50C98824E9045DFD5FFC859D403405B5F8E84@SBSRV.ot.local
обсуждение исходный текст
Ответ на Optimize a big matrix select  (Florian Schaetz <Florian.Schaetz@Optitool.DE>)
Ответы Re: Optimize a big matrix select  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-novice
Hello,

> Did you run ANALYZE on TEMP_TABLE after loading data and before running your query?

Nope, not yet. What will the effect be? The temp table is comparatively small compared to the main table (and has, yet,
noforeign keys).
 

> You're not doing a lot of deletes or updates in TEMP_TABLE at any point, are you?

Only one insert. The temp table gets created, used (hopefully, if I get this query to run faster, only once) and then
dropped.
 

Regards, 

Flo

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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Optimize a big matrix select
Следующее
От: Marcos Almeida Azevedo
Дата:
Сообщение: Re: Implementing a join algorithm in Postgres