Re: Query about pg asynchronous processing support

Поиск
Список
Период
Сортировка
От legrand legrand
Тема Re: Query about pg asynchronous processing support
Дата
Msg-id 1616783222260-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Query about pg asynchronous processing support  ("杨逸存" <1057206466@qq.com>)
Список pgsql-hackers
Hi,

You should search informations about postgres hooks like thoses used in
extension pg_stat_statements
https://github.com/postgres/postgres/blob/master/contrib/pg_stat_statements/pg_stat_statements.c

And about background capabilities as thoses used in extension pg_background
https://github.com/vibhorkum/pg_background

There are also extensions working with indexes like hypopg
https://github.com/HypoPG/hypopg

Good luck 
Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



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

Предыдущее
От: "Finnerty, Jim"
Дата:
Сообщение: Re: Challenges preventing us moving to 64 bit transaction id (XID)?
Следующее
От: David Steele
Дата:
Сообщение: Re: invalid data in file backup_label problem on windows