Re: Top features in 9.6?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Josh berkus <josh(at)agliodbs(dot)com>, PostgreSQL Advocacy Group <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: Top features in 9.6?
Date: 2016-04-12 07:21:35
Message-ID: CABUevEw8JB8jdgFZLaiYSJPd9j97zM7YG5=YcQFrOzzyqXYS6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On Tue, Apr 12, 2016 at 8:06 AM, Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp
> wrote:

> On 2016/04/12 11:46, Stephen Frost wrote:
> > * Josh berkus (josh(at)agliodbs(dot)com) wrote:
> >> So, let's make a list.
> >>
> >> Mine:
> >>
> >> * parallel query (seqscan & aggregation)
> >> * bloom filter supporting indexes
> >>
> >> The generic progress reporting framework is tempting, but seems hard to
> >> explain as a marquee feature. What else have we got?
> >
> > I like the progress reporting, we need to do that with a lot more stuff.
> >
> > postgres_fdw join pushdown is pretty huge.
> >
> > Relation extension speed improvements are pretty huge too.
> >
> > snapshot_too_old is quite important in some environments.
> >
> > Degree-based geometry funcs
> > Phrase full text search
> > jsonb_insert
> > Index-only scans with partial indexes was improved
> > synch_commit = 'remote_apply'
>
> I think "No more full-table vacuums [1]" sounds like it could be mentioned
> more prominently. People are quite excited about it [2].
>

Yes!

I think that may turn out to be one of those "hidden gems" of this release.
As in being the one that nobody talks about now, but then a few years down
the road it's the one that everybody talks about. But it's somewhat hard to
explain to people who (1) don't know how the system really works (though
that would count for things like snapshot too old as well) or (2) actually
have run into the current problem (why hey, that's also the same with
snapshot too old)

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Robert Haas 2016-04-12 12:37:40 Re: Top features in 9.6?
Previous Message Umair Shahid 2016-04-12 07:05:46 Re: Does someone want to learn how to do the beta annoucement?