Re: Is it possible to have a "fast-write" Index?

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: deavid <deavidsedice(at)gmail(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Is it possible to have a "fast-write" Index?
Date: 2015-06-18 19:49:57
Message-ID: 558320E5.5020100@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6/12/15 9:17 PM, deavid wrote:
> (upper(codagencia::text) );

FWIW, you should consider using citext for these cases; it would let you
cut down on the number of indexes (by 50%?).
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-06-18 20:04:20 Re: Inheritance planner CPU and memory usage change since 9.3.2
Previous Message deavid 2015-06-18 19:36:58 Re: Is it possible to have a "fast-write" Index?