progress of long running operation

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема progress of long running operation
Дата
Msg-id F174D8E8-1BB5-4F53-B408-25B8A0E23C4C@elevated-dev.com
обсуждение исходный текст
Ответы Re: progress of long running operation
Список pgsql-general
Is there any way to get some insight into the progress of:

insert into foo select distinct on (...) from bar where...

It's got to with importing some legacy data, which has no proper primary key, and duplicates, and garbage that won't be
accepted.And there's 30,000,000 rows, and I'm running on a slow disk for testing--so I know this is going to be
painfullyslow. But after a few hours I'd like to know if it's going to finish overnight, or if it will take so long
thatI need to look at alternate approaches. 

(I upped my shared buffers & work mem, so explain on the select statement shows a bit better than 50% reduction in
predictedwork for that part. And I will go ahead and drop all indexes on the target table.) 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice






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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq thread safety
Следующее
От: Tom Lane
Дата:
Сообщение: Re: progress of long running operation