Re: Question about heap_inplace_update and VACUUM behavior - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Question about heap_inplace_update and VACUUM behavior
Date
Msg-id CAJ7c6TP4cfo45FdRwtfVCHXM1+jxOaBOQn7vsfj6Q2fMa1Kr-Q@mail.gmail.com
Whole thread Raw
In response to Question about heap_inplace_update and VACUUM behavior  (Shiju Sivadazz <shijusivadazz86@gmail.com>)
List pgsql-hackers
Hi Shiju,

Thanks to your interest in DBMS development and Postgres in particular.

> I would greatly appreciate any clarification or references to relevant documentation or design discussions.

If you go to the systable_inplace_update_begin() definition you will
find that its use cases are very well documented. I recommend using a
modern text editor with goto definition / goto symbol functionality
e.g. VS Code or Zed. This will simplify the exploration of the code a
lot.

Also I believe you are on the REL_17_STABLE branch. I would recommend
choosing `master` which will become REL_19 quite soon.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: KAZAR Ayoub
Date:
Subject: Re: Speed up COPY FROM text/CSV parsing using SIMD
Next
From: Robert Haas
Date:
Subject: Re: Change initdb default to the builtin collation provider