Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

TableAM: New interface to accommodate state for DML operations #24

Open
Eulerizeit opened this issue Jul 30, 2020 · 0 comments
Open

TableAM: New interface to accommodate state for DML operations #24

Eulerizeit opened this issue Jul 30, 2020 · 0 comments

Comments

@Eulerizeit
Copy link

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."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant