Re: Insert performance with composite index - Mailing list pgsql-performance

From Divakar Singh
Subject Re: Insert performance with composite index
Date
Msg-id 577700.37613.qm@web65406.mail.ac4.yahoo.com
Whole thread Raw
In response to Re: Insert performance with composite index  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
List pgsql-performance
May be a query that is filtering based on these 2 columns?
 
Best Regards,
Divakar



From: Cédric Villemain <cedric.villemain.debian@gmail.com>
To: depesz@depesz.com
Cc: Divakar Singh <dpsmails@yahoo.com>; pgsql-performance@postgresql.org
Sent: Tue, November 2, 2010 4:34:42 PM
Subject: Re: [PERFORM] Insert performance with composite index

2010/11/2 hubert depesz lubaczewski <depesz@depesz.com>:
> On Mon, Nov 01, 2010 at 02:57:56PM +0100, Cédric Villemain wrote:
>> >   CONSTRAINT tableindex_pkey PRIMARY KEY (tableindex)
>> > )
>> > the index definition is
>> > CREATE INDEX "PK_AT2"
>> >   ON ABC
>> >   USING btree
>> >   (event, tableindex)
>> > TABLESPACE sample;
>>
>> Indexing twice the same column is useless. (perhaps move your PK to
>> the tablespace 'sample' is good too ?)
>
> why do you say that?
> these are not the same indexes and they serve different purposes.

Given that tableindex is the PK column, I really like to now the usage
pattern for having it indexed twice.

>
> Best regards,
>
> depesz
>
> --
> Linkedin: http://www.linkedin.com/in/depesz  /  blog: http://www.depesz.com/
> jid/gtalk: depesz@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007
>



--
Cédric Villemain               2ndQuadrant
http://2ndQuadrant.fr/     PostgreSQL : Expertise, Formation et Support

--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

pgsql-performance by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: Insert performance with composite index
Next
From: Cédric Villemain
Date:
Subject: Re: Insert performance with composite index