Re: Some thoughts about i/o priorities and throttling vacuum
В списке pgsql-hackers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: Some thoughts about i/o priorities and throttling vacuum |
| Дата | |
| Msg-id | 22583.1066401398@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Some thoughts about i/o priorities and throttling vacuum (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>) |
| Ответы |
Re: Some thoughts about i/o priorities and throttling vacuum
|
| Список | pgsql-hackers |
Shridhar Daithankar <shridhar_daithankar@persistent.co.in> writes:
> Would it be possible to have a vacuum variant that would just shuffle thr.
> shared buffers and not touch disk at all?
What would be the use of that? You couldn't predict *anything* about
the coverage. Maybe you find all the free space in a particular table,
but most likely you don't.
In any case an I/O-free vacuum is impossible since once you have decided
to recycle a particular tuple, you don't have any option about removing
the corresponding index entries first. So unless both the table and all
its indexes are in RAM, you will be incurring I/O.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера