23 Aralık 2022 Cuma

REPACK Extension - Storage Optimization İçindir

Kurmak için şöyle yaparız
CREATE EXTENSION pg_repack;
Açıklaması şöyle. Tabloyu yeni bir yere kopyalar ve indeksleri yeniden yapılandırır. Böylece saklama alanından tasarruf ederiz.
It creates a new table like we have seen in reindexing and copies all the data from the old table to a new table and after that rebuild the indexes. After full copying is done new table acts as the main one and the old one is dropped.
Şöyle yaparız
pg_repack -k --table mytable mydb;


Hiç yorum yok:

Yorum Gönder