Re: which will be faster? w/ or w/o indices - Mailing list pgsql-sql

From dev@archonet.com
Subject Re: which will be faster? w/ or w/o indices
Date
Msg-id 1064.192.168.1.16.1044610614.squirrel@mainbox.archonet.com
Whole thread Raw
In response to which will be faster? w/ or w/o indices  (val@webtribe.net)
Responses Re: which will be faster? w/ or w/o indices
List pgsql-sql
> I understand that if you are importing data into the database
> that this will go faster if there are no indices against the
> target table.
>
> If I want to run this statement:
> INSERT INTO table_a SELECT * from table_b WHERE value_1 BETWEEN
> X AND Y;
> is it best to do that with or without indices?

Can't really say without testing - it'll depend on the size of the various
tables, X and Y disk speeds etc. The only suggestion I can make is to try
an EXPLAIN (Reference manual, SQL commands) with and without
ENABLE_SEQSCAN off (Admin guide ch 3.2).


- Richard Huxton


pgsql-sql by date:

Previous
From: Christoph Haller
Date:
Subject: SET TIMEOUT equivalent / was: Lock timeout detection
Next
From: Christoph Haller
Date:
Subject: Re: conversi ms-sql7 vs postgresql 7.3