fragmention issue with ext4: e4defrag? - Mailing list pgsql-performance

From Marc Mamin
Subject fragmention issue with ext4: e4defrag?
Date
Msg-id B6F6FD62F2624C4C9916AC0175D56D8828A9B485@jenmbs01.ad.intershop.net
Whole thread Raw
Responses Re: fragmention issue with ext4: e4defrag?
List pgsql-performance
Hello,

Has anyone some experience using defragmentation tools on Linux against tablespaces ?

we are facing fragmentation problems with postgres instances having a few TB of data.
( RAID 5 )

I/O througput decreased from 300MB/s to 160.


- We first moved some schemas to separate servers.
  After that we still have  150'000 tables in 1.5 TB

- Now we are in the process of vacuuming FULL historical tables which are not written anymore.
  This seems to improve the I/O considerably

Our remaining issue is that the free space fragmentíon is still suboptimal
so that fragmention will probably start again soon.

Would it make sense to use a tool like e4defrag
(http://www.linux.org/threads/online-defragmentation.4121/)
in order to defrag the free space ?
And how safe is it to use such a tool against a running postgres instance?



many thanks,

Marc Mamin


pgsql-performance by date:

Previous
From: Niels Kristian Schjødt
Date:
Subject: Re: Guidelines on best indexing strategy for varying searches on 20+ columns
Next
From: Dave Roberge
Date:
Subject: Hash Join node sometimes slow