| От | Kevin Grittner |
|---|---|
| Тема | Re: two memory-consuming postgres processes |
| Дата | |
| Msg-id | 481B44AF.EE98.0025.0@wicourts.gov обсуждение исходный текст |
| Ответ на | Re: two memory-consuming postgres processes (Alexy Khrabrov <deliverable@gmail.com>) |
| Ответы |
Re: two memory-consuming postgres processes
|
| Список | pgsql-performance |
>>> Alexy Khrabrov wrote: > SInce I don't index on that > new column, I'd assume my old indices would do -- do they change > because of rows deletions/insertions, with the effective new rows > addresses? Every update is a delete and insert. The new version of the row must be added to the index. Every access through the index then has to look at both versions of the row to see which one is "current" for its transaction. Vacuum will make the space used by the dead rows available for reuse, as well as removing the old index entries and making that space available for new index entries. -Kevin
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера