Regarding ambulkdelete, amvacuumcleanup index methods

Поиск
Список
Период
Сортировка
От Abinaya k
Тема Regarding ambulkdelete, amvacuumcleanup index methods
Дата
Msg-id CAEtC32Ph52iZMNuXmxiZ-jH7qbftTgS5gD=FZbtJqnmUxJam8Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Regarding ambulkdelete, amvacuumcleanup index methods
Список 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 ?

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: PATCH: Configurable file mode mask
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] parallel.c oblivion of worker-startup failures