From: | Chris Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-advocacy(at)postgresql(dot)org |
Subject: | Re: Release Notes? |
Date: | 2007-09-17 18:02:32 |
Message-ID: | 60ir695fwn.fsf@dba2.int.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy |
pavan(dot)deolasee(at)gmail(dot)com ("Pavan Deolasee") writes:
> On 9/17/07, Hale Boyes, Kevin <Kevin(dot)HaleBoyes(at)encana(dot)com> wrote:
>
> Chris Browne wrote:
> > Let me note that a pretty nice list of features is being collected
> > here: http://developer.postgresql.org/index.php/WhatsNew83
>
> A small correction. HOT stands for Heap Only Tuple.
>
>
> Right. The text is based on stale information. HOT stands for Heap Only
> Tuple and the restriction about not changing tuple length during
> UPDATEs has been removed. HOT optimizes a special but important
> case where UPDATE does not change any index key columns
> or columns referenced in index expressions
> and predicates. HOT helps early reclaim of dead space in a table, thus
> reducing the need for frequent VACUUM and reduces relation
> and index bloat.
I have updated the Wiki with that text. Of course, it would probably
be more efficient of time to make the change directly, cutting out
middlecritters who can misread things :-).
--
let name="cbbrowne" and tld="cbbrowne.com" in String.concat "@" [name;tld];;
http://linuxfinances.info/info/lisp.html
"I decry the current tendency to seek patents on algorithms. There
are better ways to earn a living than to prevent other people from
making use of one's contributions to computer science."
-- D. E. Knuth
From | Date | Subject | |
---|---|---|---|
Next Message | Cornelia Boenigk | 2007-09-17 18:37:10 | Re: Fwd: [pgsql-advocacy] Change the name |
Previous Message | Joshua D. Drake | 2007-09-17 17:44:30 | PostgreSQL Conference Fall 07, all speaker slots filled! |