Regarding ambulkdelete, amvacuumcleanup index methods

From: Abinaya k <abinaya(dot)k(dot)496(at)gmail(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Regarding ambulkdelete, amvacuumcleanup index methods
Date: 2018-01-24 04:27:18
Message-ID: CAEtC32Ph52iZMNuXmxiZ-jH7qbftTgS5gD=FZbtJqnmUxJam8Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hai all,
We are building In-memory index extension for postgres. We would
capture table inserts, updates, deletes using triggers. During vacuum
operation, postgres would give calls to ambulkdelete, amvacuumcleanup (as
part of index cleanup). As we handle all updates, deletes using triggers,
we don't have to do any index cleanup in ambulkdelete. But, what stats
should i return from ambulkdelete and amvacuumcleanup? Is that necessary to
return stats from ambulkdelete and amvacuumcleanup ?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2018-01-24 04:33:14 Re: [HACKERS] parallel.c oblivion of worker-startup failures
Previous Message Michael Paquier 2018-01-24 04:27:11 Re: PATCH: Configurable file mode mask