Re: Query about pg asynchronous processing support - Mailing list pgsql-hackers

From legrand legrand
Subject Re: Query about pg asynchronous processing support
Date
Msg-id 1616783222260-0.post@n3.nabble.com
Whole thread Raw
In response to Query about pg asynchronous processing support  ("杨逸存" <1057206466@qq.com>)
List 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 by date:

Previous
From: "Finnerty, Jim"
Date:
Subject: Re: Challenges preventing us moving to 64 bit transaction id (XID)?
Next
From: David Steele
Date:
Subject: Re: invalid data in file backup_label problem on windows