You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Insert/update/Delete are considered stateless which is true only for HEAP.
Examples of that state could be:
datum streams -- they need to be open for the duration of the operation
??? --
In order to show that in-tree AMs benefit we will show that the next insert will be potentially faster
implementation thought (not have to lock visability map page and could use a pin. )
Unfonf notes:
https://wiki.postgresql.org/wiki/PgCon_2020_Developer_Unconference/tableAM_next_steps
From meeting: "in-tree AMs as well may benefit from state, e.g. pin the last visibility map page."
The text was updated successfully, but these errors were encountered: