Inquiry on Future Plans for Enhancements to PostgreSQL MVCC Model and Vacuum Process - Mailing list pgsql-hackers

From 송영욱
Subject Inquiry on Future Plans for Enhancements to PostgreSQL MVCC Model and Vacuum Process
Date
Msg-id CAK9ZnjOD+EeGrx9rAFVGEopCEBHTz2bYaxT7=Uity3JatwKoQQ@mail.gmail.com
Whole thread Raw
Responses Re: Inquiry on Future Plans for Enhancements to PostgreSQL MVCC Model and Vacuum Process
List pgsql-hackers

Hi hackers,

I’m currently studying the internals of PostgreSQL, specifically the vacuum process. 

I've learned that PostgreSQL’s MVCC model has had issues in the past, such as XID wraparound and table bloating problems. It seems that these issues may have been mitigated by implementing features like autovacuum.

However, from my understanding, the current MVCC model seems to have more negative effects than positive ones. Is there any plan to modify the MVCC model in future versions?

I’m still learning about PostgreSQL, so there may be some inaccuracies in my understanding. If there are, please let me know.

Thank you

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Time to add a Git .mailmap?
Next
From: Andreas Karlsson
Date:
Subject: Re: Collation & ctype method table, and extension hooks