Re: PG-10 + ICU and abbreviated keys

From: Andreas Joseph Krogh <andreas(at)visena(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PG-10 + ICU and abbreviated keys
Date: 2017-11-13 22:05:46
Message-ID: VisenaEmail.5f.4697c776b732399f.15fb7630bef@tc7-visena
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

På mandag 13. november 2017 kl. 22:28:40, skrev Peter Geoghegan <pg(at)bowt(dot)ie
<mailto:pg(at)bowt(dot)ie>>:
On Mon, Nov 13, 2017 at 12:48 PM, Andreas Joseph Krogh
<andreas(at)visena(dot)com> wrote:
> Thanks.

As the person that worked on abbreviated keys, I'd like to hear about
how you get with this. How much faster is it for you?

I don't usually get to hear about this, because most users don't
notice that anything in particular gets faster, because there are many
performance enhancements added to a release.
 
We haven't migrated any of our databases to v10 yet so I really can't tell.
I'm evaluating ICU-usage as the last step before we decide moving to v10. Being
a per-column setting that means a pg_dump/reload won't cut it (AFAIU), so I'm
not sure we'll take that route as it involves much manual tweaking which we're
really not interessted in spending time on.
 
When sorting on text, we're usually doing so using an multi-column index, like
for instance "CREATE INDEX xxx ON my_table (lower(name) ASC, created ASC)".
Will abbreviated keys help here?
 
-- Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
andreas(at)visena(dot)com <mailto:andreas(at)visena(dot)com>
www.visena.com <https://www.visena.com>
<https://www.visena.com>

 

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Erven 2017-11-13 22:08:16 "Cascading Logical Replication" from a physical replica
Previous Message Peter Geoghegan 2017-11-13 21:28:40 Re: PG-10 + ICU and abbreviated keys