Separate volumes

From: Ed Behn <ed(dot)behn(at)collins(dot)com>
To: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Separate volumes
Date: 2020-04-06 11:51:15
Message-ID: CAE1kc7VfQVz0VGf4cyjaY5KYSZxrPQjPWMoEsqFTJ41-LkMOHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I was once told that it's best practice to store tables and indexes in
separate tablespaces located on separate physical drives. It seemed logical
that this should improve performance because the read-head wouldn't need to
jump back and forth between a table and its index.

However, I can't seem to find this advice anywhere online. Is it indeed
best practice? Is it worth the hassle?

-Ed

Ed Behn | Senior Systems Engineer | Avionics

COLLINS ÆROSPACE

2551 Riva Road, Annapolis, MD 21401 USA

Tel: +1 410 266 4426 | Mobile: +1 240 696 7443

ed(dot)behn(at)collins(dot)com | collinsaerospace.com

CONFIDENTIALITY WARNING: This message may contain proprietary and/or
privileged information of Collins Aerospace and its affiliated companies.
If you are not the intended recipient, please 1) Do not disclose, copy,
distribute or use this message or its contents. 2) Advise the sender by
return email. 3) Delete all copies (including all attachments) from your
computer. Your cooperation is greatly appreciated.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Erik Brandsberg 2020-04-06 16:41:48 Re: Separate volumes
Previous Message Ruwan Fernando 2020-04-05 15:58:10 Re: How do CHECK Constraint Function privileges work?