index or not - Mailing list pgsql-general

From Armand Turpel
Subject index or not
Date
Msg-id 4BEEA995.5020209@mnhn.lu
Whole thread Raw
List pgsql-general
Hi,
Does it make sense to create indexes on a table which only contains
bigint fields? Is there any performance gain?

Example:

Table x_rel
id_a bigint
id_b bigint
id_c bigint
id_d bigint

Thanks for replying,
Armand

#####################################################################################
Scanned by MailMarshal - Marshal's comprehensive email content security solution.
#####################################################################################

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql feature request (\dd+)
Next
From: Vincenzo Romano
Date:
Subject: R: index or not