Search Postgresql Archives

Re: Need a depth information about bloat

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




> On Aug 9, 2020, at 9:01 PM, Rama Krishnan <raghuldrag@xxxxxxxxx> wrote:
> 
> 
> Hi Mentors, 
> 
> 
> I am searching for an understanding of bloat in PostgreSQL
> 
> What is bloat?
> 
> How does it work?
> 
> What is the use of bloat?
> 
> Limitations of bloat?
> 
> Thanks
> 
> Rama Krishnan
Bloat is not a feature of postgreSQL, it’s a consequence. It has no redeeming value.
Updates to tuples generally cause a new tuples to be constructed and the original to be marked as disposable. It is the job of the vacuum process to rid the table of this record. Until this happens the marked record as part of the bloat for that table. 





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux