Sv: Would SSD improve Index Only Scan performance by a lot?

From: Andreas Joseph Krogh <andreas(at)visena(dot)com>
To: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Sv: Would SSD improve Index Only Scan performance by a lot?
Date: 2019-10-08 23:42:26
Message-ID: VisenaEmail.0.be1ddf58563b9542.16dadbe454a@tc7-visena
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

På onsdag 09. oktober 2019 kl. 01:37:06, skrev Arya F <arya6000(at)gmail(dot)com
<mailto:arya6000(at)gmail(dot)com>>: As my table has gotten bigger, it takes longer to
get a single row back when querying a row by its btree index. Right now the
database is running on a traditional HDD. SSDs have a much faster seek time
than traditional HDDs. Would switching to an SSD improve "Index Only Scan" time
greatly? by at least 3-4 times? It depends on whether the index is accessed
often or not (wrt. caching), and (of course) the size of the index, but yes -
"cold access" to the index (or persistent data in general) ismuch faster with
SSD. -- Andreas Joseph Krogh CTO / Partner - Visena AS Mobile: +47 909 56 963
andreas(at)visena(dot)com <mailto:andreas(at)visena(dot)com> www.visena.com
<https://www.visena.com> <https://www.visena.com>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Rick Otten 2019-10-09 00:12:48 Re: Would SSD improve Index Only Scan performance by a lot?
Previous Message Arya F 2019-10-08 23:37:06 Would SSD improve Index Only Scan performance by a lot?