From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
---|---|
To: | Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: zheap: a new storage format for PostgreSQL |
Date: | 2018-03-03 03:46:13 |
Message-ID: | CAA4eK1K70qJMk50Y19xtw2veYLXWOKa9wK+OTECDs2UsGhFz8A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Mar 2, 2018 at 7:06 PM, Aleksander Alekseev
<a(dot)alekseev(at)postgrespro(dot)ru> wrote:
> Hello Amit,
>
>> Sometime back Robert has proposed a solution to reduce the bloat in
>> PostgreSQL [1] which has some other advantages of its own as well. To
>> recap, in the existing heap, we always create a new version of a tuple on
>> an update which must eventually be removed by periodic vacuuming or by
>> HOT-pruning, but still in many cases space is never reclaimed completely.
>> A similar problem occurs for tuples that are deleted. This leads to bloat
>> in the database.
>
> This is an impressive work!
>
Thanks.
> Personally I would like to note that performance is probably not a
> priority at this stage.
>
Right, but we are also trying to see that we just don't fall off the
cliff for some more common workloads.
> Most important parts, in my humble opinion at
> least, are correctness, maintainability (tests, documentation, how
> readable the code is), extendability (e.g. an ability to add point in
> time recovery in the future), interfaces and heap format.
>
+1.
--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Kirkwood | 2018-03-03 04:05:28 | Re: zheap: a new storage format for PostgreSQL |
Previous Message | David Gould | 2018-03-03 02:57:52 | Re: [patch] BUG #15005: ANALYZE can make pg_class.reltuples inaccurate. |