Re: Ways to check the status of a long-running transaction
В списке pgsql-general по дате отправления:
| От | Greg Stark |
|---|---|
| Тема | Re: Ways to check the status of a long-running transaction |
| Дата | |
| Msg-id | 87llaopujb.fsf@stark.xeocode.com обсуждение исходный текст |
| Ответ на | Ways to check the status of a long-running transaction ("Jim C. Nasby" <decibel@decibel.org>) |
| Список | pgsql-general |
"Jim C. Nasby" <decibel@decibel.org> writes: > I recall this being discussed before, but I couldn't manage to find it > in the archives. > > Is there any way to see how many rows a running transaction has written? > vacuum analyze verbose only reports visible rows. Not AFAIK. In the past I've done ls -l and then divided by the average row size. But that required some guesswork and depended on the fact that I was building the table from scratch. I think there's a tool to dump the raw table data which might be handy if you know the table didn't have a lot of dead tuples in it. It would be *really* handy to have a working dirty read isolation level that allowed other sessions to read uncommitted data. -- greg
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера