[GENERAL] Bulkdelete and Vacuum operations on custom index

2010-03-17 Thread Carsten Kropf
Hi all, I am currently implementing some index access methods on top of PostgreSQL. Until now, it is pretty fine and working properly. However, I am now doing the implementation of bulk deletion and vacuum of the structure. I don't know exactly, how to achieve this because it would be much easie

Re: [GENERAL] Bulkdelete and Vacuum operations on custom index

2010-03-17 Thread Tom Lane
Carsten Kropf writes: > I am currently implementing some index access methods on top of > PostgreSQL. Until now, it is pretty fine and working > properly. However, I am now doing the implementation of bulk deletion > and vacuum of the structure. I don't know exactly, how to achieve this > because