Postgresql | Vacuum information

Поиск
Список
Период
Сортировка
От Sohel Tamboli
Тема Postgresql | Vacuum information
Дата
Msg-id CAAbZosDAyTWrqzEeMwKWYbgEpieTjZuSoYTODyujC=GJK2fqgw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postgresql | Vacuum information
Список pgsql-admin
Hi, 

I need some information on vacuum in postgresql. I know that "vacuum full" recreate full table and releases space to OS. Only "vacuum" clears the dead tuples and free the space but does not returns free space to OS, indeed it keeps free space as a part of table. 
My question is, after running only "vacuum", how does new data or insert is written to the table? I need to know that Does new data gets inserted in free space available in between of live tuples or gets inserted at the end of table everytime. 

Appreciate your quick response!! 

Thanks, 
Sohel

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

Предыдущее
От: Dianne Skoll
Дата:
Сообщение: Re: Reliable WAL file shipping over unreliable network
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Postgresql | Vacuum information