Re: BUG #1697: Select getting slower on continously updating data
В списке pgsql-novice по дате отправления:
| От | Bruno Wolff III |
|---|---|
| Тема | Re: BUG #1697: Select getting slower on continously updating data |
| Дата | |
| Msg-id | 20050602130259.GB9716@wolff.to обсуждение исходный текст |
| Ответы |
Re: BUG #1697: Select getting slower on continously updating data
|
| Список | pgsql-novice |
This does not belong on the pgsql-bugs list. The pgsql-novice or pgsql-performance lists seem more appropiate. I have set followups to the pgsql-novice list. On Thu, Jun 02, 2005 at 12:05:00 +0100, Bahadur Singh <bahadursingh@yahoo.com> wrote: > > Hello, > > I found situtation that, when I am selecting data from a table of 200 > records, getting slower as I do continous update to the same existing data. You need to be vacuuming (and possibly analyzing) the table more often as the updates will leave dead rows in the table which will bloat the table size and slow down access, particularly sequential scans. If the updates modify the data value distributions significantly, then you will also need to reanalyze the table to help the planner make good decisions.
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера