Re: Why my query not using index to sort?

From: Ravi Krishna <srkrishna1(at)aol(dot)com>
To: ar(at)zeit(dot)io, pgsql-general(at)postgresql(dot)org
Subject: Re: Why my query not using index to sort?
Date: 2018-09-28 13:08:54
Message-ID: 1179827344.882330.1538140134266@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Is there anyway, I can improve the sorting so that it can use the index ?

Are you telling that why PG is not simply reading the data from the index (which is already in sorted
order)?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-09-28 13:19:16 Re: How to maintain the csv log files in pg_log directory only for past 30 days
Previous Message Arup Rakshit 2018-09-28 12:44:25 Why my query not using index to sort?