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

From val@webtribe.net
Subject which will be faster? w/ or w/o indices
Date
Msg-id 20030207080420.2131718332@cheetah.webtribe.net
Whole thread Raw
Responses Re: which will be faster? w/ or w/o indices  (dev@archonet.com)
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?

AND, if I want to run this statement:
DELETE FROM table_B WHERE value_1 BETWEEN X AND Y;
is it best to do that with or without indices?


We are using v 7.2.1 on a Sun E4500.

TIA,
val




pgsql-sql by date:

Previous
From: Michael Weaver
Date:
Subject: "function has no parameter $1" - help.
Next
From: "waimeng"
Date:
Subject: PostgreSQL 7.3.1 multiple schema select query error: java.sql.SQLException: ERROR: parser: parse error at or near "."