VACUUM FULL into another tablespace?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a very large table on my PostgreSQL 9.1 database (openstreetmap data: 64GB data + 100GB indexes in one particular table) stored on a dedicated 220GB SSD-disk (tablespace "SSD"). I would like to run "VACUUM (FULL, FREEZE, ANALYZE)" on that table to reclaim some tablespace. But as you can see, such an operation fails, because rebuilding that table takes an additional 160GB of data - the SSD is just too small for that.

What I did in the past, was changing the tablespace of that huge table to my normal disk (4TB, tablespace "DEFAULT"), run VACUUM there, then changing back the tablespace to "SSD". This just takes a very long time, because all the heavy re-indexing now takes place on my very slow normal disk.

I was wondering if there is a way to directly "VACUUM + alter the table space" in one operation? So basically, the db would read the table on "SSD" and places the resulting vacuumed table on tablespace "DEFAULT".

Looking at the vacuum man-page this seems not possible - but perhaps I'm missing something or there exists some workarounds to achieve something similar (reclaiming space)?

kind regards
Michael

-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin





[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux