On 11/20/2016 07:20 AM, Job wrote:
Hi Adrian,
Thank you for your fast reply!
FYI, Postgres 8.4 is over two years past EOL.
Yes, i am aware; we will migrate next year but for application compatibility
reason we have at the moment to the remain here..
What are the steps in the load/delete cy
Hi Adrian,
Thank you for your fast reply!
>FYI, Postgres 8.4 is over two years past EOL.
Yes, i am aware; we will migrate next year but for application compatibility
reason we have at the moment to the remain here..
>What are the steps in the load/delete cycle?
We need to load, with pg_bulkloa
On 11/20/2016 04:51 AM, Job wrote:
Hello,
i use PostgreSql 8.4.22 and two times a day, i import logs wth pg_bulkload and
i delete old data. I move some millions of records in a day.
FYI, Postgres 8.4 is over two years past EOL.
I noticed that only autovacuum seems not to be able to free un
Hello,
i use PostgreSql 8.4.22 and two times a day, i import logs wth pg_bulkload and
i delete old data. I move some millions of records in a day.
I noticed that only autovacuum seems not to be able to free unused space.
I need a periodical vacuum full but this operations takes many hours.
Do y